@ledgerhq/coin-celo 1.1.14-nightly.1 → 1.1.14-nightly.3
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +26 -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/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-celo@1.1.14-nightly.
|
|
2
|
+
> @ledgerhq/coin-celo@1.1.14-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-celo
|
|
3
3
|
> tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @ledgerhq/coin-celo
|
|
2
2
|
|
|
3
|
+
## 1.1.14-nightly.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0c8486e`](https://github.com/LedgerHQ/ledger-live/commit/0c8486ea830e9e2abf1dfc5d108117e1db733072), [`a8b4f57`](https://github.com/LedgerHQ/ledger-live/commit/a8b4f57bf7d82e6c2444a65901e927c3c3d64412), [`67e2a7c`](https://github.com/LedgerHQ/ledger-live/commit/67e2a7c5a74d000f22684254778dfec5b8b5163d)]:
|
|
8
|
+
- @ledgerhq/cryptoassets@13.24.0-nightly.0
|
|
9
|
+
- @ledgerhq/coin-evm@2.26.0-nightly.3
|
|
10
|
+
- @ledgerhq/coin-framework@5.9.0-nightly.2
|
|
11
|
+
- @ledgerhq/types-live@6.79.1-nightly.0
|
|
12
|
+
- @ledgerhq/devices@8.4.9-nightly.1
|
|
13
|
+
- @ledgerhq/hw-app-eth@6.45.14-nightly.1
|
|
14
|
+
|
|
15
|
+
## 1.1.14-nightly.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#11161](https://github.com/LedgerHQ/ledger-live/pull/11161) [`f5f652e`](https://github.com/LedgerHQ/ledger-live/commit/f5f652e308477ff38176e5782eaf0e1bb96956ba) Thanks [@marcotoniut-ledger](https://github.com/marcotoniut-ledger)! - Countervalues' state moved to app-specific reducers for both desktop and mobile.
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c), [`6746cf0`](https://github.com/LedgerHQ/ledger-live/commit/6746cf0f61be566026b5d53d2dc648db543354d2)]:
|
|
22
|
+
- @ledgerhq/errors@6.24.0-nightly.0
|
|
23
|
+
- @ledgerhq/coin-evm@2.26.0-nightly.2
|
|
24
|
+
- @ledgerhq/coin-framework@5.9.0-nightly.1
|
|
25
|
+
- @ledgerhq/devices@8.4.9-nightly.0
|
|
26
|
+
- @ledgerhq/hw-app-eth@6.45.14-nightly.0
|
|
27
|
+
- @ledgerhq/live-network@2.0.14-nightly.1
|
|
28
|
+
|
|
3
29
|
## 1.1.14-nightly.1
|
|
4
30
|
|
|
5
31
|
### 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.14-nightly.
|
|
3
|
+
"version": "1.1.14-nightly.3",
|
|
4
4
|
"description": "celo coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -114,17 +114,17 @@
|
|
|
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-nightly.
|
|
118
|
-
"@ledgerhq/coin-framework": "^5.9.0-nightly.
|
|
119
|
-
"@ledgerhq/cryptoassets": "^13.
|
|
120
|
-
"@ledgerhq/devices": "^8.4.
|
|
121
|
-
"@ledgerhq/errors": "^6.
|
|
122
|
-
"@ledgerhq/hw-app-eth": "^6.45.
|
|
117
|
+
"@ledgerhq/coin-evm": "^2.26.0-nightly.3",
|
|
118
|
+
"@ledgerhq/coin-framework": "^5.9.0-nightly.2",
|
|
119
|
+
"@ledgerhq/cryptoassets": "^13.24.0-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.14-nightly.1",
|
|
123
123
|
"@ledgerhq/live-config": "^3.1.0",
|
|
124
124
|
"@ledgerhq/live-env": "^2.13.0-nightly.0",
|
|
125
|
-
"@ledgerhq/live-network": "^2.0.14-nightly.
|
|
125
|
+
"@ledgerhq/live-network": "^2.0.14-nightly.1",
|
|
126
126
|
"@ledgerhq/logs": "^6.13.0",
|
|
127
|
-
"@ledgerhq/types-live": "^6.79.0"
|
|
127
|
+
"@ledgerhq/types-live": "^6.79.1-nightly.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@types/invariant": "^2.2.37",
|
|
@@ -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
|
|