@ledgerhq/live-common 34.12.0-nightly.2 → 34.12.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.
Files changed (98) hide show
  1. package/lib/csvExport.d.ts.map +1 -1
  2. package/lib/csvExport.js +3 -6
  3. package/lib/csvExport.js.map +1 -1
  4. package/lib/e2e/index.d.ts +2 -0
  5. package/lib/e2e/index.d.ts.map +1 -1
  6. package/lib/e2e/speculos.d.ts.map +1 -1
  7. package/lib/e2e/speculos.js +0 -17
  8. package/lib/e2e/speculos.js.map +1 -1
  9. package/lib/exchange/providers/index.d.ts +0 -1
  10. package/lib/exchange/providers/index.d.ts.map +1 -1
  11. package/lib/exchange/providers/index.js +3 -7
  12. package/lib/exchange/providers/index.js.map +1 -1
  13. package/lib/exchange/providers/swap.d.ts.map +1 -1
  14. package/lib/exchange/providers/swap.js +0 -6
  15. package/lib/exchange/providers/swap.js.map +1 -1
  16. package/lib/exchange/swap/completeExchange.d.ts.map +1 -1
  17. package/lib/exchange/swap/completeExchange.js +1 -19
  18. package/lib/exchange/swap/completeExchange.js.map +1 -1
  19. package/lib/exchange/swap/utils/index.js +1 -2
  20. package/lib/exchange/swap/utils/index.js.map +1 -1
  21. package/lib/exchange/testCurrencyConfig/data/coins.d.ts.map +1 -1
  22. package/lib/exchange/testCurrencyConfig/data/coins.js +0 -5
  23. package/lib/exchange/testCurrencyConfig/data/coins.js.map +1 -1
  24. package/lib/featureFlags/defaultFeatures.d.ts.map +1 -1
  25. package/lib/featureFlags/defaultFeatures.js +1 -1
  26. package/lib/featureFlags/defaultFeatures.js.map +1 -1
  27. package/lib/featureFlags/firebaseFeatureFlags.d.ts +1 -0
  28. package/lib/featureFlags/firebaseFeatureFlags.d.ts.map +1 -1
  29. package/lib/featureFlags/useFeature.d.ts +1 -1
  30. package/lib/featureFlags/useFeature.d.ts.map +1 -1
  31. package/lib/generated/exchange.d.ts +0 -5
  32. package/lib/generated/exchange.d.ts.map +1 -1
  33. package/lib/generated/exchange.js +4 -6
  34. package/lib/generated/exchange.js.map +1 -1
  35. package/lib/platform/types.d.ts +0 -1
  36. package/lib/platform/types.d.ts.map +1 -1
  37. package/lib/platform/types.js.map +1 -1
  38. package/lib-es/csvExport.d.ts.map +1 -1
  39. package/lib-es/csvExport.js +3 -6
  40. package/lib-es/csvExport.js.map +1 -1
  41. package/lib-es/e2e/index.d.ts +2 -0
  42. package/lib-es/e2e/index.d.ts.map +1 -1
  43. package/lib-es/e2e/speculos.d.ts.map +1 -1
  44. package/lib-es/e2e/speculos.js +0 -17
  45. package/lib-es/e2e/speculos.js.map +1 -1
  46. package/lib-es/exchange/providers/index.d.ts +0 -1
  47. package/lib-es/exchange/providers/index.d.ts.map +1 -1
  48. package/lib-es/exchange/providers/index.js +2 -5
  49. package/lib-es/exchange/providers/index.js.map +1 -1
  50. package/lib-es/exchange/providers/swap.d.ts.map +1 -1
  51. package/lib-es/exchange/providers/swap.js +0 -6
  52. package/lib-es/exchange/providers/swap.js.map +1 -1
  53. package/lib-es/exchange/swap/completeExchange.d.ts.map +1 -1
  54. package/lib-es/exchange/swap/completeExchange.js +1 -19
  55. package/lib-es/exchange/swap/completeExchange.js.map +1 -1
  56. package/lib-es/exchange/swap/utils/index.js +1 -2
  57. package/lib-es/exchange/swap/utils/index.js.map +1 -1
  58. package/lib-es/exchange/testCurrencyConfig/data/coins.d.ts.map +1 -1
  59. package/lib-es/exchange/testCurrencyConfig/data/coins.js +0 -5
  60. package/lib-es/exchange/testCurrencyConfig/data/coins.js.map +1 -1
  61. package/lib-es/featureFlags/defaultFeatures.d.ts.map +1 -1
  62. package/lib-es/featureFlags/defaultFeatures.js +1 -1
  63. package/lib-es/featureFlags/defaultFeatures.js.map +1 -1
  64. package/lib-es/featureFlags/firebaseFeatureFlags.d.ts +1 -0
  65. package/lib-es/featureFlags/firebaseFeatureFlags.d.ts.map +1 -1
  66. package/lib-es/featureFlags/useFeature.d.ts +1 -1
  67. package/lib-es/featureFlags/useFeature.d.ts.map +1 -1
  68. package/lib-es/generated/exchange.d.ts +0 -5
  69. package/lib-es/generated/exchange.d.ts.map +1 -1
  70. package/lib-es/generated/exchange.js +0 -2
  71. package/lib-es/generated/exchange.js.map +1 -1
  72. package/lib-es/platform/types.d.ts +0 -1
  73. package/lib-es/platform/types.d.ts.map +1 -1
  74. package/lib-es/platform/types.js.map +1 -1
  75. package/package.json +32 -32
  76. package/src/csvExport.ts +4 -6
  77. package/src/currencies/__snapshots__/sortByMarketcap.test.ts.snap +177 -7
  78. package/src/e2e/speculos.ts +0 -18
  79. package/src/exchange/providers/index.ts +3 -9
  80. package/src/exchange/providers/swap.ts +1 -16
  81. package/src/exchange/swap/completeExchange.ts +1 -24
  82. package/src/exchange/swap/utils/index.ts +1 -1
  83. package/src/exchange/testCurrencyConfig/data/coins.ts +0 -5
  84. package/src/families/hedera/__snapshots__/bridge.integration.test.ts.snap +670 -3
  85. package/src/families/stellar/__snapshots__/bridge.integration.test.ts.snap +95 -3
  86. package/src/families/tron/__snapshots__/bridge.integration.test.ts.snap +361 -2733
  87. package/src/featureFlags/defaultFeatures.ts +1 -0
  88. package/src/generated/exchange.ts +0 -2
  89. package/src/platform/types.ts +0 -1
  90. package/lib/families/ton/exchange.d.ts +0 -8
  91. package/lib/families/ton/exchange.d.ts.map +0 -1
  92. package/lib/families/ton/exchange.js +0 -13
  93. package/lib/families/ton/exchange.js.map +0 -1
  94. package/lib-es/families/ton/exchange.d.ts +0 -8
  95. package/lib-es/families/ton/exchange.d.ts.map +0 -1
  96. package/lib-es/families/ton/exchange.js +0 -11
  97. package/lib-es/families/ton/exchange.js.map +0 -1
  98. package/src/families/ton/exchange.ts +0 -16
@@ -133,7 +133,6 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
133
133
  "polygon/erc20/wazirx_pos",
134
134
  "ethereum/erc20/civic",
135
135
  "ethereum/erc20/storj",
136
- "ethereum/erc20/fetch",
137
136
  "ethereum/erc20/meditel",
138
137
  "ethereum/erc20/boa",
139
138
  "ethereum/erc20/kan",
@@ -180,6 +179,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
180
179
  "ethereum/erc20/jul",
181
180
  "ethereum/erc20/erc20_",
182
181
  "ethereum/erc20/breeze",
182
+ "ethereum/erc20/baby_dragonx_0x9f278dc799bbc61ecb8e5fb8035cbfa29803623b",
183
183
  "ethereum/erc20/banker_token",
184
184
  "ethereum/erc20/dao_invest",
185
185
  "velas_evm",
@@ -643,7 +643,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
643
643
  "ethereum/erc20/halalchain",
644
644
  "ethereum/erc20/banca",
645
645
  "ethereum/erc20/kambria_token",
646
- "bsc/bep20/pac_token",
646
+ "ethereum/erc20/america_pac_0x4c44a8b7823b80161eb5e6d80c014024752607f2",
647
647
  "ethereum/erc20/exrp_network",
648
648
  "ethereum/erc20/valid",
649
649
  "ethereum/erc20/airbloc",
@@ -669,6 +669,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
669
669
  "ethereum/erc20/insureum_token",
670
670
  "ethereum/erc20/proton_token",
671
671
  "ethereum/erc20/sakura_bloom",
672
+ "ethereum/erc20/inferno_0x00f116ac0c304c570daaa68fa6c30a86a04b5c5f",
672
673
  "ethereum/erc20/pitch",
673
674
  "ethereum/erc20/lux_expression",
674
675
  "ethereum/erc20/linkey_token",
@@ -1181,7 +1182,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1181
1182
  "ethereum/erc20/decentralized_asset_trading_platform",
1182
1183
  "ethereum/erc20/zinc",
1183
1184
  "ethereum/erc20/4new",
1184
- "ethereum/erc20/token_care",
1185
+ "ethereum/erc20/carecoin_0x329cf160f30d21006bcd24b67eade561e54cde4c",
1185
1186
  "ethereum/erc20/scriv",
1186
1187
  "ethereum/erc20/datarius_credit",
1187
1188
  "ethereum/erc20/thar_token",
@@ -1392,7 +1393,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1392
1393
  "bsc/bep20/binance-peg_juventus_token",
1393
1394
  "helium",
1394
1395
  "ethereum/erc20/loaprotocol",
1395
- "ethereum/erc20/jack_token",
1396
+ "ethereum/erc20/blackjack_fun_coin_0xf434908dcf8206691bb99cae9232d4833ec257d4",
1396
1397
  "axelar",
1397
1398
  "ethereum/erc20/marshal_lion_group_coin",
1398
1399
  "ethereum/erc20/nova_token",
@@ -1427,7 +1428,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1427
1428
  "ethereum/erc20/dexa_coin",
1428
1429
  "ethereum/erc20/ardcoin",
1429
1430
  "ethereum/erc20/eco",
1430
- "ethereum/erc20/thingsopreatingsystem",
1431
+ "ethereum/erc20/cryptos_0x68ccaca9adf1552b3316d6067690ec27397c8ea8",
1431
1432
  "ethereum/erc20/aladin",
1432
1433
  "ethereum/erc20/kamari",
1433
1434
  "ethereum/erc20/thecash",
@@ -1436,7 +1437,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1436
1437
  "ethereum/erc20/entanmo",
1437
1438
  "ethereum/erc20/freight_trust_network",
1438
1439
  "bsc/bep20/saver_token",
1439
- "ethereum/erc20/torchain",
1440
+ "ethereum/erc20/resistor_ai_0x6b448aeb3bfd1dcbe337d59f6dee159daab52768",
1440
1441
  "ethereum/erc20/lbk",
1441
1442
  "ethereum/erc20/iic",
1442
1443
  "ethereum/erc20/peakdefi",
@@ -1548,7 +1549,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1548
1549
  "ethereum/erc20/litbinex_coin",
1549
1550
  "ethereum/erc20/gem_exchange_and_trading",
1550
1551
  "ethereum/erc20/elenausd",
1551
- "ethereum/erc20/buddy",
1552
+ "ethereum/erc20/big_bud_0x420b879b0d18cc182e7e82ad16a13877c3a88420",
1552
1553
  "ethereum/erc20/emblem",
1553
1554
  "bsc/bep20/matchnova_champion_coin",
1554
1555
  "ethereum/erc20/can",
@@ -1660,6 +1661,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1660
1661
  "ethereum/erc20/0xnude",
1661
1662
  "ethereum/erc20/0xnumber",
1662
1663
  "ethereum/erc20/0xos_ai",
1664
+ "ethereum/erc20/0xprivacy_0x46b7cb31a4a6375c69a6d0b9ed9261fb649adb83",
1663
1665
  "ethereum/erc20/0xs",
1664
1666
  "ethereum/erc20/0xscans",
1665
1667
  "ethereum/erc20/0xsearch",
@@ -1742,6 +1744,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1742
1744
  "ethereum/erc20/99starz",
1743
1745
  "ethereum/erc20/9inch",
1744
1746
  "ethereum/erc20/[fct]_firmachain_token",
1747
+ "ethereum/erc20/_0x477a3d269266994f15e9c43a8d9c0561c4928088",
1748
+ "ethereum/erc20/_0x8e81d527f8fa05d82c514401c8144275174557cd",
1745
1749
  "ethereum/erc20/_injective_protocol",
1746
1750
  "ethereum/erc20/_pixel",
1747
1751
  "ethereum/erc20/_portal",
@@ -1870,6 +1874,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
1870
1874
  "ethereum/erc20/aggregator",
1871
1875
  "ethereum/erc20/aggrx",
1872
1876
  "ethereum/erc20/agii",
1877
+ "ethereum/erc20/agnus_ai_0x550775e17ed6767621a1aed580e6eb29ede981e9",
1873
1878
  "ethereum/erc20/agpc",
1874
1879
  "ethereum/erc20/agricoin",
1875
1880
  "ethereum/erc20/agrinode",
@@ -2064,6 +2069,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2064
2069
  "ethereum/erc20/antx",
2065
2070
  "ethereum/erc20/anxtrom",
2066
2071
  "ethereum/erc20/any_blocknet",
2072
+ "ethereum/erc20/anydex_0x83389cb4e4f0bff39915efa839cb827460e70d26",
2067
2073
  "ethereum/erc20/anyone_protocol",
2068
2074
  "ethereum/erc20/anyswap",
2069
2075
  "ethereum/erc20/ape_finance",
@@ -2212,6 +2218,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2212
2218
  "ethereum/erc20/atromg8",
2213
2219
  "ethereum/erc20/attention_token",
2214
2220
  "ethereum/erc20/attrace",
2221
+ "ethereum/erc20/atua_ai_0x791a5c2261823dbf69b27b63e851b7745532cfa2",
2215
2222
  "ethereum/erc20/auction_light",
2216
2223
  "ethereum/erc20/audd",
2217
2224
  "ethereum/erc20/audify",
@@ -2254,6 +2261,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2254
2261
  "ethereum/erc20/avante",
2255
2262
  "ethereum/erc20/avastars",
2256
2263
  "ethereum/erc20/avatly",
2264
+ "ethereum/erc20/aventa_0xd9641fc2826ecc9bebf4f3852fe4ed92a5239f02",
2257
2265
  "ethereum/erc20/avex",
2258
2266
  "ethereum/erc20/aviator",
2259
2267
  "ethereum/erc20/avinoc_token",
@@ -2294,6 +2302,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2294
2302
  "ethereum/erc20/baby_grok",
2295
2303
  "ethereum/erc20/baby_grok_e93c",
2296
2304
  "ethereum/erc20/baby_memecoin",
2305
+ "ethereum/erc20/baby_neiro_0xbabe3ce7835665464228df00b03246115c30730a",
2297
2306
  "ethereum/erc20/baby_pepe",
2298
2307
  "ethereum/erc20/baby_pepe_6c43",
2299
2308
  "ethereum/erc20/baby_pepe_f12e",
@@ -2316,8 +2325,10 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2316
2325
  "ethereum/erc20/backed",
2317
2326
  "ethereum/erc20/backed_coinbase_global",
2318
2327
  "ethereum/erc20/backed_cspx_core_s_amp_p_500",
2328
+ "ethereum/erc20/backed_ernx_ultrashort_bond_0x3f95aa88ddbb7d9d484aa3d482bf0a80009c52c9",
2319
2329
  "ethereum/erc20/backed_gamestop_corp",
2320
2330
  "ethereum/erc20/backed_govies_0_6_months_euro_investment_grade",
2331
+ "ethereum/erc20/backed_high_high_yield_corp_bond_0x20c64dee8fda5269a78f2d5bdba861ca1d83df7a",
2321
2332
  "ethereum/erc20/backed_ib01_treasury_bond_0_1yr",
2322
2333
  "ethereum/erc20/backed_ibta_treasury_bond_1_3yr",
2323
2334
  "ethereum/erc20/backed_microsoft_corp",
@@ -2532,6 +2543,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2532
2543
  "ethereum/erc20/bitcoin_2_0",
2533
2544
  "ethereum/erc20/bitcoin_black_credit_card",
2534
2545
  "ethereum/erc20/bitcoin_boutique",
2546
+ "ethereum/erc20/bitcoin_cat_0x93c2bd80cadcfeb541eb5af4052375bde8d6f24f",
2535
2547
  "ethereum/erc20/bitcoin_cats",
2536
2548
  "ethereum/erc20/bitcoin_etf",
2537
2549
  "ethereum/erc20/bitcoin_inu",
@@ -2565,6 +2577,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2565
2577
  "ethereum/erc20/bitkeep_token",
2566
2578
  "ethereum/erc20/bitkings_token",
2567
2579
  "ethereum/erc20/bitlle_token",
2580
+ "ethereum/erc20/bitlocus_token_wormhole_0x93e32efafd24973d45f363a76d73ccb9edf59986",
2568
2581
  "ethereum/erc20/bitmex_token",
2569
2582
  "ethereum/erc20/bitnasdaq",
2570
2583
  "ethereum/erc20/bitnorm",
@@ -2665,6 +2678,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2665
2678
  "ethereum/erc20/bloomzed_loyalty_club_ticket",
2666
2679
  "ethereum/erc20/blox",
2667
2680
  "ethereum/erc20/bloxmove_token",
2681
+ "ethereum/erc20/bloxsim_0xeaebb6cd3a1f9b9cad725d0189ba5bfea25a9d76",
2668
2682
  "ethereum/erc20/blu_arctic",
2669
2683
  "ethereum/erc20/blucon",
2670
2684
  "ethereum/erc20/blue-eyes_white_doge",
@@ -2728,6 +2742,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2728
2742
  "ethereum/erc20/book_of_ethereum",
2729
2743
  "ethereum/erc20/book_of_pepe",
2730
2744
  "ethereum/erc20/booleancoin",
2745
+ "ethereum/erc20/boom_0xda8a1f5eccabc80c26ec9ab493715d5b9ce8fef9",
2731
2746
  "ethereum/erc20/boombaby_io",
2732
2747
  "ethereum/erc20/boop",
2733
2748
  "ethereum/erc20/boost",
@@ -2779,6 +2794,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2779
2794
  "ethereum/erc20/breederdao",
2780
2795
  "ethereum/erc20/brepe",
2781
2796
  "ethereum/erc20/brett",
2797
+ "ethereum/erc20/brett_0x66e564819340cc2f54abceb4e49941fa07e426b4",
2782
2798
  "ethereum/erc20/brettei",
2783
2799
  "ethereum/erc20/brewlabs",
2784
2800
  "ethereum/erc20/bribeai",
@@ -2789,6 +2805,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2789
2805
  "ethereum/erc20/bridge_bot",
2790
2806
  "ethereum/erc20/bridge_finance_token",
2791
2807
  "ethereum/erc20/bridge_mutual",
2808
+ "ethereum/erc20/bright_0x5dd57da40e6866c9fcc34f4b6ddc89f1ba740dfe",
2792
2809
  "ethereum/erc20/bright_union",
2793
2810
  "ethereum/erc20/brilliancex",
2794
2811
  "ethereum/erc20/bring_token",
@@ -2801,6 +2818,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2801
2818
  "ethereum/erc20/brtoken",
2802
2819
  "ethereum/erc20/bruce_pepe",
2803
2820
  "ethereum/erc20/bruh",
2821
+ "ethereum/erc20/bruh_0xd7cfdb3cdc33dbeb9e9a4c95b61953cf12a008b3",
2822
+ "ethereum/erc20/brume_0xd0ebfe04adb5ef449ec5874e450810501dc53ed5",
2804
2823
  "ethereum/erc20/bsb_token",
2805
2824
  "ethereum/erc20/bsc",
2806
2825
  "ethereum/erc20/bsdc",
@@ -2836,18 +2855,21 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2836
2855
  "ethereum/erc20/bubu",
2837
2856
  "ethereum/erc20/budbo",
2838
2857
  "ethereum/erc20/buddha",
2858
+ "ethereum/erc20/buddy",
2839
2859
  "ethereum/erc20/buddyai",
2840
2860
  "ethereum/erc20/buffdoge",
2841
2861
  "ethereum/erc20/bufficorn",
2842
2862
  "ethereum/erc20/bug",
2843
2863
  "ethereum/erc20/bugg_inu",
2844
2864
  "ethereum/erc20/build_finance",
2865
+ "ethereum/erc20/build_token_0x57b59f981730c6257df57cf6f0d98283749a9eeb",
2845
2866
  "ethereum/erc20/build_with_pepe",
2846
2867
  "ethereum/erc20/buildin",
2847
2868
  "ethereum/erc20/buildup",
2848
2869
  "ethereum/erc20/bulei",
2849
2870
  "ethereum/erc20/bulk_token",
2850
2871
  "ethereum/erc20/bull_moon",
2872
+ "ethereum/erc20/bulladotfun_0x896c767371e2d2255f1c33301d29e5577a7aca11",
2851
2873
  "ethereum/erc20/bullbearbitcoin_set_ii",
2852
2874
  "ethereum/erc20/bullbearethereum_set_ii",
2853
2875
  "ethereum/erc20/bulldog",
@@ -2944,6 +2966,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2944
2966
  "ethereum/erc20/carnomaly",
2945
2967
  "ethereum/erc20/cartel_coin",
2946
2968
  "ethereum/erc20/cartman",
2969
+ "ethereum/erc20/carv_0xc08cd26474722ce93f4d0c34d16201461c10aa8c",
2947
2970
  "ethereum/erc20/cash_global_coin",
2948
2971
  "ethereum/erc20/cash_tech",
2949
2972
  "ethereum/erc20/cashaa",
@@ -2996,6 +3019,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
2996
3019
  "ethereum/erc20/cfoforum_token",
2997
3020
  "ethereum/erc20/cfx_quantum",
2998
3021
  "ethereum/erc20/chad",
3022
+ "ethereum/erc20/chad_0x68d009f251ff3a271477f77acb704c3b0f32a0c0",
2999
3023
  "ethereum/erc20/chad_coin",
3000
3024
  "ethereum/erc20/chad_link_set",
3001
3025
  "ethereum/erc20/chads_vc",
@@ -3043,6 +3067,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3043
3067
  "ethereum/erc20/chedda_token",
3044
3068
  "ethereum/erc20/cheems",
3045
3069
  "ethereum/erc20/cheemsinu",
3070
+ "ethereum/erc20/cheeseball_the_wizard_0x103143acf2e717acf8f021823e86a1dbfe944fb5",
3046
3071
  "ethereum/erc20/cheesed",
3047
3072
  "ethereum/erc20/cheezburger",
3048
3073
  "ethereum/erc20/chefdotfun",
@@ -3051,6 +3076,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3051
3076
  "ethereum/erc20/cherry_token_6fdc",
3052
3077
  "ethereum/erc20/chessfish",
3053
3078
  "ethereum/erc20/chew",
3079
+ "ethereum/erc20/chf__dukascash",
3054
3080
  "ethereum/erc20/chi_gastoken_by_1inch",
3055
3081
  "ethereum/erc20/chiba_neko",
3056
3082
  "ethereum/erc20/chibi_inu",
@@ -3256,6 +3282,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3256
3282
  "ethereum/erc20/convex_token",
3257
3283
  "ethereum/erc20/cook_token",
3258
3284
  "ethereum/erc20/cookie",
3285
+ "ethereum/erc20/cookies_protocol_0x5bdc32663ec75e85ff4abc2cae7ae8b606a2cfca",
3259
3286
  "ethereum/erc20/cool_cats",
3260
3287
  "ethereum/erc20/coomcoin",
3261
3288
  "ethereum/erc20/coomer",
@@ -3386,6 +3413,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3386
3413
  "ethereum/erc20/crypto_phoenix",
3387
3414
  "ethereum/erc20/crypto_price_index",
3388
3415
  "ethereum/erc20/crypto_puzzles",
3416
+ "ethereum/erc20/crypto_real_estate_0x21b8bfbbefc9e2b9a994871ecd742a5132b98aed",
3389
3417
  "ethereum/erc20/crypto_threads",
3390
3418
  "ethereum/erc20/crypto_user_base",
3391
3419
  "ethereum/erc20/crypto_village_accelerator",
@@ -3427,6 +3455,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3427
3455
  "ethereum/erc20/cryptowater",
3428
3456
  "ethereum/erc20/cryptyk_tokens",
3429
3457
  "ethereum/erc20/crystal_clear_token",
3458
+ "ethereum/erc20/csi888_0x888c1a341ce9d9ae9c2d2a75a72a7f0d2551a2dc",
3430
3459
  "ethereum/erc20/csp_dao",
3431
3460
  "ethereum/erc20/csr",
3432
3461
  "ethereum/erc20/ctask_token",
@@ -3553,6 +3582,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3553
3582
  "ethereum/erc20/dappradar",
3554
3583
  "ethereum/erc20/dappstore_token",
3555
3584
  "ethereum/erc20/dark_bundles",
3585
+ "ethereum/erc20/dark_maga_0x5640e0560e6afd6a9f4ddb41230d0201d181fea7",
3556
3586
  "ethereum/erc20/darktoken",
3557
3587
  "ethereum/erc20/dart_token",
3558
3588
  "ethereum/erc20/daruma",
@@ -3658,6 +3688,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3658
3688
  "ethereum/erc20/degate_token",
3659
3689
  "ethereum/erc20/degen",
3660
3690
  "ethereum/erc20/degen39$farm_normies",
3691
+ "ethereum/erc20/degen_0xca7013ba4bf76bcdc3ffc71735896682644f47c2",
3661
3692
  "ethereum/erc20/degen_eth",
3662
3693
  "ethereum/erc20/degen_index",
3663
3694
  "ethereum/erc20/degen_insure",
@@ -3690,6 +3721,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3690
3721
  "ethereum/erc20/deorbit_network",
3691
3722
  "ethereum/erc20/department_of_government_efficiency",
3692
3723
  "ethereum/erc20/depay",
3724
+ "ethereum/erc20/deployyyyer_0x3914bdb4130306f80f5d8ee099c180442d19680d",
3693
3725
  "ethereum/erc20/depo__depository_network_",
3694
3726
  "ethereum/erc20/depo_token",
3695
3727
  "ethereum/erc20/derace_token",
@@ -3831,6 +3863,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3831
3863
  "ethereum/erc20/doch",
3832
3864
  "ethereum/erc20/dodo_bird",
3833
3865
  "ethereum/erc20/dog_collar",
3866
+ "ethereum/erc20/dog_food_token_0xa1b014878d47c0836ed79163ddec55985adb7023",
3834
3867
  "ethereum/erc20/dogcoin",
3835
3868
  "ethereum/erc20/dogdeficoin",
3836
3869
  "ethereum/erc20/doge69",
@@ -3884,6 +3917,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3884
3917
  "ethereum/erc20/dokidokifinance",
3885
3918
  "ethereum/erc20/dola_borrowing_right",
3886
3919
  "ethereum/erc20/dola_usd_stablecoin",
3920
+ "ethereum/erc20/dolan_duk_0x381ab19e04bd9dc333794a9f4d343daeee3b7069",
3887
3921
  "ethereum/erc20/dollarsqueeze_0x54a02eae",
3888
3922
  "ethereum/erc20/dollarsqueeze_0x7340ea46",
3889
3923
  "ethereum/erc20/dolphin_token",
@@ -3909,6 +3943,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
3909
3943
  "ethereum/erc20/doshi",
3910
3944
  "ethereum/erc20/dotify_token",
3911
3945
  "ethereum/erc20/dotmoovs",
3946
+ "ethereum/erc20/dotmoovs_0x4116f14b6d462b32a1c10f98049e4b1765e34fa9",
3912
3947
  "ethereum/erc20/doubleace_token",
3913
3948
  "ethereum/erc20/doublehelix",
3914
3949
  "ethereum/erc20/doug",
@@ -4053,6 +4088,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4053
4088
  "ethereum/erc20/elastic_governance",
4054
4089
  "ethereum/erc20/electronic_move_pay",
4055
4090
  "ethereum/erc20/element",
4091
+ "ethereum/erc20/elemental_0xba10085f901ae4048134e556d579cfd1bfaf89cf",
4056
4092
  "ethereum/erc20/elena_protocol",
4057
4093
  "ethereum/erc20/elevate_ea65",
4058
4094
  "ethereum/erc20/elfi_token",
@@ -4173,6 +4209,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4173
4209
  "ethereum/erc20/etha",
4174
4210
  "ethereum/erc20/ethane",
4175
4211
  "ethereum/erc20/ethanol",
4212
+ "ethereum/erc20/ethardio_0x846e57af29fd21391919318a044191b8725822c2",
4176
4213
  "ethereum/erc20/ethart",
4177
4214
  "ethereum/erc20/ethbits",
4178
4215
  "ethereum/erc20/ethbox_token",
@@ -4181,6 +4218,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4181
4218
  "ethereum/erc20/etheism",
4182
4219
  "ethereum/erc20/ethena",
4183
4220
  "ethereum/erc20/ether_cards",
4221
+ "ethereum/erc20/ether_fi_btc_0x657e8c867d8b37dcc18fa4caead9c45eb088c642",
4184
4222
  "ethereum/erc20/ether_fi_eth",
4185
4223
  "ethereum/erc20/ether_fi_governance_token",
4186
4224
  "ethereum/erc20/ether_futures",
@@ -4241,6 +4279,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4241
4279
  "ethereum/erc20/etrade_token",
4242
4280
  "ethereum/erc20/eub_chain",
4243
4281
  "ethereum/erc20/euler",
4282
+ "ethereum/erc20/eur__dukascash",
4244
4283
  "ethereum/erc20/eur_coinvertible",
4245
4284
  "ethereum/erc20/eur_tether__erc20_",
4246
4285
  "ethereum/erc20/eurbase_stablecoin_v2",
@@ -4404,6 +4443,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4404
4443
  "ethereum/erc20/finswap",
4405
4444
  "ethereum/erc20/finxflo",
4406
4445
  "ethereum/erc20/fio_protocol",
4446
+ "ethereum/erc20/fiona_0x7e7ef0ee0305c1c195fcae22fd7b207a813eef86",
4407
4447
  "ethereum/erc20/firdaos",
4408
4448
  "ethereum/erc20/fire_bitcoin",
4409
4449
  "ethereum/erc20/fire_protocol",
@@ -4518,6 +4558,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4518
4558
  "ethereum/erc20/frax_price_index",
4519
4559
  "ethereum/erc20/frax_price_index_share",
4520
4560
  "ethereum/erc20/frax_share",
4561
+ "ethereum/erc20/freak_off_0xcb43c88c980ff3a2c3f45f125d9886e7aabcd017",
4521
4562
  "ethereum/erc20/fred_energy_erc-20",
4522
4563
  "ethereum/erc20/free_coin",
4523
4564
  "ethereum/erc20/freecz",
@@ -4562,6 +4603,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4562
4603
  "ethereum/erc20/frozencoin_network",
4563
4604
  "ethereum/erc20/fruits",
4564
4605
  "ethereum/erc20/ftx_token",
4606
+ "ethereum/erc20/fu_bao_0x3e66c9a569efcf704391b54fd1eebd8ca0556960",
4565
4607
  "ethereum/erc20/fu_money",
4566
4608
  "ethereum/erc20/fuck_pepe",
4567
4609
  "ethereum/erc20/fud_finance",
@@ -4570,6 +4612,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4570
4612
  "ethereum/erc20/fuel_injection_network",
4571
4613
  "ethereum/erc20/fufu",
4572
4614
  "ethereum/erc20/fujinto",
4615
+ "ethereum/erc20/fuku_0x6a159543abfc7baf816fdbc99efd48e4ee7acc63",
4573
4616
  "ethereum/erc20/fuku_kun",
4574
4617
  "ethereum/erc20/fulcrum_dai_itoken",
4575
4618
  "ethereum/erc20/fund_of_yours",
@@ -4599,8 +4642,10 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4599
4642
  "ethereum/erc20/fxn_token",
4600
4643
  "ethereum/erc20/fxpay",
4601
4644
  "ethereum/erc20/fxt_token",
4645
+ "ethereum/erc20/fyde_0x8a462e6a0051d006e33152fbeadfb9a14198de30",
4602
4646
  "ethereum/erc20/fyooz_nft",
4603
4647
  "ethereum/erc20/g",
4648
+ "ethereum/erc20/g_o_0x5791254f5d7a4d7ce4dda0391ce15812b65ac2a2",
4604
4649
  "ethereum/erc20/gaga_pepe",
4605
4650
  "ethereum/erc20/gains",
4606
4651
  "ethereum/erc20/gains_v2",
@@ -4633,6 +4678,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4633
4678
  "ethereum/erc20/gametournamenttrophy",
4634
4679
  "ethereum/erc20/gamma",
4635
4680
  "ethereum/erc20/gamma_token",
4681
+ "ethereum/erc20/gammaswap_0x64d3cae387405d91f7b0d91fb1d824a281719500",
4636
4682
  "ethereum/erc20/gamyfi",
4637
4683
  "ethereum/erc20/gan_punks",
4638
4684
  "ethereum/erc20/gana",
@@ -4823,12 +4869,14 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4823
4869
  "ethereum/erc20/gpex",
4824
4870
  "ethereum/erc20/gptplus",
4825
4871
  "ethereum/erc20/gpubot",
4872
+ "ethereum/erc20/gpulabs_0x979e030a78a540e78ac33c1b7745a298fbfa18b3",
4826
4873
  "ethereum/erc20/grabity",
4827
4874
  "ethereum/erc20/gracy_token",
4828
4875
  "ethereum/erc20/graf_token",
4829
4876
  "ethereum/erc20/graffiti",
4830
4877
  "ethereum/erc20/grain_token",
4831
4878
  "ethereum/erc20/gramslams",
4879
+ "ethereum/erc20/granary_token_0xf88baf18fab7e330fa0c4f83949e23f52fececce",
4832
4880
  "ethereum/erc20/grand",
4833
4881
  "ethereum/erc20/grand_theft_degens",
4834
4882
  "ethereum/erc20/grandpa_fan",
@@ -4932,6 +4980,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
4932
4980
  "ethereum/erc20/halving_2b4d",
4933
4981
  "ethereum/erc20/ham_the_astrochimp",
4934
4982
  "ethereum/erc20/hamsters",
4983
+ "ethereum/erc20/hanabi_chan_0x124386504d774979e1e9d2d19c6188391d7af8e3",
4935
4984
  "ethereum/erc20/hanchain",
4936
4985
  "ethereum/erc20/handleforex",
4937
4986
  "ethereum/erc20/handleusd",
@@ -5002,6 +5051,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5002
5051
  "ethereum/erc20/hermionegrangerclintonamberamyrose9inu",
5003
5052
  "ethereum/erc20/heroes_of_mavia",
5004
5053
  "ethereum/erc20/hex_money",
5054
+ "ethereum/erc20/hex_trust_usd_0x7a486f809c952a6f8dec8cb0ff68173f2b8ed56c",
5005
5055
  "ethereum/erc20/heyflork",
5006
5056
  "ethereum/erc20/heytoken",
5007
5057
  "ethereum/erc20/hgold",
@@ -5033,6 +5083,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5033
5083
  "ethereum/erc20/hikari",
5034
5084
  "ethereum/erc20/hillstone_finance",
5035
5085
  "ethereum/erc20/hilo",
5086
+ "ethereum/erc20/hilo_0x6c3fe25a4de7fa243c653cfe1f165bf11d99704e",
5036
5087
  "ethereum/erc20/himayc",
5037
5088
  "ethereum/erc20/himeebits",
5038
5089
  "ethereum/erc20/himfers",
@@ -5264,9 +5315,12 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5264
5315
  "ethereum/erc20/inoovi",
5265
5316
  "ethereum/erc20/inovai",
5266
5317
  "ethereum/erc20/ins",
5318
+ "ethereum/erc20/insightx_0x67f3086f7823eaf35f5aaadfb2e9b9c5b09578cf",
5319
+ "ethereum/erc20/insora_ai_0x94c6625371a59f3abe3b810c5d6f4e7c965d1b88",
5267
5320
  "ethereum/erc20/inspect",
5268
5321
  "ethereum/erc20/instadapp",
5269
5322
  "ethereum/erc20/instadapp_eth_v2",
5323
+ "ethereum/erc20/instadapp_wbtc_0xec363faa5c4dd0e51f3d9b5d0101263760e7cdeb",
5270
5324
  "ethereum/erc20/insula",
5271
5325
  "ethereum/erc20/insure_",
5272
5326
  "ethereum/erc20/insured_finance_nft_vault",
@@ -5342,6 +5396,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5342
5396
  "ethereum/erc20/izichain",
5343
5397
  "ethereum/erc20/izumi_bond_usd",
5344
5398
  "ethereum/erc20/jable",
5399
+ "ethereum/erc20/jack_token",
5345
5400
  "ethereum/erc20/jackbot",
5346
5401
  "ethereum/erc20/jacy",
5347
5402
  "ethereum/erc20/jacywaya",
@@ -5394,6 +5449,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5394
5449
  "ethereum/erc20/jovjou",
5395
5450
  "ethereum/erc20/joyso",
5396
5451
  "ethereum/erc20/jp_gold_coin",
5452
+ "ethereum/erc20/jpeg_d_0xce722f60f35c37ab295adc4e6ba45bcc7ca89dd6",
5453
+ "ethereum/erc20/jpeg_d_eth_0x821a278dfff762c76410264303f25bf42e195c0c",
5397
5454
  "ethereum/erc20/jpeg_governance_token",
5398
5455
  "ethereum/erc20/jpex_coin",
5399
5456
  "ethereum/erc20/jpg_nft_index",
@@ -5505,6 +5562,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5505
5562
  "ethereum/erc20/king_dag",
5506
5563
  "ethereum/erc20/kingdomgame",
5507
5564
  "ethereum/erc20/kingtoken",
5565
+ "ethereum/erc20/kinka_0x722a89f1b925fe41883978219c2176aecc7d6699",
5508
5566
  "ethereum/erc20/kira",
5509
5567
  "ethereum/erc20/kira_network",
5510
5568
  "ethereum/erc20/kirby_inu",
@@ -5520,6 +5578,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5520
5578
  "ethereum/erc20/kitty_inu_",
5521
5579
  "ethereum/erc20/kiwi_token",
5522
5580
  "ethereum/erc20/kizuna",
5581
+ "ethereum/erc20/klaus_0xb612bfc5ce2fb1337bd29f5af24ca85dbb181ce2",
5523
5582
  "ethereum/erc20/klee_kai",
5524
5583
  "ethereum/erc20/klon",
5525
5584
  "ethereum/erc20/klonx",
@@ -5538,6 +5597,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5538
5597
  "ethereum/erc20/kokoswap_token",
5539
5598
  "ethereum/erc20/kollect",
5540
5599
  "ethereum/erc20/kollector",
5600
+ "ethereum/erc20/komari_0x5a12975bf0158c9c3b23622f44917d113f31842d",
5541
5601
  "ethereum/erc20/komet",
5542
5602
  "ethereum/erc20/kompass",
5543
5603
  "ethereum/erc20/kondux",
@@ -5638,6 +5698,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5638
5698
  "ethereum/erc20/ledgity_token",
5639
5699
  "ethereum/erc20/leeeeeeeeeeerooooy_jenkinnnnns",
5640
5700
  "ethereum/erc20/leetcoin",
5701
+ "ethereum/erc20/legacy_token_0xd38b305cac06990c0887032a02c03d6839f770a8",
5641
5702
  "ethereum/erc20/legal_block_token",
5642
5703
  "ethereum/erc20/legends",
5643
5704
  "ethereum/erc20/legendx",
@@ -5650,6 +5711,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5650
5711
  "ethereum/erc20/lendconnect",
5651
5712
  "ethereum/erc20/lendexe",
5652
5713
  "ethereum/erc20/lends",
5714
+ "ethereum/erc20/lenny_face_0xdadb4ae5b5d3099dd1f586f990b845f2404a1c4c",
5653
5715
  "ethereum/erc20/leocoin",
5654
5716
  "ethereum/erc20/leox",
5655
5717
  "ethereum/erc20/lepricon",
@@ -5765,6 +5827,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5765
5827
  "ethereum/erc20/lockheed_martin_inu",
5766
5828
  "ethereum/erc20/locklet",
5767
5829
  "ethereum/erc20/logarithm",
5830
+ "ethereum/erc20/logx_network_0xa3f4341c3fef5963ab04135d2014ac7d68222e19",
5768
5831
  "ethereum/erc20/lon_token",
5769
5832
  "ethereum/erc20/londoncoin",
5770
5833
  "ethereum/erc20/long",
@@ -5776,6 +5839,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5776
5839
  "ethereum/erc20/loon_network",
5777
5840
  "ethereum/erc20/loong",
5778
5841
  "ethereum/erc20/loopringcoin_v2",
5842
+ "ethereum/erc20/loot_token_0x721a1b990699ee9d90b6327faad0a3e840ae8335",
5779
5843
  "ethereum/erc20/lootbot",
5780
5844
  "ethereum/erc20/looter",
5781
5845
  "ethereum/erc20/lord_of_dragons_governance_token",
@@ -5930,6 +5994,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
5930
5994
  "ethereum/erc20/matt",
5931
5995
  "ethereum/erc20/maverick_token",
5932
5996
  "ethereum/erc20/maximus_decimus",
5997
+ "ethereum/erc20/maximus_lucky_0x6b0956258ff7bd7645aa35369b55b61b8e6d6140",
5998
+ "ethereum/erc20/maxity_0x63f7b1b538a78cb699e5399621b3d2e047c40de4",
5933
5999
  "ethereum/erc20/maxwell_the_cat",
5934
6000
  "ethereum/erc20/maxx",
5935
6001
  "ethereum/erc20/maxxer",
@@ -6095,6 +6161,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6095
6161
  "ethereum/erc20/microbloodsciencetoken",
6096
6162
  "ethereum/erc20/micromines",
6097
6163
  "ethereum/erc20/micropepe",
6164
+ "ethereum/erc20/midas_basis_trading_token_0x2a8c22e3b10036f3aef5875d04f8441d4188b656",
6098
6165
  "ethereum/erc20/migranet_token",
6099
6166
  "ethereum/erc20/mikado",
6100
6167
  "ethereum/erc20/mikawa_inu",
@@ -6155,12 +6222,14 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6155
6222
  "ethereum/erc20/mn_bridge",
6156
6223
  "ethereum/erc20/mnee_usd_stablecoin",
6157
6224
  "ethereum/erc20/mnft",
6225
+ "ethereum/erc20/mnft_0x3235b13708f178af6f110de7177ed5de10c1093d",
6158
6226
  "ethereum/erc20/mnmcoin",
6159
6227
  "ethereum/erc20/moar_finance",
6160
6228
  "ethereum/erc20/mobifi",
6161
6229
  "ethereum/erc20/mobilian",
6162
6230
  "ethereum/erc20/mobilum_token",
6163
6231
  "ethereum/erc20/mobytoken",
6232
+ "ethereum/erc20/moca_0xf944e35f95e819e752f3ccb5faf40957d311e8c5",
6164
6233
  "ethereum/erc20/mochi",
6165
6234
  "ethereum/erc20/mochi_market",
6166
6235
  "ethereum/erc20/mock_capital",
@@ -6219,11 +6288,13 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6219
6288
  "ethereum/erc20/monte_marketing_platform_coin",
6220
6289
  "ethereum/erc20/moo_bifi",
6221
6290
  "ethereum/erc20/moo_deng",
6291
+ "ethereum/erc20/moo_tun_0x2bcbec0296cddda988ea88031e43fe247fa6d341",
6222
6292
  "ethereum/erc20/moolahverse",
6223
6293
  "ethereum/erc20/moon_juice",
6224
6294
  "ethereum/erc20/moon_tropica",
6225
6295
  "ethereum/erc20/moon_yfi",
6226
6296
  "ethereum/erc20/moona239_coins",
6297
+ "ethereum/erc20/moonbag_0xa7f4195f10f1a62b102bd683eab131d657a6c6e4",
6227
6298
  "ethereum/erc20/moonbase",
6228
6299
  "ethereum/erc20/moonbot",
6229
6300
  "ethereum/erc20/mooncloud_ai",
@@ -6254,6 +6325,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6254
6325
  "ethereum/erc20/morphswap",
6255
6326
  "ethereum/erc20/morphware",
6256
6327
  "ethereum/erc20/morra",
6328
+ "ethereum/erc20/morti_0x6969e5cfe7578ac5f06d313c1a25578927a5bbc9",
6257
6329
  "ethereum/erc20/moseth",
6258
6330
  "ethereum/erc20/mosolid_tokenized_vesolid",
6259
6331
  "ethereum/erc20/moss_carbon_credit",
@@ -6282,6 +6354,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6282
6354
  "ethereum/erc20/mstable_btc",
6283
6355
  "ethereum/erc20/mstable_usd",
6284
6356
  "ethereum/erc20/msteth",
6357
+ "ethereum/erc20/mstr2100_0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39",
6285
6358
  "ethereum/erc20/msweth",
6286
6359
  "ethereum/erc20/mtbill",
6287
6360
  "ethereum/erc20/mtc_mesh_network",
@@ -6290,6 +6363,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6290
6363
  "ethereum/erc20/mtpelerin_shares",
6291
6364
  "ethereum/erc20/mtrctoken",
6292
6365
  "ethereum/erc20/mu_dank",
6366
+ "ethereum/erc20/mua_0x527f788aeaf856ad2e2c7096b5aab634bff281b8",
6293
6367
  "ethereum/erc20/mubi",
6294
6368
  "ethereum/erc20/mudaitoken",
6295
6369
  "ethereum/erc20/muffin",
@@ -6311,6 +6385,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6311
6385
  "ethereum/erc20/museum_of_crypto_art",
6312
6386
  "ethereum/erc20/mush",
6313
6387
  "ethereum/erc20/mushe",
6388
+ "ethereum/erc20/musk_0x719e7f0dadfdea25b78595da944f44d15d7e6795",
6314
6389
  "ethereum/erc20/musk_token",
6315
6390
  "ethereum/erc20/muskx",
6316
6391
  "ethereum/erc20/must",
@@ -6347,6 +6422,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6347
6422
  "ethereum/erc20/nabox_token",
6348
6423
  "ethereum/erc20/nahmii",
6349
6424
  "ethereum/erc20/nakamoto.games",
6425
+ "ethereum/erc20/nakamoto_perpetual_debt_token",
6350
6426
  "ethereum/erc20/nami_corporation_token",
6351
6427
  "ethereum/erc20/nami_ico",
6352
6428
  "ethereum/erc20/namx",
@@ -6488,12 +6564,14 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6488
6564
  "ethereum/erc20/non_human_intelligence",
6489
6565
  "ethereum/erc20/non_playable_inu",
6490
6566
  "ethereum/erc20/none_trading",
6567
+ "ethereum/erc20/noob_0x06561dc5cedcc012a4ea68609b17d41499622e4c",
6491
6568
  "ethereum/erc20/noob_finance",
6492
6569
  "ethereum/erc20/noodle_finance",
6493
6570
  "ethereum/erc20/nord_token",
6494
6571
  "ethereum/erc20/nordic_ai",
6495
6572
  "ethereum/erc20/normie",
6496
6573
  "ethereum/erc20/nos_nitrous_finance",
6574
+ "ethereum/erc20/nose_candy_0x3595e426a7808e2482667ee4e453ef280fbb9cf4",
6497
6575
  "ethereum/erc20/nostra",
6498
6576
  "ethereum/erc20/nosturis",
6499
6577
  "ethereum/erc20/not_financial_advice",
@@ -6590,6 +6668,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6590
6668
  "ethereum/erc20/omni_449e",
6591
6669
  "ethereum/erc20/omniabot",
6592
6670
  "ethereum/erc20/omnibotx",
6671
+ "ethereum/erc20/omnicat_0x9e20461bc2c4c980f62f1b279d71734207a6a356",
6593
6672
  "ethereum/erc20/omnisea",
6594
6673
  "ethereum/erc20/omniunit",
6595
6674
  "ethereum/erc20/omochi_the_frog",
@@ -6623,6 +6702,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6623
6702
  "ethereum/erc20/ons",
6624
6703
  "ethereum/erc20/onston",
6625
6704
  "ethereum/erc20/onus",
6705
+ "ethereum/erc20/onyx_0x9155ef3f1a5b5fb43a1bbeb198cc0a7daf482679",
6626
6706
  "ethereum/erc20/oof",
6627
6707
  "ethereum/erc20/oofp",
6628
6708
  "ethereum/erc20/ooki_token",
@@ -6711,6 +6791,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6711
6791
  "ethereum/erc20/ors_token",
6712
6792
  "ethereum/erc20/oryx",
6713
6793
  "ethereum/erc20/osaka_protocol",
6794
+ "ethereum/erc20/oscar_0xebb66a88cedd12bfe3a289df6dfee377f2963f12",
6714
6795
  "ethereum/erc20/osean",
6715
6796
  "ethereum/erc20/osinachi",
6716
6797
  "ethereum/erc20/osmo_bot",
@@ -6799,6 +6880,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6799
6880
  "ethereum/erc20/patton",
6800
6881
  "ethereum/erc20/paul_razvan_berg",
6801
6882
  "ethereum/erc20/pausd_stablecoin",
6883
+ "ethereum/erc20/paw_0x419777d3e39aa9b00405724eace5ea57620c9062",
6802
6884
  "ethereum/erc20/pawagotchi",
6803
6885
  "ethereum/erc20/pawswap",
6804
6886
  "ethereum/erc20/pawtocol_network_upi_token",
@@ -6995,6 +7077,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
6995
7077
  "ethereum/erc20/poa_erc20_on_foundation",
6996
7078
  "ethereum/erc20/pocc_token",
6997
7079
  "ethereum/erc20/pochi_inu",
7080
+ "ethereum/erc20/pochita_0x4e6221c07dae8d3460a46fa01779cf17fdd72ad8",
6998
7081
  "ethereum/erc20/podo",
6999
7082
  "ethereum/erc20/pofid_dao_token",
7000
7083
  "ethereum/erc20/pog_coin",
@@ -7157,8 +7240,10 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7157
7240
  "ethereum/erc20/public_index_network",
7158
7241
  "ethereum/erc20/public_violet_fybo",
7159
7242
  "ethereum/erc20/publx",
7243
+ "ethereum/erc20/pudgypenguins_0x30f7c830e0c2f4bec871df809d73e27ef19eb151",
7160
7244
  "ethereum/erc20/pufeth",
7161
7245
  "ethereum/erc20/puff",
7246
+ "ethereum/erc20/puffer_0x4d1c297d39c5c1277964d0e3f8aa901493664530",
7162
7247
  "ethereum/erc20/puglife",
7163
7248
  "ethereum/erc20/pulltherug_finance",
7164
7249
  "ethereum/erc20/pulse",
@@ -7222,6 +7307,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7222
7307
  "ethereum/erc20/quai",
7223
7308
  "ethereum/erc20/quakecoin",
7224
7309
  "ethereum/erc20/quannabu",
7310
+ "ethereum/erc20/quant_ai_0x64d93cf499054170f4c211f91f867f902afaece6",
7225
7311
  "ethereum/erc20/quantfury_data_token",
7226
7312
  "ethereum/erc20/quantfury_token",
7227
7313
  "ethereum/erc20/quantixai",
@@ -7391,6 +7477,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7391
7477
  "ethereum/erc20/resolv_liquidity_provider_token",
7392
7478
  "ethereum/erc20/resolv_usd",
7393
7479
  "ethereum/erc20/restake_finance",
7480
+ "ethereum/erc20/restaked_eigen_0xd4fcde9bb1d746dd7e5463b01dd819ee06af25db",
7394
7481
  "ethereum/erc20/restore",
7395
7482
  "ethereum/erc20/retard",
7396
7483
  "ethereum/erc20/retik_finance",
@@ -7408,6 +7495,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7408
7495
  "ethereum/erc20/revomon",
7409
7496
  "ethereum/erc20/revswap",
7410
7497
  "ethereum/erc20/revv",
7498
+ "ethereum/erc20/reward_0x5daa087714cb169f605c673a00aef62a9a7236a6",
7411
7499
  "ethereum/erc20/reward_eth_harbour",
7412
7500
  "ethereum/erc20/rewardiqa",
7413
7501
  "ethereum/erc20/rewards",
@@ -7452,6 +7540,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7452
7540
  "ethereum/erc20/robo_token",
7453
7541
  "ethereum/erc20/roboape",
7454
7542
  "ethereum/erc20/robonomics_web_services_v1",
7543
+ "ethereum/erc20/robotaxi_0x2597342ff387b63846eb456419590781c4bfcdaf",
7455
7544
  "ethereum/erc20/roc",
7456
7545
  "ethereum/erc20/rocifi",
7457
7546
  "ethereum/erc20/rock",
@@ -7629,6 +7718,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7629
7718
  "ethereum/erc20/secured_on_blockchain",
7630
7719
  "ethereum/erc20/securypto",
7631
7720
  "ethereum/erc20/seed",
7721
+ "ethereum/erc20/seed_0x5eed99d066a8caf10f3e4327c1b3d8b673485eed",
7632
7722
  "ethereum/erc20/seedifyfund",
7633
7723
  "ethereum/erc20/seedswap_token",
7634
7724
  "ethereum/erc20/seen_haus",
@@ -7663,6 +7753,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7663
7753
  "ethereum/erc20/sgb",
7664
7754
  "ethereum/erc20/sgelder",
7665
7755
  "ethereum/erc20/sgpay",
7756
+ "ethereum/erc20/sgt_0x5b649c07e7ba0a1c529deaabed0b47699919b4a2",
7666
7757
  "ethereum/erc20/shabu_shabu",
7667
7758
  "ethereum/erc20/shack_token",
7668
7759
  "ethereum/erc20/shadetech",
@@ -7683,6 +7774,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7683
7774
  "ethereum/erc20/sharedstake_governance_token",
7684
7775
  "ethereum/erc20/shares_finance",
7685
7776
  "ethereum/erc20/sharity",
7777
+ "ethereum/erc20/sharp_ai_0xaddb6dc7e2f7caea67621dd3ca2e8321ade33286",
7686
7778
  "ethereum/erc20/sharpe_platform_token",
7687
7779
  "ethereum/erc20/shattered_legion",
7688
7780
  "ethereum/erc20/sheboshis",
@@ -7851,6 +7943,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7851
7943
  "ethereum/erc20/smidge",
7852
7944
  "ethereum/erc20/smilecoin",
7853
7945
  "ethereum/erc20/smiley",
7946
+ "ethereum/erc20/smiling_dolphin_0x5981e98440e41fa993b26912b080922b8ed023c3",
7854
7947
  "ethereum/erc20/smog",
7855
7948
  "ethereum/erc20/smol",
7856
7949
  "ethereum/erc20/smol_su",
@@ -7877,6 +7970,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7877
7970
  "ethereum/erc20/soar_fi",
7878
7971
  "ethereum/erc20/soarcoin",
7879
7972
  "ethereum/erc20/sobacoin",
7973
+ "ethereum/erc20/soc_0x3250577e12b9469915c1fa3a71c22817ca44c4d9",
7880
7974
  "ethereum/erc20/social_media_market",
7881
7975
  "ethereum/erc20/social_rocket",
7882
7976
  "ethereum/erc20/socialblox",
@@ -7955,10 +8049,12 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
7955
8049
  "ethereum/erc20/specialmetalx",
7956
8050
  "ethereum/erc20/spectra",
7957
8051
  "ethereum/erc20/spectra_chain",
8052
+ "ethereum/erc20/spectre_0xb29e475b69f843046a757747943c00dce8a3d982",
7958
8053
  "ethereum/erc20/spectre_ai",
7959
8054
  "ethereum/erc20/spectrum_1e3c",
7960
8055
  "ethereum/erc20/spectrum_staked_eth",
7961
8056
  "ethereum/erc20/speed_mining_service",
8057
+ "ethereum/erc20/speedy_0xc8f69a9b46b235de8d0b77c355fff7994f1b090f",
7962
8058
  "ethereum/erc20/spell_token",
7963
8059
  "ethereum/erc20/spellfire_token",
7964
8060
  "ethereum/erc20/spenderx",
@@ -8125,6 +8221,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8125
8221
  "ethereum/erc20/stpc",
8126
8222
  "ethereum/erc20/strain",
8127
8223
  "ethereum/erc20/stratos_token",
8224
+ "ethereum/erc20/stratovm_0x2bc46eb4ae80ddd9c8a6e064c74327c8244d88e2",
8128
8225
  "ethereum/erc20/strc",
8129
8226
  "ethereum/erc20/stream",
8130
8227
  "ethereum/erc20/stream_protocol",
@@ -8222,6 +8319,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8222
8319
  "ethereum/erc20/swbtc",
8223
8320
  "ethereum/erc20/sweat",
8224
8321
  "ethereum/erc20/sweepr_token",
8322
+ "ethereum/erc20/sweet_0x2df7d0e4903029717c949cad204075a3d75c8806",
8225
8323
  "ethereum/erc20/swerve_dao_token",
8226
8324
  "ethereum/erc20/swerve_fi_daiusdcusdttusd",
8227
8325
  "ethereum/erc20/sweth",
@@ -8309,6 +8407,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8309
8407
  "ethereum/erc20/synth_syfi",
8310
8408
  "ethereum/erc20/synthai",
8311
8409
  "ethereum/erc20/t2t2",
8410
+ "ethereum/erc20/ta_su_0x92f419fb7a750aed295b0ddf536276bf5a40124f",
8312
8411
  "ethereum/erc20/tacos",
8313
8412
  "ethereum/erc20/tacotoken",
8314
8413
  "ethereum/erc20/tadpole",
@@ -8400,6 +8499,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8400
8499
  "ethereum/erc20/tercet_network",
8401
8500
  "ethereum/erc20/term_finance",
8402
8501
  "ethereum/erc20/terminus",
8502
+ "ethereum/erc20/terminus_0x44e18207b6e98f4a786957954e462ed46b8c95be",
8403
8503
  "ethereum/erc20/terra_token",
8404
8504
  "ethereum/erc20/terra_virtua_kolect",
8405
8505
  "ethereum/erc20/terran",
@@ -8440,6 +8540,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8440
8540
  "ethereum/erc20/the_fewocious_collection",
8441
8541
  "ethereum/erc20/the_gamehub",
8442
8542
  "ethereum/erc20/the_husl",
8543
+ "ethereum/erc20/the_infinite_garden_0x5e21d1ee5cf0077b314c381720273ae82378d613",
8443
8544
  "ethereum/erc20/the_joker_coin",
8444
8545
  "ethereum/erc20/the_lovechain",
8445
8546
  "ethereum/erc20/the_metaonez",
@@ -8472,6 +8573,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8472
8573
  "ethereum/erc20/theos",
8473
8574
  "ethereum/erc20/theredorder",
8474
8575
  "ethereum/erc20/thex-thoreexchange",
8576
+ "ethereum/erc20/thingsopreatingsystem",
8475
8577
  "ethereum/erc20/thirm",
8476
8578
  "ethereum/erc20/this_is_not_financial_advice",
8477
8579
  "ethereum/erc20/tholos",
@@ -8539,6 +8641,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8539
8641
  "ethereum/erc20/tokemaksushilppool",
8540
8642
  "ethereum/erc20/tokemon",
8541
8643
  "ethereum/erc20/token_1337",
8644
+ "ethereum/erc20/token_care",
8542
8645
  "ethereum/erc20/token_of_power",
8543
8646
  "ethereum/erc20/token_play",
8544
8647
  "ethereum/erc20/token_sentry_bot",
@@ -8571,6 +8674,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8571
8674
  "ethereum/erc20/topbtc_token",
8572
8675
  "ethereum/erc20/topia",
8573
8676
  "ethereum/erc20/tora_inu",
8677
+ "ethereum/erc20/torchain",
8574
8678
  "ethereum/erc20/torex",
8575
8679
  "ethereum/erc20/torg",
8576
8680
  "ethereum/erc20/torn_token",
@@ -8879,6 +8983,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
8879
8983
  "ethereum/erc20/us_kuma_interest_bearing_token",
8880
8984
  "ethereum/erc20/usa_token",
8881
8985
  "ethereum/erc20/usd0_liquid_bond",
8986
+ "ethereum/erc20/usd__dukascash",
8882
8987
  "ethereum/erc20/usd_digital",
8883
8988
  "ethereum/erc20/usd_zedxion",
8884
8989
  "ethereum/erc20/usda",
@@ -9083,6 +9188,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9083
9188
  "ethereum/erc20/wagmi_3a67",
9084
9189
  "ethereum/erc20/wagmi_games",
9085
9190
  "ethereum/erc20/wagyu",
9191
+ "ethereum/erc20/wagyu_0xf76c15cbf1fa9d60a7af39e660d6d7c62ef8021e",
9086
9192
  "ethereum/erc20/waifu",
9087
9193
  "ethereum/erc20/waifu_nft_collection",
9088
9194
  "ethereum/erc20/waifuai",
@@ -9166,6 +9272,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9166
9272
  "ethereum/erc20/wi_coin",
9167
9273
  "ethereum/erc20/wibson_token",
9168
9274
  "ethereum/erc20/wick_finance",
9275
+ "ethereum/erc20/wicked_0xed2d1ef84a6a07dd49e8ca934908e9de005b7824",
9169
9276
  "ethereum/erc20/wicked_bet",
9170
9277
  "ethereum/erc20/wicknote",
9171
9278
  "ethereum/erc20/wif_on_eth",
@@ -9225,6 +9332,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9225
9332
  "ethereum/erc20/worldcoin",
9226
9333
  "ethereum/erc20/worldcore",
9227
9334
  "ethereum/erc20/worldmobiletoken",
9335
+ "ethereum/erc20/worldmobiletoken_0xdbb5cf12408a3ac17d668037ce289f9ea75439d7",
9228
9336
  "ethereum/erc20/worldpet_token",
9229
9337
  "ethereum/erc20/wormhole_token",
9230
9338
  "ethereum/erc20/wow",
@@ -9912,6 +10020,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
9912
10020
  "polygon/erc20/backed_coinbase_global",
9913
10021
  "polygon/erc20/backed_cspx_core_s_amp_p_500",
9914
10022
  "polygon/erc20/backed_govies_0_6_months_euro_investment_grade",
10023
+ "polygon/erc20/backed_high_high_yield_corp_bond_0x20c64dee8fda5269a78f2d5bdba861ca1d83df7a",
9915
10024
  "polygon/erc20/backed_ibta_treasury_bond_1_3yr",
9916
10025
  "polygon/erc20/backstage_pass_notes",
9917
10026
  "polygon/erc20/bag_pos",
@@ -10274,6 +10383,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10274
10383
  "polygon/erc20/fitmint_token",
10275
10384
  "polygon/erc20/flappy_bird_evolution",
10276
10385
  "polygon/erc20/flare_token",
10386
+ "polygon/erc20/flicker_0x3f94618ad346f34f43e27f0cf46decbb0d396b1b",
10277
10387
  "polygon/erc20/flickerpro",
10278
10388
  "polygon/erc20/float_protocol_float_(pos)",
10279
10389
  "polygon/erc20/floxypay",
@@ -10426,6 +10536,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10426
10536
  "polygon/erc20/iron_titanium_token",
10427
10537
  "polygon/erc20/islamicoin",
10428
10538
  "polygon/erc20/itsbloc",
10539
+ "polygon/erc20/ivy_trading_system_0x06480acaae64bcfa6da8fd176f60982584385090",
10429
10540
  "polygon/erc20/izumi_bond_usd",
10430
10541
  "polygon/erc20/izumi_token",
10431
10542
  "polygon/erc20/jamonswapv2",
@@ -10620,6 +10731,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
10620
10731
  "polygon/erc20/metavault_trade",
10621
10732
  "polygon/erc20/metaverse_index_(pos)",
10622
10733
  "polygon/erc20/metaverse_pos",
10734
+ "polygon/erc20/metavirus_token_0xcd7bcacc38d71ed14c875d3abfec5a781812551e",
10623
10735
  "polygon/erc20/midnight",
10624
10736
  "polygon/erc20/milk",
10625
10737
  "polygon/erc20/mimatic",
@@ -11218,6 +11330,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11218
11330
  "polygon/erc20/worldtoken",
11219
11331
  "polygon/erc20/worldwide_usd",
11220
11332
  "polygon/erc20/wowswap",
11333
+ "polygon/erc20/wpay_0x7abe9edf5c544a04da83e9110cf46dbc4759170c",
11221
11334
  "polygon/erc20/wrapped_avax_wormhole",
11222
11335
  "polygon/erc20/wrapped_banano",
11223
11336
  "polygon/erc20/wrapped_bnb_wormhole",
@@ -11294,6 +11407,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11294
11407
  "bsc/bep20/0vm",
11295
11408
  "bsc/bep20/0xmonero_on_xdai_from_xdai",
11296
11409
  "bsc/bep20/10set_token",
11410
+ "bsc/bep20/1guy_0xcac007926755e2675e201223f7d4d68c74fd3439",
11297
11411
  "bsc/bep20/1inch_token",
11298
11412
  "bsc/bep20/1long",
11299
11413
  "bsc/bep20/1mdc",
@@ -11386,6 +11500,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11386
11500
  "bsc/bep20/aipad_tech",
11387
11501
  "bsc/bep20/air_wing_token",
11388
11502
  "bsc/bep20/airbtc",
11503
+ "bsc/bep20/airdao_0x96c7957030aa8b1fd3c6e0ee3d84c4695c6eae9c",
11389
11504
  "bsc/bep20/airight_token",
11390
11505
  "bsc/bep20/airnft_token",
11391
11506
  "bsc/bep20/airtok",
@@ -11456,6 +11571,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11456
11571
  "bsc/bep20/ankr_staked_eth",
11457
11572
  "bsc/bep20/ankr_staked_matic",
11458
11573
  "bsc/bep20/anomus",
11574
+ "bsc/bep20/anon_inu_0x64f36701138f0e85cc10c34ea535fdbadcb54147",
11459
11575
  "bsc/bep20/anontoken",
11460
11576
  "bsc/bep20/anti_global_warming_token",
11461
11577
  "bsc/bep20/antimatter.finance_mapping_token",
@@ -11552,7 +11668,9 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11552
11668
  "bsc/bep20/australian_shepherd_token",
11553
11669
  "bsc/bep20/autentic_utility_token",
11554
11670
  "bsc/bep20/autocrypto",
11671
+ "bsc/bep20/autolayer_0xf06ce11836851d71e74e4ffefa7b73fcc8a27786",
11555
11672
  "bsc/bep20/automata",
11673
+ "bsc/bep20/autominingtoken_0x6ae0a238a6f51df8eee084b1756a54dd8a8e85d3",
11556
11674
  "bsc/bep20/autov2",
11557
11675
  "bsc/bep20/avacoach",
11558
11676
  "bsc/bep20/avante",
@@ -11687,6 +11805,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11687
11805
  "bsc/bep20/befaster_holder_token",
11688
11806
  "bsc/bep20/befe",
11689
11807
  "bsc/bep20/befitter_token",
11808
+ "bsc/bep20/belaaqua_0x9fb677928dd244befcd0bbebdf6068dd4bef559c",
11690
11809
  "bsc/bep20/belifex",
11691
11810
  "bsc/bep20/bella_protocol",
11692
11811
  "bsc/bep20/belt_token",
@@ -11704,6 +11823,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11704
11823
  "bsc/bep20/besa_gaming_company",
11705
11824
  "bsc/bep20/beta_token",
11706
11825
  "bsc/bep20/betero",
11826
+ "bsc/bep20/betero_0x7c33d9c9685408645486497c708ab491402e0886",
11707
11827
  "bsc/bep20/betswirl_v2",
11708
11828
  "bsc/bep20/betterment_digital",
11709
11829
  "bsc/bep20/betu",
@@ -11827,6 +11947,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11827
11947
  "bsc/bep20/bitcoiva",
11828
11948
  "bsc/bep20/bitconey",
11829
11949
  "bsc/bep20/bitindi_chain",
11950
+ "bsc/bep20/bitlocus_token_wormhole_0x51e7b598c9155b9dccb04eb42519f6eec9c841e9",
11830
11951
  "bsc/bep20/bitminerx",
11831
11952
  "bsc/bep20/bitorbit_com",
11832
11953
  "bsc/bep20/bitrise_token",
@@ -11877,6 +11998,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11877
11998
  "bsc/bep20/bluebenx",
11878
11999
  "bsc/bep20/bluzelle_token",
11879
12000
  "bsc/bep20/blwise",
12001
+ "bsc/bep20/bnacoin_0x00db8321c431b62a6d42979ed4a5d0f3661c959e",
11880
12002
  "bsc/bep20/bnb48_club_token",
11881
12003
  "bsc/bep20/bnb_bank",
11882
12004
  "bsc/bep20/bnb_diamond",
@@ -11884,6 +12006,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
11884
12006
  "bsc/bep20/bnb_network",
11885
12007
  "bsc/bep20/bnb_smart_chain_hbd",
11886
12008
  "bsc/bep20/bnb_tiger_inu",
12009
+ "bsc/bep20/bnb_tiger_inu_0x850606b482a9d5e1be25a89d988a7eb05b613cc2",
11887
12010
  "bsc/bep20/bnb_whales",
11888
12011
  "bsc/bep20/bnbee",
11889
12012
  "bsc/bep20/bnbking",
@@ -12038,7 +12161,9 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12038
12161
  "bsc/bep20/cashcow",
12039
12162
  "bsc/bep20/casper",
12040
12163
  "bsc/bep20/casperpad",
12164
+ "bsc/bep20/cassie_dragon_0x3c4fbaac51ee2e0cdb1568ebbd0cb736a1b70411",
12041
12165
  "bsc/bep20/cat",
12166
+ "bsc/bep20/cata_bsc_0x105dd4727c09feace2158ed125fa45382058df6c",
12042
12167
  "bsc/bep20/catamoto",
12043
12168
  "bsc/bep20/catbonk",
12044
12169
  "bsc/bep20/catboy",
@@ -12118,6 +12243,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12118
12243
  "bsc/bep20/chirpley_token",
12119
12244
  "bsc/bep20/choise_com_token",
12120
12245
  "bsc/bep20/chonk_the_cat",
12246
+ "bsc/bep20/chow_0xe50713c7a1487ff06a7d7a22a036ee7d1f02d5f8",
12121
12247
  "bsc/bep20/christmas_floki",
12122
12248
  "bsc/bep20/christmas_pump",
12123
12249
  "bsc/bep20/christmas_shiba",
@@ -12279,6 +12405,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12279
12405
  "bsc/bep20/cryptonovae",
12280
12406
  "bsc/bep20/cryptopepemines",
12281
12407
  "bsc/bep20/cryptopolis",
12408
+ "bsc/bep20/cryptorg_0x69bfa36d50d92e8985d27e6aa6e685c0325ce7b4",
12282
12409
  "bsc/bep20/cryptostone",
12283
12410
  "bsc/bep20/cryptotanks",
12284
12411
  "bsc/bep20/cryptotem",
@@ -12597,6 +12724,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12597
12724
  "bsc/bep20/empiricus_token",
12598
12725
  "bsc/bep20/endless_board_game",
12599
12726
  "bsc/bep20/eneftiverse",
12727
+ "bsc/bep20/energy_coin_0x8a505d5cb3db9fcf404c0a72af3df8be4efb707c",
12600
12728
  "bsc/bep20/energy_token",
12601
12729
  "bsc/bep20/energyfi_token",
12602
12730
  "bsc/bep20/enfineo",
@@ -12804,6 +12932,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12804
12932
  "bsc/bep20/ftribe_fighters_coin",
12805
12933
  "bsc/bep20/fts",
12806
12934
  "bsc/bep20/ftt_token",
12935
+ "bsc/bep20/fu_0xed6af21df463c7f116a6d7d687a4c190c4cf7586",
12807
12936
  "bsc/bep20/fuel_token",
12808
12937
  "bsc/bep20/fuel_token_03af",
12809
12938
  "bsc/bep20/fufu",
@@ -12962,6 +13091,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
12962
13091
  "bsc/bep20/grizzly_honey",
12963
13092
  "bsc/bep20/grok",
12964
13093
  "bsc/bep20/grok2_0",
13094
+ "bsc/bep20/grok_0x2e53414853f058a9bc14e052431008483bd85b4c",
12965
13095
  "bsc/bep20/grok_2_0",
12966
13096
  "bsc/bep20/grok_ae5d",
12967
13097
  "bsc/bep20/grok_bank",
@@ -13247,6 +13377,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13247
13377
  "bsc/bep20/justmoney",
13248
13378
  "bsc/bep20/justus_token",
13249
13379
  "bsc/bep20/kabosu",
13380
+ "bsc/bep20/kabosu_0x4811d9a0b2655a5f317e466f2be0139ff949297b",
13250
13381
  "bsc/bep20/kabosuceo",
13251
13382
  "bsc/bep20/kaby_arena",
13252
13383
  "bsc/bep20/kaif",
@@ -13261,6 +13392,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13261
13392
  "bsc/bep20/kang3n",
13262
13393
  "bsc/bep20/kangal",
13263
13394
  "bsc/bep20/kangaroo",
13395
+ "bsc/bep20/kaoya_token_0xa8a33e365d5a03c94c3258a10dd5d6dfe686941b",
13264
13396
  "bsc/bep20/karasou",
13265
13397
  "bsc/bep20/karastar_umy",
13266
13398
  "bsc/bep20/karencoin",
@@ -13407,6 +13539,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13407
13539
  "bsc/bep20/limewire_token",
13408
13540
  "bsc/bep20/limitless_network",
13409
13541
  "bsc/bep20/limocoin_swap",
13542
+ "bsc/bep20/limocoin_swap_0x383094a91ef2767eed2b063ea40465670bf1c83f",
13410
13543
  "bsc/bep20/limoverse",
13411
13544
  "bsc/bep20/lincoin",
13412
13545
  "bsc/bep20/linda",
@@ -13414,6 +13547,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13414
13547
  "bsc/bep20/linkdao",
13415
13548
  "bsc/bep20/linkfi",
13416
13549
  "bsc/bep20/links_token",
13550
+ "bsc/bep20/lion_0x8b0ce9c8797c393efeef48791960ee3d7297bac6",
13417
13551
  "bsc/bep20/lion_fai",
13418
13552
  "bsc/bep20/lion_token",
13419
13553
  "bsc/bep20/lionceo",
@@ -13509,6 +13643,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13509
13643
  "bsc/bep20/magic_yearn_share",
13510
13644
  "bsc/bep20/magiccraft",
13511
13645
  "bsc/bep20/magikal_ai",
13646
+ "bsc/bep20/magnetgold_0x68d10dfe87a838d63bbef6c9a0d0b44beb799dc1",
13512
13647
  "bsc/bep20/maha_xyz",
13513
13648
  "bsc/bep20/mai_stablecoin",
13514
13649
  "bsc/bep20/maidaan",
@@ -13532,6 +13667,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13532
13667
  "bsc/bep20/mars_ecosystem_token",
13533
13668
  "bsc/bep20/marsdao",
13534
13669
  "bsc/bep20/marshall_rogan_inu",
13670
+ "bsc/bep20/marsk_0x145335c5fd3d53e2a361d995015a055484167666",
13535
13671
  "bsc/bep20/martik",
13536
13672
  "bsc/bep20/martin_shkreli_inu",
13537
13673
  "bsc/bep20/maru",
@@ -13544,6 +13680,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13544
13680
  "bsc/bep20/math_token",
13545
13681
  "bsc/bep20/matic_launchpad",
13546
13682
  "bsc/bep20/matic_token",
13683
+ "bsc/bep20/matrix_chain_0x67009eb16ff64d06b4f782b3c552b924b1d1bb93",
13547
13684
  "bsc/bep20/matrix_protocol",
13548
13685
  "bsc/bep20/matrix_smartchain",
13549
13686
  "bsc/bep20/matrixswaptoken",
@@ -13552,7 +13689,9 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13552
13689
  "bsc/bep20/maverick_token",
13553
13690
  "bsc/bep20/maxx",
13554
13691
  "bsc/bep20/mazimatic",
13692
+ "bsc/bep20/mbc_coin_0xbb02e0dc6ca8c838daa2f73f045f831ba3dcd4a2",
13555
13693
  "bsc/bep20/mbd_financials",
13694
+ "bsc/bep20/mcaketoken_0xd77b2d571256ce5fb3365bfff3c5859d1ef40f0a",
13556
13695
  "bsc/bep20/mcdex_token",
13557
13696
  "bsc/bep20/mcontent",
13558
13697
  "bsc/bep20/mdx_token",
@@ -13581,6 +13720,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13581
13720
  "bsc/bep20/memebull",
13582
13721
  "bsc/bep20/memeflate",
13583
13722
  "bsc/bep20/memelordz",
13723
+ "bsc/bep20/memelordz_token_0x7bb5c17a9889fde42c4c95a937f7d387b8bcd409",
13584
13724
  "bsc/bep20/memepad",
13585
13725
  "bsc/bep20/memeshub",
13586
13726
  "bsc/bep20/memesvsundead",
@@ -13622,6 +13762,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13622
13762
  "bsc/bep20/metaland_shares",
13623
13763
  "bsc/bep20/metaloop_tech",
13624
13764
  "bsc/bep20/metalswap",
13765
+ "bsc/bep20/metamars_0x07c15e4add8c23d2971380dde6c57b6f88902ec1",
13625
13766
  "bsc/bep20/metamate",
13626
13767
  "bsc/bep20/metamecha",
13627
13768
  "bsc/bep20/metamoon_io",
@@ -13638,6 +13779,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13638
13779
  "bsc/bep20/metasafemoon",
13639
13780
  "bsc/bep20/metashooter",
13640
13781
  "bsc/bep20/metastrike",
13782
+ "bsc/bep20/metatoken_0x04073d16c6a08c27e8bbebe262ea4d1c6fa4c772",
13641
13783
  "bsc/bep20/metaverse_m",
13642
13784
  "bsc/bep20/metaverse_vr",
13643
13785
  "bsc/bep20/metaverse_vr_v2",
@@ -13658,6 +13800,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13658
13800
  "bsc/bep20/micromachines_3_0_rise_of_the_warbots",
13659
13801
  "bsc/bep20/micropets",
13660
13802
  "bsc/bep20/miggy",
13803
+ "bsc/bep20/mikeneko_0x24d75cc35e98488b0c3a562b58182e00804bbabe",
13661
13804
  "bsc/bep20/milk_protocol",
13662
13805
  "bsc/bep20/milkai",
13663
13806
  "bsc/bep20/milkyway_token_by_spaceswap_v2",
@@ -13806,6 +13949,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13806
13949
  "bsc/bep20/nar_token",
13807
13950
  "bsc/bep20/navis",
13808
13951
  "bsc/bep20/navist",
13952
+ "bsc/bep20/naws_ai_0x726a54e04f394b6e44e58a2d7cb0fec61361d10e",
13809
13953
  "bsc/bep20/ndb",
13810
13954
  "bsc/bep20/nelore_coin",
13811
13955
  "bsc/bep20/nemesis_downfall",
@@ -13842,6 +13986,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13842
13986
  "bsc/bep20/nexuspad_protocol",
13843
13987
  "bsc/bep20/nfe",
13844
13988
  "bsc/bep20/nfprompt",
13989
+ "bsc/bep20/nfprompt_ai_token_0x551897f8203bd131b350601d3ac0679ba0fc0136",
13845
13990
  "bsc/bep20/nft11",
13846
13991
  "bsc/bep20/nft_stars_coin",
13847
13992
  "bsc/bep20/nftart.finance",
@@ -13876,6 +14021,8 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13876
14021
  "bsc/bep20/noe_crypto_bank",
13877
14022
  "bsc/bep20/nole_inu",
13878
14023
  "bsc/bep20/nominex",
14024
+ "bsc/bep20/nomoex_token_0x30683d46edd7e2a52402e5301b14db33bd4ff550",
14025
+ "bsc/bep20/non_playable_coin_0xfebfa339e44c28e2aa9e62ea1027c9cb4e378605",
13879
14026
  "bsc/bep20/nonkyc",
13880
14027
  "bsc/bep20/noot",
13881
14028
  "bsc/bep20/nord_token",
@@ -13934,6 +14081,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13934
14081
  "bsc/bep20/omni_consumer_protocols",
13935
14082
  "bsc/bep20/omnicat",
13936
14083
  "bsc/bep20/omnisea",
14084
+ "bsc/bep20/one_token_0x6b0a03c7bd8441e0f8959394761e29bd6afbfdf7",
13937
14085
  "bsc/bep20/onecoinbuy",
13938
14086
  "bsc/bep20/onestop",
13939
14087
  "bsc/bep20/onfa_token",
@@ -13967,6 +14115,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
13967
14115
  "bsc/bep20/optimus_inu",
13968
14116
  "bsc/bep20/optimus_x",
13969
14117
  "bsc/bep20/optionroom_token",
14118
+ "bsc/bep20/opulence_0x6a68abc18806cdf5665e16fca665c4fe3cf1bd13",
13970
14119
  "bsc/bep20/opyx",
13971
14120
  "bsc/bep20/oracle_meta_technologies",
13972
14121
  "bsc/bep20/oragonx",
@@ -14003,10 +14152,12 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14003
14152
  "bsc/bep20/oxyo2",
14004
14153
  "bsc/bep20/ozone",
14005
14154
  "bsc/bep20/p3nguin",
14155
+ "bsc/bep20/pac_token",
14006
14156
  "bsc/bep20/pacoca",
14007
14157
  "bsc/bep20/paid_network",
14008
14158
  "bsc/bep20/paisapad",
14009
14159
  "bsc/bep20/palmpay",
14160
+ "bsc/bep20/panacoin_0x9f3a937a3cdd0673088304311a9c98a18ad0a3d8",
14010
14161
  "bsc/bep20/pancake_games",
14011
14162
  "bsc/bep20/pancakeswap_token",
14012
14163
  "bsc/bep20/panda_girl",
@@ -14105,6 +14256,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14105
14256
  "bsc/bep20/pinkninja",
14106
14257
  "bsc/bep20/pinksale",
14107
14258
  "bsc/bep20/pion_network",
14259
+ "bsc/bep20/pirate_coin_0x041640ea980e3fe61e9c4ca26d9007bc70094c15",
14108
14260
  "bsc/bep20/pirate_x_pirate",
14109
14261
  "bsc/bep20/piratecash",
14110
14262
  "bsc/bep20/piratera_token",
@@ -14142,6 +14294,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14142
14294
  "bsc/bep20/pnetwork_token",
14143
14295
  "bsc/bep20/pnl",
14144
14296
  "bsc/bep20/poco_token",
14297
+ "bsc/bep20/pointpay_token_0x15fa5d3dbd11a831b72b92c1705bc9f801e233cb",
14145
14298
  "bsc/bep20/poison_finance_poison",
14146
14299
  "bsc/bep20/pokedx",
14147
14300
  "bsc/bep20/pokegrok",
@@ -14181,6 +14334,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14181
14334
  "bsc/bep20/pop_network_token",
14182
14335
  "bsc/bep20/pop_token",
14183
14336
  "bsc/bep20/popcat",
14337
+ "bsc/bep20/popcoin_0x63bc9770ea9a2f21df6cc1224d64d8dec9c61a74",
14184
14338
  "bsc/bep20/port3_network",
14185
14339
  "bsc/bep20/portion",
14186
14340
  "bsc/bep20/portuma",
@@ -14319,6 +14473,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14319
14473
  "bsc/bep20/red_floki_ceo",
14320
14474
  "bsc/bep20/red_pepe",
14321
14475
  "bsc/bep20/redancoin",
14476
+ "bsc/bep20/redfeg_0x25574cad6f03ffacd9d08b288e8d5d88997fb2f3",
14322
14477
  "bsc/bep20/redfireants",
14323
14478
  "bsc/bep20/reef.finance",
14324
14479
  "bsc/bep20/reelfi",
@@ -14363,6 +14518,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14363
14518
  "bsc/bep20/rigo_token",
14364
14519
  "bsc/bep20/rikeza",
14365
14520
  "bsc/bep20/rikkei_finance",
14521
+ "bsc/bep20/riko_0x2a900573082c58053377e54642038fa46f19a8a2",
14366
14522
  "bsc/bep20/rimaunangis",
14367
14523
  "bsc/bep20/rin_finance_coin",
14368
14524
  "bsc/bep20/rio_fuel_token",
@@ -14494,6 +14650,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14494
14650
  "bsc/bep20/seor_network",
14495
14651
  "bsc/bep20/separly",
14496
14652
  "bsc/bep20/serenityshield",
14653
+ "bsc/bep20/serenityshield_0x84affeef925cdce87f8a99b7b2e540da5140fc09",
14497
14654
  "bsc/bep20/seven_up_token",
14498
14655
  "bsc/bep20/sfil",
14499
14656
  "bsc/bep20/sgo",
@@ -14547,6 +14704,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14547
14704
  "bsc/bep20/shoki",
14548
14705
  "bsc/bep20/shontoken",
14549
14706
  "bsc/bep20/shooter",
14707
+ "bsc/bep20/shopnext_loyalty_token_0xa6c59de838f1eeb82d86f5af0750f5f656439999",
14550
14708
  "bsc/bep20/shopnext_reward_token",
14551
14709
  "bsc/bep20/shopperoo",
14552
14710
  "bsc/bep20/shraptoken",
@@ -14565,7 +14723,9 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14565
14723
  "bsc/bep20/singularity",
14566
14724
  "bsc/bep20/singularity_dao",
14567
14725
  "bsc/bep20/sir",
14726
+ "bsc/bep20/sity_token_0xf11f3130d64aa7b52876786336c8dc55b3bdf093",
14568
14727
  "bsc/bep20/skol",
14728
+ "bsc/bep20/skyhash_0xca003170865d064002d0ee140d3092efa60cd74c",
14569
14729
  "bsc/bep20/skynet",
14570
14730
  "bsc/bep20/skytale",
14571
14731
  "bsc/bep20/skyup",
@@ -14696,6 +14856,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14696
14856
  "bsc/bep20/staked_ern_vault",
14697
14857
  "bsc/bep20/staked_frax",
14698
14858
  "bsc/bep20/staked_frax_ether",
14859
+ "bsc/bep20/stakelayer_0xde8e272ed57488c817b9023c1b2d3e1923ccab86",
14699
14860
  "bsc/bep20/stakestone_ether",
14700
14861
  "bsc/bep20/stamen_tellus_token",
14701
14862
  "bsc/bep20/stan",
@@ -14827,6 +14988,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14827
14988
  "bsc/bep20/teracon",
14828
14989
  "bsc/bep20/terran",
14829
14990
  "bsc/bep20/tether_usd_bridged_zed20",
14991
+ "bsc/bep20/tether_usd_wormhole_0x524bc91dc82d6b90ef29f76a3ecaabafffd490bc",
14830
14992
  "bsc/bep20/tethereum",
14831
14993
  "bsc/bep20/tethertv",
14832
14994
  "bsc/bep20/tft_on_bsc",
@@ -14960,6 +15122,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14960
15122
  "bsc/bep20/turbodex_token",
14961
15123
  "bsc/bep20/turbox",
14962
15124
  "bsc/bep20/turex",
15125
+ "bsc/bep20/tusima_token_0x9efb5bf31c3d950a8531445b7de5881001346268",
14963
15126
  "bsc/bep20/tvs",
14964
15127
  "bsc/bep20/twelve_legions",
14965
15128
  "bsc/bep20/twelve_zodiac",
@@ -14992,6 +15155,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
14992
15155
  "bsc/bep20/unicrypt_on_xdai_on_bsc",
14993
15156
  "bsc/bep20/unidef",
14994
15157
  "bsc/bep20/unifarm_token",
15158
+ "bsc/bep20/unifi_0x39d1fec4d493054ab8b67222887ecbebf639ec18",
14995
15159
  "bsc/bep20/unilab_network",
14996
15160
  "bsc/bep20/unilend_finance_token",
14997
15161
  "bsc/bep20/unique_utility_token",
@@ -15085,6 +15249,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
15085
15249
  "bsc/bep20/vera",
15086
15250
  "bsc/bep20/vertek",
15087
15251
  "bsc/bep20/verum_coin",
15252
+ "bsc/bep20/vestate_0x1bc8bf18256d8b45d8367aac50fe2e24fc6aa8ca",
15088
15253
  "bsc/bep20/vetter_skylabs_token",
15089
15254
  "bsc/bep20/vetter_token",
15090
15255
  "bsc/bep20/veve",
@@ -15235,6 +15400,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
15235
15400
  "bsc/bep20/world_of_legends",
15236
15401
  "bsc/bep20/world_pay_token",
15237
15402
  "bsc/bep20/worldmobiletoken",
15403
+ "bsc/bep20/worldmobiletoken_0xdbb5cf12408a3ac17d668037ce289f9ea75439d7",
15238
15404
  "bsc/bep20/worldwide_usd",
15239
15405
  "bsc/bep20/wowswap",
15240
15406
  "bsc/bep20/wrapped_avax_wormhole",
@@ -15305,6 +15471,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
15305
15471
  "bsc/bep20/xdoge",
15306
15472
  "bsc/bep20/xen_crypto",
15307
15473
  "bsc/bep20/xend",
15474
+ "bsc/bep20/xend_real_world_asset_0x36fe11b6d5c9421f68d235694fe192b35e803903",
15308
15475
  "bsc/bep20/xeno_governance_token",
15309
15476
  "bsc/bep20/xertinet_token",
15310
15477
  "bsc/bep20/xhype",
@@ -15370,6 +15537,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
15370
15537
  "bsc/bep20/zab",
15371
15538
  "bsc/bep20/zada",
15372
15539
  "bsc/bep20/zahnymous",
15540
+ "bsc/bep20/zai_stablecoin_0x3b2a34c8a085a6ca425ea64192d9f3a0b5dfb397",
15373
15541
  "bsc/bep20/zaibot_io",
15374
15542
  "bsc/bep20/zakumifi",
15375
15543
  "bsc/bep20/zambesigold",
@@ -15395,6 +15563,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
15395
15563
  "bsc/bep20/zeniq",
15396
15564
  "bsc/bep20/zenith_coin",
15397
15565
  "bsc/bep20/zenithereum_ai",
15566
+ "bsc/bep20/zenqira_0xf226432a5f49d595def3a3c51c7210b61f0aef2d",
15398
15567
  "bsc/bep20/zero_exchange_token",
15399
15568
  "bsc/bep20/zeroswaptoken",
15400
15569
  "bsc/bep20/zeta",
@@ -15645,6 +15814,7 @@ exports[`sortCurrenciesByIds snapshot 1`] = `
15645
15814
  "ton/jetton/eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds",
15646
15815
  "ton/jetton/eqdnhy-nxyfguqzfuzimbep67jqsymicyk2s5_rwnneyku0k",
15647
15816
  "ton/jetton/eqdpdq8xjahytyqfgsx8kcfwirecufsb9wdg0pllyso_h76w",
15817
+ "filecoin/erc20/axelar_wrapped_eth_0xb829b68f57cc546da7e5806a929e53be32a4625d",
15648
15818
  "filecoin/erc20/axelar_wrapped_usdc",
15649
15819
  "filecoin/erc20/collectif_staked_fil",
15650
15820
  "filecoin/erc20/infinity_pool_staked_fil",