@ledgerhq/coin-celo 1.1.14 → 1.1.15-nightly.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 +12 -0
- package/lib/test/specs/createUnlockMutation.d.ts +1 -1
- package/lib/test/specs/createUnlockMutation.d.ts.map +1 -1
- package/lib-es/test/specs/createUnlockMutation.d.ts +1 -1
- package/lib-es/test/specs/createUnlockMutation.d.ts.map +1 -1
- package/package.json +9 -9
- package/src/test/specs/createUnlockMutation.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/coin-celo
|
|
2
2
|
|
|
3
|
+
## 1.1.15-nightly.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`75a08cc`](https://github.com/LedgerHQ/ledger-live/commit/75a08cc3061347bae98ddef7ac3cdcd6181ddab5)]:
|
|
8
|
+
- @ledgerhq/live-env@2.14.0-nightly.0
|
|
9
|
+
- @ledgerhq/coin-framework@6.0.1-nightly.0
|
|
10
|
+
- @ledgerhq/coin-evm@2.26.1-nightly.0
|
|
11
|
+
- @ledgerhq/cryptoassets@13.24.1-nightly.0
|
|
12
|
+
- @ledgerhq/live-network@2.0.15-nightly.0
|
|
13
|
+
- @ledgerhq/hw-app-eth@6.45.15-nightly.0
|
|
14
|
+
|
|
3
15
|
## 1.1.14
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MutationSpec } from "@ledgerhq/coin-framework/
|
|
1
|
+
import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
|
|
2
2
|
import type { Transaction } from "../../types";
|
|
3
3
|
export declare const createUnlockMutation: () => MutationSpec<Transaction>;
|
|
4
4
|
//# sourceMappingURL=createUnlockMutation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,eAAO,MAAM,oBAAoB,QAAO,YAAY,CAAC,WAAW,CAwB9D,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MutationSpec } from "@ledgerhq/coin-framework/
|
|
1
|
+
import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
|
|
2
2
|
import type { Transaction } from "../../types";
|
|
3
3
|
export declare const createUnlockMutation: () => MutationSpec<Transaction>;
|
|
4
4
|
//# sourceMappingURL=createUnlockMutation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"createUnlockMutation.d.ts","sourceRoot":"","sources":["../../../src/test/specs/createUnlockMutation.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,eAAO,MAAM,oBAAoB,QAAO,YAAY,CAAC,WAAW,CAwB9D,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-celo",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15-nightly.0",
|
|
4
4
|
"description": "celo coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -114,15 +114,15 @@
|
|
|
114
114
|
"invariant": "^2.2.4",
|
|
115
115
|
"lodash": "^4.17.21",
|
|
116
116
|
"rxjs": "^7.8.1",
|
|
117
|
-
"@ledgerhq/coin-evm": "^2.26.0",
|
|
118
|
-
"@ledgerhq/coin-framework": "^6.0.0",
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.24.0",
|
|
120
|
-
"@ledgerhq/devices": "^8.4.
|
|
121
|
-
"@ledgerhq/errors": "^6.
|
|
122
|
-
"@ledgerhq/hw-app-eth": "^6.45.
|
|
117
|
+
"@ledgerhq/coin-evm": "^2.26.1-nightly.0",
|
|
118
|
+
"@ledgerhq/coin-framework": "^6.0.1-nightly.0",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.24.1-nightly.0",
|
|
120
|
+
"@ledgerhq/devices": "^8.4.9-nightly.1",
|
|
121
|
+
"@ledgerhq/errors": "^6.24.0-nightly.0",
|
|
122
|
+
"@ledgerhq/hw-app-eth": "^6.45.15-nightly.0",
|
|
123
123
|
"@ledgerhq/live-config": "^3.1.0",
|
|
124
|
-
"@ledgerhq/live-env": "^2.
|
|
125
|
-
"@ledgerhq/live-network": "^2.0.
|
|
124
|
+
"@ledgerhq/live-env": "^2.14.0-nightly.0",
|
|
125
|
+
"@ledgerhq/live-network": "^2.0.15-nightly.0",
|
|
126
126
|
"@ledgerhq/logs": "^6.13.0",
|
|
127
127
|
"@ledgerhq/types-live": "^6.80.0"
|
|
128
128
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import invariant from "invariant";
|
|
2
2
|
import { getCryptoCurrencyById } from "@ledgerhq/cryptoassets/index";
|
|
3
3
|
import { parseCurrencyUnit } from "@ledgerhq/coin-framework/currencies/parseCurrencyUnit";
|
|
4
|
-
import { MutationSpec } from "@ledgerhq/coin-framework/
|
|
4
|
+
import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
|
|
5
5
|
import type { CeloAccount, Transaction } from "../../types";
|
|
6
6
|
import BigNumber from "bignumber.js";
|
|
7
7
|
|