@ledgerhq/coin-framework 0.11.1 → 0.11.2-hotfix.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/lib/account.test.js +1 -1
- package/lib-es/account.test.js +1 -1
- package/package.json +2 -2
- package/src/account.test.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @ledgerhq/coin-framework
|
|
2
2
|
|
|
3
|
+
## 0.11.2-hotfix.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`3e28615`](https://github.com/LedgerHQ/ledger-live/commit/3e28615a8d5edbec3eff1e93207bf0e9d017666a)]:
|
|
8
|
+
- @ledgerhq/live-env@1.0.1-hotfix.0
|
|
9
|
+
|
|
3
10
|
## 0.11.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/lib/account.test.js
CHANGED
|
@@ -156,7 +156,7 @@ test("withoutToken tron", () => {
|
|
|
156
156
|
"tron/trc10/1002000",
|
|
157
157
|
"tron/trc10/1002398",
|
|
158
158
|
"tron/trc10/1000226",
|
|
159
|
-
"tron/trc20/
|
|
159
|
+
"tron/trc20/tla2f6vpqdgre67v1736s7bj8ray5wyju7",
|
|
160
160
|
];
|
|
161
161
|
const currency = (0, currencies_1.getCryptoCurrencyById)("tron");
|
|
162
162
|
const account = (0, account_2.genAccount)("", {
|
package/lib-es/account.test.js
CHANGED
|
@@ -151,7 +151,7 @@ test("withoutToken tron", () => {
|
|
|
151
151
|
"tron/trc10/1002000",
|
|
152
152
|
"tron/trc10/1002398",
|
|
153
153
|
"tron/trc10/1000226",
|
|
154
|
-
"tron/trc20/
|
|
154
|
+
"tron/trc20/tla2f6vpqdgre67v1736s7bj8ray5wyju7",
|
|
155
155
|
];
|
|
156
156
|
const currency = getCryptoCurrencyById("tron");
|
|
157
157
|
const account = genAccount("", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-framework",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2-hotfix.0",
|
|
4
4
|
"description": "Ledger framework for Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@ledgerhq/cryptoassets": "^11.4.0",
|
|
92
92
|
"@ledgerhq/devices": "^8.2.1",
|
|
93
93
|
"@ledgerhq/errors": "^6.16.2",
|
|
94
|
-
"@ledgerhq/live-env": "^1.0.0",
|
|
94
|
+
"@ledgerhq/live-env": "^1.0.1-hotfix.0",
|
|
95
95
|
"@ledgerhq/logs": "^6.12.0",
|
|
96
96
|
"@ledgerhq/types-cryptoassets": "^7.9.0",
|
|
97
97
|
"@ledgerhq/types-live": "^6.44.1"
|
package/src/account.test.ts
CHANGED
|
@@ -196,7 +196,7 @@ test("withoutToken tron", () => {
|
|
|
196
196
|
"tron/trc10/1002000",
|
|
197
197
|
"tron/trc10/1002398",
|
|
198
198
|
"tron/trc10/1000226",
|
|
199
|
-
"tron/trc20/
|
|
199
|
+
"tron/trc20/tla2f6vpqdgre67v1736s7bj8ray5wyju7",
|
|
200
200
|
];
|
|
201
201
|
const currency = getCryptoCurrencyById("tron");
|
|
202
202
|
const account = genAccount("", {
|