@ledgerhq/coin-tester-evm 1.9.0-nightly.9 → 1.9.1-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tester-evm@1.9.0-nightly.8 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester-modules/coin-tester-evm
2
+ > @ledgerhq/coin-tester-evm@1.9.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-tester-modules/coin-tester-evm
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,89 +1,94 @@
1
1
  # @ledgerhq/coin-tester-evm
2
2
 
3
- ## 1.9.0-nightly.9
3
+ ## 1.9.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`49b5b77`](https://github.com/LedgerHQ/ledger-live/commit/49b5b7765718b13283d324bb77ad6f7403dd96ed), [`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`3dfd7ff`](https://github.com/LedgerHQ/ledger-live/commit/3dfd7ff812cdc9c16af980d9729960f37397c37d), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736)]:
8
- - @ledgerhq/live-common@34.51.0-nightly.9
9
- - @ledgerhq/cryptoassets@13.31.0-nightly.7
10
- - @ledgerhq/types-live@6.87.0-nightly.5
11
- - @ledgerhq/coin-framework@6.7.0-nightly.7
12
- - @ledgerhq/coin-evm@2.33.0-nightly.7
7
+ - Updated dependencies [[`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
8
+ - @ledgerhq/types-live@6.88.0-nightly.0
9
+ - @ledgerhq/live-common@34.52.0-nightly.0
10
+ - @ledgerhq/coin-framework@6.7.1-nightly.0
11
+ - @ledgerhq/coin-evm@2.33.1-nightly.0
13
12
  - @ledgerhq/coin-tester@0.10.2-nightly.0
14
- - @ledgerhq/live-signer-evm@0.8.2-nightly.7
13
+ - @ledgerhq/cryptoassets@13.31.1-nightly.0
14
+ - @ledgerhq/live-signer-evm@0.9.1-nightly.0
15
15
 
16
- ## 1.9.0-nightly.8
16
+ ## 1.9.0
17
17
 
18
- ### Patch Changes
18
+ ### Minor Changes
19
19
 
20
- - Updated dependencies [[`958aaa4`](https://github.com/LedgerHQ/ledger-live/commit/958aaa480d9d42d71bf4dc46b2e5710ad9848152), [`51995e9`](https://github.com/LedgerHQ/ledger-live/commit/51995e96a9e1fafe14c7cbe45ce0b1ec8ebd106b)]:
21
- - @ledgerhq/live-common@34.51.0-nightly.8
22
- - @ledgerhq/types-live@6.87.0-nightly.4
23
- - @ledgerhq/coin-framework@6.7.0-nightly.6
24
- - @ledgerhq/coin-evm@2.33.0-nightly.6
25
- - @ledgerhq/coin-tester@0.10.2-nightly.0
26
- - @ledgerhq/cryptoassets@13.31.0-nightly.6
27
- - @ledgerhq/live-signer-evm@0.8.2-nightly.6
20
+ - [#12186](https://github.com/LedgerHQ/ledger-live/pull/12186) [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated `findTokenByTicker` function and related internal state. This function was ambiguous when multiple tokens shared the same ticker across different blockchains. Use `findTokenById` or `findTokenByAddressInCurrency` instead for more precise token lookup.
21
+
22
+ - [#12269](https://github.com/LedgerHQ/ledger-live/pull/12269) [`7593ade`](https://github.com/LedgerHQ/ledger-live/commit/7593ade7fcaa06779673b5f563d96174ecdf6e78) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - doc(coin-tester-evm): add missing dependency in README
23
+
24
+ - [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
25
+
26
+ - [#12185](https://github.com/LedgerHQ/ledger-live/pull/12185) [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated findTokenByAddress in favor of findTokenByAddressInCurrency
28
27
 
29
- ## 1.9.0-nightly.7
28
+ Removed the deprecated `findTokenByAddress` function which had ambiguous behavior when multiple tokens shared the same contract address across different blockchains. The function has been fully replaced with `findTokenByAddressInCurrency` which requires both the token address and parent currency ID, providing more precise token lookup.
29
+
30
+ This includes:
31
+
32
+ - Removal of `findTokenByAddress` function from cryptoassets package
33
+ - Removal of `tokensByAddress` state dictionary
34
+ - Update all usages to `findTokenByAddressInCurrency` across the codebase
35
+ - Update CryptoAssetsStore interface to remove the deprecated method
36
+
37
+ - [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
30
38
 
31
39
  ### Patch Changes
32
40
 
33
- - Updated dependencies [[`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75)]:
34
- - @ledgerhq/live-common@34.51.0-nightly.7
35
- - @ledgerhq/coin-framework@6.7.0-nightly.5
36
- - @ledgerhq/coin-evm@2.33.0-nightly.5
37
- - @ledgerhq/cryptoassets@13.31.0-nightly.5
38
- - @ledgerhq/live-signer-evm@0.8.2-nightly.5
41
+ - Updated dependencies [[`4cac377`](https://github.com/LedgerHQ/ledger-live/commit/4cac377401fac788e2bbedf7aee1ee57b82f4d18), [`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`3691bed`](https://github.com/LedgerHQ/ledger-live/commit/3691bed5f5706f010037f54e2396ad71e48cf208), [`764d835`](https://github.com/LedgerHQ/ledger-live/commit/764d835ea88eb6cdb76a6bfb9c8764653e76f690), [`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5), [`731e501`](https://github.com/LedgerHQ/ledger-live/commit/731e501919d3f5110e53cc51112b506a15dbffe9), [`5098fd4`](https://github.com/LedgerHQ/ledger-live/commit/5098fd44f8c8aa883cabefe691c090f83ca936d5), [`949d5be`](https://github.com/LedgerHQ/ledger-live/commit/949d5be90316148f38701a96dbc75d6a4bc020cc), [`2bdc741`](https://github.com/LedgerHQ/ledger-live/commit/2bdc741cf7ae42ca2a7d0eebbe9515d9fdd69603), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`3979c07`](https://github.com/LedgerHQ/ledger-live/commit/3979c0715e4f54165c89d00ebe1441e064e1a110), [`0c7d867`](https://github.com/LedgerHQ/ledger-live/commit/0c7d8673ac49a90d0a491e7236731a74dcb4d7e1), [`e50f35a`](https://github.com/LedgerHQ/ledger-live/commit/e50f35a0c3b23c7176e465c1fafc0e3340f5527c), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`f83881e`](https://github.com/LedgerHQ/ledger-live/commit/f83881ea7b2da6ee04df3535b779d014fd5d9227), [`04fc7da`](https://github.com/LedgerHQ/ledger-live/commit/04fc7daed03fde65ac8c1ec4c0e28d784e16337a), [`9b7f62c`](https://github.com/LedgerHQ/ledger-live/commit/9b7f62c93fc74250f21c7102cf1c42a91f0f3644), [`53e4b19`](https://github.com/LedgerHQ/ledger-live/commit/53e4b19f556cbfd325816a70736552f09aa29df8), [`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`7556e73`](https://github.com/LedgerHQ/ledger-live/commit/7556e73e2ddc110d2c888fb25203689ee187e6af), [`b0454f6`](https://github.com/LedgerHQ/ledger-live/commit/b0454f6f94948530c169641b5a5845dd33886c96), [`7e0dfed`](https://github.com/LedgerHQ/ledger-live/commit/7e0dfedc7c06af31763bb7216cd89b94a395c304), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`39866a1`](https://github.com/LedgerHQ/ledger-live/commit/39866a175244519013894ce816013fff1fc4d100), [`cc743a7`](https://github.com/LedgerHQ/ledger-live/commit/cc743a7c36c2a19c13497dd0e5e55f985448d053), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`1d325fa`](https://github.com/LedgerHQ/ledger-live/commit/1d325fa224e341a44593e0a8424f8346dd2ec4c0), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`73d673c`](https://github.com/LedgerHQ/ledger-live/commit/73d673cfd588a07a360df74553a879ba630c2250), [`73d3fbd`](https://github.com/LedgerHQ/ledger-live/commit/73d3fbdc4cc74fa1905efedff9709467d337021c), [`c56dece`](https://github.com/LedgerHQ/ledger-live/commit/c56dece6b87835d55baf90277c9141d40df2d92a), [`8998d5f`](https://github.com/LedgerHQ/ledger-live/commit/8998d5f164092c17c409e65d0cf54f40728717ed), [`475296a`](https://github.com/LedgerHQ/ledger-live/commit/475296a4b0cc13a2c375f282e9d9b4b263fa8533), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`1587cf4`](https://github.com/LedgerHQ/ledger-live/commit/1587cf47cd9722b00cb3b51c898634e26f752487), [`f077f72`](https://github.com/LedgerHQ/ledger-live/commit/f077f7205667f4f7b82ae7584e80964c5ac7601a), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202), [`86166a6`](https://github.com/LedgerHQ/ledger-live/commit/86166a6fe096d10f5e25fc323349348c2a243ae1), [`246b070`](https://github.com/LedgerHQ/ledger-live/commit/246b0701c1f375f3cdd847c5d2a8fe3c2060ef28)]:
42
+ - @ledgerhq/live-common@34.51.0
43
+ - @ledgerhq/cryptoassets@13.31.0
44
+ - @ledgerhq/types-live@6.87.0
45
+ - @ledgerhq/coin-evm@2.33.0
46
+ - @ledgerhq/coin-framework@6.7.0
47
+ - @ledgerhq/live-signer-evm@0.9.0
48
+ - @ledgerhq/types-cryptoassets@7.29.0
49
+ - @ledgerhq/coin-tester@0.10.1
39
50
 
40
- ## 1.9.0-nightly.6
51
+ ## 1.9.0-next.4
41
52
 
42
53
  ### Patch Changes
43
54
 
44
- - Updated dependencies [[`d576a0c`](https://github.com/LedgerHQ/ledger-live/commit/d576a0c5354fd3aaf2900432c0c847b7c205ae63), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24)]:
45
- - @ledgerhq/live-common@34.51.0-nightly.6
46
- - @ledgerhq/types-live@6.87.0-nightly.3
47
- - @ledgerhq/coin-evm@2.33.0-nightly.4
48
- - @ledgerhq/coin-framework@6.7.0-nightly.4
49
- - @ledgerhq/coin-tester@0.10.2-nightly.0
50
- - @ledgerhq/cryptoassets@13.31.0-nightly.4
51
- - @ledgerhq/live-signer-evm@0.8.2-nightly.4
55
+ - Updated dependencies [[`5098fd4`](https://github.com/LedgerHQ/ledger-live/commit/5098fd44f8c8aa883cabefe691c090f83ca936d5)]:
56
+ - @ledgerhq/live-common@34.51.0-next.3
52
57
 
53
- ## 1.9.0-nightly.5
58
+ ## 1.9.0-next.3
54
59
 
55
60
  ### Patch Changes
56
61
 
57
- - Updated dependencies [[`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445)]:
58
- - @ledgerhq/types-live@6.87.0-nightly.2
59
- - @ledgerhq/live-common@34.51.0-nightly.5
60
- - @ledgerhq/coin-framework@6.7.0-nightly.3
61
- - @ledgerhq/coin-evm@2.33.0-nightly.3
62
- - @ledgerhq/coin-tester@0.10.1
63
- - @ledgerhq/cryptoassets@13.31.0-nightly.3
64
- - @ledgerhq/live-signer-evm@0.8.2-nightly.3
62
+ - Updated dependencies [[`73d3fbd`](https://github.com/LedgerHQ/ledger-live/commit/73d3fbdc4cc74fa1905efedff9709467d337021c)]:
63
+ - @ledgerhq/live-common@34.51.0-next.2
65
64
 
66
- ## 1.9.0-nightly.4
65
+ ## 1.9.0-next.2
67
66
 
68
67
  ### Minor Changes
69
68
 
70
- - [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
69
+ - [#12269](https://github.com/LedgerHQ/ledger-live/pull/12269) [`7593ade`](https://github.com/LedgerHQ/ledger-live/commit/7593ade7fcaa06779673b5f563d96174ecdf6e78) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - doc(coin-tester-evm): add missing dependency in README
70
+
71
+ ## 1.9.0-next.1
71
72
 
72
73
  ### Patch Changes
73
74
 
74
- - Updated dependencies [[`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`b0454f6`](https://github.com/LedgerHQ/ledger-live/commit/b0454f6f94948530c169641b5a5845dd33886c96), [`7e0dfed`](https://github.com/LedgerHQ/ledger-live/commit/7e0dfedc7c06af31763bb7216cd89b94a395c304), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`1d325fa`](https://github.com/LedgerHQ/ledger-live/commit/1d325fa224e341a44593e0a8424f8346dd2ec4c0)]:
75
- - @ledgerhq/coin-evm@2.33.0-nightly.2
76
- - @ledgerhq/coin-framework@6.7.0-nightly.2
77
- - @ledgerhq/live-common@34.51.0-nightly.4
78
- - @ledgerhq/live-signer-evm@0.8.2-nightly.2
79
- - @ledgerhq/cryptoassets@13.31.0-nightly.2
75
+ - Updated dependencies [[`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5)]:
76
+ - @ledgerhq/types-live@6.87.0-next.1
77
+ - @ledgerhq/live-common@34.51.0-next.1
78
+ - @ledgerhq/coin-framework@6.7.0-next.1
79
+ - @ledgerhq/coin-evm@2.33.0-next.1
80
+ - @ledgerhq/coin-tester@0.10.1
81
+ - @ledgerhq/cryptoassets@13.31.0-next.1
82
+ - @ledgerhq/live-signer-evm@0.9.0-next.1
80
83
 
81
- ## 1.9.0-nightly.3
84
+ ## 1.9.0-next.0
82
85
 
83
86
  ### Minor Changes
84
87
 
85
88
  - [#12186](https://github.com/LedgerHQ/ledger-live/pull/12186) [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated `findTokenByTicker` function and related internal state. This function was ambiguous when multiple tokens shared the same ticker across different blockchains. Use `findTokenById` or `findTokenByAddressInCurrency` instead for more precise token lookup.
86
89
 
90
+ - [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
91
+
87
92
  - [#12185](https://github.com/LedgerHQ/ledger-live/pull/12185) [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated findTokenByAddress in favor of findTokenByAddressInCurrency
88
93
 
89
94
  Removed the deprecated `findTokenByAddress` function which had ambiguous behavior when multiple tokens shared the same contract address across different blockchains. The function has been fully replaced with `findTokenByAddressInCurrency` which requires both the token address and parent currency ID, providing more precise token lookup.
@@ -95,48 +100,19 @@
95
100
  - Update all usages to `findTokenByAddressInCurrency` across the codebase
96
101
  - Update CryptoAssetsStore interface to remove the deprecated method
97
102
 
98
- ### Patch Changes
99
-
100
- - Updated dependencies [[`4cac377`](https://github.com/LedgerHQ/ledger-live/commit/4cac377401fac788e2bbedf7aee1ee57b82f4d18), [`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`3691bed`](https://github.com/LedgerHQ/ledger-live/commit/3691bed5f5706f010037f54e2396ad71e48cf208), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`f83881e`](https://github.com/LedgerHQ/ledger-live/commit/f83881ea7b2da6ee04df3535b779d014fd5d9227), [`39866a1`](https://github.com/LedgerHQ/ledger-live/commit/39866a175244519013894ce816013fff1fc4d100), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46)]:
101
- - @ledgerhq/live-common@34.51.0-nightly.3
102
- - @ledgerhq/cryptoassets@13.31.0-nightly.1
103
- - @ledgerhq/types-live@6.87.0-nightly.1
104
- - @ledgerhq/coin-evm@2.33.0-nightly.1
105
- - @ledgerhq/coin-framework@6.7.0-nightly.1
106
- - @ledgerhq/coin-tester@0.10.1
107
- - @ledgerhq/live-signer-evm@0.8.2-nightly.1
108
-
109
- ## 1.9.0-nightly.2
110
-
111
- ### Minor Changes
112
-
113
- - [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
103
+ - [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
114
104
 
115
105
  ### Patch Changes
116
106
 
117
- - Updated dependencies [[`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`7c444b5`](https://github.com/LedgerHQ/ledger-live/commit/7c444b51db86ef6611931ce05a7613c4cb714b77), [`9b7f62c`](https://github.com/LedgerHQ/ledger-live/commit/9b7f62c93fc74250f21c7102cf1c42a91f0f3644), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
118
- - @ledgerhq/cryptoassets@13.31.0-nightly.0
119
- - @ledgerhq/types-live@6.87.0-nightly.0
120
- - @ledgerhq/live-common@34.51.0-nightly.2
121
- - @ledgerhq/coin-evm@2.33.0-nightly.0
122
- - @ledgerhq/coin-framework@6.7.0-nightly.0
123
- - @ledgerhq/types-cryptoassets@7.29.0-nightly.0
107
+ - Updated dependencies [[`4cac377`](https://github.com/LedgerHQ/ledger-live/commit/4cac377401fac788e2bbedf7aee1ee57b82f4d18), [`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`3691bed`](https://github.com/LedgerHQ/ledger-live/commit/3691bed5f5706f010037f54e2396ad71e48cf208), [`764d835`](https://github.com/LedgerHQ/ledger-live/commit/764d835ea88eb6cdb76a6bfb9c8764653e76f690), [`731e501`](https://github.com/LedgerHQ/ledger-live/commit/731e501919d3f5110e53cc51112b506a15dbffe9), [`949d5be`](https://github.com/LedgerHQ/ledger-live/commit/949d5be90316148f38701a96dbc75d6a4bc020cc), [`2bdc741`](https://github.com/LedgerHQ/ledger-live/commit/2bdc741cf7ae42ca2a7d0eebbe9515d9fdd69603), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`3979c07`](https://github.com/LedgerHQ/ledger-live/commit/3979c0715e4f54165c89d00ebe1441e064e1a110), [`0c7d867`](https://github.com/LedgerHQ/ledger-live/commit/0c7d8673ac49a90d0a491e7236731a74dcb4d7e1), [`e50f35a`](https://github.com/LedgerHQ/ledger-live/commit/e50f35a0c3b23c7176e465c1fafc0e3340f5527c), [`7c444b5`](https://github.com/LedgerHQ/ledger-live/commit/7c444b51db86ef6611931ce05a7613c4cb714b77), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`f83881e`](https://github.com/LedgerHQ/ledger-live/commit/f83881ea7b2da6ee04df3535b779d014fd5d9227), [`04fc7da`](https://github.com/LedgerHQ/ledger-live/commit/04fc7daed03fde65ac8c1ec4c0e28d784e16337a), [`9b7f62c`](https://github.com/LedgerHQ/ledger-live/commit/9b7f62c93fc74250f21c7102cf1c42a91f0f3644), [`53e4b19`](https://github.com/LedgerHQ/ledger-live/commit/53e4b19f556cbfd325816a70736552f09aa29df8), [`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`7556e73`](https://github.com/LedgerHQ/ledger-live/commit/7556e73e2ddc110d2c888fb25203689ee187e6af), [`b0454f6`](https://github.com/LedgerHQ/ledger-live/commit/b0454f6f94948530c169641b5a5845dd33886c96), [`7e0dfed`](https://github.com/LedgerHQ/ledger-live/commit/7e0dfedc7c06af31763bb7216cd89b94a395c304), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`39866a1`](https://github.com/LedgerHQ/ledger-live/commit/39866a175244519013894ce816013fff1fc4d100), [`cc743a7`](https://github.com/LedgerHQ/ledger-live/commit/cc743a7c36c2a19c13497dd0e5e55f985448d053), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`1d325fa`](https://github.com/LedgerHQ/ledger-live/commit/1d325fa224e341a44593e0a8424f8346dd2ec4c0), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`73d673c`](https://github.com/LedgerHQ/ledger-live/commit/73d673cfd588a07a360df74553a879ba630c2250), [`c56dece`](https://github.com/LedgerHQ/ledger-live/commit/c56dece6b87835d55baf90277c9141d40df2d92a), [`8998d5f`](https://github.com/LedgerHQ/ledger-live/commit/8998d5f164092c17c409e65d0cf54f40728717ed), [`475296a`](https://github.com/LedgerHQ/ledger-live/commit/475296a4b0cc13a2c375f282e9d9b4b263fa8533), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`1587cf4`](https://github.com/LedgerHQ/ledger-live/commit/1587cf47cd9722b00cb3b51c898634e26f752487), [`f077f72`](https://github.com/LedgerHQ/ledger-live/commit/f077f7205667f4f7b82ae7584e80964c5ac7601a), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202), [`86166a6`](https://github.com/LedgerHQ/ledger-live/commit/86166a6fe096d10f5e25fc323349348c2a243ae1), [`246b070`](https://github.com/LedgerHQ/ledger-live/commit/246b0701c1f375f3cdd847c5d2a8fe3c2060ef28)]:
108
+ - @ledgerhq/live-common@34.51.0-next.0
109
+ - @ledgerhq/cryptoassets@13.31.0-next.0
110
+ - @ledgerhq/coin-evm@2.33.0-next.0
111
+ - @ledgerhq/types-live@6.87.0-next.0
112
+ - @ledgerhq/coin-framework@6.7.0-next.0
113
+ - @ledgerhq/live-signer-evm@0.9.0-next.0
114
+ - @ledgerhq/types-cryptoassets@7.29.0-next.0
124
115
  - @ledgerhq/coin-tester@0.10.1
125
- - @ledgerhq/live-signer-evm@0.8.2-nightly.0
126
-
127
- ## 1.8.2-nightly.1
128
-
129
- ### Patch Changes
130
-
131
- - Updated dependencies []:
132
- - @ledgerhq/live-common@34.51.0-nightly.1
133
-
134
- ## 1.8.2-nightly.0
135
-
136
- ### Patch Changes
137
-
138
- - Updated dependencies [[`731e501`](https://github.com/LedgerHQ/ledger-live/commit/731e501919d3f5110e53cc51112b506a15dbffe9), [`7556e73`](https://github.com/LedgerHQ/ledger-live/commit/7556e73e2ddc110d2c888fb25203689ee187e6af), [`73d673c`](https://github.com/LedgerHQ/ledger-live/commit/73d673cfd588a07a360df74553a879ba630c2250)]:
139
- - @ledgerhq/live-common@34.51.0-nightly.0
140
116
 
141
117
  ## 1.8.1
142
118
 
package/README.md CHANGED
@@ -28,3 +28,4 @@ await executeScenario(scenarioEthereum);
28
28
 
29
29
  - @ledgerhq/coin-tester
30
30
  - @ledgerhq/coin-evm
31
+ - @ledgerhq/live-common