@ledgerhq/live-common 34.6.0-next.2 → 34.6.0-next.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.
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.maybeTezosAccountUnrevealedAccount = void 0;
4
4
  const maybeTezosAccountUnrevealedAccount = (swapTransaction) => {
5
- var _a, _b, _c, _d;
5
+ var _a, _b, _c, _d, _e;
6
6
  if (((_a = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _a === void 0 ? void 0 : _a.family) == "tezos" &&
7
7
  ((_b = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _b === void 0 ? void 0 : _b.estimatedFees) &&
8
- ((_c = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _c === void 0 ? void 0 : _c.fees) !== ((_d = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _d === void 0 ? void 0 : _d.estimatedFees)) {
8
+ !((_d = (_c = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _c === void 0 ? void 0 : _c.fees) === null || _d === void 0 ? void 0 : _d.eq((_e = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _e === void 0 ? void 0 : _e.estimatedFees))) {
9
9
  const tezosError = new Error("Cannot swap with an unrevealed Tezos account");
10
10
  tezosError.name = "TezosUnrevealedAccount";
11
11
  return tezosError;
@@ -1 +1 @@
1
- {"version":3,"file":"maybeTezosAccountUnrevealedAccount.js","sourceRoot":"","sources":["../../../src/exchange/swap/maybeTezosAccountUnrevealedAccount.ts"],"names":[],"mappings":";;;AAEO,MAAM,kCAAkC,GAAG,CAChD,eAAoC,EACjB,EAAE;;IACrB,IACE,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,MAAM,KAAI,OAAO;SAC/C,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAA;QAC3C,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,IAAI,OAAK,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAA,EAClF;QACA,MAAM,UAAU,GAAG,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;QAC7E,UAAU,CAAC,IAAI,GAAG,wBAAwB,CAAC;QAC3C,OAAO,UAAU,CAAC;KACnB;AACH,CAAC,CAAC;AAZW,QAAA,kCAAkC,sCAY7C"}
1
+ {"version":3,"file":"maybeTezosAccountUnrevealedAccount.js","sourceRoot":"","sources":["../../../src/exchange/swap/maybeTezosAccountUnrevealedAccount.ts"],"names":[],"mappings":";;;AAEO,MAAM,kCAAkC,GAAG,CAChD,eAAoC,EACjB,EAAE;;IACrB,IACE,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,MAAM,KAAI,OAAO;SAC/C,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAA;QAC3C,CAAC,CAAA,MAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,IAAI,0CAAE,EAAE,CAAC,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAC,CAAA,EACpF;QACA,MAAM,UAAU,GAAG,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;QAC7E,UAAU,CAAC,IAAI,GAAG,wBAAwB,CAAC;QAC3C,OAAO,UAAU,CAAC;KACnB;AACH,CAAC,CAAC;AAZW,QAAA,kCAAkC,sCAY7C"}
@@ -1,8 +1,8 @@
1
1
  export const maybeTezosAccountUnrevealedAccount = (swapTransaction) => {
2
- var _a, _b, _c, _d;
2
+ var _a, _b, _c, _d, _e;
3
3
  if (((_a = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _a === void 0 ? void 0 : _a.family) == "tezos" &&
4
4
  ((_b = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _b === void 0 ? void 0 : _b.estimatedFees) &&
5
- ((_c = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _c === void 0 ? void 0 : _c.fees) !== ((_d = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _d === void 0 ? void 0 : _d.estimatedFees)) {
5
+ !((_d = (_c = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _c === void 0 ? void 0 : _c.fees) === null || _d === void 0 ? void 0 : _d.eq((_e = swapTransaction === null || swapTransaction === void 0 ? void 0 : swapTransaction.transaction) === null || _e === void 0 ? void 0 : _e.estimatedFees))) {
6
6
  const tezosError = new Error("Cannot swap with an unrevealed Tezos account");
7
7
  tezosError.name = "TezosUnrevealedAccount";
8
8
  return tezosError;
@@ -1 +1 @@
1
- {"version":3,"file":"maybeTezosAccountUnrevealedAccount.js","sourceRoot":"","sources":["../../../src/exchange/swap/maybeTezosAccountUnrevealedAccount.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAChD,eAAoC,EACjB,EAAE;;IACrB,IACE,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,MAAM,KAAI,OAAO;SAC/C,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAA;QAC3C,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,IAAI,OAAK,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAA,EAClF;QACA,MAAM,UAAU,GAAG,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;QAC7E,UAAU,CAAC,IAAI,GAAG,wBAAwB,CAAC;QAC3C,OAAO,UAAU,CAAC;KACnB;AACH,CAAC,CAAC"}
1
+ {"version":3,"file":"maybeTezosAccountUnrevealedAccount.js","sourceRoot":"","sources":["../../../src/exchange/swap/maybeTezosAccountUnrevealedAccount.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAChD,eAAoC,EACjB,EAAE;;IACrB,IACE,CAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,MAAM,KAAI,OAAO;SAC/C,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAA;QAC3C,CAAC,CAAA,MAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,IAAI,0CAAE,EAAE,CAAC,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,WAAW,0CAAE,aAAa,CAAC,CAAA,EACpF;QACA,MAAM,UAAU,GAAG,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;QAC7E,UAAU,CAAC,IAAI,GAAG,wBAAwB,CAAC;QAC3C,OAAO,UAAU,CAAC;KACnB;AACH,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-common",
3
3
  "description": "Common ground for the Ledger Live apps",
4
- "version": "34.6.0-next.2",
4
+ "version": "34.6.0-next.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/LedgerHQ/ledger-live.git"
@@ -192,9 +192,6 @@
192
192
  "@ledgerhq/coin-near": "^0.5.2-next.0",
193
193
  "@ledgerhq/coin-polkadot": "^1.1.0-next.0",
194
194
  "@ledgerhq/coin-stellar": "^0.2.0-next.0",
195
- "@ledgerhq/live-env": "^2.1.0",
196
- "@ledgerhq/live-hooks": "0.1.0",
197
- "@ledgerhq/live-network": "^1.3.1-next.0",
198
195
  "@ledgerhq/coin-solana": "^0.7.2-next.0",
199
196
  "@ledgerhq/coin-tezos": "^0.5.0-next.1",
200
197
  "@ledgerhq/coin-tron": "^0.0.2-next.0",
@@ -222,6 +219,9 @@
222
219
  "@ledgerhq/live-config": "^3.0.0",
223
220
  "@ledgerhq/live-countervalues": "^0.2.2-next.0",
224
221
  "@ledgerhq/live-countervalues-react": "^0.2.2-next.0",
222
+ "@ledgerhq/live-env": "^2.1.0",
223
+ "@ledgerhq/live-hooks": "0.1.0",
224
+ "@ledgerhq/live-network": "^1.3.1-next.0",
225
225
  "@ledgerhq/live-nft": "^0.4.2-next.0",
226
226
  "@ledgerhq/live-promise": "^0.1.0",
227
227
  "@ledgerhq/live-wallet": "^0.4.0-next.0",
@@ -724,6 +724,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
724
724
  "ethereum/erc20/mobile_integrated_blockchain",
725
725
  "ethereum/erc20/vezt",
726
726
  "ethereum/erc20/rate3",
727
+ "polygon/erc20/mylovelycoin",
727
728
  "ethereum/erc20/ebcoin",
728
729
  "ethereum/erc20/friendz_coin",
729
730
  "ethereum/erc20/olive",
@@ -780,6 +781,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
780
781
  "ethereum/erc20/dev",
781
782
  "ethereum/erc20/honest",
782
783
  "ethereum/erc20/tnc_group_token",
784
+ "ethereum/erc20/mor",
783
785
  "ethereum/erc20/micro_tuber",
784
786
  "ethereum/erc20/on_live",
785
787
  "ethereum/erc20/b2bcoin",
@@ -1193,7 +1195,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1193
1195
  "ethereum/erc20/micro_launchpad_token",
1194
1196
  "ethereum/erc20/luna_wormhole",
1195
1197
  "ethereum/erc20/tokendesk",
1196
- "bsc/bep20/nevacoin",
1198
+ "ethereum/erc20/neva_network",
1197
1199
  "akroma",
1198
1200
  "ethereum/erc20/delta_financial_-_deep_defi_derivatives",
1199
1201
  "ethereum/erc20/tracto",
@@ -1445,6 +1447,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1445
1447
  "ethereum/erc20/bifi",
1446
1448
  "ethereum/erc20/inqubeta",
1447
1449
  "ethereum/erc20/future1coin",
1450
+ "ethereum/erc20/bali",
1448
1451
  "ethereum/erc20/ptokens_btc",
1449
1452
  "ethereum/erc20/charg_coin",
1450
1453
  "ethereum/erc20/switch",
@@ -1613,6 +1616,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1613
1616
  "ethereum/erc20/0xgambit",
1614
1617
  "ethereum/erc20/0xgasless",
1615
1618
  "ethereum/erc20/0xgasless_",
1619
+ "ethereum/erc20/0xgen",
1616
1620
  "ethereum/erc20/0xliquidity",
1617
1621
  "ethereum/erc20/0xnude",
1618
1622
  "ethereum/erc20/0xnumber",
@@ -1868,6 +1872,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1868
1872
  "ethereum/erc20/akita_inu",
1869
1873
  "ethereum/erc20/akropolis_delphi",
1870
1874
  "ethereum/erc20/aktio_coin",
1875
+ "ethereum/erc20/aladdin_rusd",
1871
1876
  "ethereum/erc20/aladdin_sdcrv",
1872
1877
  "ethereum/erc20/alan_frei_sha",
1873
1878
  "ethereum/erc20/alcatraz",
@@ -2012,6 +2017,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2012
2017
  "ethereum/erc20/antx",
2013
2018
  "ethereum/erc20/anxtrom",
2014
2019
  "ethereum/erc20/any_blocknet",
2020
+ "ethereum/erc20/anyone_protocol",
2015
2021
  "ethereum/erc20/anyswap",
2016
2022
  "ethereum/erc20/ape_finance",
2017
2023
  "ethereum/erc20/ape_in",
@@ -2235,6 +2241,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2235
2241
  "ethereum/erc20/baby_grok_e93c",
2236
2242
  "ethereum/erc20/baby_memecoin",
2237
2243
  "ethereum/erc20/baby_pepe",
2244
+ "ethereum/erc20/baby_pepe_6c43",
2238
2245
  "ethereum/erc20/baby_pepe_f12e",
2239
2246
  "ethereum/erc20/baby_satoshi",
2240
2247
  "ethereum/erc20/baby_shiba",
@@ -2259,6 +2266,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2259
2266
  "ethereum/erc20/backed_ib01_treasury_bond_0_1yr",
2260
2267
  "ethereum/erc20/backed_ibta_treasury_bond_1_3yr",
2261
2268
  "ethereum/erc20/backed_niu_technologies",
2269
+ "ethereum/erc20/backed_nvidia_corp",
2262
2270
  "ethereum/erc20/backed_zpr1_1_3_month_t_bill",
2263
2271
  "ethereum/erc20/bacon",
2264
2272
  "ethereum/erc20/baconcoin",
@@ -2516,6 +2524,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2516
2524
  "ethereum/erc20/bitsten_token",
2517
2525
  "ethereum/erc20/bittoken",
2518
2526
  "ethereum/erc20/bittup",
2527
+ "ethereum/erc20/biturbo",
2519
2528
  "ethereum/erc20/bitvalve",
2520
2529
  "ethereum/erc20/bitwell_token",
2521
2530
  "ethereum/erc20/bixcoin_pro",
@@ -2585,6 +2594,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2585
2594
  "ethereum/erc20/blocktanium",
2586
2595
  "ethereum/erc20/blocktools",
2587
2596
  "ethereum/erc20/blocktrade_com",
2597
+ "ethereum/erc20/blocx_bridge",
2588
2598
  "ethereum/erc20/blondcoin",
2589
2599
  "ethereum/erc20/blood",
2590
2600
  "ethereum/erc20/bloodypercent",
@@ -2627,6 +2637,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2627
2637
  "ethereum/erc20/bond",
2628
2638
  "ethereum/erc20/bond_appetite_usd",
2629
2639
  "ethereum/erc20/bondappetit_governance",
2640
+ "ethereum/erc20/bondex_token",
2630
2641
  "ethereum/erc20/bondly",
2631
2642
  "ethereum/erc20/bondly_token",
2632
2643
  "ethereum/erc20/bone",
@@ -2685,6 +2696,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2685
2696
  "ethereum/erc20/boxaxis",
2686
2697
  "ethereum/erc20/boxbet",
2687
2698
  "ethereum/erc20/boy_s_club",
2699
+ "ethereum/erc20/boys_club_munchy",
2688
2700
  "ethereum/erc20/bpegd_governance_token",
2689
2701
  "ethereum/erc20/bpop",
2690
2702
  "ethereum/erc20/bptn",
@@ -2763,6 +2775,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2763
2775
  "ethereum/erc20/build_with_pepe",
2764
2776
  "ethereum/erc20/buildin",
2765
2777
  "ethereum/erc20/buildup",
2778
+ "ethereum/erc20/bulei",
2766
2779
  "ethereum/erc20/bulk_token",
2767
2780
  "ethereum/erc20/bull_moon",
2768
2781
  "ethereum/erc20/bullbearbitcoin_set_ii",
@@ -2813,6 +2826,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2813
2826
  "ethereum/erc20/cacaoshares",
2814
2827
  "ethereum/erc20/cache_gold",
2815
2828
  "ethereum/erc20/cad_coin",
2829
+ "ethereum/erc20/cadaico",
2816
2830
  "ethereum/erc20/caelum",
2817
2831
  "ethereum/erc20/caesars_arena",
2818
2832
  "ethereum/erc20/cage",
@@ -2954,6 +2968,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2954
2968
  "ethereum/erc20/checks_token",
2955
2969
  "ethereum/erc20/chedda_token",
2956
2970
  "ethereum/erc20/cheemsinu",
2971
+ "ethereum/erc20/cheesed",
2957
2972
  "ethereum/erc20/cheezburger",
2958
2973
  "ethereum/erc20/cherry",
2959
2974
  "ethereum/erc20/cherry_token",
@@ -3265,6 +3280,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3265
3280
  "ethereum/erc20/cryptiq_ecosystem",
3266
3281
  "ethereum/erc20/cryptmi",
3267
3282
  "ethereum/erc20/crypto10_hedged",
3283
+ "ethereum/erc20/crypto_2_debit",
3268
3284
  "ethereum/erc20/crypto_accept",
3269
3285
  "ethereum/erc20/crypto_asset_governance_alliance",
3270
3286
  "ethereum/erc20/crypto_bank",
@@ -3460,6 +3476,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3460
3476
  "ethereum/erc20/datamine",
3461
3477
  "ethereum/erc20/datbit_token",
3462
3478
  "ethereum/erc20/dau",
3479
+ "ethereum/erc20/daumenfrosch",
3463
3480
  "ethereum/erc20/dave",
3464
3481
  "ethereum/erc20/davecoin",
3465
3482
  "ethereum/erc20/daviesv3",
@@ -3681,6 +3698,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3681
3698
  "ethereum/erc20/dinero",
3682
3699
  "ethereum/erc20/dinger_token",
3683
3700
  "ethereum/erc20/dinolfg",
3701
+ "ethereum/erc20/dinoshi",
3684
3702
  "ethereum/erc20/dinox_coin",
3685
3703
  "ethereum/erc20/dione",
3686
3704
  "ethereum/erc20/dipper",
@@ -3806,6 +3824,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3806
3824
  "ethereum/erc20/draggable_aktionariat_ag_shares",
3807
3825
  "ethereum/erc20/draggable_green_consensus_sa_shares",
3808
3826
  "ethereum/erc20/draggable_quitt_shares",
3827
+ "ethereum/erc20/draggy",
3809
3828
  "ethereum/erc20/dragonbit",
3810
3829
  "ethereum/erc20/dragonbite",
3811
3830
  "ethereum/erc20/dragonflyprotocol_com",
@@ -3864,6 +3883,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3864
3883
  "ethereum/erc20/dynamic_set_dollar",
3865
3884
  "ethereum/erc20/dyor",
3866
3885
  "ethereum/erc20/dypius",
3886
+ "ethereum/erc20/dystoworld",
3867
3887
  "ethereum/erc20/dyxtoken",
3868
3888
  "ethereum/erc20/e-radix",
3869
3889
  "ethereum/erc20/e2p",
@@ -3949,6 +3969,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3949
3969
  "ethereum/erc20/elyx",
3950
3970
  "ethereum/erc20/emartzon",
3951
3971
  "ethereum/erc20/ember",
3972
+ "ethereum/erc20/ember_db4e",
3952
3973
  "ethereum/erc20/embers",
3953
3974
  "ethereum/erc20/emerald",
3954
3975
  "ethereum/erc20/emeraldrockets",
@@ -4146,6 +4167,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4146
4167
  "ethereum/erc20/evident_proof_transaction_token",
4147
4168
  "ethereum/erc20/evil_pepe",
4148
4169
  "ethereum/erc20/evimeria",
4170
+ "ethereum/erc20/evire",
4149
4171
  "ethereum/erc20/evn_token",
4150
4172
  "ethereum/erc20/evny_token",
4151
4173
  "ethereum/erc20/evolution",
@@ -4287,6 +4309,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4287
4309
  "ethereum/erc20/flack_exchange",
4288
4310
  "ethereum/erc20/flama",
4289
4311
  "ethereum/erc20/flapp",
4312
+ "ethereum/erc20/flappy",
4290
4313
  "ethereum/erc20/flappy_moon_bird",
4291
4314
  "ethereum/erc20/flash_bot_token",
4292
4315
  "ethereum/erc20/flashswap",
@@ -4326,6 +4349,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4326
4349
  "ethereum/erc20/fohocoin",
4327
4350
  "ethereum/erc20/folder_coin",
4328
4351
  "ethereum/erc20/follow",
4352
+ "ethereum/erc20/fomeow",
4329
4353
  "ethereum/erc20/fomo",
4330
4354
  "ethereum/erc20/fompound",
4331
4355
  "ethereum/erc20/fon",
@@ -4462,6 +4486,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4462
4486
  "ethereum/erc20/gala_",
4463
4487
  "ethereum/erc20/gala_music",
4464
4488
  "ethereum/erc20/galacticblueindex",
4489
+ "ethereum/erc20/galaxify",
4465
4490
  "ethereum/erc20/galaxis_token",
4466
4491
  "ethereum/erc20/galaxy_fox",
4467
4492
  "ethereum/erc20/gallerycoin",
@@ -4841,6 +4866,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4841
4866
  "ethereum/erc20/hermionegrangerclintonamberamyrose9inu",
4842
4867
  "ethereum/erc20/heroes_of_mavia",
4843
4868
  "ethereum/erc20/hex_money",
4869
+ "ethereum/erc20/heyflork",
4844
4870
  "ethereum/erc20/heytoken",
4845
4871
  "ethereum/erc20/hgold",
4846
4872
  "ethereum/erc20/hi_dollar",
@@ -4905,6 +4931,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4905
4931
  "ethereum/erc20/hoge_finance",
4906
4932
  "ethereum/erc20/hoichi",
4907
4933
  "ethereum/erc20/hokkaido_inu",
4934
+ "ethereum/erc20/hokkaido_inu_6585",
4935
+ "ethereum/erc20/hokkaido_ken",
4908
4936
  "ethereum/erc20/hokkaidu_inu",
4909
4937
  "ethereum/erc20/hola_token",
4910
4938
  "ethereum/erc20/hold",
@@ -4999,6 +5027,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4999
5027
  "ethereum/erc20/icarus_network",
5000
5028
  "ethereum/erc20/icb_token",
5001
5029
  "ethereum/erc20/ice",
5030
+ "ethereum/erc20/ice_land",
5002
5031
  "ethereum/erc20/ice_rock_mining",
5003
5032
  "ethereum/erc20/icedium",
5004
5033
  "ethereum/erc20/ichi_farm",
@@ -5171,6 +5200,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5171
5200
  "ethereum/erc20/jacy",
5172
5201
  "ethereum/erc20/jacywaya",
5173
5202
  "ethereum/erc20/jake_newman_enterprises",
5203
+ "ethereum/erc20/janny",
5174
5204
  "ethereum/erc20/janus_token",
5175
5205
  "ethereum/erc20/jared_from_subway",
5176
5206
  "ethereum/erc20/jarvis",
@@ -5244,6 +5274,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5244
5274
  "ethereum/erc20/kabochan",
5245
5275
  "ethereum/erc20/kabosu",
5246
5276
  "ethereum/erc20/kaeri",
5277
+ "ethereum/erc20/kaeru_the_frog",
5247
5278
  "ethereum/erc20/kaijuno8",
5248
5279
  "ethereum/erc20/kaikeninu",
5249
5280
  "ethereum/erc20/kairos",
@@ -5344,6 +5375,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5344
5375
  "ethereum/erc20/knit_finance",
5345
5376
  "ethereum/erc20/knowyourdev",
5346
5377
  "ethereum/erc20/knoxstertoken_old",
5378
+ "ethereum/erc20/kochi_ken",
5347
5379
  "ethereum/erc20/kodachi_token",
5348
5380
  "ethereum/erc20/koi_auction_token",
5349
5381
  "ethereum/erc20/koinos",
@@ -5415,6 +5447,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5415
5447
  "ethereum/erc20/landbox",
5416
5448
  "ethereum/erc20/landwolf",
5417
5449
  "ethereum/erc20/landworld",
5450
+ "ethereum/erc20/landwu",
5418
5451
  "ethereum/erc20/landx_governance_token",
5419
5452
  "ethereum/erc20/lanify",
5420
5453
  "ethereum/erc20/larrycoin",
@@ -5445,6 +5478,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5445
5478
  "ethereum/erc20/leetcoin",
5446
5479
  "ethereum/erc20/legal_block_token",
5447
5480
  "ethereum/erc20/legends",
5481
+ "ethereum/erc20/legion",
5448
5482
  "ethereum/erc20/leisuremeta",
5449
5483
  "ethereum/erc20/lemon_bet",
5450
5484
  "ethereum/erc20/lemon_terminal",
@@ -5474,6 +5508,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5474
5508
  "ethereum/erc20/libartysharetoken",
5475
5509
  "ethereum/erc20/libera",
5476
5510
  "ethereum/erc20/libereum",
5511
+ "ethereum/erc20/liberland_dollar",
5477
5512
  "ethereum/erc20/libero_financial_freedom",
5478
5513
  "ethereum/erc20/libertas",
5479
5514
  "ethereum/erc20/libfx",
@@ -5642,8 +5677,10 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5642
5677
  "ethereum/erc20/mad",
5643
5678
  "ethereum/erc20/madape",
5644
5679
  "ethereum/erc20/made_in_real_life",
5680
+ "ethereum/erc20/maga_again",
5645
5681
  "ethereum/erc20/maga_coin_eth",
5646
5682
  "ethereum/erc20/maga_pepe",
5683
+ "ethereum/erc20/maga_trump",
5647
5684
  "ethereum/erc20/magic",
5648
5685
  "ethereum/erc20/magic_bot",
5649
5686
  "ethereum/erc20/magic_e-stock",
@@ -5773,6 +5810,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5773
5810
  "ethereum/erc20/meme_ai",
5774
5811
  "ethereum/erc20/meme_alliance",
5775
5812
  "ethereum/erc20/meme_coin_mafia",
5813
+ "ethereum/erc20/meme_cup",
5776
5814
  "ethereum/erc20/meme_elon_doge_floki",
5777
5815
  "ethereum/erc20/meme_games",
5778
5816
  "ethereum/erc20/meme_kombat",
@@ -5832,6 +5870,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5832
5870
  "ethereum/erc20/metagaming_guild",
5833
5871
  "ethereum/erc20/metahorse_unity_token",
5834
5872
  "ethereum/erc20/metal_blockchain_token",
5873
+ "ethereum/erc20/metalcore",
5835
5874
  "ethereum/erc20/metalpay",
5836
5875
  "ethereum/erc20/metalswap",
5837
5876
  "ethereum/erc20/metamonkeyai",
@@ -5946,7 +5985,9 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5946
5985
  "ethereum/erc20/moeta",
5947
5986
  "ethereum/erc20/moeth",
5948
5987
  "ethereum/erc20/mog_coin",
5988
+ "ethereum/erc20/moge",
5949
5989
  "ethereum/erc20/mogul_stars",
5990
+ "ethereum/erc20/mogutou",
5950
5991
  "ethereum/erc20/molecules_of_ipnft_2",
5951
5992
  "ethereum/erc20/mollarstoken",
5952
5993
  "ethereum/erc20/molly_ai",
@@ -5976,6 +6017,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5976
6017
  "ethereum/erc20/monk_gg",
5977
6018
  "ethereum/erc20/monkas",
5978
6019
  "ethereum/erc20/monked",
6020
+ "ethereum/erc20/monkei",
5979
6021
  "ethereum/erc20/monkeycoin",
5980
6022
  "ethereum/erc20/monkeys",
5981
6023
  "ethereum/erc20/monnos_token",
@@ -6242,6 +6284,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6242
6284
  "ethereum/erc20/non-fungible_toke",
6243
6285
  "ethereum/erc20/non-fungible_yearn",
6244
6286
  "ethereum/erc20/non_human_intelligence",
6287
+ "ethereum/erc20/non_playable_inu",
6245
6288
  "ethereum/erc20/none_trading",
6246
6289
  "ethereum/erc20/noob_finance",
6247
6290
  "ethereum/erc20/noodle_finance",
@@ -6343,6 +6386,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6343
6386
  "ethereum/erc20/omnibotx",
6344
6387
  "ethereum/erc20/omnisea",
6345
6388
  "ethereum/erc20/omniunit",
6389
+ "ethereum/erc20/omochi_the_frog",
6346
6390
  "ethereum/erc20/oms",
6347
6391
  "ethereum/erc20/on_chain_dynamics",
6348
6392
  "ethereum/erc20/onbuff_token",
@@ -6609,6 +6653,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6609
6653
  "ethereum/erc20/pepe_original_version",
6610
6654
  "ethereum/erc20/pepe_predator",
6611
6655
  "ethereum/erc20/pepebeast",
6656
+ "ethereum/erc20/pepebull",
6612
6657
  "ethereum/erc20/pepecoin",
6613
6658
  "ethereum/erc20/pepecola",
6614
6659
  "ethereum/erc20/pepedex",
@@ -6620,6 +6665,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6620
6665
  "ethereum/erc20/pepeinu",
6621
6666
  "ethereum/erc20/pepelon",
6622
6667
  "ethereum/erc20/pepemon",
6668
+ "ethereum/erc20/pepenomics",
6669
+ "ethereum/erc20/pepetr",
6623
6670
  "ethereum/erc20/pepexl",
6624
6671
  "ethereum/erc20/pepito",
6625
6672
  "ethereum/erc20/peppa",
@@ -6684,6 +6731,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6684
6731
  "ethereum/erc20/pine_token",
6685
6732
  "ethereum/erc20/pineapple_owl",
6686
6733
  "ethereum/erc20/pingu",
6734
+ "ethereum/erc20/pink_hood_froglicker",
6687
6735
  "ethereum/erc20/pinknode_token",
6688
6736
  "ethereum/erc20/pinkslip_finance",
6689
6737
  "ethereum/erc20/pintu_token",
@@ -6781,6 +6829,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6781
6829
  "ethereum/erc20/pongo",
6782
6830
  "ethereum/erc20/pontoontoken",
6783
6831
  "ethereum/erc20/ponyo-inu",
6832
+ "ethereum/erc20/ponzio_the_cat",
6784
6833
  "ethereum/erc20/ponzu_inu",
6785
6834
  "ethereum/erc20/poodle",
6786
6835
  "ethereum/erc20/poof_token",
@@ -6963,8 +7012,11 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6963
7012
  "ethereum/erc20/quantoswap_token",
6964
7013
  "ethereum/erc20/quantum_drbio",
6965
7014
  "ethereum/erc20/quantum_hub",
7015
+ "ethereum/erc20/quantum_swap_ai",
7016
+ "ethereum/erc20/quantumfusion",
6966
7017
  "ethereum/erc20/quarashi",
6967
7018
  "ethereum/erc20/qubitica_",
7019
+ "ethereum/erc20/qudefi",
6968
7020
  "ethereum/erc20/querio",
6969
7021
  "ethereum/erc20/quick_intel",
6970
7022
  "ethereum/erc20/quickmining_token",
@@ -7024,6 +7076,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7024
7076
  "ethereum/erc20/rare_unique",
7025
7077
  "ethereum/erc20/rari_governance_token",
7026
7078
  "ethereum/erc20/rarible",
7079
+ "ethereum/erc20/rastopyry",
7027
7080
  "ethereum/erc20/ratio",
7028
7081
  "ethereum/erc20/rats",
7029
7082
  "ethereum/erc20/rave_token",
@@ -7078,6 +7131,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7078
7131
  "ethereum/erc20/reflex",
7079
7132
  "ethereum/erc20/reflex_staking_bot",
7080
7133
  "ethereum/erc20/refork",
7134
+ "ethereum/erc20/reform",
7081
7135
  "ethereum/erc20/refund",
7082
7136
  "ethereum/erc20/rejuve_token_0x02c3296c",
7083
7137
  "ethereum/erc20/rejuve_token_0xa1f410f1",
@@ -7254,6 +7308,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7254
7308
  "ethereum/erc20/safeswap",
7255
7309
  "ethereum/erc20/safudex",
7256
7310
  "ethereum/erc20/safuu",
7311
+ "ethereum/erc20/sage_market",
7257
7312
  "ethereum/erc20/sai",
7258
7313
  "ethereum/erc20/sail_token",
7259
7314
  "ethereum/erc20/saintbot",
@@ -7472,6 +7527,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7472
7527
  "ethereum/erc20/shraptoken",
7473
7528
  "ethereum/erc20/shrimp_finance",
7474
7529
  "ethereum/erc20/shroom_finance",
7530
+ "ethereum/erc20/shrub",
7475
7531
  "ethereum/erc20/shuffle!",
7476
7532
  "ethereum/erc20/shuffle_monster_v3",
7477
7533
  "ethereum/erc20/shutter_token",
@@ -7599,6 +7655,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7599
7655
  "ethereum/erc20/solidblock",
7600
7656
  "ethereum/erc20/solidly",
7601
7657
  "ethereum/erc20/solomondefi",
7658
+ "ethereum/erc20/soma",
7602
7659
  "ethereum/erc20/sombra",
7603
7660
  "ethereum/erc20/somee_advertising_token_v2",
7604
7661
  "ethereum/erc20/somee_social",
@@ -7923,6 +7980,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7923
7980
  "ethereum/erc20/syndicate_token",
7924
7981
  "ethereum/erc20/synlev",
7925
7982
  "ethereum/erc20/syntax_ai",
7983
+ "ethereum/erc20/synternet_token",
7926
7984
  "ethereum/erc20/synth_iaave",
7927
7985
  "ethereum/erc20/synth_iada",
7928
7986
  "ethereum/erc20/synth_ibnb",
@@ -8097,6 +8155,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8097
8155
  "ethereum/erc20/the_ancient_order",
8098
8156
  "ethereum/erc20/the_balkan_dwarf",
8099
8157
  "ethereum/erc20/the_beeple_collection",
8158
+ "ethereum/erc20/the_big_debate",
8100
8159
  "ethereum/erc20/the_bitcoin_family",
8101
8160
  "ethereum/erc20/the_blox_project",
8102
8161
  "ethereum/erc20/the_bridge",
@@ -8116,6 +8175,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8116
8175
  "ethereum/erc20/the_metaverse_game_hub",
8117
8176
  "ethereum/erc20/the_nemesis",
8118
8177
  "ethereum/erc20/the_nifty_onez",
8178
+ "ethereum/erc20/the_night_riders",
8119
8179
  "ethereum/erc20/the_pak_collection",
8120
8180
  "ethereum/erc20/the_peoples_coin",
8121
8181
  "ethereum/erc20/the_people’s_coin",
@@ -8183,6 +8243,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8183
8243
  "ethereum/erc20/tinku",
8184
8244
  "ethereum/erc20/tio",
8185
8245
  "ethereum/erc20/tipja",
8246
+ "ethereum/erc20/titan_blaze",
8186
8247
  "ethereum/erc20/titan_x",
8187
8248
  "ethereum/erc20/titanium22",
8188
8249
  "ethereum/erc20/titano",
@@ -8250,6 +8311,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8250
8311
  "ethereum/erc20/totem_token",
8251
8312
  "ethereum/erc20/totoro_inu",
8252
8313
  "ethereum/erc20/touch_smart_token",
8314
+ "ethereum/erc20/towelie",
8253
8315
  "ethereum/erc20/tower",
8254
8316
  "ethereum/erc20/towncoin",
8255
8317
  "ethereum/erc20/tozex",
@@ -8268,6 +8330,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8268
8330
  "ethereum/erc20/tradecloudtoken",
8269
8331
  "ethereum/erc20/tradestars_tsx",
8270
8332
  "ethereum/erc20/trailblaze",
8333
+ "ethereum/erc20/trala_token",
8271
8334
  "ethereum/erc20/tranche_finance",
8272
8335
  "ethereum/erc20/tranchessv2_weth_queen",
8273
8336
  "ethereum/erc20/transactra_finance",
@@ -8313,6 +8376,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8313
8376
  "ethereum/erc20/truflation",
8314
8377
  "ethereum/erc20/truflation_christmas_2023",
8315
8378
  "ethereum/erc20/trump_inu",
8379
+ "ethereum/erc20/trumpmaga",
8316
8380
  "ethereum/erc20/trusmarkethub_token",
8317
8381
  "ethereum/erc20/trust_dao",
8318
8382
  "ethereum/erc20/trustake_matic_vault_shares",
@@ -8518,6 +8582,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8518
8582
  "ethereum/erc20/upbots",
8519
8583
  "ethereum/erc20/upcx",
8520
8584
  "ethereum/erc20/upfire",
8585
+ "ethereum/erc20/upload",
8521
8586
  "ethereum/erc20/uploadea",
8522
8587
  "ethereum/erc20/upper_dollar",
8523
8588
  "ethereum/erc20/upper_euro",
@@ -8659,6 +8724,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8659
8724
  "ethereum/erc20/vitalek_buteren",
8660
8725
  "ethereum/erc20/vitalik_smart_gas",
8661
8726
  "ethereum/erc20/vitetoken",
8727
+ "ethereum/erc20/vitreus",
8662
8728
  "ethereum/erc20/viu",
8663
8729
  "ethereum/erc20/vixco",
8664
8730
  "ethereum/erc20/vlaunch",
@@ -8740,6 +8806,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8740
8806
  "ethereum/erc20/wassie",
8741
8807
  "ethereum/erc20/waste_coin",
8742
8808
  "ethereum/erc20/wastedlands",
8809
+ "ethereum/erc20/wat",
8743
8810
  "ethereum/erc20/watcher_ai",
8744
8811
  "ethereum/erc20/watchtowers_ai",
8745
8812
  "ethereum/erc20/watchvestor",
@@ -8808,6 +8875,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8808
8875
  "ethereum/erc20/wild_credit",
8809
8876
  "ethereum/erc20/wilder",
8810
8877
  "ethereum/erc20/windbellows",
8878
+ "ethereum/erc20/winee3",
8811
8879
  "ethereum/erc20/winnerz",
8812
8880
  "ethereum/erc20/winry_inu",
8813
8881
  "ethereum/erc20/winstoken",
@@ -9035,6 +9103,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9035
9103
  "ethereum/erc20/xeno_nft_hub",
9036
9104
  "ethereum/erc20/xenon",
9037
9105
  "ethereum/erc20/xenowave",
9106
+ "ethereum/erc20/xeon_protocol",
9038
9107
  "ethereum/erc20/xero_ai",
9039
9108
  "ethereum/erc20/xfather_bot",
9040
9109
  "ethereum/erc20/xfii",
@@ -9317,6 +9386,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9317
9386
  "ethereum/erc20/zks",
9318
9387
  "ethereum/erc20/zktao",
9319
9388
  "ethereum/erc20/zktsunami",
9389
+ "ethereum/erc20/zkx",
9320
9390
  "ethereum/erc20/zloadr_token",
9321
9391
  "ethereum/erc20/zlot",
9322
9392
  "ethereum/erc20/zodiac",
@@ -9674,6 +9744,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9674
9744
  "polygon/erc20/cosplaytoken_pos",
9675
9745
  "polygon/erc20/cre8r_dao",
9676
9746
  "polygon/erc20/cre8r_dao_(pos)",
9747
+ "polygon/erc20/crepetoken",
9677
9748
  "polygon/erc20/cresio",
9678
9749
  "polygon/erc20/creta_token",
9679
9750
  "polygon/erc20/cri3x",
@@ -9755,6 +9826,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9755
9826
  "polygon/erc20/deri",
9756
9827
  "polygon/erc20/deus",
9757
9828
  "polygon/erc20/dexkit_pos",
9829
+ "polygon/erc20/dez",
9758
9830
  "polygon/erc20/dforce_usd",
9759
9831
  "polygon/erc20/dfx_token_(pos)",
9760
9832
  "polygon/erc20/dfx_token_l2",
@@ -9773,6 +9845,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9773
9845
  "polygon/erc20/dogami",
9774
9846
  "polygon/erc20/dogegf",
9775
9847
  "polygon/erc20/dogelon",
9848
+ "polygon/erc20/dogeverse",
9776
9849
  "polygon/erc20/dogira",
9777
9850
  "polygon/erc20/dokidokiazuki",
9778
9851
  "polygon/erc20/dokidokifinance_pos",
@@ -9801,6 +9874,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9801
9874
  "polygon/erc20/dyl",
9802
9875
  "polygon/erc20/dystopia_token",
9803
9876
  "polygon/erc20/earntv",
9877
+ "polygon/erc20/earthmeta",
9804
9878
  "polygon/erc20/easy_v2",
9805
9879
  "polygon/erc20/ecet_token",
9806
9880
  "polygon/erc20/ecocredit",
@@ -9933,6 +10007,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9933
10007
  "polygon/erc20/golem_network_token",
9934
10008
  "polygon/erc20/gone",
9935
10009
  "polygon/erc20/goo",
10010
+ "polygon/erc20/goon",
9936
10011
  "polygon/erc20/governance_abi",
9937
10012
  "polygon/erc20/governance_ohm",
9938
10013
  "polygon/erc20/govi_pos",
@@ -10225,6 +10300,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10225
10300
  "polygon/erc20/moonrabbit",
10226
10301
  "polygon/erc20/moonwolf_io",
10227
10302
  "polygon/erc20/moove_protocol",
10303
+ "polygon/erc20/morkie_token",
10228
10304
  "polygon/erc20/morpheus_infrastructure_node_pos",
10229
10305
  "polygon/erc20/morpheus_infrastructure_token_pos",
10230
10306
  "polygon/erc20/morpheus_network_pos",
@@ -10502,6 +10578,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10502
10578
  "polygon/erc20/savage_token",
10503
10579
  "polygon/erc20/scaleswaptoken",
10504
10580
  "polygon/erc20/seamans_token",
10581
+ "polygon/erc20/second_world_games",
10505
10582
  "polygon/erc20/seed_pos",
10506
10583
  "polygon/erc20/seguro_coin",
10507
10584
  "polygon/erc20/sekuritance_(pos)",
@@ -10535,6 +10612,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10535
10612
  "polygon/erc20/smardex_token",
10536
10613
  "polygon/erc20/smell_token",
10537
10614
  "polygon/erc20/snook",
10615
+ "polygon/erc20/snpit_token_pos",
10538
10616
  "polygon/erc20/socialgood_pos",
10539
10617
  "polygon/erc20/soil",
10540
10618
  "polygon/erc20/solarx",
@@ -10625,6 +10703,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10625
10703
  "polygon/erc20/synthetix_network_token_(pos)",
10626
10704
  "polygon/erc20/taikai_token_fxerc20",
10627
10705
  "polygon/erc20/takitoken",
10706
+ "polygon/erc20/talken",
10628
10707
  "polygon/erc20/tamadoge",
10629
10708
  "polygon/erc20/tamkin",
10630
10709
  "polygon/erc20/tangible",
@@ -10658,6 +10737,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10658
10737
  "polygon/erc20/time_token",
10659
10738
  "polygon/erc20/titanium",
10660
10739
  "polygon/erc20/tixl_token",
10740
+ "polygon/erc20/tlos",
10661
10741
  "polygon/erc20/tmn_global_wrapper",
10662
10742
  "polygon/erc20/tokhit",
10663
10743
  "polygon/erc20/tomb",
@@ -10685,6 +10765,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10685
10765
  "polygon/erc20/tungsten",
10686
10766
  "polygon/erc20/ubuntu",
10687
10767
  "polygon/erc20/uc_finance",
10768
+ "polygon/erc20/udao",
10688
10769
  "polygon/erc20/uerii_pos",
10689
10770
  "polygon/erc20/ultron",
10690
10771
  "polygon/erc20/uma_voting_token_v1",
@@ -10784,6 +10865,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10784
10865
  "polygon/erc20/wrapped_filecoin_(pos)",
10785
10866
  "polygon/erc20/wrapped_frk",
10786
10867
  "polygon/erc20/wrapped_ghost",
10868
+ "polygon/erc20/wrapped_hypra",
10787
10869
  "polygon/erc20/wrapped_ixs_token",
10788
10870
  "polygon/erc20/wrapped_liquid_staked_ether_2.0_(pos)",
10789
10871
  "polygon/erc20/wrapped_matic",
@@ -10871,6 +10953,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10871
10953
  "bsc/bep20/10set_token",
10872
10954
  "bsc/bep20/1inch_token",
10873
10955
  "bsc/bep20/1long",
10956
+ "bsc/bep20/1mdc",
10874
10957
  "bsc/bep20/1move",
10875
10958
  "bsc/bep20/1move_ee45",
10876
10959
  "bsc/bep20/2023",
@@ -11125,6 +11208,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11125
11208
  "bsc/bep20/avante",
11126
11209
  "bsc/bep20/avatar_musk_verse",
11127
11210
  "bsc/bep20/avatly",
11211
+ "bsc/bep20/aventis_ai",
11128
11212
  "bsc/bep20/avnrich_token",
11129
11213
  "bsc/bep20/avocado_bg",
11130
11214
  "bsc/bep20/avocado_dao_token",
@@ -11231,6 +11315,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11231
11315
  "bsc/bep20/bblurt_token",
11232
11316
  "bsc/bep20/bbs_via_chainport_io",
11233
11317
  "bsc/bep20/bcpay_fintech",
11318
+ "bsc/bep20/bcryptopia",
11234
11319
  "bsc/bep20/bdollar",
11235
11320
  "bsc/bep20/bdollar_share",
11236
11321
  "bsc/bep20/be_meta_famous",
@@ -11344,6 +11429,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11344
11429
  "bsc/bep20/binance-peg_yfii.finance_token",
11345
11430
  "bsc/bep20/binance-peg_zcash_token",
11346
11431
  "bsc/bep20/binance_beacon_eth",
11432
+ "bsc/bep20/binance_cat",
11347
11433
  "bsc/bep20/binance_peg_bsc_ho",
11348
11434
  "bsc/bep20/binance_peg_kyber_network_crystal_token",
11349
11435
  "bsc/bep20/binance_peg_mantra_dao_token",
@@ -11355,6 +11441,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11355
11441
  "bsc/bep20/bintex_futures",
11356
11442
  "bsc/bep20/biofi",
11357
11443
  "bsc/bep20/biokript",
11444
+ "bsc/bep20/biopop_chain",
11358
11445
  "bsc/bep20/bios",
11359
11446
  "bsc/bep20/birb",
11360
11447
  "bsc/bep20/bird",
@@ -11426,6 +11513,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11426
11513
  "bsc/bep20/blueart_token",
11427
11514
  "bsc/bep20/bluebenx",
11428
11515
  "bsc/bep20/bluzelle_token",
11516
+ "bsc/bep20/blwise",
11429
11517
  "bsc/bep20/bnb48_club_token",
11430
11518
  "bsc/bep20/bnb_bank",
11431
11519
  "bsc/bep20/bnb_diamond",
@@ -11464,6 +11552,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11464
11552
  "bsc/bep20/bordercolliebsc",
11465
11553
  "bsc/bep20/boringdao",
11466
11554
  "bsc/bep20/boringdao_token",
11555
+ "bsc/bep20/borpatoken",
11467
11556
  "bsc/bep20/boss_token",
11468
11557
  "bsc/bep20/bot",
11469
11558
  "bsc/bep20/botccoin",
@@ -11528,6 +11617,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11528
11617
  "bsc/bep20/bull_game_tokens",
11529
11618
  "bsc/bep20/bull_perks",
11530
11619
  "bsc/bep20/bull_star_finance",
11620
+ "bsc/bep20/bullishmarketcap",
11531
11621
  "bsc/bep20/bumblebot",
11532
11622
  "bsc/bep20/bumoon",
11533
11623
  "bsc/bep20/buni_token",
@@ -11551,6 +11641,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11551
11641
  "bsc/bep20/c+charge",
11552
11642
  "bsc/bep20/c4e_native_asset",
11553
11643
  "bsc/bep20/cacom",
11644
+ "bsc/bep20/cadaico",
11554
11645
  "bsc/bep20/cadinu_bonus",
11555
11646
  "bsc/bep20/cairo_bank",
11556
11647
  "bsc/bep20/cake_monster",
@@ -11650,6 +11741,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11650
11741
  "bsc/bep20/child_support",
11651
11742
  "bsc/bep20/childrens_aid_foundation",
11652
11743
  "bsc/bep20/chinese_ny_dragon",
11744
+ "bsc/bep20/chinese_pepe",
11653
11745
  "bsc/bep20/chintai_exchange_token",
11654
11746
  "bsc/bep20/chirpley_token",
11655
11747
  "bsc/bep20/chonk_the_cat",
@@ -11756,6 +11848,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11756
11848
  "bsc/bep20/cream",
11757
11849
  "bsc/bep20/cream_cardano_token",
11758
11850
  "bsc/bep20/creator_chain",
11851
+ "bsc/bep20/crebit",
11759
11852
  "bsc/bep20/cred_coin_pay",
11760
11853
  "bsc/bep20/credi_via_chainport_io",
11761
11854
  "bsc/bep20/cremation_coin",
@@ -11920,6 +12013,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11920
12013
  "bsc/bep20/derace_token",
11921
12014
  "bsc/bep20/deri",
11922
12015
  "bsc/bep20/derify_protocol_token",
12016
+ "bsc/bep20/designer_token",
11923
12017
  "bsc/bep20/despace_protocol",
11924
12018
  "bsc/bep20/deus",
11925
12019
  "bsc/bep20/devomon",
@@ -12202,6 +12296,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12202
12296
  "bsc/bep20/ferscoin",
12203
12297
  "bsc/bep20/fetch",
12204
12298
  "bsc/bep20/fgdstoken",
12299
+ "bsc/bep20/fhb",
12205
12300
  "bsc/bep20/fidance",
12206
12301
  "bsc/bep20/fidelis",
12207
12302
  "bsc/bep20/fideum",
@@ -12339,6 +12434,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12339
12434
  "bsc/bep20/galaxywartoken",
12340
12435
  "bsc/bep20/galeon",
12341
12436
  "bsc/bep20/game_ai",
12437
+ "bsc/bep20/game_changer",
12342
12438
  "bsc/bep20/game_coin",
12343
12439
  "bsc/bep20/game_coin_via_chainport_io",
12344
12440
  "bsc/bep20/gamecraft_token",
@@ -12431,6 +12527,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12431
12527
  "bsc/bep20/gomdori",
12432
12528
  "bsc/bep20/gomining_token",
12433
12529
  "bsc/bep20/gonfty",
12530
+ "bsc/bep20/good_game",
12434
12531
  "bsc/bep20/good_games_guild",
12435
12532
  "bsc/bep20/googleai",
12436
12533
  "bsc/bep20/googly_cat",
@@ -12490,6 +12587,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12490
12587
  "bsc/bep20/grove_gold",
12491
12588
  "bsc/bep20/grove_token",
12492
12589
  "bsc/bep20/grovec",
12590
+ "bsc/bep20/grow_token",
12493
12591
  "bsc/bep20/gt_protocol",
12494
12592
  "bsc/bep20/guardian",
12495
12593
  "bsc/bep20/guccipepe",
@@ -12685,6 +12783,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12685
12783
  "bsc/bep20/iotexpad",
12686
12784
  "bsc/bep20/iown_token",
12687
12785
  "bsc/bep20/ipi_shorter",
12786
+ "bsc/bep20/iqt_token",
12688
12787
  "bsc/bep20/irena_green_energy",
12689
12788
  "bsc/bep20/iris_ecosystem",
12690
12789
  "bsc/bep20/iron_stablecoin",
@@ -12861,6 +12960,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12861
12960
  "bsc/bep20/layerai_token",
12862
12961
  "bsc/bep20/layergpt",
12863
12962
  "bsc/bep20/layerium",
12963
+ "bsc/bep20/layerzero",
12864
12964
  "bsc/bep20/lbvivi",
12865
12965
  "bsc/bep20/lcom",
12866
12966
  "bsc/bep20/lead_token_on_bsc",
@@ -12965,6 +13065,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12965
13065
  "bsc/bep20/lucro",
12966
13066
  "bsc/bep20/luffy",
12967
13067
  "bsc/bep20/lumishare",
13068
+ "bsc/bep20/lumox_studio",
12968
13069
  "bsc/bep20/luna_(wormhole)",
12969
13070
  "bsc/bep20/luna_rush_token",
12970
13071
  "bsc/bep20/lunachow_on_xdai_from_xdai",
@@ -13012,6 +13113,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13012
13113
  "bsc/bep20/mar3_token",
13013
13114
  "bsc/bep20/marblex_on_bnb",
13014
13115
  "bsc/bep20/marhaba_network",
13116
+ "bsc/bep20/marinemoguls",
13015
13117
  "bsc/bep20/marketmove",
13016
13118
  "bsc/bep20/marnotaur",
13017
13119
  "bsc/bep20/marpto",
@@ -13309,6 +13411,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13309
13411
  "bsc/bep20/neurashi",
13310
13412
  "bsc/bep20/neuros",
13311
13413
  "bsc/bep20/neutrinos",
13414
+ "bsc/bep20/nevacoin",
13312
13415
  "bsc/bep20/never_back_down",
13313
13416
  "bsc/bep20/new_bitcoin",
13314
13417
  "bsc/bep20/new_year_token",
@@ -13452,6 +13555,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13452
13555
  "bsc/bep20/orbital_lps",
13453
13556
  "bsc/bep20/orbofi",
13454
13557
  "bsc/bep20/orbs",
13558
+ "bsc/bep20/orbs_7662",
13455
13559
  "bsc/bep20/orclands_metaverse",
13456
13560
  "bsc/bep20/oreo",
13457
13561
  "bsc/bep20/oreofi",
@@ -13493,6 +13597,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13493
13597
  "bsc/bep20/papa_bear",
13494
13598
  "bsc/bep20/papa_doge_coin",
13495
13599
  "bsc/bep20/paper",
13600
+ "bsc/bep20/papu_token",
13496
13601
  "bsc/bep20/parachute",
13497
13602
  "bsc/bep20/paragen",
13498
13603
  "bsc/bep20/paralink_network",
@@ -13553,6 +13658,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13553
13658
  "bsc/bep20/petals",
13554
13659
  "bsc/bep20/phantasma_stake",
13555
13660
  "bsc/bep20/phantom_protocol_token",
13661
+ "bsc/bep20/phecda",
13556
13662
  "bsc/bep20/philcoin",
13557
13663
  "bsc/bep20/phoenic_token",
13558
13664
  "bsc/bep20/phoenix_chain",
@@ -13632,6 +13738,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13632
13738
  "bsc/bep20/poly_peg_mdx",
13633
13739
  "bsc/bep20/polycrowns",
13634
13740
  "bsc/bep20/polygod",
13741
+ "bsc/bep20/polyhedra_network",
13635
13742
  "bsc/bep20/polypad_com",
13636
13743
  "bsc/bep20/polysportstoken",
13637
13744
  "bsc/bep20/pomerium_community_meme_token",
@@ -13753,6 +13860,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13753
13860
  "bsc/bep20/ram_token",
13754
13861
  "bsc/bep20/ramen_token",
13755
13862
  "bsc/bep20/ramp_defi",
13863
+ "bsc/bep20/rangerbet",
13756
13864
  "bsc/bep20/rangers_protocol_gas",
13757
13865
  "bsc/bep20/raptor_v3",
13758
13866
  "bsc/bep20/rare_ball_portion",
@@ -13869,6 +13977,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13869
13977
  "bsc/bep20/ryiu_token",
13870
13978
  "bsc/bep20/ryoma",
13871
13979
  "bsc/bep20/ryoshi_token_v2",
13980
+ "bsc/bep20/s315",
13872
13981
  "bsc/bep20/s4fe",
13873
13982
  "bsc/bep20/s_wallet_protocol",
13874
13983
  "bsc/bep20/saakuru",
@@ -14046,8 +14155,10 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14046
14155
  "bsc/bep20/smp_finance",
14047
14156
  "bsc/bep20/smtytoken",
14048
14157
  "bsc/bep20/smurfs_inu",
14158
+ "bsc/bep20/snake",
14049
14159
  "bsc/bep20/snapmuse_io",
14050
14160
  "bsc/bep20/snappy_doge",
14161
+ "bsc/bep20/sng_token",
14051
14162
  "bsc/bep20/snipe",
14052
14163
  "bsc/bep20/snow",
14053
14164
  "bsc/bep20/snow_leopard_irbis",
@@ -14072,6 +14183,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14072
14183
  "bsc/bep20/solchicks_cxxshyrvcepdudxhe7u62qhvw8ubjokfifmzgggkvc2",
14073
14184
  "bsc/bep20/solmoon",
14074
14185
  "bsc/bep20/solv_btc",
14186
+ "bsc/bep20/solvbtc_ethena",
14075
14187
  "bsc/bep20/sombra",
14076
14188
  "bsc/bep20/sonic_inu",
14077
14189
  "bsc/bep20/sonicpad",
@@ -14155,6 +14267,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14155
14267
  "bsc/bep20/starck",
14156
14268
  "bsc/bep20/stargatetoken",
14157
14269
  "bsc/bep20/starlytoken",
14270
+ "bsc/bep20/starmine",
14158
14271
  "bsc/bep20/starmon",
14159
14272
  "bsc/bep20/starpunk",
14160
14273
  "bsc/bep20/starquack",
@@ -14346,6 +14459,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14346
14459
  "bsc/bep20/trade_tech_ai",
14347
14460
  "bsc/bep20/tradeflow",
14348
14461
  "bsc/bep20/tradegeniusai",
14462
+ "bsc/bep20/tradeleaf_token",
14349
14463
  "bsc/bep20/traders_coin",
14350
14464
  "bsc/bep20/traders_wallet",
14351
14465
  "bsc/bep20/tradestars_tsx",
@@ -14379,6 +14493,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14379
14493
  "bsc/bep20/trueusd",
14380
14494
  "bsc/bep20/trump_ceo",
14381
14495
  "bsc/bep20/trumpcoin",
14496
+ "bsc/bep20/trumpmaga",
14382
14497
  "bsc/bep20/trust_wallet",
14383
14498
  "bsc/bep20/trustbit_finance",
14384
14499
  "bsc/bep20/trustercoin",
@@ -14405,6 +14520,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14405
14520
  "bsc/bep20/tyo_ghoul",
14406
14521
  "bsc/bep20/type",
14407
14522
  "bsc/bep20/tytan",
14523
+ "bsc/bep20/ubit_token",
14408
14524
  "bsc/bep20/ubutoken",
14409
14525
  "bsc/bep20/ucjl",
14410
14526
  "bsc/bep20/ukraine_solidarity",
@@ -14439,6 +14555,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14439
14555
  "bsc/bep20/universal_store_of_value",
14440
14556
  "bsc/bep20/uniwhale_token",
14441
14557
  "bsc/bep20/unleashed_beast",
14558
+ "bsc/bep20/unlighted",
14442
14559
  "bsc/bep20/unlock_maverick",
14443
14560
  "bsc/bep20/unmarshaltoken",
14444
14561
  "bsc/bep20/unore",
@@ -14727,6 +14844,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14727
14844
  "bsc/bep20/xend",
14728
14845
  "bsc/bep20/xeno_governance_token",
14729
14846
  "bsc/bep20/xertinet_token",
14847
+ "bsc/bep20/xhype",
14730
14848
  "bsc/bep20/xianzai",
14731
14849
  "bsc/bep20/xido_finance",
14732
14850
  "bsc/bep20/xil",
@@ -6,7 +6,7 @@ export const maybeTezosAccountUnrevealedAccount = (
6
6
  if (
7
7
  swapTransaction?.transaction?.family == "tezos" &&
8
8
  swapTransaction?.transaction?.estimatedFees &&
9
- swapTransaction?.transaction?.fees !== swapTransaction?.transaction?.estimatedFees
9
+ !swapTransaction?.transaction?.fees?.eq(swapTransaction?.transaction?.estimatedFees)
10
10
  ) {
11
11
  const tezosError = new Error("Cannot swap with an unrevealed Tezos account");
12
12
  tezosError.name = "TezosUnrevealedAccount";