@ledgerhq/coin-elrond
Advanced tools
Comparing version 0.2.1 to 0.2.2-nightly.0
# @ledgerhq/coin-elrond | ||
## 0.2.2-nightly.0 | ||
### Patch Changes | ||
- Updated dependencies [[`d15a240`](https://github.com/LedgerHQ/ledger-live/commit/d15a2402bbd7f39353059c1cc2f74b9ac0876d3d)]: | ||
- @ledgerhq/types-live@6.58.0-nightly.0 | ||
- @ledgerhq/coin-framework@0.22.1-nightly.0 | ||
## 0.2.1 | ||
@@ -4,0 +12,0 @@ |
@@ -104,2 +104,3 @@ import invariant from "invariant"; | ||
name: "send 50%~", | ||
feature: "send", | ||
maxRun: 1, | ||
@@ -134,2 +135,3 @@ deviceAction: acceptMoveBalanceTransaction, | ||
name: "send max", | ||
feature: "sendMax", | ||
maxRun: 1, | ||
@@ -162,2 +164,3 @@ deviceAction: acceptMoveBalanceTransaction, | ||
name: "move some ESDT", | ||
feature: "tokens", | ||
maxRun: 1, | ||
@@ -194,2 +197,3 @@ deviceAction: acceptEsdtTransferTransaction, | ||
name: "delegate 1 EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -218,2 +222,3 @@ deviceAction: acceptDelegateTransaction, | ||
name: "unDelegate 1 EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -245,2 +250,3 @@ deviceAction: acceptUndelegateTransaction, | ||
name: "withdraw all EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -247,0 +253,0 @@ deviceAction: acceptWithdrawTransaction, |
@@ -109,2 +109,3 @@ "use strict"; | ||
name: "send 50%~", | ||
feature: "send", | ||
maxRun: 1, | ||
@@ -139,2 +140,3 @@ deviceAction: speculos_deviceActions_1.acceptMoveBalanceTransaction, | ||
name: "send max", | ||
feature: "sendMax", | ||
maxRun: 1, | ||
@@ -167,2 +169,3 @@ deviceAction: speculos_deviceActions_1.acceptMoveBalanceTransaction, | ||
name: "move some ESDT", | ||
feature: "tokens", | ||
maxRun: 1, | ||
@@ -199,2 +202,3 @@ deviceAction: speculos_deviceActions_1.acceptEsdtTransferTransaction, | ||
name: "delegate 1 EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -223,2 +227,3 @@ deviceAction: speculos_deviceActions_1.acceptDelegateTransaction, | ||
name: "unDelegate 1 EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -250,2 +255,3 @@ deviceAction: speculos_deviceActions_1.acceptUndelegateTransaction, | ||
name: "withdraw all EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -252,0 +258,0 @@ deviceAction: speculos_deviceActions_1.acceptWithdrawTransaction, |
{ | ||
"name": "@ledgerhq/coin-elrond", | ||
"version": "0.2.1", | ||
"version": "0.2.2-nightly.0", | ||
"description": "Ledger MultiversX Coin integration", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"rxjs": "^7.8.1", | ||
"@ledgerhq/coin-framework": "^0.22.0", | ||
"@ledgerhq/coin-framework": "^0.22.1-nightly.0", | ||
"@ledgerhq/cryptoassets": "^13.9.0", | ||
@@ -64,3 +64,3 @@ "@ledgerhq/devices": "8.4.4", | ||
"@ledgerhq/types-cryptoassets": "^7.19.0", | ||
"@ledgerhq/types-live": "^6.57.0" | ||
"@ledgerhq/types-live": "^6.58.0-nightly.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "devDependencies": { |
@@ -173,2 +173,3 @@ import type { ElrondAccount, ElrondOperation, ElrondOperationRaw, Transaction } from "./types"; | ||
name: "send 50%~", | ||
feature: "send", | ||
maxRun: 1, | ||
@@ -208,2 +209,3 @@ deviceAction: acceptMoveBalanceTransaction, | ||
name: "send max", | ||
feature: "sendMax", | ||
maxRun: 1, | ||
@@ -241,2 +243,3 @@ deviceAction: acceptMoveBalanceTransaction, | ||
name: "move some ESDT", | ||
feature: "tokens", | ||
maxRun: 1, | ||
@@ -279,2 +282,3 @@ deviceAction: acceptEsdtTransferTransaction, | ||
name: "delegate 1 EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -308,2 +312,3 @@ deviceAction: acceptDelegateTransaction, | ||
name: "unDelegate 1 EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -339,2 +344,3 @@ deviceAction: acceptUndelegateTransaction, | ||
name: "withdraw all EGLD", | ||
feature: "staking", | ||
maxRun: 1, | ||
@@ -341,0 +347,0 @@ deviceAction: acceptWithdrawTransaction, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
649761
9851
+ Added@ledgerhq/coin-framework@0.22.1-nightly.0(transitive)
+ Added@ledgerhq/types-live@6.58.0-nightly.0(transitive)
- Removed@ledgerhq/coin-framework@0.22.0(transitive)
- Removed@ledgerhq/types-live@6.57.0(transitive)