@ledgerhq/coin-framework 0.11.2 → 0.11.3-next.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ledgerhq/coin-framework
2
2
 
3
+ ## 0.11.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6041](https://github.com/LedgerHQ/ledger-live/pull/6041) [`9c83695`](https://github.com/LedgerHQ/ledger-live/commit/9c8369580b91d82021d4ec28ad7a49dc4ba42e4f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Remove unnecessary logs
8
+
9
+ - [#6038](https://github.com/LedgerHQ/ledger-live/pull/6038) [`2fd465e`](https://github.com/LedgerHQ/ledger-live/commit/2fd465ee730b11594d231503cfb940b984fa2f5a) Thanks [@lvndry](https://github.com/lvndry)! - Remove all invalid bitcoin derivation paths
10
+
11
+ - Updated dependencies [[`4744c31`](https://github.com/LedgerHQ/ledger-live/commit/4744c3136021f1f47ad1617f2c84f47ac0647370), [`0dd1546`](https://github.com/LedgerHQ/ledger-live/commit/0dd15467070cbf7fcbb9d9055a4535f6a25b2ad0), [`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8), [`4715e4c`](https://github.com/LedgerHQ/ledger-live/commit/4715e4c411fa2396330ebcb810aeb6bfc9892e88), [`6de15bc`](https://github.com/LedgerHQ/ledger-live/commit/6de15bc96e8b97a2a6815cf3fb1da874f7044b49), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`b34f5cd`](https://github.com/LedgerHQ/ledger-live/commit/b34f5cdda0b7bf34750d258cc8b1c91304516360), [`d870e90`](https://github.com/LedgerHQ/ledger-live/commit/d870e904a0dde5f8abf05f930f5f545828eccbc9), [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6), [`2e5185b`](https://github.com/LedgerHQ/ledger-live/commit/2e5185b3dba497c956272068128e49db72e8af2a)]:
12
+ - @ledgerhq/live-env@2.0.0-next.0
13
+ - @ledgerhq/errors@6.16.3-next.0
14
+ - @ledgerhq/cryptoassets@12.0.0-next.0
15
+ - @ledgerhq/types-live@6.45.0-next.0
16
+ - @ledgerhq/types-cryptoassets@7.10.0-next.0
17
+ - @ledgerhq/devices@8.2.2-next.0
18
+
3
19
  ## 0.11.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-framework",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-next.0",
4
4
  "description": "Ledger framework for Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -88,13 +88,13 @@
88
88
  "numeral": "^2.0.6",
89
89
  "prando": "^6.0.1",
90
90
  "rxjs": "^7.8.1",
91
- "@ledgerhq/cryptoassets": "^11.4.1",
92
- "@ledgerhq/devices": "^8.2.1",
93
- "@ledgerhq/errors": "^6.16.2",
94
- "@ledgerhq/live-env": "^1.0.1",
91
+ "@ledgerhq/cryptoassets": "^12.0.0-next.0",
92
+ "@ledgerhq/devices": "^8.2.2-next.0",
93
+ "@ledgerhq/errors": "^6.16.3-next.0",
94
+ "@ledgerhq/live-env": "^2.0.0-next.0",
95
95
  "@ledgerhq/logs": "^6.12.0",
96
- "@ledgerhq/types-cryptoassets": "^7.9.0",
97
- "@ledgerhq/types-live": "^6.44.1"
96
+ "@ledgerhq/types-cryptoassets": "^7.10.0-next.0",
97
+ "@ledgerhq/types-live": "^6.45.0-next.0"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@types/invariant": "^2.2.2",
@@ -105,8 +105,8 @@
105
105
  "jest": "^29.7.0",
106
106
  "timemachine": "^0.3.2",
107
107
  "ts-jest": "^29.1.1",
108
- "@ledgerhq/hw-transport-node-speculos": "^6.28.4",
109
- "@ledgerhq/hw-transport-node-speculos-http": "^6.28.4"
108
+ "@ledgerhq/hw-transport-node-speculos": "^6.28.5-next.0",
109
+ "@ledgerhq/hw-transport-node-speculos-http": "^6.28.5-next.0"
110
110
  },
111
111
  "scripts": {
112
112
  "clean": "rm -rf lib lib-es",
@@ -6,7 +6,7 @@ exports[`formatCurrencyUnit with custom options with locale de-DE should correct
6
6
 
7
7
  exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Algorand unit (ALGO) 1`] = `"12.345.678.900,000000- -ALGO"`;
8
8
 
9
- exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Arbitrum Goerli unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
9
+ exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
10
10
 
11
11
  exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Arbitrum unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
12
12
 
@@ -22,7 +22,7 @@ exports[`formatCurrencyUnit with custom options with locale de-DE should correct
22
22
 
23
23
  exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Banano unit (BANANO) 1`] = `"123.456.789,00000000- -BANANO"`;
24
24
 
25
- exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Base Goerli unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
25
+ exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Base Sepolia unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
26
26
 
27
27
  exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Base unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
28
28
 
@@ -336,7 +336,7 @@ exports[`formatCurrencyUnit with custom options with locale en-US should correct
336
336
 
337
337
  exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Algorand unit (ALGO) 1`] = `"12,345,678,900.000000- -ALGO"`;
338
338
 
339
- exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Arbitrum Goerli unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
339
+ exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
340
340
 
341
341
  exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Arbitrum unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
342
342
 
@@ -352,7 +352,7 @@ exports[`formatCurrencyUnit with custom options with locale en-US should correct
352
352
 
353
353
  exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Banano unit (BANANO) 1`] = `"123,456,789.00000000- -BANANO"`;
354
354
 
355
- exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Base Goerli unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
355
+ exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Base Sepolia unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
356
356
 
357
357
  exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Base unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
358
358
 
@@ -666,7 +666,7 @@ exports[`formatCurrencyUnit with custom options with locale es-ES should correct
666
666
 
667
667
  exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Algorand unit (ALGO) 1`] = `"12.345.678.900,000000- -ALGO"`;
668
668
 
669
- exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Arbitrum Goerli unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
669
+ exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
670
670
 
671
671
  exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Arbitrum unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
672
672
 
@@ -682,7 +682,7 @@ exports[`formatCurrencyUnit with custom options with locale es-ES should correct
682
682
 
683
683
  exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Banano unit (BANANO) 1`] = `"123.456.789,00000000- -BANANO"`;
684
684
 
685
- exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Base Goerli unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
685
+ exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Base Sepolia unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
686
686
 
687
687
  exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Base unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
688
688
 
@@ -996,7 +996,7 @@ exports[`formatCurrencyUnit with custom options with locale fr-FR should correct
996
996
 
997
997
  exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Algorand unit (ALGO) 1`] = `"12 345 678 900,000000- -ALGO"`;
998
998
 
999
- exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Arbitrum Goerli unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
999
+ exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
1000
1000
 
1001
1001
  exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Arbitrum unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
1002
1002
 
@@ -1012,7 +1012,7 @@ exports[`formatCurrencyUnit with custom options with locale fr-FR should correct
1012
1012
 
1013
1013
  exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Banano unit (BANANO) 1`] = `"123 456 789,00000000- -BANANO"`;
1014
1014
 
1015
- exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Base Goerli unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
1015
+ exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Base Sepolia unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
1016
1016
 
1017
1017
  exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Base unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
1018
1018
 
@@ -1326,7 +1326,7 @@ exports[`formatCurrencyUnit with custom options with locale ja-JP should correct
1326
1326
 
1327
1327
  exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Algorand unit (ALGO) 1`] = `"12,345,678,900.000000- -ALGO"`;
1328
1328
 
1329
- exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Arbitrum Goerli unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1329
+ exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1330
1330
 
1331
1331
  exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Arbitrum unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
1332
1332
 
@@ -1342,7 +1342,7 @@ exports[`formatCurrencyUnit with custom options with locale ja-JP should correct
1342
1342
 
1343
1343
  exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Banano unit (BANANO) 1`] = `"123,456,789.00000000- -BANANO"`;
1344
1344
 
1345
- exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Base Goerli unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1345
+ exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Base Sepolia unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1346
1346
 
1347
1347
  exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Base unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
1348
1348
 
@@ -1656,7 +1656,7 @@ exports[`formatCurrencyUnit with custom options with locale ko-KR should correct
1656
1656
 
1657
1657
  exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Algorand unit (ALGO) 1`] = `"12,345,678,900.000000- -ALGO"`;
1658
1658
 
1659
- exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Arbitrum Goerli unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1659
+ exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1660
1660
 
1661
1661
  exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Arbitrum unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
1662
1662
 
@@ -1672,7 +1672,7 @@ exports[`formatCurrencyUnit with custom options with locale ko-KR should correct
1672
1672
 
1673
1673
  exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Banano unit (BANANO) 1`] = `"123,456,789.00000000- -BANANO"`;
1674
1674
 
1675
- exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Base Goerli unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1675
+ exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Base Sepolia unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
1676
1676
 
1677
1677
  exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Base unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
1678
1678
 
@@ -1986,7 +1986,7 @@ exports[`formatCurrencyUnit with custom options with locale pt-BR should correct
1986
1986
 
1987
1987
  exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Algorand unit (ALGO) 1`] = `"12.345.678.900,000000- -ALGO"`;
1988
1988
 
1989
- exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Arbitrum Goerli unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
1989
+ exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
1990
1990
 
1991
1991
  exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Arbitrum unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
1992
1992
 
@@ -2002,7 +2002,7 @@ exports[`formatCurrencyUnit with custom options with locale pt-BR should correct
2002
2002
 
2003
2003
  exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Banano unit (BANANO) 1`] = `"123.456.789,00000000- -BANANO"`;
2004
2004
 
2005
- exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Base Goerli unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2005
+ exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Base Sepolia unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2006
2006
 
2007
2007
  exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Base unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
2008
2008
 
@@ -2316,7 +2316,7 @@ exports[`formatCurrencyUnit with custom options with locale ru-RU should correct
2316
2316
 
2317
2317
  exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Algorand unit (ALGO) 1`] = `"12 345 678 900,000000- -ALGO"`;
2318
2318
 
2319
- exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Arbitrum Goerli unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2319
+ exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2320
2320
 
2321
2321
  exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Arbitrum unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
2322
2322
 
@@ -2332,7 +2332,7 @@ exports[`formatCurrencyUnit with custom options with locale ru-RU should correct
2332
2332
 
2333
2333
  exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Banano unit (BANANO) 1`] = `"123 456 789,00000000- -BANANO"`;
2334
2334
 
2335
- exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Base Goerli unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2335
+ exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Base Sepolia unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2336
2336
 
2337
2337
  exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Base unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
2338
2338
 
@@ -2646,7 +2646,7 @@ exports[`formatCurrencyUnit with custom options with locale tr-TR should correct
2646
2646
 
2647
2647
  exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Algorand unit (ALGO) 1`] = `"12.345.678.900,000000- -ALGO"`;
2648
2648
 
2649
- exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Arbitrum Goerli unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2649
+ exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2650
2650
 
2651
2651
  exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Arbitrum unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
2652
2652
 
@@ -2662,7 +2662,7 @@ exports[`formatCurrencyUnit with custom options with locale tr-TR should correct
2662
2662
 
2663
2663
  exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Banano unit (BANANO) 1`] = `"123.456.789,00000000- -BANANO"`;
2664
2664
 
2665
- exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Base Goerli unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2665
+ exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Base Sepolia unit (ETH) 1`] = `"0,012345678900000000- -𝚝ETH"`;
2666
2666
 
2667
2667
  exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Base unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;
2668
2668
 
@@ -2976,7 +2976,7 @@ exports[`formatCurrencyUnit with custom options with locale zh-CN should correct
2976
2976
 
2977
2977
  exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Algorand unit (ALGO) 1`] = `"12,345,678,900.000000- -ALGO"`;
2978
2978
 
2979
- exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Arbitrum Goerli unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
2979
+ exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0.012345678900000000- -𝚝ETH"`;
2980
2980
 
2981
2981
  exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Arbitrum unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
2982
2982
 
@@ -2992,7 +2992,7 @@ exports[`formatCurrencyUnit with custom options with locale zh-CN should correct
2992
2992
 
2993
2993
  exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Banano unit (BANANO) 1`] = `"123,456,789.00000000- -BANANO"`;
2994
2994
 
2995
- exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Base Goerli unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
2995
+ exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Base Sepolia unit (ETH) 1`] = `"0.012345678900000000- -𝚝ETH"`;
2996
2996
 
2997
2997
  exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Base unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;
2998
2998
 
@@ -3306,7 +3306,7 @@ exports[`formatCurrencyUnit with default options should correctly format Akroma
3306
3306
 
3307
3307
  exports[`formatCurrencyUnit with default options should correctly format Algorand unit (ALGO) 1`] = `"12,345,678,900"`;
3308
3308
 
3309
- exports[`formatCurrencyUnit with default options should correctly format Arbitrum Goerli unit (ether) 1`] = `"0.0123456"`;
3309
+ exports[`formatCurrencyUnit with default options should correctly format Arbitrum Sepolia unit (ether) 1`] = `"0.0123456"`;
3310
3310
 
3311
3311
  exports[`formatCurrencyUnit with default options should correctly format Arbitrum unit (ETH) 1`] = `"0.0123456"`;
3312
3312
 
@@ -3322,7 +3322,7 @@ exports[`formatCurrencyUnit with default options should correctly format Axelar
3322
3322
 
3323
3323
  exports[`formatCurrencyUnit with default options should correctly format Banano unit (BANANO) 1`] = `"123,456,789"`;
3324
3324
 
3325
- exports[`formatCurrencyUnit with default options should correctly format Base Goerli unit (ETH) 1`] = `"0.0123456"`;
3325
+ exports[`formatCurrencyUnit with default options should correctly format Base Sepolia unit (ETH) 1`] = `"0.0123456"`;
3326
3326
 
3327
3327
  exports[`formatCurrencyUnit with default options should correctly format Base unit (ETH) 1`] = `"0.0123456"`;
3328
3328