eth-chainlist 0.0.304 → 0.0.306

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 (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +663 -110
  3. package/package.json +1 -1
package/data/chain.js CHANGED
@@ -78,6 +78,7 @@ const chainArray = [
78
78
  shortName: 'rop',
79
79
  chainId: 3,
80
80
  networkId: 3,
81
+ slip44: 1,
81
82
  ens: { registry: '0x112234455c3a32fd11230c42e7bccd4a84e02010' },
82
83
  explorers: [
83
84
  {
@@ -104,6 +105,7 @@ const chainArray = [
104
105
  shortName: 'rin',
105
106
  chainId: 4,
106
107
  networkId: 4,
108
+ slip44: 1,
107
109
  ens: { registry: '0xe7410170f87102df0055eb195163a03b7f2bff4a' },
108
110
  explorers: [
109
111
  {
@@ -136,6 +138,7 @@ const chainArray = [
136
138
  shortName: 'gor',
137
139
  chainId: 5,
138
140
  networkId: 5,
141
+ slip44: 1,
139
142
  ens: { registry: '0x112234455c3a32fd11230c42e7bccd4a84e02010' },
140
143
  explorers: [
141
144
  {
@@ -152,16 +155,19 @@ const chainArray = [
152
155
  ]
153
156
  },
154
157
  {
155
- name: 'Ethereum Classic Testnet Kotti',
158
+ name: 'Kotti Testnet',
159
+ title: 'Ethereum Classic Kotti Testnet',
156
160
  status: 'deprecated',
157
161
  chain: 'ETC',
158
- rpc: [ 'https://www.ethercluster.com/kotti' ],
162
+ icon: 'ethereumclassictestnet',
163
+ rpc: [],
159
164
  faucets: [],
160
165
  nativeCurrency: { name: 'Kotti Ether', symbol: 'KOT', decimals: 18 },
161
- infoURL: 'https://explorer.jade.builders/?network=kotti',
166
+ infoURL: 'https://ethereumclassic.org/development/testnets',
162
167
  shortName: 'kot',
163
168
  chainId: 6,
164
- networkId: 6
169
+ networkId: 6,
170
+ slip44: 1
165
171
  },
166
172
  {
167
173
  name: 'ThaiChain',
@@ -210,7 +216,8 @@ const chainArray = [
210
216
  infoURL: 'https://ethersocial.org',
211
217
  shortName: 'tubq',
212
218
  chainId: 9,
213
- networkId: 2
219
+ networkId: 2,
220
+ slip44: 1
214
221
  },
215
222
  {
216
223
  name: 'OP Mainnet',
@@ -269,7 +276,8 @@ const chainArray = [
269
276
  infoURL: 'https://metadium.com',
270
277
  shortName: 'kal',
271
278
  chainId: 12,
272
- networkId: 12
279
+ networkId: 12,
280
+ slip44: 1
273
281
  },
274
282
  {
275
283
  name: 'Diode Testnet Staging',
@@ -283,7 +291,8 @@ const chainArray = [
283
291
  infoURL: 'https://diode.io/staging',
284
292
  shortName: 'dstg',
285
293
  chainId: 13,
286
- networkId: 13
294
+ networkId: 13,
295
+ slip44: 1
287
296
  },
288
297
  {
289
298
  name: 'Flare Mainnet',
@@ -370,6 +379,7 @@ const chainArray = [
370
379
  shortName: 'TST',
371
380
  chainId: 18,
372
381
  networkId: 18,
382
+ slip44: 1,
373
383
  explorers: [
374
384
  {
375
385
  name: 'thundercore-blockscout-testnet',
@@ -459,7 +469,8 @@ const chainArray = [
459
469
  infoURL: 'https://elaeth.io/',
460
470
  shortName: 'eladidt',
461
471
  chainId: 23,
462
- networkId: 23
472
+ networkId: 23,
473
+ slip44: 1
463
474
  },
464
475
  {
465
476
  name: 'KardiaChain Mainnet',
@@ -507,6 +518,7 @@ const chainArray = [
507
518
  shortName: 'L1test',
508
519
  chainId: 26,
509
520
  networkId: 26,
521
+ slip44: 1,
510
522
  explorers: [
511
523
  {
512
524
  name: 'Genesis L1 testnet explorer',
@@ -543,6 +555,7 @@ const chainArray = [
543
555
  shortName: 'BobaRinkeby',
544
556
  chainId: 28,
545
557
  networkId: 28,
558
+ slip44: 1,
546
559
  explorers: [
547
560
  {
548
561
  name: 'Blockscout',
@@ -614,6 +627,7 @@ const chainArray = [
614
627
  shortName: 'trsk',
615
628
  chainId: 31,
616
629
  networkId: 31,
630
+ slip44: 1,
617
631
  explorers: [
618
632
  {
619
633
  name: 'RSK Testnet Explorer',
@@ -631,7 +645,8 @@ const chainArray = [
631
645
  infoURL: 'https://www.goodata.org',
632
646
  shortName: 'GooDT',
633
647
  chainId: 32,
634
- networkId: 32
648
+ networkId: 32,
649
+ slip44: 1
635
650
  },
636
651
  {
637
652
  name: 'GoodData Mainnet',
@@ -770,6 +785,7 @@ const chainArray = [
770
785
  shortName: 'TelosEVMTestnet',
771
786
  chainId: 41,
772
787
  networkId: 41,
788
+ slip44: 1,
773
789
  explorers: [
774
790
  {
775
791
  name: 'teloscan',
@@ -818,6 +834,7 @@ const chainArray = [
818
834
  shortName: 'pangolin',
819
835
  chainId: 43,
820
836
  networkId: 43,
837
+ slip44: 1,
821
838
  explorers: [
822
839
  {
823
840
  name: 'subscan',
@@ -864,6 +881,7 @@ const chainArray = [
864
881
  shortName: 'pangoro',
865
882
  chainId: 45,
866
883
  networkId: 45,
884
+ slip44: 1,
867
885
  explorers: [
868
886
  {
869
887
  name: 'subscan',
@@ -947,6 +965,7 @@ const chainArray = [
947
965
  shortName: 'etmpTest',
948
966
  chainId: 49,
949
967
  networkId: 49,
968
+ slip44: 1,
950
969
  icon: 'etmp',
951
970
  explorers: [
952
971
  {
@@ -1045,6 +1064,7 @@ const chainArray = [
1045
1064
  shortName: 'tcet',
1046
1065
  chainId: 53,
1047
1066
  networkId: 53,
1067
+ slip44: 1,
1048
1068
  explorers: [
1049
1069
  {
1050
1070
  name: 'coinexscan',
@@ -1220,16 +1240,24 @@ const chainArray = [
1220
1240
  ]
1221
1241
  },
1222
1242
  {
1223
- name: 'Ethereum Classic Mainnet',
1243
+ name: 'Ethereum Classic',
1244
+ title: 'Ethereum Classic Mainnet',
1245
+ status: 'active',
1224
1246
  chain: 'ETC',
1247
+ icon: 'ethereumclassic',
1225
1248
  rpc: [
1226
1249
  'https://etc.rivet.link',
1250
+ 'https://besu-at.etc-network.info',
1251
+ 'https://besu-de.etc-network.info',
1252
+ 'https://geth-at.etc-network.info',
1253
+ 'https://geth-de.etc-network.info',
1227
1254
  'https://etc.etcdesktop.com',
1255
+ 'https://rpc.etcinscribe.com',
1228
1256
  'https://etc.mytokenpocket.vip'
1229
1257
  ],
1230
1258
  features: [ { name: 'EIP155' } ],
1231
1259
  faucets: [],
1232
- nativeCurrency: { name: 'Ethereum Classic Ether', symbol: 'ETC', decimals: 18 },
1260
+ nativeCurrency: { name: 'Ether', symbol: 'ETC', decimals: 18 },
1233
1261
  infoURL: 'https://ethereumclassic.org',
1234
1262
  shortName: 'etc',
1235
1263
  chainId: 61,
@@ -1237,51 +1265,88 @@ const chainArray = [
1237
1265
  slip44: 61,
1238
1266
  explorers: [
1239
1267
  {
1240
- name: 'blockscout',
1241
- url: 'https://blockscout.com/etc/mainnet',
1268
+ name: 'blockscout-ethereum-classic',
1269
+ url: 'https://etc.blockscout.com',
1270
+ standard: 'EIP3091'
1271
+ },
1272
+ {
1273
+ name: 'etcnetworkinfo-blockscout-ethereum-classic',
1274
+ url: 'https://explorer-blockscout.etc-network.info',
1275
+ standard: 'none'
1276
+ },
1277
+ {
1278
+ name: 'etcnetworkinfo-alethio-ethereum-classic',
1279
+ url: 'https://explorer-alethio.etc-network.info',
1280
+ standard: 'none'
1281
+ },
1282
+ {
1283
+ name: 'etcnetworkinfo-expedition-ethereum-classic',
1284
+ url: 'https://explorer-expedition.etc-network.info',
1285
+ standard: 'none'
1286
+ },
1287
+ {
1288
+ name: 'hebeblock-ethereum-classic',
1289
+ url: 'https://etcerscan.com',
1290
+ standard: 'EIP3091'
1291
+ },
1292
+ {
1293
+ name: 'oklink-ethereum-classic',
1294
+ url: 'https://www.oklink.com/etc',
1295
+ standard: 'EIP3091'
1296
+ },
1297
+ {
1298
+ name: 'tokenview-ethereum-classic',
1299
+ url: 'https://etc.tokenview.io',
1242
1300
  standard: 'EIP3091'
1243
1301
  }
1244
1302
  ]
1245
1303
  },
1246
1304
  {
1247
- name: 'Ethereum Classic Testnet Morden',
1305
+ name: 'Morden Testnet',
1306
+ title: 'Ethereum Classic Morden Testnet',
1307
+ status: 'deprecated',
1248
1308
  chain: 'ETC',
1309
+ icon: 'ethereumclassictestnet',
1249
1310
  rpc: [],
1250
1311
  faucets: [],
1251
- nativeCurrency: {
1252
- name: 'Ethereum Classic Testnet Ether',
1253
- symbol: 'TETC',
1254
- decimals: 18
1255
- },
1256
- infoURL: 'https://ethereumclassic.org',
1312
+ nativeCurrency: { name: 'Morden Ether', symbol: 'TETC', decimals: 18 },
1313
+ infoURL: 'https://ethereumclassic.org/development/testnets',
1257
1314
  shortName: 'tetc',
1258
1315
  chainId: 62,
1259
- networkId: 2
1316
+ networkId: 2,
1317
+ slip44: 1
1260
1318
  },
1261
1319
  {
1262
- name: 'Ethereum Classic Testnet Mordor',
1320
+ name: 'Mordor Testnet',
1321
+ title: 'Ethereum Classic Mordor Testnet',
1322
+ status: 'active',
1263
1323
  chain: 'ETC',
1264
- rpc: [ 'https://rpc.mordor.etccooperative.org' ],
1324
+ icon: 'ethereumclassictestnet',
1325
+ rpc: [
1326
+ 'https://rpc.mordor.etccooperative.org',
1327
+ 'https://geth-mordor.etc-network.info'
1328
+ ],
1265
1329
  features: [ { name: 'EIP155' } ],
1266
1330
  faucets: [
1267
- 'https://mordor.canhaz.net/',
1268
- 'https://easy.hebeswap.com/#/faucet'
1331
+ 'https://easy.hebeswap.com/#/faucet',
1332
+ 'https://faucet.mordortest.net'
1269
1333
  ],
1270
- nativeCurrency: {
1271
- name: 'Mordor Classic Testnet Ether',
1272
- symbol: 'METC',
1273
- decimals: 18
1274
- },
1275
- infoURL: 'https://github.com/eth-classic/mordor/',
1334
+ nativeCurrency: { name: 'Mordor Ether', symbol: 'METC', decimals: 18 },
1335
+ infoURL: 'https://ethereumclassic.org/development/testnets',
1276
1336
  shortName: 'metc',
1277
1337
  chainId: 63,
1278
1338
  networkId: 7,
1279
- slip44: 63,
1339
+ slip44: 1,
1280
1340
  explorers: [
1281
1341
  {
1282
- name: 'blockscout',
1283
- url: 'https://blockscout.com/etc/mordor',
1342
+ name: 'blockscout-mordor',
1343
+ url: 'https://etc-mordor.blockscout.com',
1284
1344
  standard: 'EIP3091'
1345
+ },
1346
+ {
1347
+ name: 'etcnetworkinfo-expedition-mordor',
1348
+ url: 'https://explorer-expedition.etc-network.info/?network=Ethereum+Classic+at+etc-network.info+GETH+Mordor',
1349
+ standard: 'none'
1285
1350
  }
1286
1351
  ]
1287
1352
  },
@@ -1311,6 +1376,7 @@ const chainArray = [
1311
1376
  shortName: 'tokt',
1312
1377
  chainId: 65,
1313
1378
  networkId: 65,
1379
+ slip44: 1,
1314
1380
  explorers: [
1315
1381
  {
1316
1382
  name: 'OKLink',
@@ -1353,7 +1419,8 @@ const chainArray = [
1353
1419
  infoURL: 'http://test.dbmbp.com',
1354
1420
  shortName: 'dbm',
1355
1421
  chainId: 67,
1356
- networkId: 67
1422
+ networkId: 67,
1423
+ slip44: 1
1357
1424
  },
1358
1425
  {
1359
1426
  name: 'SoterOne Mainnet',
@@ -1383,7 +1450,8 @@ const chainArray = [
1383
1450
  infoURL: 'https://optimism.io',
1384
1451
  shortName: 'okov',
1385
1452
  chainId: 69,
1386
- networkId: 69
1453
+ networkId: 69,
1454
+ slip44: 1
1387
1455
  },
1388
1456
  {
1389
1457
  name: 'Hoo Smart Chain',
@@ -1441,7 +1509,8 @@ const chainArray = [
1441
1509
  infoURL: 'https://testnet.dxscan.io/',
1442
1510
  shortName: 'dxc',
1443
1511
  chainId: 72,
1444
- networkId: 72
1512
+ networkId: 72,
1513
+ slip44: 1
1445
1514
  },
1446
1515
  {
1447
1516
  name: 'FNCY',
@@ -1651,6 +1720,7 @@ const chainArray = [
1651
1720
  shortName: 'MeterTest',
1652
1721
  chainId: 83,
1653
1722
  networkId: 83,
1723
+ slip44: 1,
1654
1724
  explorers: [
1655
1725
  {
1656
1726
  name: 'Meter Testnet Scan',
@@ -1683,6 +1753,7 @@ const chainArray = [
1683
1753
  shortName: 'gttest',
1684
1754
  chain: 'GTTEST',
1685
1755
  networkId: 85,
1756
+ slip44: 1,
1686
1757
  nativeCurrency: { name: 'GateToken', symbol: 'GT', decimals: 18 },
1687
1758
  rpc: [ 'https://testnet.gatenode.cc' ],
1688
1759
  faucets: [ 'https://www.gatescan.org/testnet/faucet' ],
@@ -1758,7 +1829,7 @@ const chainArray = [
1758
1829
  shortName: 'tomot',
1759
1830
  chainId: 89,
1760
1831
  networkId: 89,
1761
- slip44: 889
1832
+ slip44: 1
1762
1833
  },
1763
1834
  {
1764
1835
  name: 'Garizon Stage0',
@@ -1926,6 +1997,7 @@ const chainArray = [
1926
1997
  shortName: 'bnbt',
1927
1998
  chainId: 97,
1928
1999
  networkId: 97,
2000
+ slip44: 1,
1929
2001
  explorers: [
1930
2002
  {
1931
2003
  name: 'bscscan-testnet',
@@ -2049,7 +2121,8 @@ const chainArray = [
2049
2121
  infoURL: 'https://web3games.org/',
2050
2122
  shortName: 'tw3g',
2051
2123
  chainId: 102,
2052
- networkId: 102
2124
+ networkId: 102,
2125
+ slip44: 1
2053
2126
  },
2054
2127
  {
2055
2128
  name: 'Worldland Mainnet',
@@ -2080,6 +2153,7 @@ const chainArray = [
2080
2153
  shortName: 'tklc',
2081
2154
  chainId: 104,
2082
2155
  networkId: 104,
2156
+ slip44: 1,
2083
2157
  icon: 'kaiba',
2084
2158
  explorers: [
2085
2159
  {
@@ -2142,6 +2216,7 @@ const chainArray = [
2142
2216
  shortName: 'ntn',
2143
2217
  chainId: 107,
2144
2218
  networkId: 107,
2219
+ slip44: 1,
2145
2220
  explorers: [
2146
2221
  {
2147
2222
  name: 'nebulatestnet',
@@ -2201,7 +2276,8 @@ const chainArray = [
2201
2276
  infoURL: 'https://protonchain.com',
2202
2277
  shortName: 'xpr',
2203
2278
  chainId: 110,
2204
- networkId: 110
2279
+ networkId: 110,
2280
+ slip44: 1
2205
2281
  },
2206
2282
  {
2207
2283
  name: 'EtherLite Chain',
@@ -2270,6 +2346,7 @@ const chainArray = [
2270
2346
  shortName: 'c2flr',
2271
2347
  chainId: 114,
2272
2348
  networkId: 114,
2349
+ slip44: 1,
2273
2350
  explorers: [
2274
2351
  {
2275
2352
  name: 'blockscout',
@@ -2290,6 +2367,7 @@ const chainArray = [
2290
2367
  shortName: 'debank-testnet',
2291
2368
  chainId: 115,
2292
2369
  networkId: 115,
2370
+ slip44: 1,
2293
2371
  explorers: []
2294
2372
  },
2295
2373
  {
@@ -2337,6 +2415,7 @@ const chainArray = [
2337
2415
  shortName: 'arcology',
2338
2416
  chainId: 118,
2339
2417
  networkId: 118,
2418
+ slip44: 1,
2340
2419
  explorers: [
2341
2420
  {
2342
2421
  name: 'arcology',
@@ -2375,6 +2454,7 @@ const chainArray = [
2375
2454
  shortName: 'enulst',
2376
2455
  chainId: 120,
2377
2456
  networkId: 120,
2457
+ slip44: 1,
2378
2458
  icon: 'enuls',
2379
2459
  explorers: [
2380
2460
  {
@@ -2465,7 +2545,7 @@ const chainArray = [
2465
2545
  shortName: 'OYchainTestnet',
2466
2546
  chainId: 125,
2467
2547
  networkId: 125,
2468
- slip44: 125,
2548
+ slip44: 1,
2469
2549
  explorers: [
2470
2550
  {
2471
2551
  name: 'OYchain Testnet Explorer',
@@ -2562,6 +2642,7 @@ const chainArray = [
2562
2642
  shortName: 'AlyxTestnet',
2563
2643
  chainId: 135,
2564
2644
  networkId: 135,
2645
+ slip44: 1,
2565
2646
  explorers: [
2566
2647
  {
2567
2648
  name: 'alyx testnet scan',
@@ -2684,6 +2765,7 @@ const chainArray = [
2684
2765
  shortName: 'OPtest',
2685
2766
  chainId: 141,
2686
2767
  networkId: 141,
2768
+ slip44: 1,
2687
2769
  explorers: [
2688
2770
  {
2689
2771
  name: 'Belly Scan',
@@ -2794,6 +2876,7 @@ const chainArray = [
2794
2876
  chain: 'RBN',
2795
2877
  chainId: 153,
2796
2878
  networkId: 153,
2879
+ slip44: 1,
2797
2880
  rpc: [],
2798
2881
  faucets: [],
2799
2882
  infoURL: 'https://redbelly.network',
@@ -2823,6 +2906,7 @@ const chainArray = [
2823
2906
  shortName: 'tenet-testnet',
2824
2907
  chainId: 155,
2825
2908
  networkId: 155,
2909
+ slip44: 1,
2826
2910
  explorers: [
2827
2911
  {
2828
2912
  name: 'TenetScan Testnet',
@@ -2843,6 +2927,7 @@ const chainArray = [
2843
2927
  shortName: 'obe',
2844
2928
  chainId: 156,
2845
2929
  networkId: 156,
2930
+ slip44: 1,
2846
2931
  icon: 'oescan',
2847
2932
  explorers: [
2848
2933
  {
@@ -2882,6 +2967,7 @@ const chainArray = [
2882
2967
  shortName: 'wall-e',
2883
2968
  chainId: 161,
2884
2969
  networkId: 161,
2970
+ slip44: 1,
2885
2971
  explorers: [
2886
2972
  {
2887
2973
  name: 'blockscout - evascan',
@@ -2899,7 +2985,8 @@ const chainArray = [
2899
2985
  infoURL: 'https://explorer.sirius.lightstreams.io',
2900
2986
  shortName: 'tpht',
2901
2987
  chainId: 162,
2902
- networkId: 162
2988
+ networkId: 162,
2989
+ slip44: 1
2903
2990
  },
2904
2991
  {
2905
2992
  name: 'Lightstreams Mainnet',
@@ -2923,6 +3010,7 @@ const chainArray = [
2923
3010
  shortName: 'omni_testnet',
2924
3011
  chainId: 165,
2925
3012
  networkId: 165,
3013
+ slip44: 1,
2926
3014
  explorers: [
2927
3015
  {
2928
3016
  name: 'Omni Explorer',
@@ -2942,6 +3030,7 @@ const chainArray = [
2942
3030
  shortName: 'atoshi',
2943
3031
  chainId: 167,
2944
3032
  networkId: 167,
3033
+ slip44: 1,
2945
3034
  explorers: [
2946
3035
  {
2947
3036
  name: 'atoshiscan',
@@ -2999,7 +3088,8 @@ const chainArray = [
2999
3088
  infoURL: 'https://www.hoosmartchain.com',
3000
3089
  shortName: 'hoosmartchain',
3001
3090
  chainId: 170,
3002
- networkId: 170
3091
+ networkId: 170,
3092
+ slip44: 1
3003
3093
  },
3004
3094
  {
3005
3095
  name: 'Latam-Blockchain Resil Testnet',
@@ -3017,7 +3107,8 @@ const chainArray = [
3017
3107
  infoURL: 'https://latam-blockchain.com',
3018
3108
  shortName: 'resil',
3019
3109
  chainId: 172,
3020
- networkId: 172
3110
+ networkId: 172,
3111
+ slip44: 1
3021
3112
  },
3022
3113
  {
3023
3114
  name: 'AME Chain Mainnet',
@@ -3083,6 +3174,7 @@ const chainArray = [
3083
3174
  shortName: 'BMCT',
3084
3175
  chainId: 189,
3085
3176
  networkId: 189,
3177
+ slip44: 1,
3086
3178
  explorers: [
3087
3179
  {
3088
3180
  name: 'Blockmeta',
@@ -3124,6 +3216,7 @@ const chainArray = [
3124
3216
  shortName: 'tokb',
3125
3217
  chainId: 195,
3126
3218
  networkId: 195,
3219
+ slip44: 1,
3127
3220
  explorers: [
3128
3221
  {
3129
3222
  name: 'OKLink',
@@ -3157,6 +3250,7 @@ const chainArray = [
3157
3250
  shortName: 'NEUTR',
3158
3251
  chainId: 197,
3159
3252
  networkId: 197,
3253
+ slip44: 1,
3160
3254
  explorers: [
3161
3255
  {
3162
3256
  name: 'blockscout',
@@ -3230,6 +3324,7 @@ const chainArray = [
3230
3324
  shortName: 'moactest',
3231
3325
  chainId: 201,
3232
3326
  networkId: 201,
3327
+ slip44: 1,
3233
3328
  explorers: [
3234
3329
  {
3235
3330
  name: 'moac testnet explorer',
@@ -3276,6 +3371,7 @@ const chainArray = [
3276
3371
  shortName: 'VCTEST',
3277
3372
  chainId: 206,
3278
3373
  networkId: 206,
3374
+ slip44: 1,
3279
3375
  icon: 'vitainu-testnet',
3280
3376
  explorers: [
3281
3377
  {
@@ -3462,6 +3558,7 @@ const chainArray = [
3462
3558
  shortName: 'TLA',
3463
3559
  chainId: 226,
3464
3560
  networkId: 226,
3561
+ slip44: 1,
3465
3562
  explorers: [
3466
3563
  {
3467
3564
  name: 'blockscout',
@@ -3499,6 +3596,7 @@ const chainArray = [
3499
3596
  shortName: 'deamtest',
3500
3597
  chainId: 236,
3501
3598
  networkId: 236,
3599
+ slip44: 1,
3502
3600
  explorers: [
3503
3601
  {
3504
3602
  name: 'Deamchain Testnet Explorer',
@@ -3779,6 +3877,7 @@ const chainArray = [
3779
3877
  shortName: 'zksync-goerli',
3780
3878
  chainId: 280,
3781
3879
  networkId: 280,
3880
+ slip44: 1,
3782
3881
  icon: 'zksync-era',
3783
3882
  explorers: [
3784
3883
  {
@@ -3905,7 +4004,7 @@ const chainArray = [
3905
4004
  shortName: 'hedera-testnet',
3906
4005
  chainId: 296,
3907
4006
  networkId: 296,
3908
- slip44: 3030,
4007
+ slip44: 1,
3909
4008
  explorers: [
3910
4009
  {
3911
4010
  name: 'HashScan',
@@ -3980,6 +4079,7 @@ const chainArray = [
3980
4079
  shortName: 'zksync-sepolia',
3981
4080
  chainId: 300,
3982
4081
  networkId: 300,
4082
+ slip44: 1,
3983
4083
  icon: 'zksync-era',
3984
4084
  explorers: [
3985
4085
  {
@@ -4030,6 +4130,7 @@ const chainArray = [
4030
4130
  shortName: 'ncnt',
4031
4131
  chainId: 303,
4032
4132
  networkId: 303,
4133
+ slip44: 1,
4033
4134
  explorers: [
4034
4135
  {
4035
4136
  name: 'neuroscan',
@@ -4049,6 +4150,7 @@ const chainArray = [
4049
4150
  shortName: 'wyz',
4050
4151
  chainId: 309,
4051
4152
  networkId: 309,
4153
+ slip44: 1,
4052
4154
  icon: 'wyzth_icon',
4053
4155
  explorers: [
4054
4156
  {
@@ -4180,6 +4282,7 @@ const chainArray = [
4180
4282
  shortName: 'kcst',
4181
4283
  chainId: 322,
4182
4284
  networkId: 322,
4285
+ slip44: 1,
4183
4286
  explorers: [
4184
4287
  {
4185
4288
  name: 'kcc-scan-testnet',
@@ -4244,6 +4347,7 @@ const chainArray = [
4244
4347
  shortName: 'DFKTEST',
4245
4348
  chainId: 335,
4246
4349
  networkId: 335,
4350
+ slip44: 1,
4247
4351
  explorers: [
4248
4352
  {
4249
4353
  name: 'ethernal',
@@ -4296,6 +4400,7 @@ const chainArray = [
4296
4400
  shortName: 'tcro',
4297
4401
  chainId: 338,
4298
4402
  networkId: 338,
4403
+ slip44: 1,
4299
4404
  explorers: [
4300
4405
  {
4301
4406
  name: 'Cronos Testnet Explorer',
@@ -4304,26 +4409,6 @@ const chainArray = [
4304
4409
  }
4305
4410
  ]
4306
4411
  },
4307
- {
4308
- name: 'Yooldo Verse Mainnet',
4309
- chain: 'Yooldo Verse',
4310
- icon: 'yooldo_verse',
4311
- rpc: [ 'https://rpc.yooldo-verse.xyz/' ],
4312
- faucets: [],
4313
- nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
4314
- infoURL: 'https://yooldo.gg/',
4315
- shortName: 'YVM',
4316
- chainId: 345,
4317
- networkId: 345,
4318
- explorers: [
4319
- {
4320
- name: 'Yooldo Verse Explorer',
4321
- url: 'https://explorer.yooldo-verse.xyz',
4322
- standard: 'EIP3091'
4323
- }
4324
- ],
4325
- parent: { type: 'L2', chain: 'eip155-248' }
4326
- },
4327
4412
  {
4328
4413
  name: 'Theta Mainnet',
4329
4414
  chain: 'Theta',
@@ -4352,6 +4437,7 @@ const chainArray = [
4352
4437
  shortName: 'theta-sapphire',
4353
4438
  chainId: 363,
4354
4439
  networkId: 363,
4440
+ slip44: 1,
4355
4441
  explorers: [
4356
4442
  {
4357
4443
  name: 'Theta Sapphire Testnet Explorer',
@@ -4370,6 +4456,7 @@ const chainArray = [
4370
4456
  shortName: 'theta-amber',
4371
4457
  chainId: 364,
4372
4458
  networkId: 364,
4459
+ slip44: 1,
4373
4460
  explorers: [
4374
4461
  {
4375
4462
  name: 'Theta Amber Testnet Explorer',
@@ -4388,6 +4475,7 @@ const chainArray = [
4388
4475
  shortName: 'theta-testnet',
4389
4476
  chainId: 365,
4390
4477
  networkId: 365,
4478
+ slip44: 1,
4391
4479
  explorers: [
4392
4480
  {
4393
4481
  name: 'Theta Testnet Explorer',
@@ -4441,6 +4529,7 @@ const chainArray = [
4441
4529
  shortName: 'tCNT',
4442
4530
  chainId: 371,
4443
4531
  networkId: 371,
4532
+ slip44: 1,
4444
4533
  icon: 'constachain',
4445
4534
  explorers: [
4446
4535
  {
@@ -4496,6 +4585,7 @@ const chainArray = [
4496
4585
  shortName: 'hpn',
4497
4586
  chainId: 400,
4498
4587
  networkId: 400,
4588
+ slip44: 1,
4499
4589
  explorers: [
4500
4590
  {
4501
4591
  name: 'blockscout',
@@ -4515,6 +4605,7 @@ const chainArray = [
4515
4605
  shortName: 'ozo_tst',
4516
4606
  chainId: 401,
4517
4607
  networkId: 401,
4608
+ slip44: 1,
4518
4609
  icon: 'ozonechain',
4519
4610
  explorers: [
4520
4611
  {
@@ -4602,6 +4693,7 @@ const chainArray = [
4602
4693
  shortName: 'ogor',
4603
4694
  chainId: 420,
4604
4695
  networkId: 420,
4696
+ slip44: 1,
4605
4697
  explorers: [
4606
4698
  {
4607
4699
  name: 'blockscout',
@@ -4681,6 +4773,7 @@ const chainArray = [
4681
4773
  shortName: 'obs-testnet',
4682
4774
  chain: 'ETH',
4683
4775
  networkId: 443,
4776
+ slip44: 1,
4684
4777
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
4685
4778
  rpc: [ 'https://testnet.obscu.ro' ],
4686
4779
  faucets: [],
@@ -4709,6 +4802,7 @@ const chainArray = [
4709
4802
  shortName: 'synapse-sepolia',
4710
4803
  chainId: 444,
4711
4804
  networkId: 444,
4805
+ slip44: 1,
4712
4806
  redFlags: [ 'reusedChainId' ],
4713
4807
  explorers: [
4714
4808
  {
@@ -4757,6 +4851,7 @@ const chainArray = [
4757
4851
  shortName: 'tarea',
4758
4852
  chainId: 462,
4759
4853
  networkId: 462,
4854
+ slip44: 1,
4760
4855
  explorers: [
4761
4856
  {
4762
4857
  name: 'AreonScan',
@@ -4825,6 +4920,7 @@ const chainArray = [
4825
4920
  shortName: 'Columbus',
4826
4921
  chainId: 501,
4827
4922
  networkId: 1001,
4923
+ slip44: 1,
4828
4924
  icon: 'camino',
4829
4925
  explorers: [
4830
4926
  {
@@ -4865,6 +4961,7 @@ const chainArray = [
4865
4961
  shortName: 'aact',
4866
4962
  chainId: 513,
4867
4963
  networkId: 513,
4964
+ slip44: 1,
4868
4965
  explorers: [
4869
4966
  {
4870
4967
  name: 'aacscan-testnet',
@@ -4975,6 +5072,7 @@ const chainArray = [
4975
5072
  shortName: 'PAW',
4976
5073
  chainId: 542,
4977
5074
  networkId: 542,
5075
+ slip44: 1,
4978
5076
  explorers: [
4979
5077
  {
4980
5078
  name: 'PAWCHAIN Testnet',
@@ -5028,6 +5126,7 @@ const chainArray = [
5028
5126
  shortName: 'dct',
5029
5127
  chainId: 568,
5030
5128
  networkId: 568,
5129
+ slip44: 1,
5031
5130
  explorers: [
5032
5131
  {
5033
5132
  name: 'dogechain testnet explorer',
@@ -5064,6 +5163,7 @@ const chainArray = [
5064
5163
  shortName: 'metis-stardust',
5065
5164
  chainId: 588,
5066
5165
  networkId: 588,
5166
+ slip44: 1,
5067
5167
  explorers: [
5068
5168
  {
5069
5169
  name: 'blockscout',
@@ -5118,7 +5218,7 @@ const chainArray = [
5118
5218
  shortName: 'maca',
5119
5219
  chainId: 595,
5120
5220
  networkId: 595,
5121
- slip44: 595,
5221
+ slip44: 1,
5122
5222
  explorers: [
5123
5223
  {
5124
5224
  name: 'blockscout',
@@ -5140,7 +5240,7 @@ const chainArray = [
5140
5240
  shortName: 'tkar',
5141
5241
  chainId: 596,
5142
5242
  networkId: 596,
5143
- slip44: 596,
5243
+ slip44: 1,
5144
5244
  explorers: [
5145
5245
  {
5146
5246
  name: 'blockscout',
@@ -5162,7 +5262,7 @@ const chainArray = [
5162
5262
  shortName: 'taca',
5163
5263
  chainId: 597,
5164
5264
  networkId: 597,
5165
- slip44: 597,
5265
+ slip44: 1,
5166
5266
  explorers: [
5167
5267
  {
5168
5268
  name: 'blockscout',
@@ -5181,6 +5281,7 @@ const chainArray = [
5181
5281
  shortName: 'metis-goerli',
5182
5282
  chainId: 599,
5183
5283
  networkId: 599,
5284
+ slip44: 1,
5184
5285
  explorers: [
5185
5286
  {
5186
5287
  name: 'blockscout',
@@ -5207,7 +5308,8 @@ const chainArray = [
5207
5308
  infoURL: '',
5208
5309
  shortName: 'mesh-chain-testnet',
5209
5310
  chainId: 600,
5210
- networkId: 600
5311
+ networkId: 600,
5312
+ slip44: 1
5211
5313
  },
5212
5314
  {
5213
5315
  name: 'PEER Testnet',
@@ -5221,6 +5323,7 @@ const chainArray = [
5221
5323
  shortName: 'PEER',
5222
5324
  chainId: 601,
5223
5325
  networkId: 601,
5326
+ slip44: 1,
5224
5327
  icon: 'peer',
5225
5328
  explorers: [
5226
5329
  {
@@ -5280,6 +5383,7 @@ const chainArray = [
5280
5383
  shortName: 'SX-Testnet',
5281
5384
  chainId: 647,
5282
5385
  networkId: 647,
5386
+ slip44: 1,
5283
5387
  explorers: [
5284
5388
  {
5285
5389
  name: 'SX Network Toronto Explorer',
@@ -5344,7 +5448,8 @@ const chainArray = [
5344
5448
  infoURL: 'https://scan-testnet.chain.pixie.xyz',
5345
5449
  shortName: 'pixie-chain-testnet',
5346
5450
  chainId: 666,
5347
- networkId: 666
5451
+ networkId: 666,
5452
+ slip44: 1
5348
5453
  },
5349
5454
  {
5350
5455
  name: 'LAOS Arrakis',
@@ -5405,6 +5510,7 @@ const chainArray = [
5405
5510
  shortName: 'juncat',
5406
5511
  chainId: 669,
5407
5512
  networkId: 669,
5513
+ slip44: 1,
5408
5514
  explorers: [
5409
5515
  {
5410
5516
  name: 'JuncaScan',
@@ -5446,6 +5552,7 @@ const chainArray = [
5446
5552
  shortName: 'SNS',
5447
5553
  chainId: 700,
5448
5554
  networkId: 700,
5555
+ slip44: 1,
5449
5556
  explorers: [
5450
5557
  {
5451
5558
  name: 'starscan',
@@ -5488,6 +5595,7 @@ const chainArray = [
5488
5595
  shortName: 'tbcs',
5489
5596
  chainId: 708,
5490
5597
  networkId: 708,
5598
+ slip44: 1,
5491
5599
  explorers: [
5492
5600
  {
5493
5601
  name: 'BlockChain Station Explorer',
@@ -5576,6 +5684,7 @@ const chainArray = [
5576
5684
  shortName: 'tcanto',
5577
5685
  chainId: 740,
5578
5686
  networkId: 740,
5687
+ slip44: 1,
5579
5688
  explorers: [
5580
5689
  {
5581
5690
  name: 'Canto Tesnet Explorer (Neobase)',
@@ -5596,6 +5705,7 @@ const chainArray = [
5596
5705
  shortName: 'vsct',
5597
5706
  chainId: 741,
5598
5707
  networkId: 741,
5708
+ slip44: 1,
5599
5709
  explorers: [
5600
5710
  {
5601
5711
  name: 'ventionscan',
@@ -5614,6 +5724,7 @@ const chainArray = [
5614
5724
  shortName: 'SPAY',
5615
5725
  chainId: 742,
5616
5726
  networkId: 742,
5727
+ slip44: 1,
5617
5728
  explorers: [
5618
5729
  {
5619
5730
  name: 'Script Explorer',
@@ -5653,6 +5764,7 @@ const chainArray = [
5653
5764
  shortName: 'opc',
5654
5765
  chainId: 776,
5655
5766
  networkId: 776,
5767
+ slip44: 1,
5656
5768
  explorers: [
5657
5769
  {
5658
5770
  name: 'OPEN CHAIN TESTNET',
@@ -5728,6 +5840,7 @@ const chainArray = [
5728
5840
  shortName: 'taero',
5729
5841
  chainId: 788,
5730
5842
  networkId: 788,
5843
+ slip44: 1,
5731
5844
  explorers: [
5732
5845
  {
5733
5846
  name: 'aeroscan',
@@ -5798,6 +5911,7 @@ const chainArray = [
5798
5911
  shortName: 'PFTEST',
5799
5912
  chainId: 808,
5800
5913
  networkId: 808,
5914
+ slip44: 1,
5801
5915
  explorers: []
5802
5916
  },
5803
5917
  {
@@ -5900,6 +6014,7 @@ const chainArray = [
5900
6014
  shortName: 'tclo',
5901
6015
  chainId: 821,
5902
6016
  networkId: 2,
6017
+ slip44: 1,
5903
6018
  status: 'deprecated'
5904
6019
  },
5905
6020
  {
@@ -5932,6 +6047,7 @@ const chainArray = [
5932
6047
  shortName: 'taratest',
5933
6048
  chainId: 842,
5934
6049
  networkId: 842,
6050
+ slip44: 1,
5935
6051
  explorers: [
5936
6052
  {
5937
6053
  name: 'Taraxa Explorer',
@@ -6079,6 +6195,7 @@ const chainArray = [
6079
6195
  shortName: 'gar-test-s1',
6080
6196
  chainId: 901,
6081
6197
  networkId: 901,
6198
+ slip44: 1,
6082
6199
  explorers: [
6083
6200
  {
6084
6201
  name: 'explorer',
@@ -6100,6 +6217,7 @@ const chainArray = [
6100
6217
  shortName: 'gar-test-s2',
6101
6218
  chainId: 902,
6102
6219
  networkId: 902,
6220
+ slip44: 1,
6103
6221
  explorers: [
6104
6222
  {
6105
6223
  name: 'explorer',
@@ -6121,6 +6239,7 @@ const chainArray = [
6121
6239
  shortName: 'gar-test-s3',
6122
6240
  chainId: 903,
6123
6241
  networkId: 903,
6242
+ slip44: 1,
6124
6243
  explorers: [
6125
6244
  {
6126
6245
  name: 'explorer',
@@ -6154,7 +6273,8 @@ const chainArray = [
6154
6273
  infoURL: 'https://decentrabone.com',
6155
6274
  shortName: 'DBONE',
6156
6275
  chainId: 910,
6157
- networkId: 910
6276
+ networkId: 910,
6277
+ slip44: 1
6158
6278
  },
6159
6279
  {
6160
6280
  name: 'Rinia Testnet',
@@ -6167,6 +6287,7 @@ const chainArray = [
6167
6287
  shortName: 'tfire',
6168
6288
  chainId: 917,
6169
6289
  networkId: 917,
6290
+ slip44: 1,
6170
6291
  explorers: [],
6171
6292
  status: 'incubating'
6172
6293
  },
@@ -6180,6 +6301,7 @@ const chainArray = [
6180
6301
  shortName: 'modesep',
6181
6302
  chainId: 919,
6182
6303
  networkId: 919,
6304
+ slip44: 1,
6183
6305
  icon: 'modeTestnet',
6184
6306
  explorers: [
6185
6307
  {
@@ -6219,6 +6341,7 @@ const chainArray = [
6219
6341
  chain: 'tPLS',
6220
6342
  chainId: 940,
6221
6343
  networkId: 940,
6344
+ slip44: 1,
6222
6345
  infoURL: 'https://pulsechain.com/',
6223
6346
  rpc: [
6224
6347
  'https://rpc.v2.testnet.pulsechain.com/',
@@ -6234,6 +6357,7 @@ const chainArray = [
6234
6357
  chain: 't2bPLS',
6235
6358
  chainId: 941,
6236
6359
  networkId: 941,
6360
+ slip44: 1,
6237
6361
  infoURL: 'https://pulsechain.com/',
6238
6362
  rpc: [
6239
6363
  'https://rpc.v2b.testnet.pulsechain.com/',
@@ -6249,6 +6373,7 @@ const chainArray = [
6249
6373
  chain: 't3PLS',
6250
6374
  chainId: 942,
6251
6375
  networkId: 942,
6376
+ slip44: 1,
6252
6377
  infoURL: 'https://pulsechain.com/',
6253
6378
  rpc: [
6254
6379
  'https://rpc.v3.testnet.pulsechain.com/',
@@ -6278,7 +6403,7 @@ const chainArray = [
6278
6403
  faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
6279
6404
  ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
6280
6405
  status: 'active',
6281
- slip44: 60,
6406
+ slip44: 1,
6282
6407
  nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 },
6283
6408
  explorers: [
6284
6409
  {
@@ -6303,7 +6428,29 @@ const chainArray = [
6303
6428
  infoURL: 'https://munode.dev/',
6304
6429
  shortName: 'munode',
6305
6430
  chainId: 956,
6306
- networkId: 956
6431
+ networkId: 956,
6432
+ slip44: 1
6433
+ },
6434
+ {
6435
+ name: 'Lyra Chain',
6436
+ chain: 'Lyra',
6437
+ rpc: [ 'https://rpc.lyra.finance' ],
6438
+ faucets: [],
6439
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6440
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6441
+ infoURL: 'https://lyra.finance',
6442
+ shortName: 'lyra',
6443
+ chainId: 957,
6444
+ networkId: 957,
6445
+ icon: 'lyra',
6446
+ explorers: [
6447
+ {
6448
+ name: 'Lyra Explorer',
6449
+ url: 'https://explorer.lyra.finance',
6450
+ icon: 'lyra',
6451
+ standard: 'EIP3091'
6452
+ }
6453
+ ]
6307
6454
  },
6308
6455
  {
6309
6456
  name: 'BTC20 Smart Chain',
@@ -6533,7 +6680,8 @@ const chainArray = [
6533
6680
  infoURL: 'https://testnet.wanscan.org',
6534
6681
  shortName: 'twan',
6535
6682
  chainId: 999,
6536
- networkId: 999
6683
+ networkId: 999,
6684
+ slip44: 1
6537
6685
  },
6538
6686
  {
6539
6687
  name: 'GTON Mainnet',
@@ -6564,6 +6712,7 @@ const chainArray = [
6564
6712
  shortName: 'Baobab',
6565
6713
  chainId: 1001,
6566
6714
  networkId: 1001,
6715
+ slip44: 1,
6567
6716
  explorers: [
6568
6717
  {
6569
6718
  name: 'klaytnscope',
@@ -6621,7 +6770,8 @@ const chainArray = [
6621
6770
  infoURL: 'https://www.newtonproject.org/',
6622
6771
  shortName: 'tnew',
6623
6772
  chainId: 1007,
6624
- networkId: 1007
6773
+ networkId: 1007,
6774
+ slip44: 1
6625
6775
  },
6626
6776
  {
6627
6777
  name: 'Eurus Mainnet',
@@ -6686,7 +6836,8 @@ const chainArray = [
6686
6836
  infoURL: 'https://clover.finance',
6687
6837
  shortName: 'tclv',
6688
6838
  chainId: 1023,
6689
- networkId: 1023
6839
+ networkId: 1023,
6840
+ slip44: 1
6690
6841
  },
6691
6842
  {
6692
6843
  name: 'CLV Parachain',
@@ -6709,6 +6860,7 @@ const chainArray = [
6709
6860
  shortName: 'tbtt',
6710
6861
  chainId: 1028,
6711
6862
  networkId: 1028,
6863
+ slip44: 1,
6712
6864
  explorers: [
6713
6865
  {
6714
6866
  name: 'testbttcscan',
@@ -6746,6 +6898,7 @@ const chainArray = [
6746
6898
  shortName: 'prx',
6747
6899
  chainId: 1031,
6748
6900
  networkId: 1031,
6901
+ slip44: 1,
6749
6902
  explorers: [
6750
6903
  {
6751
6904
  name: 'proxy network testnet',
@@ -6764,6 +6917,7 @@ const chainArray = [
6764
6917
  shortName: 'bronos-testnet',
6765
6918
  chainId: 1038,
6766
6919
  networkId: 1038,
6920
+ slip44: 1,
6767
6921
  icon: 'bronos',
6768
6922
  explorers: [
6769
6923
  {
@@ -6809,6 +6963,7 @@ const chainArray = [
6809
6963
  shortName: 'shimmerevm-testnet-deprecated',
6810
6964
  chainId: 1071,
6811
6965
  networkId: 1071,
6966
+ slip44: 1,
6812
6967
  explorers: [
6813
6968
  {
6814
6969
  name: 'explorer',
@@ -6833,6 +6988,7 @@ const chainArray = [
6833
6988
  shortName: 'shimmerevm-testnet-deprecated-1072',
6834
6989
  chainId: 1072,
6835
6990
  networkId: 1072,
6991
+ slip44: 1,
6836
6992
  explorers: [
6837
6993
  {
6838
6994
  name: 'explorer',
@@ -6857,6 +7013,7 @@ const chainArray = [
6857
7013
  shortName: 'shimmerevm-testnet',
6858
7014
  chainId: 1073,
6859
7015
  networkId: 1073,
7016
+ slip44: 1,
6860
7017
  explorers: [
6861
7018
  {
6862
7019
  name: 'explorer',
@@ -6877,6 +7034,7 @@ const chainArray = [
6877
7034
  shortName: 'mintara-testnet',
6878
7035
  chainId: 1079,
6879
7036
  networkId: 1079,
7037
+ slip44: 1,
6880
7038
  explorers: [
6881
7039
  {
6882
7040
  name: 'explorer',
@@ -7012,6 +7170,7 @@ const chainArray = [
7012
7170
  shortName: 'tblxq',
7013
7171
  chainId: 1107,
7014
7172
  networkId: 1107,
7173
+ slip44: 1,
7015
7174
  explorers: [
7016
7175
  {
7017
7176
  name: 'BLXq Explorer',
@@ -7069,6 +7228,7 @@ const chainArray = [
7069
7228
  shortName: 'twemix',
7070
7229
  chainId: 1112,
7071
7230
  networkId: 1112,
7231
+ slip44: 1,
7072
7232
  explorers: [
7073
7233
  {
7074
7234
  name: 'WEMIX Testnet Microscope',
@@ -7092,6 +7252,7 @@ const chainArray = [
7092
7252
  shortName: 'tcore',
7093
7253
  chainId: 1115,
7094
7254
  networkId: 1115,
7255
+ slip44: 1,
7095
7256
  explorers: [
7096
7257
  {
7097
7258
  name: 'Core Scan Testnet',
@@ -7170,6 +7331,7 @@ const chainArray = [
7170
7331
  shortName: 'DFI-T',
7171
7332
  chainId: 1131,
7172
7333
  networkId: 1131,
7334
+ slip44: 1,
7173
7335
  icon: 'defichain-network',
7174
7336
  explorers: []
7175
7337
  },
@@ -7203,6 +7365,7 @@ const chainArray = [
7203
7365
  shortName: 'ASARt',
7204
7366
  chainId: 1138,
7205
7367
  networkId: 1138,
7368
+ slip44: 1,
7206
7369
  explorers: [
7207
7370
  {
7208
7371
  name: 'amstarscan-testnet',
@@ -7234,7 +7397,8 @@ const chainArray = [
7234
7397
  infoURL: 'https://mathchain.org',
7235
7398
  shortName: 'tMATH',
7236
7399
  chainId: 1140,
7237
- networkId: 1140
7400
+ networkId: 1140,
7401
+ slip44: 1
7238
7402
  },
7239
7403
  {
7240
7404
  name: 'Symplexia Smart Chain',
@@ -7266,6 +7430,7 @@ const chainArray = [
7266
7430
  shortName: 'auoc',
7267
7431
  chainId: 1170,
7268
7432
  networkId: 1170,
7433
+ slip44: 1,
7269
7434
  icon: 'origin',
7270
7435
  explorers: [
7271
7436
  {
@@ -7291,6 +7456,7 @@ const chainArray = [
7291
7456
  shortName: 'sht',
7292
7457
  chainId: 1177,
7293
7458
  networkId: 1177,
7459
+ slip44: 1,
7294
7460
  icon: 'smarthost',
7295
7461
  explorers: [
7296
7462
  {
@@ -7329,7 +7495,8 @@ const chainArray = [
7329
7495
  infoURL: 'https://evanesco.org/',
7330
7496
  shortName: 'avis',
7331
7497
  chainId: 1201,
7332
- networkId: 1201
7498
+ networkId: 1201,
7499
+ slip44: 1
7333
7500
  },
7334
7501
  {
7335
7502
  name: 'World Trade Technical Chain Mainnet',
@@ -7417,6 +7584,7 @@ const chainArray = [
7417
7584
  shortName: 'UltronTestnet',
7418
7585
  chainId: 1230,
7419
7586
  networkId: 1230,
7587
+ slip44: 1,
7420
7588
  explorers: [
7421
7589
  {
7422
7590
  name: 'Ultron Testnet Explorer',
@@ -7502,6 +7670,7 @@ const chainArray = [
7502
7670
  shortName: 'TARC',
7503
7671
  chainId: 1244,
7504
7672
  networkId: 1244,
7673
+ slip44: 1,
7505
7674
  explorers: [
7506
7675
  {
7507
7676
  name: 'archiescan',
@@ -7538,6 +7707,7 @@ const chainArray = [
7538
7707
  shortName: 'CICT',
7539
7708
  chainId: 1252,
7540
7709
  networkId: 1252,
7710
+ slip44: 1,
7541
7711
  icon: 'cicchain',
7542
7712
  explorers: [
7543
7713
  {
@@ -7637,6 +7807,7 @@ const chainArray = [
7637
7807
  shortName: 'mbase',
7638
7808
  chainId: 1287,
7639
7809
  networkId: 1287,
7810
+ slip44: 1,
7640
7811
  explorers: [
7641
7812
  {
7642
7813
  name: 'moonscan',
@@ -7670,6 +7841,7 @@ const chainArray = [
7670
7841
  shortName: 'swtr',
7671
7842
  chainId: 1291,
7672
7843
  networkId: 1291,
7844
+ slip44: 1,
7673
7845
  icon: 'swisstronik',
7674
7846
  explorers: [
7675
7847
  {
@@ -7717,6 +7889,7 @@ const chainArray = [
7717
7889
  shortName: 'Bobabase',
7718
7890
  chainId: 1297,
7719
7891
  networkId: 1297,
7892
+ slip44: 1,
7720
7893
  explorers: [
7721
7894
  {
7722
7895
  name: 'Bobabase block explorer',
@@ -7798,6 +7971,7 @@ const chainArray = [
7798
7971
  shortName: 'aiatestnet',
7799
7972
  chainId: 1320,
7800
7973
  networkId: 1320,
7974
+ slip44: 1,
7801
7975
  explorers: [
7802
7976
  {
7803
7977
  name: 'AIA Chain Explorer Testnet',
@@ -7816,7 +7990,8 @@ const chainArray = [
7816
7990
  infoURL: 'https://geth.ethereum.org',
7817
7991
  shortName: 'geth',
7818
7992
  chainId: 1337,
7819
- networkId: 1337
7993
+ networkId: 1337,
7994
+ slip44: 1
7820
7995
  },
7821
7996
  {
7822
7997
  name: 'Elysium Testnet',
@@ -7829,6 +8004,7 @@ const chainArray = [
7829
8004
  shortName: 'ELST',
7830
8005
  chainId: 1338,
7831
8006
  networkId: 1338,
8007
+ slip44: 1,
7832
8008
  explorers: [
7833
8009
  {
7834
8010
  name: 'Elysium testnet explorer',
@@ -7987,6 +8163,7 @@ const chainArray = [
7987
8163
  shortName: 'zkevmtest',
7988
8164
  chainId: 1402,
7989
8165
  networkId: 1402,
8166
+ slip44: 1,
7990
8167
  explorers: [
7991
8168
  {
7992
8169
  name: 'blockscout',
@@ -8007,6 +8184,7 @@ const chainArray = [
8007
8184
  shortName: 'testnet-zkEVM-mango-pre-audit-upgraded',
8008
8185
  chainId: 1422,
8009
8186
  networkId: 1422,
8187
+ slip44: 1,
8010
8188
  explorers: [
8011
8189
  {
8012
8190
  name: 'Polygon zkEVM explorer',
@@ -8062,6 +8240,7 @@ const chainArray = [
8062
8240
  shortName: 'testnet-zkEVM-mango',
8063
8241
  chainId: 1442,
8064
8242
  networkId: 1442,
8243
+ slip44: 1,
8065
8244
  explorers: [
8066
8245
  {
8067
8246
  name: 'Polygon zkEVM explorer',
@@ -8081,6 +8260,7 @@ const chainArray = [
8081
8260
  shortName: 'gil',
8082
8261
  chainId: 1452,
8083
8262
  networkId: 1452,
8263
+ slip44: 1,
8084
8264
  explorers: [
8085
8265
  {
8086
8266
  name: 'GIL Explorer',
@@ -8154,6 +8334,7 @@ const chainArray = [
8154
8334
  shortName: 'SherpaxTestnet',
8155
8335
  chainId: 1507,
8156
8336
  networkId: 1507,
8337
+ slip44: 1,
8157
8338
  explorers: [
8158
8339
  {
8159
8340
  name: 'Sherpax Testnet Explorer',
@@ -8273,7 +8454,7 @@ const chainArray = [
8273
8454
  infoURL: 'https://horizen.io/',
8274
8455
  chainId: 1663,
8275
8456
  networkId: 1663,
8276
- slip44: 121,
8457
+ slip44: 1,
8277
8458
  explorers: [
8278
8459
  {
8279
8460
  name: 'Gobi Testnet Block Explorer',
@@ -8345,6 +8526,7 @@ const chainArray = [
8345
8526
  shortName: 'tTBSI',
8346
8527
  chainId: 1708,
8347
8528
  networkId: 1708,
8529
+ slip44: 1,
8348
8530
  explorers: [
8349
8531
  {
8350
8532
  name: 'blockscout',
@@ -8434,6 +8616,7 @@ const chainArray = [
8434
8616
  shortName: 'kerleano',
8435
8617
  chainId: 1804,
8436
8618
  networkId: 1804,
8619
+ slip44: 1,
8437
8620
  icon: 'pocr',
8438
8621
  explorers: [
8439
8622
  {
@@ -8459,6 +8642,7 @@ const chainArray = [
8459
8642
  shortName: 'rAna',
8460
8643
  chainId: 1807,
8461
8644
  networkId: 1807,
8645
+ slip44: 1,
8462
8646
  explorers: [
8463
8647
  {
8464
8648
  name: 'blockscout',
@@ -8518,7 +8702,7 @@ const chainArray = [
8518
8702
  shortName: 'cubet',
8519
8703
  chainId: 1819,
8520
8704
  networkId: 1819,
8521
- slip44: 1819,
8705
+ slip44: 1,
8522
8706
  explorers: [
8523
8707
  {
8524
8708
  name: 'cubetest-scan',
@@ -8569,6 +8753,7 @@ const chainArray = [
8569
8753
  shortName: 'gitshockchain',
8570
8754
  chainId: 1881,
8571
8755
  networkId: 1881,
8756
+ slip44: 1,
8572
8757
  explorers: [
8573
8758
  {
8574
8759
  name: 'blockscout',
@@ -8616,6 +8801,7 @@ const chainArray = [
8616
8801
  shortName: 'lightlink_pegasus',
8617
8802
  chainId: 1891,
8618
8803
  networkId: 1891,
8804
+ slip44: 1,
8619
8805
  explorers: [
8620
8806
  {
8621
8807
  name: 'pegasus',
@@ -8692,6 +8878,7 @@ const chainArray = [
8692
8878
  shortName: 'tbitci',
8693
8879
  chainId: 1908,
8694
8880
  networkId: 1908,
8881
+ slip44: 1,
8695
8882
  explorers: [
8696
8883
  {
8697
8884
  name: 'Bitci Explorer Testnet',
@@ -8730,6 +8917,7 @@ const chainArray = [
8730
8917
  shortName: 'onus-testnet',
8731
8918
  chainId: 1945,
8732
8919
  networkId: 1945,
8920
+ slip44: 1,
8733
8921
  explorers: [
8734
8922
  {
8735
8923
  name: 'Onus explorer testnet',
@@ -8764,6 +8952,7 @@ const chainArray = [
8764
8952
  shortName: 'Dexilla',
8765
8953
  chainId: 1954,
8766
8954
  networkId: 1954,
8955
+ slip44: 1,
8767
8956
  explorers: [
8768
8957
  {
8769
8958
  name: 'dos-mainnet',
@@ -8791,6 +8980,7 @@ const chainArray = [
8791
8980
  shortName: 'mtc',
8792
8981
  chainId: 1967,
8793
8982
  networkId: 1967,
8983
+ slip44: 1,
8794
8984
  explorers: [
8795
8985
  {
8796
8986
  name: 'metaexplorer-eleanor',
@@ -8809,6 +8999,7 @@ const chainArray = [
8809
8999
  shortName: 'tscs',
8810
9000
  chainId: 1969,
8811
9001
  networkId: 1969,
9002
+ slip44: 1,
8812
9003
  icon: 'super',
8813
9004
  explorers: [
8814
9005
  {
@@ -8848,6 +9039,7 @@ const chainArray = [
8848
9039
  shortName: 'atlr',
8849
9040
  chainId: 1971,
8850
9041
  networkId: 1971,
9042
+ slip44: 1,
8851
9043
  icon: 'atlr'
8852
9044
  },
8853
9045
  {
@@ -8880,6 +9072,7 @@ const chainArray = [
8880
9072
  shortName: 'euntest',
8881
9073
  chainId: 1984,
8882
9074
  networkId: 1984,
9075
+ slip44: 1,
8883
9076
  icon: 'eurus',
8884
9077
  explorers: [
8885
9078
  {
@@ -8920,6 +9113,7 @@ const chainArray = [
8920
9113
  shortName: 'satoshie_testnet',
8921
9114
  chainId: 1986,
8922
9115
  networkId: 1986,
9116
+ slip44: 1,
8923
9117
  icon: 'satoshie',
8924
9118
  explorers: [
8925
9119
  {
@@ -8975,6 +9169,7 @@ const chainArray = [
8975
9169
  shortName: 'edx',
8976
9170
  chainId: 1995,
8977
9171
  networkId: 1995,
9172
+ slip44: 1,
8978
9173
  icon: 'edexa',
8979
9174
  explorers: [
8980
9175
  {
@@ -8984,6 +9179,26 @@ const chainArray = [
8984
9179
  }
8985
9180
  ]
8986
9181
  },
9182
+ {
9183
+ name: 'Kyoto Testnet',
9184
+ chain: 'KYOTO',
9185
+ rpc: [ 'https://rpc.testnet.kyotoprotocol.io:8545' ],
9186
+ faucets: [ 'https://faucet.kyotoprotocol.io' ],
9187
+ nativeCurrency: { name: 'Kyoto', symbol: 'KYOTO', decimals: 18 },
9188
+ features: [ { name: 'EIP155' } ],
9189
+ infoURL: 'https://kyotoprotocol.io',
9190
+ shortName: 'kyoto-testnet',
9191
+ chainId: 1998,
9192
+ networkId: 1998,
9193
+ slip44: 1,
9194
+ explorers: [
9195
+ {
9196
+ name: 'Kyotoscan',
9197
+ url: 'https://testnet.kyotoscan.io',
9198
+ standard: 'EIP3091'
9199
+ }
9200
+ ]
9201
+ },
8987
9202
  {
8988
9203
  name: 'Dogechain Mainnet',
8989
9204
  chain: 'DC',
@@ -9061,6 +9276,7 @@ const chainArray = [
9061
9276
  shortName: 'cloudwalk_testnet',
9062
9277
  chainId: 2008,
9063
9278
  networkId: 2008,
9279
+ slip44: 1,
9064
9280
  explorers: [
9065
9281
  {
9066
9282
  name: 'CloudWalk Testnet Explorer',
@@ -9137,7 +9353,7 @@ const chainArray = [
9137
9353
  shortName: 'pmint_test',
9138
9354
  chainId: 2019,
9139
9355
  networkId: 2019,
9140
- slip44: 60,
9356
+ slip44: 1,
9141
9357
  explorers: [
9142
9358
  {
9143
9359
  name: 'PublicMint Explorer',
@@ -9217,6 +9433,7 @@ const chainArray = [
9217
9433
  shortName: 'edgt',
9218
9434
  chainId: 2022,
9219
9435
  networkId: 2022,
9436
+ slip44: 1,
9220
9437
  explorers: [
9221
9438
  {
9222
9439
  name: 'Edgscan by Bharathcoorg',
@@ -9235,6 +9452,7 @@ const chainArray = [
9235
9452
  shortName: 'taycan-testnet',
9236
9453
  chainId: 2023,
9237
9454
  networkId: 2023,
9455
+ slip44: 1,
9238
9456
  icon: 'shuffle',
9239
9457
  explorers: [
9240
9458
  {
@@ -9313,6 +9531,7 @@ const chainArray = [
9313
9531
  shortName: 'kiwi',
9314
9532
  chainId: 2037,
9315
9533
  networkId: 2037,
9534
+ slip44: 1,
9316
9535
  explorers: [
9317
9536
  {
9318
9537
  name: 'KIWI Explorer',
@@ -9332,6 +9551,7 @@ const chainArray = [
9332
9551
  shortName: 'shraptest',
9333
9552
  chainId: 2038,
9334
9553
  networkId: 2038,
9554
+ slip44: 1,
9335
9555
  explorers: [
9336
9556
  {
9337
9557
  name: 'SHRAPNEL Explorer',
@@ -9379,6 +9599,7 @@ const chainArray = [
9379
9599
  shortName: 'stos-testnet',
9380
9600
  chainId: 2047,
9381
9601
  networkId: 2047,
9602
+ slip44: 1,
9382
9603
  explorers: [
9383
9604
  {
9384
9605
  name: 'Stratos EVM Explorer (Blockscout)',
@@ -9510,6 +9731,7 @@ const chainArray = [
9510
9731
  shortName: 'esp',
9511
9732
  chainId: 2101,
9512
9733
  networkId: 2101,
9734
+ slip44: 1,
9513
9735
  explorers: [
9514
9736
  {
9515
9737
  name: 'Ecoball Testnet Explorer',
@@ -9569,6 +9791,7 @@ const chainArray = [
9569
9791
  shortName: 'MEU',
9570
9792
  chainId: 2124,
9571
9793
  networkId: 2124,
9794
+ slip44: 1,
9572
9795
  explorers: [
9573
9796
  {
9574
9797
  name: 'MP1Scan',
@@ -9604,7 +9827,7 @@ const chainArray = [
9604
9827
  shortName: 'dfio-meta-test',
9605
9828
  chainId: 2138,
9606
9829
  networkId: 21,
9607
- slip44: 60,
9830
+ slip44: 1,
9608
9831
  ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
9609
9832
  explorers: [
9610
9833
  {
@@ -9662,6 +9885,7 @@ const chainArray = [
9662
9885
  shortName: 'findora-testnet',
9663
9886
  chainId: 2153,
9664
9887
  networkId: 2153,
9888
+ slip44: 1,
9665
9889
  explorers: [
9666
9890
  {
9667
9891
  name: 'findorascan',
@@ -9680,6 +9904,7 @@ const chainArray = [
9680
9904
  shortName: 'findora-forge',
9681
9905
  chainId: 2154,
9682
9906
  networkId: 2154,
9907
+ slip44: 1,
9683
9908
  explorers: [
9684
9909
  {
9685
9910
  name: 'findorascan',
@@ -9923,6 +10148,7 @@ const chainArray = [
9923
10148
  shortName: 'sma',
9924
10149
  chainId: 2323,
9925
10150
  networkId: 2323,
10151
+ slip44: 1,
9926
10152
  icon: 'soma',
9927
10153
  explorers: [
9928
10154
  {
@@ -9987,6 +10213,7 @@ const chainArray = [
9987
10213
  shortName: 'deprecated-kroma-sepolia',
9988
10214
  chain: 'ETH',
9989
10215
  networkId: 2357,
10216
+ slip44: 1,
9990
10217
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
9991
10218
  rpc: [ 'https://api.sepolia-deprecated.kroma.network' ],
9992
10219
  faucets: [],
@@ -10014,6 +10241,7 @@ const chainArray = [
10014
10241
  shortName: 'kroma-sepolia',
10015
10242
  chain: 'ETH',
10016
10243
  networkId: 2358,
10244
+ slip44: 1,
10017
10245
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
10018
10246
  rpc: [ 'https://api.sepolia.kroma.network' ],
10019
10247
  faucets: [],
@@ -10043,6 +10271,7 @@ const chainArray = [
10043
10271
  shortName: 'bombt',
10044
10272
  chainId: 2399,
10045
10273
  networkId: 2399,
10274
+ slip44: 1,
10046
10275
  icon: 'bomb',
10047
10276
  explorers: [
10048
10277
  {
@@ -10103,6 +10332,7 @@ const chainArray = [
10103
10332
  shortName: 'thrc',
10104
10333
  chainId: 2458,
10105
10334
  networkId: 2458,
10335
+ slip44: 1,
10106
10336
  icon: 'hybrid',
10107
10337
  explorers: [
10108
10338
  {
@@ -10150,6 +10380,7 @@ const chainArray = [
10150
10380
  shortName: 'u2u_nebulas',
10151
10381
  chainId: 2484,
10152
10382
  networkId: 2484,
10383
+ slip44: 1,
10153
10384
  icon: 'u2u_nebulas',
10154
10385
  explorers: [
10155
10386
  {
@@ -10170,6 +10401,7 @@ const chainArray = [
10170
10401
  shortName: 'fraxchain-testnet',
10171
10402
  chainId: 2522,
10172
10403
  networkId: 2522,
10404
+ slip44: 1,
10173
10405
  explorers: [],
10174
10406
  status: 'active'
10175
10407
  },
@@ -10276,6 +10508,7 @@ const chainArray = [
10276
10508
  shortName: 'Fuji-EZChain',
10277
10509
  chainId: 2613,
10278
10510
  networkId: 2613,
10511
+ slip44: 1,
10279
10512
  icon: 'ezchain',
10280
10513
  explorers: [
10281
10514
  {
@@ -10295,6 +10528,7 @@ const chainArray = [
10295
10528
  shortName: 'twbt',
10296
10529
  chainId: 2625,
10297
10530
  networkId: 2625,
10531
+ slip44: 1,
10298
10532
  icon: 'whitebit-testnet',
10299
10533
  explorers: [
10300
10534
  {
@@ -10314,6 +10548,7 @@ const chainArray = [
10314
10548
  shortName: 'tmorph',
10315
10549
  chainId: 2710,
10316
10550
  networkId: 2710,
10551
+ slip44: 1,
10317
10552
  explorers: [
10318
10553
  {
10319
10554
  name: 'Morph Testnet Explorer',
@@ -10364,6 +10599,7 @@ const chainArray = [
10364
10599
  shortName: 'BobaGoerli',
10365
10600
  chainId: 2888,
10366
10601
  networkId: 2888,
10602
+ slip44: 1,
10367
10603
  explorers: [
10368
10604
  {
10369
10605
  name: 'Blockscout',
@@ -10575,7 +10811,8 @@ const chainArray = [
10575
10811
  infoURL: 'https://arabianchain.org',
10576
10812
  shortName: 'testdubx',
10577
10813
  chainId: 3270,
10578
- networkId: 3270
10814
+ networkId: 3270,
10815
+ slip44: 1
10579
10816
  },
10580
10817
  {
10581
10818
  name: 'Debounce Subnet Testnet',
@@ -10588,6 +10825,7 @@ const chainArray = [
10588
10825
  shortName: 'debounce-devnet',
10589
10826
  chainId: 3306,
10590
10827
  networkId: 3306,
10828
+ slip44: 1,
10591
10829
  explorers: [
10592
10830
  {
10593
10831
  name: 'Debounce Devnet Explorer',
@@ -10606,7 +10844,8 @@ const chainArray = [
10606
10844
  infoURL: 'https://zcore.cash',
10607
10845
  shortName: 'zcrbeach',
10608
10846
  chainId: 3331,
10609
- networkId: 3331
10847
+ networkId: 3331,
10848
+ slip44: 1
10610
10849
  },
10611
10850
  {
10612
10851
  name: 'Web3Q Testnet',
@@ -10618,6 +10857,7 @@ const chainArray = [
10618
10857
  shortName: 'w3q-t',
10619
10858
  chainId: 3333,
10620
10859
  networkId: 3333,
10860
+ slip44: 1,
10621
10861
  explorers: [
10622
10862
  {
10623
10863
  name: 'w3q-testnet',
@@ -10674,6 +10914,7 @@ const chainArray = [
10674
10914
  shortName: 'SCAIt',
10675
10915
  chainId: 3434,
10676
10916
  networkId: 3434,
10917
+ slip44: 1,
10677
10918
  explorers: [
10678
10919
  {
10679
10920
  name: 'SecureChain',
@@ -10692,6 +10933,7 @@ const chainArray = [
10692
10933
  shortName: 'prbtestnet',
10693
10934
  chainId: 3500,
10694
10935
  networkId: 3500,
10936
+ slip44: 1,
10695
10937
  icon: 'prb',
10696
10938
  explorers: [
10697
10939
  {
@@ -10749,6 +10991,7 @@ const chainArray = [
10749
10991
  shortName: 'pando-testnet',
10750
10992
  chainId: 3602,
10751
10993
  networkId: 3602,
10994
+ slip44: 1,
10752
10995
  explorers: [
10753
10996
  {
10754
10997
  name: 'Pando Testnet Explorer',
@@ -10768,6 +11011,7 @@ const chainArray = [
10768
11011
  shortName: 'BTNX',
10769
11012
  chainId: 3636,
10770
11013
  networkId: 3636,
11014
+ slip44: 1,
10771
11015
  explorers: [
10772
11016
  {
10773
11017
  name: '3xpl',
@@ -10878,6 +11122,7 @@ const chainArray = [
10878
11122
  shortName: 'SPCt',
10879
11123
  chainId: 3698,
10880
11124
  networkId: 3698,
11125
+ slip44: 1,
10881
11126
  explorers: [
10882
11127
  {
10883
11128
  name: 'SenjePowers',
@@ -10915,6 +11160,7 @@ const chainArray = [
10915
11160
  shortName: 'xplatest',
10916
11161
  chainId: 3701,
10917
11162
  networkId: 3701,
11163
+ slip44: 1,
10918
11164
  icon: 'xpla',
10919
11165
  explorers: [
10920
11166
  {
@@ -11008,6 +11254,7 @@ const chainArray = [
11008
11254
  shortName: 'kalytestnet',
11009
11255
  chainId: 3889,
11010
11256
  networkId: 3889,
11257
+ slip44: 1,
11011
11258
  explorers: [
11012
11259
  {
11013
11260
  name: 'KalyScan',
@@ -11046,6 +11293,7 @@ const chainArray = [
11046
11293
  shortName: 'dost',
11047
11294
  chainId: 3939,
11048
11295
  networkId: 3939,
11296
+ slip44: 1,
11049
11297
  icon: 'doschain',
11050
11298
  explorers: [
11051
11299
  {
@@ -11084,6 +11332,7 @@ const chainArray = [
11084
11332
  shortName: 'tdyno',
11085
11333
  chainId: 3967,
11086
11334
  networkId: 3967,
11335
+ slip44: 1,
11087
11336
  explorers: [
11088
11337
  {
11089
11338
  name: 'DYNO Explorer',
@@ -11140,6 +11389,7 @@ const chainArray = [
11140
11389
  shortName: 'PERIUM',
11141
11390
  chainId: 4001,
11142
11391
  networkId: 4001,
11392
+ slip44: 1,
11143
11393
  icon: 'peperium',
11144
11394
  explorers: [
11145
11395
  {
@@ -11164,6 +11414,7 @@ const chainArray = [
11164
11414
  shortName: 'tftm',
11165
11415
  chainId: 4002,
11166
11416
  networkId: 4002,
11417
+ slip44: 1,
11167
11418
  icon: 'fantom',
11168
11419
  explorers: [
11169
11420
  {
@@ -11184,6 +11435,7 @@ const chainArray = [
11184
11435
  shortName: 'x1-fastnet',
11185
11436
  chainId: 4003,
11186
11437
  networkId: 4003,
11438
+ slip44: 1,
11187
11439
  explorers: [
11188
11440
  {
11189
11441
  name: 'Blockscout',
@@ -11208,6 +11460,7 @@ const chainArray = [
11208
11460
  shortName: 'BobaoperaTestnet',
11209
11461
  chainId: 4051,
11210
11462
  networkId: 4051,
11463
+ slip44: 1,
11211
11464
  explorers: [
11212
11465
  {
11213
11466
  name: 'Bobaopera Testnet block explorer',
@@ -11244,6 +11497,7 @@ const chainArray = [
11244
11497
  shortName: 'Nahmii3Testnet',
11245
11498
  chainId: 4062,
11246
11499
  networkId: 4062,
11500
+ slip44: 1,
11247
11501
  icon: 'nahmii',
11248
11502
  explorers: [
11249
11503
  {
@@ -11272,6 +11526,7 @@ const chainArray = [
11272
11526
  shortName: 'Oasis',
11273
11527
  chainId: 4090,
11274
11528
  networkId: 4090,
11529
+ slip44: 1,
11275
11530
  explorers: [
11276
11531
  {
11277
11532
  name: 'blockscout',
@@ -11291,6 +11546,7 @@ const chainArray = [
11291
11546
  shortName: 'BNIt',
11292
11547
  chainId: 4096,
11293
11548
  networkId: 4096,
11549
+ slip44: 1,
11294
11550
  explorers: [
11295
11551
  {
11296
11552
  name: 'Bitindi',
@@ -11329,7 +11585,7 @@ const chainArray = [
11329
11585
  shortName: 'aioz-testnet',
11330
11586
  chainId: 4102,
11331
11587
  networkId: 4102,
11332
- slip44: 60,
11588
+ slip44: 1,
11333
11589
  explorers: [
11334
11590
  {
11335
11591
  name: 'AIOZ Network Testnet Explorer',
@@ -11349,6 +11605,7 @@ const chainArray = [
11349
11605
  shortName: 'humans_testnet',
11350
11606
  chainId: 4139,
11351
11607
  networkId: 4139,
11608
+ slip44: 1,
11352
11609
  icon: 'humans-dark'
11353
11610
  },
11354
11611
  {
@@ -11362,6 +11619,7 @@ const chainArray = [
11362
11619
  shortName: 'TPBXt',
11363
11620
  chainId: 4141,
11364
11621
  networkId: 4141,
11622
+ slip44: 1,
11365
11623
  explorers: [
11366
11624
  {
11367
11625
  name: 'Tipboxcoin',
@@ -11411,6 +11669,7 @@ const chainArray = [
11411
11669
  shortName: 'lukso-testnet',
11412
11670
  chainId: 4201,
11413
11671
  networkId: 4201,
11672
+ slip44: 1,
11414
11673
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
11415
11674
  },
11416
11675
  {
@@ -11451,6 +11710,7 @@ const chainArray = [
11451
11710
  shortName: 'BobaFujiTestnet',
11452
11711
  chainId: 4328,
11453
11712
  networkId: 4328,
11713
+ slip44: 1,
11454
11714
  explorers: [
11455
11715
  {
11456
11716
  name: 'Bobafuji Testnet block explorer',
@@ -11539,6 +11799,7 @@ const chainArray = [
11539
11799
  shortName: 'orderlyl2',
11540
11800
  chainId: 4460,
11541
11801
  networkId: 4460,
11802
+ slip44: 1,
11542
11803
  icon: 'orderlyTestnet',
11543
11804
  explorers: [
11544
11805
  {
@@ -11577,6 +11838,7 @@ const chainArray = [
11577
11838
  shortName: 'iotex-testnet',
11578
11839
  chainId: 4690,
11579
11840
  networkId: 4690,
11841
+ slip44: 1,
11580
11842
  explorers: [
11581
11843
  {
11582
11844
  name: 'testnet iotexscan',
@@ -11595,6 +11857,7 @@ const chainArray = [
11595
11857
  shortName: 'TESTMEV',
11596
11858
  chainId: 4759,
11597
11859
  networkId: 4759,
11860
+ slip44: 1,
11598
11861
  icon: 'meverse',
11599
11862
  explorers: [
11600
11863
  {
@@ -11616,6 +11879,7 @@ const chainArray = [
11616
11879
  shortName: 'TBXN',
11617
11880
  chainId: 4777,
11618
11881
  networkId: 4777,
11882
+ slip44: 1,
11619
11883
  icon: 'bxn',
11620
11884
  explorers: [
11621
11885
  {
@@ -11655,6 +11919,7 @@ const chainArray = [
11655
11919
  shortName: 'txvm',
11656
11920
  chainId: 4918,
11657
11921
  networkId: 4918,
11922
+ slip44: 1,
11658
11923
  explorers: [
11659
11924
  {
11660
11925
  name: 'Venidium EVM Testnet Explorer',
@@ -11746,6 +12011,7 @@ const chainArray = [
11746
12011
  shortName: 'mantle-testnet',
11747
12012
  chainId: 5001,
11748
12013
  networkId: 5001,
12014
+ slip44: 1,
11749
12015
  explorers: [
11750
12016
  {
11751
12017
  name: 'Mantle Testnet Explorer',
@@ -11790,6 +12056,7 @@ const chainArray = [
11790
12056
  shortName: 'mnt-sep',
11791
12057
  chainId: 5003,
11792
12058
  networkId: 5003,
12059
+ slip44: 1,
11793
12060
  explorers: [
11794
12061
  {
11795
12062
  name: 'blockscout',
@@ -11815,6 +12082,7 @@ const chainArray = [
11815
12082
  shortName: 'tntest',
11816
12083
  chainId: 5005,
11817
12084
  networkId: 5005,
12085
+ slip44: 1,
11818
12086
  explorers: [
11819
12087
  {
11820
12088
  name: 'Treasurenet EVM BlockExplorer',
@@ -11944,6 +12212,7 @@ const chainArray = [
11944
12212
  shortName: 'ttrn',
11945
12213
  chainId: 5353,
11946
12214
  networkId: 5353,
12215
+ slip44: 1,
11947
12216
  icon: 'tritanium',
11948
12217
  explorers: [
11949
12218
  {
@@ -11965,6 +12234,7 @@ const chainArray = [
11965
12234
  shortName: 'VEX',
11966
12235
  chainId: 5522,
11967
12236
  networkId: 5522,
12237
+ slip44: 1,
11968
12238
  explorers: [
11969
12239
  {
11970
12240
  name: 'Vexascan-EVM-TestNet',
@@ -12008,6 +12278,7 @@ const chainArray = [
12008
12278
  shortName: 'NahmiiTestnet',
12009
12279
  chainId: 5553,
12010
12280
  networkId: 5553,
12281
+ slip44: 1,
12011
12282
  icon: 'nahmii',
12012
12283
  explorers: [
12013
12284
  {
@@ -12059,6 +12330,7 @@ const chainArray = [
12059
12330
  shortName: 'obnbt',
12060
12331
  chainId: 5611,
12061
12332
  networkId: 5611,
12333
+ slip44: 1,
12062
12334
  explorers: [
12063
12335
  {
12064
12336
  name: 'bscscan-opbnb-testnet',
@@ -12081,7 +12353,8 @@ const chainArray = [
12081
12353
  infoURL: 'https://arcturuschain.io',
12082
12354
  shortName: 'ARCT',
12083
12355
  chainId: 5616,
12084
- networkId: 5616
12356
+ networkId: 5616,
12357
+ slip44: 1
12085
12358
  },
12086
12359
  {
12087
12360
  name: 'Tanssi EVM ContainerChain',
@@ -12113,6 +12386,7 @@ const chainArray = [
12113
12386
  shortName: 'tsys',
12114
12387
  chainId: 5700,
12115
12388
  networkId: 5700,
12389
+ slip44: 1,
12116
12390
  explorers: [
12117
12391
  {
12118
12392
  name: 'Syscoin Testnet Block Explorer',
@@ -12152,6 +12426,7 @@ const chainArray = [
12152
12426
  shortName: 'satst',
12153
12427
  chainId: 5758,
12154
12428
  networkId: 5758,
12429
+ slip44: 1,
12155
12430
  explorers: [
12156
12431
  {
12157
12432
  name: 'SatoshiChain Testnet Explorer',
@@ -12172,6 +12447,7 @@ const chainArray = [
12172
12447
  shortName: 'ggui',
12173
12448
  chainId: 5777,
12174
12449
  networkId: 5777,
12450
+ slip44: 1,
12175
12451
  explorers: []
12176
12452
  },
12177
12453
  {
@@ -12194,6 +12470,7 @@ const chainArray = [
12194
12470
  shortName: 'OntologyTestnet',
12195
12471
  chainId: 5851,
12196
12472
  networkId: 5851,
12473
+ slip44: 1,
12197
12474
  explorers: [
12198
12475
  {
12199
12476
  name: 'explorer',
@@ -12230,6 +12507,7 @@ const chainArray = [
12230
12507
  shortName: 'TRESTEST',
12231
12508
  chainId: 6065,
12232
12509
  networkId: 6065,
12510
+ slip44: 1,
12233
12511
  icon: 'tresleches',
12234
12512
  explorers: [
12235
12513
  {
@@ -12298,6 +12576,7 @@ const chainArray = [
12298
12576
  shortName: 'UPTN-TEST',
12299
12577
  chainId: 6118,
12300
12578
  networkId: 6118,
12579
+ slip44: 1,
12301
12580
  explorers: [
12302
12581
  {
12303
12582
  name: 'UPTN Testnet Explorer',
@@ -12360,6 +12639,7 @@ const chainArray = [
12360
12639
  shortName: 'SRC-test',
12361
12640
  chainId: 6552,
12362
12641
  networkId: 6552,
12642
+ slip44: 1,
12363
12643
  icon: 'scolcoin',
12364
12644
  explorers: [
12365
12645
  {
@@ -12383,6 +12663,7 @@ const chainArray = [
12383
12663
  shortName: 'fox',
12384
12664
  chainId: 6565,
12385
12665
  networkId: 6565,
12666
+ slip44: 1,
12386
12667
  icon: 'fox',
12387
12668
  explorers: [
12388
12669
  {
@@ -12527,6 +12808,7 @@ const chainArray = [
12527
12808
  shortName: 'zetachain-athens',
12528
12809
  chainId: 7001,
12529
12810
  networkId: 7001,
12811
+ slip44: 1,
12530
12812
  status: 'active',
12531
12813
  explorers: [
12532
12814
  {
@@ -12717,6 +12999,7 @@ const chainArray = [
12717
12999
  shortName: 'tadil',
12718
13000
  chainId: 7575,
12719
13001
  networkId: 7575,
13002
+ slip44: 1,
12720
13003
  explorers: [
12721
13004
  {
12722
13005
  name: 'ADIL Testnet Explorer',
@@ -12778,6 +13061,7 @@ const chainArray = [
12778
13061
  shortName: 'trn-porcini',
12779
13062
  chainId: 7672,
12780
13063
  networkId: 7672,
13064
+ slip44: 1,
12781
13065
  explorers: [
12782
13066
  {
12783
13067
  name: 'rootnet',
@@ -12840,6 +13124,7 @@ const chainArray = [
12840
13124
  shortName: 'TestnetCanto',
12841
13125
  chainId: 7701,
12842
13126
  networkId: 7701,
13127
+ slip44: 1,
12843
13128
  explorers: [
12844
13129
  {
12845
13130
  name: 'Canto Testnet EVM Explorer (Blockscout)',
@@ -12865,6 +13150,7 @@ const chainArray = [
12865
13150
  shortName: 'tbitrock',
12866
13151
  chainId: 7771,
12867
13152
  networkId: 7771,
13153
+ slip44: 1,
12868
13154
  explorers: [
12869
13155
  {
12870
13156
  name: 'Bitrock Testnet Explorer',
@@ -12889,6 +13175,7 @@ const chainArray = [
12889
13175
  shortName: 'RiseOfTheWarbotsTestnet',
12890
13176
  chainId: 7777,
12891
13177
  networkId: 7777,
13178
+ slip44: 1,
12892
13179
  explorers: [
12893
13180
  {
12894
13181
  name: 'avascan',
@@ -12908,6 +13195,7 @@ const chainArray = [
12908
13195
  shortName: 'maal-test',
12909
13196
  chainId: 7860,
12910
13197
  networkId: 7860,
13198
+ slip44: 1,
12911
13199
  explorers: [
12912
13200
  {
12913
13201
  name: 'maalscan testnet',
@@ -12929,6 +13217,7 @@ const chainArray = [
12929
13217
  shortName: 'tscas',
12930
13218
  chainId: 7878,
12931
13219
  networkId: 7878,
13220
+ slip44: 1,
12932
13221
  explorers: [
12933
13222
  {
12934
13223
  name: 'Hazlor Testnet Explorer',
@@ -13013,6 +13302,7 @@ const chainArray = [
13013
13302
  shortName: 'teleport-testnet',
13014
13303
  chainId: 8001,
13015
13304
  networkId: 8001,
13305
+ slip44: 1,
13016
13306
  icon: 'teleport',
13017
13307
  explorers: [
13018
13308
  {
@@ -13038,7 +13328,8 @@ const chainArray = [
13038
13328
  infoURL: 'https://mdgl.io',
13039
13329
  shortName: 'mdgl',
13040
13330
  chainId: 8029,
13041
- networkId: 8029
13331
+ networkId: 8029,
13332
+ slip44: 1
13042
13333
  },
13043
13334
  {
13044
13335
  name: 'Shardeum Liberty 1.X',
@@ -13139,6 +13430,7 @@ const chainArray = [
13139
13430
  shortName: 'meertest',
13140
13431
  chainId: 8131,
13141
13432
  networkId: 8131,
13433
+ slip44: 1,
13142
13434
  icon: 'meer',
13143
13435
  explorers: [
13144
13436
  {
@@ -13224,6 +13516,7 @@ const chainArray = [
13224
13516
  shortName: 'tBOC',
13225
13517
  chainId: 8181,
13226
13518
  networkId: 8181,
13519
+ slip44: 1,
13227
13520
  icon: 'beonechain',
13228
13521
  explorers: [
13229
13522
  {
@@ -13265,6 +13558,7 @@ const chainArray = [
13265
13558
  shortName: 'ttqf',
13266
13559
  chainId: 8194,
13267
13560
  networkId: 8194,
13561
+ slip44: 1,
13268
13562
  explorers: [
13269
13563
  {
13270
13564
  name: 'blockscout',
@@ -13321,7 +13615,8 @@ const chainArray = [
13321
13615
  infoURL: 'https://www.kortho.io/',
13322
13616
  shortName: 'Kortho',
13323
13617
  chainId: 8285,
13324
- networkId: 8285
13618
+ networkId: 8285,
13619
+ slip44: 1
13325
13620
  },
13326
13621
  {
13327
13622
  name: 'Dracones Financial Services',
@@ -13403,6 +13698,7 @@ const chainArray = [
13403
13698
  shortName: 'toki-testnet',
13404
13699
  chainId: 8655,
13405
13700
  networkId: 8655,
13701
+ slip44: 1,
13406
13702
  icon: 'toki',
13407
13703
  explorers: []
13408
13704
  },
@@ -13454,7 +13750,7 @@ const chainArray = [
13454
13750
  shortName: 'tolo',
13455
13751
  chainId: 8724,
13456
13752
  networkId: 8724,
13457
- slip44: 479
13753
+ slip44: 1
13458
13754
  },
13459
13755
  {
13460
13756
  name: 'Alph Network',
@@ -13570,6 +13866,7 @@ const chainArray = [
13570
13866
  shortName: 'opl',
13571
13867
  chainId: 8882,
13572
13868
  networkId: 8882,
13869
+ slip44: 1,
13573
13870
  explorers: [
13574
13871
  {
13575
13872
  name: 'Unique Scan / Opal',
@@ -13722,6 +14019,7 @@ const chainArray = [
13722
14019
  shortName: 'evmos-testnet',
13723
14020
  chainId: 9000,
13724
14021
  networkId: 9000,
14022
+ slip44: 1,
13725
14023
  icon: 'evmos',
13726
14024
  explorers: [
13727
14025
  {
@@ -13802,6 +14100,7 @@ const chainArray = [
13802
14100
  shortName: '_old_tfire',
13803
14101
  chainId: 9170,
13804
14102
  networkId: 9170,
14103
+ slip44: 1,
13805
14104
  explorers: [],
13806
14105
  status: 'deprecated'
13807
14106
  },
@@ -13835,6 +14134,7 @@ const chainArray = [
13835
14134
  shortName: 'DOGSt',
13836
14135
  chainId: 9339,
13837
14136
  networkId: 9339,
14137
+ slip44: 1,
13838
14138
  explorers: [
13839
14139
  {
13840
14140
  name: 'Dogcoin',
@@ -13854,6 +14154,7 @@ const chainArray = [
13854
14154
  shortName: 'trpg',
13855
14155
  chainId: 9527,
13856
14156
  networkId: 9527,
14157
+ slip44: 1,
13857
14158
  explorers: [
13858
14159
  {
13859
14160
  name: 'rangersscan-robin',
@@ -13872,6 +14173,7 @@ const chainArray = [
13872
14173
  shortName: 'QETTest',
13873
14174
  chainId: 9528,
13874
14175
  networkId: 9528,
14176
+ slip44: 1,
13875
14177
  explorers: [
13876
14178
  {
13877
14179
  name: 'QEasyWeb3 Explorer',
@@ -13890,6 +14192,7 @@ const chainArray = [
13890
14192
  shortName: 'testneon',
13891
14193
  chainId: 9559,
13892
14194
  networkId: 9559,
14195
+ slip44: 1,
13893
14196
  icon: 'neonlink',
13894
14197
  explorers: [
13895
14198
  {
@@ -13938,6 +14241,7 @@ const chainArray = [
13938
14241
  shortName: 'BobaBnbTestnet',
13939
14242
  chainId: 9728,
13940
14243
  networkId: 9728,
14244
+ slip44: 1,
13941
14245
  explorers: [
13942
14246
  {
13943
14247
  name: 'Boba BNB Testnet block explorer',
@@ -13962,6 +14266,7 @@ const chainArray = [
13962
14266
  shortName: 'NetZt',
13963
14267
  chainId: 9768,
13964
14268
  networkId: 9768,
14269
+ slip44: 1,
13965
14270
  explorers: [
13966
14271
  {
13967
14272
  name: 'MainnetZ',
@@ -14014,6 +14319,7 @@ const chainArray = [
14014
14319
  shortName: 'carbon-testnet',
14015
14320
  chainId: 9792,
14016
14321
  networkId: 9792,
14322
+ slip44: 1,
14017
14323
  explorers: []
14018
14324
  },
14019
14325
  {
@@ -14029,6 +14335,7 @@ const chainArray = [
14029
14335
  shortName: 'tIMP',
14030
14336
  chainId: 9818,
14031
14337
  networkId: 9818,
14338
+ slip44: 1,
14032
14339
  icon: 'timp',
14033
14340
  explorers: [
14034
14341
  {
@@ -14076,6 +14383,7 @@ const chainArray = [
14076
14383
  shortName: 'tMIND',
14077
14384
  chainId: 9977,
14078
14385
  networkId: 9977,
14386
+ slip44: 1,
14079
14387
  explorers: [
14080
14388
  {
14081
14389
  name: 'Mind Chain explorer',
@@ -14144,6 +14452,7 @@ const chainArray = [
14144
14452
  shortName: 'alt-testnet',
14145
14453
  chainId: 9997,
14146
14454
  networkId: 9997,
14455
+ slip44: 1,
14147
14456
  icon: 'altlayer',
14148
14457
  explorers: [
14149
14458
  {
@@ -14163,7 +14472,8 @@ const chainArray = [
14163
14472
  infoURL: 'https://docs.bccloud.net/',
14164
14473
  shortName: 'myn',
14165
14474
  chainId: 9999,
14166
- networkId: 9999
14475
+ networkId: 9999,
14476
+ slip44: 1
14167
14477
  },
14168
14478
  {
14169
14479
  name: 'Smart Bitcoin Cash',
@@ -14193,7 +14503,8 @@ const chainArray = [
14193
14503
  infoURL: 'http://smartbch.org/',
14194
14504
  shortName: 'smartbchtest',
14195
14505
  chainId: 10001,
14196
- networkId: 10001
14506
+ networkId: 10001,
14507
+ slip44: 1
14197
14508
  },
14198
14509
  {
14199
14510
  name: 'Gon Chain',
@@ -14237,6 +14548,7 @@ const chainArray = [
14237
14548
  shortName: 'joct',
14238
14549
  chainId: 10081,
14239
14550
  networkId: 10081,
14551
+ slip44: 1,
14240
14552
  explorers: [
14241
14553
  {
14242
14554
  name: 'Testnet Block Explorer',
@@ -14288,6 +14600,7 @@ const chainArray = [
14288
14600
  shortName: 'chi',
14289
14601
  chainId: 10200,
14290
14602
  networkId: 10200,
14603
+ slip44: 1,
14291
14604
  explorers: [
14292
14605
  {
14293
14606
  name: 'blockscout-chiadochain',
@@ -14337,6 +14650,7 @@ const chainArray = [
14337
14650
  shortName: 'aa',
14338
14651
  chainId: 10243,
14339
14652
  networkId: 10243,
14653
+ slip44: 1,
14340
14654
  explorers: [
14341
14655
  {
14342
14656
  name: 'blockscout',
@@ -14375,6 +14689,7 @@ const chainArray = [
14375
14689
  shortName: 'TWLC',
14376
14690
  chainId: 10395,
14377
14691
  networkId: 10395,
14692
+ slip44: 1,
14378
14693
  explorers: [
14379
14694
  {
14380
14695
  name: 'Worldland Explorer',
@@ -14416,6 +14731,7 @@ const chainArray = [
14416
14731
  shortName: 'Snow',
14417
14732
  chainId: 10508,
14418
14733
  networkId: 10508,
14734
+ slip44: 1,
14419
14735
  explorers: [
14420
14736
  {
14421
14737
  name: 'ethernal',
@@ -14481,6 +14797,7 @@ const chainArray = [
14481
14797
  shortName: 'quadranstestnet',
14482
14798
  chainId: 10947,
14483
14799
  networkId: 10947,
14800
+ slip44: 1,
14484
14801
  explorers: [
14485
14802
  {
14486
14803
  name: 'explorer',
@@ -14545,6 +14862,7 @@ const chainArray = [
14545
14862
  shortName: 'astra-testnet',
14546
14863
  chainId: 11115,
14547
14864
  networkId: 11115,
14865
+ slip44: 1,
14548
14866
  icon: 'astra',
14549
14867
  explorers: [
14550
14868
  {
@@ -14612,6 +14930,7 @@ const chainArray = [
14612
14930
  shortName: 'shyftt',
14613
14931
  chainId: 11437,
14614
14932
  networkId: 11437,
14933
+ slip44: 1,
14615
14934
  explorers: [
14616
14935
  {
14617
14936
  name: 'Shyft Testnet BX',
@@ -14631,6 +14950,7 @@ const chainArray = [
14631
14950
  shortName: 'SRDXt',
14632
14951
  chainId: 11612,
14633
14952
  networkId: 11612,
14953
+ slip44: 1,
14634
14954
  explorers: [
14635
14955
  {
14636
14956
  name: 'Sardis',
@@ -14711,6 +15031,7 @@ const chainArray = [
14711
15031
  shortName: 'tZERO',
14712
15032
  chainId: 12051,
14713
15033
  networkId: 12051,
15034
+ slip44: 1,
14714
15035
  explorers: [
14715
15036
  {
14716
15037
  name: 'zeroscan',
@@ -14805,7 +15126,8 @@ const chainArray = [
14805
15126
  infoURL: 'https://blgchain.com',
14806
15127
  shortName: 'blgchain',
14807
15128
  chainId: 12321,
14808
- networkId: 12321
15129
+ networkId: 12321,
15130
+ slip44: 1
14809
15131
  },
14810
15132
  {
14811
15133
  name: 'Step Testnet',
@@ -14819,6 +15141,7 @@ const chainArray = [
14819
15141
  shortName: 'steptest',
14820
15142
  chainId: 12345,
14821
15143
  networkId: 12345,
15144
+ slip44: 1,
14822
15145
  explorers: [
14823
15146
  {
14824
15147
  name: 'StepScan',
@@ -14857,6 +15180,7 @@ const chainArray = [
14857
15180
  shortName: 'tRIK',
14858
15181
  chainId: 12715,
14859
15182
  networkId: 12715,
15183
+ slip44: 1,
14860
15184
  explorers: [
14861
15185
  {
14862
15186
  name: 'Rikeza Blockchain explorer',
@@ -14876,6 +15200,7 @@ const chainArray = [
14876
15200
  shortName: 'tqnet',
14877
15201
  chainId: 12890,
14878
15202
  networkId: 12890,
15203
+ slip44: 1,
14879
15204
  explorers: [
14880
15205
  {
14881
15206
  name: 'Quantum Scan Testnet',
@@ -14941,6 +15266,7 @@ const chainArray = [
14941
15266
  icon: 'beam',
14942
15267
  chainId: 13337,
14943
15268
  networkId: 13337,
15269
+ slip44: 1,
14944
15270
  explorers: [
14945
15271
  {
14946
15272
  name: 'Beam Explorer',
@@ -14949,6 +15275,26 @@ const chainArray = [
14949
15275
  }
14950
15276
  ]
14951
15277
  },
15278
+ {
15279
+ name: 'Immutable zkEVM',
15280
+ chain: 'Immutable zkEVM',
15281
+ rpc: [ 'https://rpc.immutable.com' ],
15282
+ faucets: [ 'https://docs.immutable.com/docs/zkEVM/guides/faucet' ],
15283
+ nativeCurrency: { name: 'IMX', symbol: 'IMX', decimals: 18 },
15284
+ infoURL: 'https://www.immutable.com',
15285
+ shortName: 'imx',
15286
+ chainId: 13371,
15287
+ networkId: 13371,
15288
+ icon: 'immutable',
15289
+ explorers: [
15290
+ {
15291
+ name: 'Immutable explorer',
15292
+ url: 'https://explorer.immutable.com',
15293
+ standard: 'EIP3091',
15294
+ icon: 'immutable'
15295
+ }
15296
+ ]
15297
+ },
14952
15298
  {
14953
15299
  name: 'Phoenix Mainnet',
14954
15300
  chain: 'Phoenix',
@@ -14978,6 +15324,7 @@ const chainArray = [
14978
15324
  shortName: 'imx-testnet',
14979
15325
  chainId: 13473,
14980
15326
  networkId: 13473,
15327
+ slip44: 1,
14981
15328
  icon: 'immutable',
14982
15329
  explorers: [
14983
15330
  {
@@ -15018,6 +15365,7 @@ const chainArray = [
15018
15365
  shortName: 'SPS-Test',
15019
15366
  chainId: 14000,
15020
15367
  networkId: 14000,
15368
+ slip44: 1,
15021
15369
  explorers: [
15022
15370
  {
15023
15371
  name: 'SPS Test Explorer',
@@ -15036,6 +15384,7 @@ const chainArray = [
15036
15384
  shortName: 'hmnd-t5',
15037
15385
  chainId: 14853,
15038
15386
  networkId: 14853,
15387
+ slip44: 1,
15039
15388
  icon: 'humanode',
15040
15389
  explorers: []
15041
15390
  },
@@ -15087,6 +15436,7 @@ const chainArray = [
15087
15436
  shortName: 'TrustTestnet',
15088
15437
  chainId: 15555,
15089
15438
  networkId: 15555,
15439
+ slip44: 1,
15090
15440
  explorers: [
15091
15441
  {
15092
15442
  name: 'Trust EVM Explorer',
@@ -15106,6 +15456,7 @@ const chainArray = [
15106
15456
  shortName: 'eos-testnet',
15107
15457
  chainId: 15557,
15108
15458
  networkId: 15557,
15459
+ slip44: 1,
15109
15460
  explorers: [
15110
15461
  {
15111
15462
  name: 'EOS EVM Explorer',
@@ -15139,7 +15490,8 @@ const chainArray = [
15139
15490
  infoURL: 'https://metadot.network',
15140
15491
  shortName: 'mtttest',
15141
15492
  chainId: 16001,
15142
- networkId: 16001
15493
+ networkId: 16001,
15494
+ slip44: 1
15143
15495
  },
15144
15496
  {
15145
15497
  name: 'Genesys Mainnet',
@@ -15171,6 +15523,7 @@ const chainArray = [
15171
15523
  shortName: 'nyancat',
15172
15524
  chainId: 16688,
15173
15525
  networkId: 16688,
15526
+ slip44: 1,
15174
15527
  icon: 'nyancat',
15175
15528
  explorers: [
15176
15529
  {
@@ -15211,6 +15564,7 @@ const chainArray = [
15211
15564
  shortName: 'tivar',
15212
15565
  chainId: 16888,
15213
15566
  networkId: 16888,
15567
+ slip44: 1,
15214
15568
  explorers: [
15215
15569
  {
15216
15570
  name: 'ivarscan',
@@ -15237,6 +15591,7 @@ const chainArray = [
15237
15591
  shortName: 'holesky',
15238
15592
  chainId: 17000,
15239
15593
  networkId: 17000,
15594
+ slip44: 1,
15240
15595
  icon: 'ethereum',
15241
15596
  status: 'incubating',
15242
15597
  explorers: [
@@ -15270,6 +15625,7 @@ const chainArray = [
15270
15625
  shortName: 'redstone',
15271
15626
  chainId: 17001,
15272
15627
  networkId: 17001,
15628
+ slip44: 1,
15273
15629
  icon: 'redstone',
15274
15630
  explorers: [
15275
15631
  {
@@ -15310,6 +15666,7 @@ const chainArray = [
15310
15666
  shortName: 'PCT',
15311
15667
  chainId: 17180,
15312
15668
  networkId: 17180,
15669
+ slip44: 1,
15313
15670
  icon: 'PLT',
15314
15671
  explorers: [
15315
15672
  {
@@ -15356,6 +15713,7 @@ const chainArray = [
15356
15713
  shortName: 'ZKST',
15357
15714
  chainId: 18000,
15358
15715
  networkId: 18000,
15716
+ slip44: 1,
15359
15717
  infoURL: 'https://goexosphere.com',
15360
15718
  explorers: [
15361
15719
  {
@@ -15421,6 +15779,7 @@ const chainArray = [
15421
15779
  shortName: 'G8Ct',
15422
15780
  chainId: 18181,
15423
15781
  networkId: 18181,
15782
+ slip44: 1,
15424
15783
  explorers: [
15425
15784
  {
15426
15785
  name: 'G8Chain',
@@ -15514,7 +15873,8 @@ const chainArray = [
15514
15873
  infoURL: 'https://callisto.network',
15515
15874
  shortName: 'CLOTestnet',
15516
15875
  chainId: 20729,
15517
- networkId: 79
15876
+ networkId: 79,
15877
+ slip44: 1
15518
15878
  },
15519
15879
  {
15520
15880
  name: 'P12 Chain',
@@ -15632,6 +15992,7 @@ const chainArray = [
15632
15992
  shortName: 'airdao-test',
15633
15993
  chainId: 22040,
15634
15994
  networkId: 22040,
15995
+ slip44: 1,
15635
15996
  explorers: [
15636
15997
  {
15637
15998
  name: 'AirDAO Network Explorer',
@@ -15691,6 +16052,7 @@ const chainArray = [
15691
16052
  shortName: 'ABNt',
15692
16053
  chainId: 23006,
15693
16054
  networkId: 23006,
16055
+ slip44: 1,
15694
16056
  explorers: [
15695
16057
  {
15696
16058
  name: 'Antofy Testnet',
@@ -15709,6 +16071,7 @@ const chainArray = [
15709
16071
  shortName: 'opside',
15710
16072
  chainId: 23118,
15711
16073
  networkId: 23118,
16074
+ slip44: 1,
15712
16075
  icon: 'opside',
15713
16076
  explorers: [
15714
16077
  {
@@ -15751,6 +16114,7 @@ const chainArray = [
15751
16114
  shortName: 'sapphire-testnet',
15752
16115
  chainId: 23295,
15753
16116
  networkId: 23295,
16117
+ slip44: 1,
15754
16118
  explorers: [
15755
16119
  {
15756
16120
  name: 'Oasis Sapphire Testnet Explorer',
@@ -15814,6 +16178,7 @@ const chainArray = [
15814
16178
  shortName: 'bkct',
15815
16179
  chainId: 25925,
15816
16180
  networkId: 25925,
16181
+ slip44: 1,
15817
16182
  explorers: [
15818
16183
  {
15819
16184
  name: 'bkcscan-testnet',
@@ -15834,6 +16199,7 @@ const chainArray = [
15834
16199
  shortName: 'frm',
15835
16200
  chainId: 26026,
15836
16201
  networkId: 26026,
16202
+ slip44: 1,
15837
16203
  explorers: [
15838
16204
  {
15839
16205
  name: 'polkadotjs',
@@ -15900,6 +16266,7 @@ const chainArray = [
15900
16266
  shortName: 'obgor',
15901
16267
  chainId: 28528,
15902
16268
  networkId: 28528,
16269
+ slip44: 1,
15903
16270
  explorers: [
15904
16271
  {
15905
16272
  name: 'blockscout',
@@ -15939,6 +16306,7 @@ const chainArray = [
15939
16306
  shortName: 'Piece',
15940
16307
  chainId: 30067,
15941
16308
  networkId: 30067,
16309
+ slip44: 1,
15942
16310
  explorers: [
15943
16311
  {
15944
16312
  name: 'Piece Scan',
@@ -15958,6 +16326,7 @@ const chainArray = [
15958
16326
  shortName: 'ceri',
15959
16327
  chainId: 30103,
15960
16328
  networkId: 30103,
16329
+ slip44: 1,
15961
16330
  explorers: [
15962
16331
  {
15963
16332
  name: 'canxium explorer',
@@ -16008,6 +16377,7 @@ const chainArray = [
16008
16377
  shortName: 'CLD',
16009
16378
  chainId: 31224,
16010
16379
  networkId: 31224,
16380
+ slip44: 1,
16011
16381
  explorers: [
16012
16382
  {
16013
16383
  name: 'cloudtxexplorer',
@@ -16026,7 +16396,7 @@ const chainArray = [
16026
16396
  shortName: 'got',
16027
16397
  chainId: 31337,
16028
16398
  networkId: 31337,
16029
- slip44: 6060,
16399
+ slip44: 1,
16030
16400
  explorers: [
16031
16401
  {
16032
16402
  name: 'GoChain Testnet Explorer',
@@ -16148,6 +16518,7 @@ const chainArray = [
16148
16518
  shortName: 'zil-testnet',
16149
16519
  chainId: 33101,
16150
16520
  networkId: 33101,
16521
+ slip44: 1,
16151
16522
  explorers: [
16152
16523
  {
16153
16524
  name: 'Zilliqa EVM Explorer',
@@ -16303,6 +16674,7 @@ const chainArray = [
16303
16674
  shortName: 'q-testnet',
16304
16675
  chainId: 35443,
16305
16676
  networkId: 35443,
16677
+ slip44: 1,
16306
16678
  icon: 'q',
16307
16679
  explorers: [
16308
16680
  {
@@ -16523,6 +16895,7 @@ const chainArray = [
16523
16895
  shortName: 'emerald-testnet',
16524
16896
  chainId: 42261,
16525
16897
  networkId: 42261,
16898
+ slip44: 1,
16526
16899
  explorers: [
16527
16900
  {
16528
16901
  name: 'Oasis Emerald Testnet Explorer',
@@ -16561,6 +16934,7 @@ const chainArray = [
16561
16934
  icon: 'gesoten',
16562
16935
  chainId: 42801,
16563
16936
  networkId: 42801,
16937
+ slip44: 1,
16564
16938
  explorers: [
16565
16939
  {
16566
16940
  name: 'Gesoten Verse Testnet Explorer',
@@ -16581,6 +16955,7 @@ const chainArray = [
16581
16955
  shortName: 'keth',
16582
16956
  chainId: 42888,
16583
16957
  networkId: 42888,
16958
+ slip44: 1,
16584
16959
  explorers: [
16585
16960
  {
16586
16961
  name: 'kintoscan',
@@ -16615,6 +16990,7 @@ const chainArray = [
16615
16990
  shortName: 'Fuji',
16616
16991
  chainId: 43113,
16617
16992
  networkId: 1,
16993
+ slip44: 1,
16618
16994
  explorers: [
16619
16995
  {
16620
16996
  name: 'snowtrace',
@@ -16682,6 +17058,7 @@ const chainArray = [
16682
17058
  shortName: 'ZKFair-Testnet',
16683
17059
  chainId: 43851,
16684
17060
  networkId: 43851,
17061
+ slip44: 1,
16685
17062
  icon: 'zkfair',
16686
17063
  explorers: [
16687
17064
  {
@@ -16718,6 +17095,7 @@ const chainArray = [
16718
17095
  shortName: 'ALFA',
16719
17096
  chain: 'CELO',
16720
17097
  networkId: 44787,
17098
+ slip44: 1,
16721
17099
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
16722
17100
  rpc: [
16723
17101
  'https://alfajores-forno.celo-testnet.org',
@@ -16771,7 +17149,7 @@ const chainArray = [
16771
17149
  shortName: 'tfsn',
16772
17150
  chainId: 46688,
16773
17151
  networkId: 46688,
16774
- slip44: 288,
17152
+ slip44: 1,
16775
17153
  explorers: [
16776
17154
  {
16777
17155
  name: 'fsnscan',
@@ -16814,6 +17192,7 @@ const chainArray = [
16814
17192
  shortName: 'floripa',
16815
17193
  chainId: 49049,
16816
17194
  networkId: 49049,
17195
+ slip44: 1,
16817
17196
  explorers: [
16818
17197
  {
16819
17198
  name: 'Wire Explorer',
@@ -16836,6 +17215,7 @@ const chainArray = [
16836
17215
  shortName: 'tbfc',
16837
17216
  chainId: 49088,
16838
17217
  networkId: 49088,
17218
+ slip44: 1,
16839
17219
  icon: 'bifrost',
16840
17220
  explorers: [
16841
17221
  {
@@ -16855,7 +17235,7 @@ const chainArray = [
16855
17235
  shortName: 'tnrg',
16856
17236
  chainId: 49797,
16857
17237
  networkId: 49797,
16858
- slip44: 49797
17238
+ slip44: 1
16859
17239
  },
16860
17240
  {
16861
17241
  name: 'Liveplex OracleEVM',
@@ -16869,6 +17249,47 @@ const chainArray = [
16869
17249
  networkId: 50001,
16870
17250
  explorers: []
16871
17251
  },
17252
+ {
17253
+ name: 'Yooldo Verse Mainnet',
17254
+ chain: 'Yooldo Verse',
17255
+ icon: 'yooldo_verse',
17256
+ rpc: [ 'https://rpc.yooldo-verse.xyz/' ],
17257
+ faucets: [],
17258
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
17259
+ infoURL: 'https://yooldo.gg/',
17260
+ shortName: 'YVM',
17261
+ chainId: 50005,
17262
+ networkId: 50005,
17263
+ explorers: [
17264
+ {
17265
+ name: 'Yooldo Verse Explorer',
17266
+ url: 'https://explorer.yooldo-verse.xyz',
17267
+ standard: 'EIP3091'
17268
+ }
17269
+ ],
17270
+ parent: { type: 'L2', chain: 'eip155-248' }
17271
+ },
17272
+ {
17273
+ name: 'Yooldo Verse Testnet',
17274
+ chain: 'Yooldo Verse',
17275
+ icon: 'yooldo_verse',
17276
+ rpc: [ 'https://rpc.testnet.yooldo-verse.xyz/' ],
17277
+ faucets: [],
17278
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
17279
+ infoURL: 'https://yooldo.gg/',
17280
+ shortName: 'YVT',
17281
+ chainId: 50006,
17282
+ networkId: 50006,
17283
+ slip44: 1,
17284
+ explorers: [
17285
+ {
17286
+ name: 'Yooldo Verse Explorer',
17287
+ url: 'https://explorer.testnet.yooldo-verse.xyz',
17288
+ standard: 'EIP3091'
17289
+ }
17290
+ ],
17291
+ parent: { type: 'L2', chain: 'eip155-248' }
17292
+ },
16872
17293
  {
16873
17294
  name: 'GTON Testnet',
16874
17295
  chain: 'GTON Testnet',
@@ -16879,6 +17300,7 @@ const chainArray = [
16879
17300
  shortName: 'tgton',
16880
17301
  chainId: 50021,
16881
17302
  networkId: 50021,
17303
+ slip44: 1,
16882
17304
  explorers: [
16883
17305
  {
16884
17306
  name: 'GTON Testnet Network Explorer',
@@ -16902,6 +17324,7 @@ const chainArray = [
16902
17324
  shortName: 'Lumoz-Testnet',
16903
17325
  chainId: 51178,
16904
17326
  networkId: 51178,
17327
+ slip44: 1,
16905
17328
  icon: 'opside-new',
16906
17329
  explorers: [
16907
17330
  {
@@ -16982,6 +17405,7 @@ const chainArray = [
16982
17405
  shortName: 'ISLMT',
16983
17406
  chainId: 54211,
16984
17407
  networkId: 54211,
17408
+ slip44: 1,
16985
17409
  explorers: [
16986
17410
  {
16987
17411
  name: 'TestEdge HAQQ Explorer',
@@ -17001,6 +17425,7 @@ const chainArray = [
17001
17425
  shortName: 'ToronetTestnet',
17002
17426
  chainId: 54321,
17003
17427
  networkId: 54321,
17428
+ slip44: 1,
17004
17429
  ens: { registry: '0x059C474f26D65B0458F9da10A649a7322aB02C09' },
17005
17430
  explorers: [
17006
17431
  {
@@ -17061,6 +17486,7 @@ const chainArray = [
17061
17486
  shortName: 'trei',
17062
17487
  chainId: 55556,
17063
17488
  networkId: 55556,
17489
+ slip44: 1,
17064
17490
  explorers: [
17065
17491
  {
17066
17492
  name: 'reiscan',
@@ -17132,6 +17558,7 @@ const chainArray = [
17132
17558
  shortName: 'tsys-rollux',
17133
17559
  chainId: 57000,
17134
17560
  networkId: 57000,
17561
+ slip44: 1,
17135
17562
  explorers: [
17136
17563
  {
17137
17564
  name: 'Rollux Testnet Explorer',
@@ -17182,6 +17609,7 @@ const chainArray = [
17182
17609
  shortName: 'linea-testnet',
17183
17610
  chainId: 59140,
17184
17611
  networkId: 59140,
17612
+ slip44: 1,
17185
17613
  icon: 'linea',
17186
17614
  parent: {
17187
17615
  type: 'L2',
@@ -17282,6 +17710,7 @@ const chainArray = [
17282
17710
  shortName: 'TKM-test0',
17283
17711
  chainId: 60000,
17284
17712
  networkId: 60000,
17713
+ slip44: 1,
17285
17714
  explorers: [
17286
17715
  {
17287
17716
  name: 'thinkiumscan',
@@ -17300,6 +17729,7 @@ const chainArray = [
17300
17729
  shortName: 'TKM-test1',
17301
17730
  chainId: 60001,
17302
17731
  networkId: 60001,
17732
+ slip44: 1,
17303
17733
  explorers: [
17304
17734
  {
17305
17735
  name: 'thinkiumscan',
@@ -17318,6 +17748,7 @@ const chainArray = [
17318
17748
  shortName: 'TKM-test2',
17319
17749
  chainId: 60002,
17320
17750
  networkId: 60002,
17751
+ slip44: 1,
17321
17752
  explorers: [
17322
17753
  {
17323
17754
  name: 'thinkiumscan',
@@ -17336,6 +17767,7 @@ const chainArray = [
17336
17767
  shortName: 'TKM-test103',
17337
17768
  chainId: 60103,
17338
17769
  networkId: 60103,
17770
+ slip44: 1,
17339
17771
  explorers: [
17340
17772
  {
17341
17773
  name: 'thinkiumscan',
@@ -17420,6 +17852,7 @@ const chainArray = [
17420
17852
  shortName: 'BKLV',
17421
17853
  chain: 'CELO',
17422
17854
  networkId: 62320,
17855
+ slip44: 1,
17423
17856
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
17424
17857
  rpc: [ 'https://baklava-forno.celo-testnet.org' ],
17425
17858
  faucets: [
@@ -17477,6 +17910,7 @@ const chainArray = [
17477
17910
  shortName: 'ecs-testnet',
17478
17911
  chainId: 63001,
17479
17912
  networkId: 63001,
17913
+ slip44: 1,
17480
17914
  icon: 'ecredits',
17481
17915
  explorers: [
17482
17916
  {
@@ -17517,6 +17951,7 @@ const chainArray = [
17517
17951
  shortName: 'janusnetwork-testnet',
17518
17952
  chainId: 66988,
17519
17953
  networkId: 66988,
17954
+ slip44: 1,
17520
17955
  status: 'active',
17521
17956
  explorers: [
17522
17957
  {
@@ -17589,6 +18024,7 @@ const chainArray = [
17589
18024
  shortName: 'cndr',
17590
18025
  chainId: 69420,
17591
18026
  networkId: 69420,
18027
+ slip44: 1,
17592
18028
  explorers: [
17593
18029
  {
17594
18030
  name: 'Condrieu explorer',
@@ -17706,7 +18142,8 @@ const chainArray = [
17706
18142
  infoURL: 'https://github.com/nervosnetwork/godwoken',
17707
18143
  shortName: 'ckb',
17708
18144
  chainId: 71393,
17709
- networkId: 1
18145
+ networkId: 1,
18146
+ slip44: 1
17710
18147
  },
17711
18148
  {
17712
18149
  name: 'Godwoken Testnet v1',
@@ -17721,6 +18158,7 @@ const chainArray = [
17721
18158
  shortName: 'gw-testnet-v1',
17722
18159
  chainId: 71401,
17723
18160
  networkId: 71401,
18161
+ slip44: 1,
17724
18162
  explorers: [
17725
18163
  {
17726
18164
  name: 'GWScan Block Explorer',
@@ -17778,7 +18216,8 @@ const chainArray = [
17778
18216
  infoURL: 'https://energyweb.org',
17779
18217
  shortName: 'vt',
17780
18218
  chainId: 73799,
17781
- networkId: 73799
18219
+ networkId: 73799,
18220
+ slip44: 1
17782
18221
  },
17783
18222
  {
17784
18223
  name: 'Mixin Virtual Machine',
@@ -17830,6 +18269,7 @@ const chainArray = [
17830
18269
  shortName: 'fnc',
17831
18270
  chainId: 77238,
17832
18271
  networkId: 77238,
18272
+ slip44: 1,
17833
18273
  explorers: [
17834
18274
  {
17835
18275
  name: 'Foundry Scan Testnet',
@@ -17886,7 +18326,8 @@ const chainArray = [
17886
18326
  infoURL: 'https://primusmoney.com',
17887
18327
  shortName: 'firenze',
17888
18328
  chainId: 78110,
17889
- networkId: 78110
18329
+ networkId: 78110,
18330
+ slip44: 1
17890
18331
  },
17891
18332
  {
17892
18333
  name: 'Dragonfly Mainnet (Hexapod)',
@@ -17924,6 +18365,7 @@ const chainArray = [
17924
18365
  shortName: 'amplify',
17925
18366
  chainId: 78430,
17926
18367
  networkId: 78430,
18368
+ slip44: 1,
17927
18369
  explorers: [
17928
18370
  {
17929
18371
  name: 'AMPLIFY Explorer',
@@ -17943,6 +18385,7 @@ const chainArray = [
17943
18385
  shortName: 'bulletin',
17944
18386
  chainId: 78431,
17945
18387
  networkId: 78431,
18388
+ slip44: 1,
17946
18389
  explorers: [
17947
18390
  {
17948
18391
  name: 'BULLETIN Explorer',
@@ -17962,6 +18405,7 @@ const chainArray = [
17962
18405
  shortName: 'conduit',
17963
18406
  chainId: 78432,
17964
18407
  networkId: 78432,
18408
+ slip44: 1,
17965
18409
  explorers: [
17966
18410
  {
17967
18411
  name: 'CONDUIT Explorer',
@@ -17981,6 +18425,7 @@ const chainArray = [
17981
18425
  shortName: 'STANDt',
17982
18426
  chainId: 79879,
17983
18427
  networkId: 79879,
18428
+ slip44: 1,
17984
18429
  explorers: [
17985
18430
  {
17986
18431
  name: 'Gold Smart Chain',
@@ -18007,6 +18452,7 @@ const chainArray = [
18007
18452
  shortName: 'maticmum',
18008
18453
  chainId: 80001,
18009
18454
  networkId: 80001,
18455
+ slip44: 1,
18010
18456
  explorers: [
18011
18457
  {
18012
18458
  name: 'polygonscan',
@@ -18044,6 +18490,7 @@ const chainArray = [
18044
18490
  icon: 'meer',
18045
18491
  chainId: 81341,
18046
18492
  networkId: 81341,
18493
+ slip44: 1,
18047
18494
  status: 'incubating'
18048
18495
  },
18049
18496
  {
@@ -18083,6 +18530,7 @@ const chainArray = [
18083
18530
  icon: 'meer',
18084
18531
  chainId: 81351,
18085
18532
  networkId: 81351,
18533
+ slip44: 1,
18086
18534
  status: 'incubating'
18087
18535
  },
18088
18536
  {
@@ -18122,6 +18570,7 @@ const chainArray = [
18122
18570
  icon: 'meer',
18123
18571
  chainId: 81361,
18124
18572
  networkId: 81361,
18573
+ slip44: 1,
18125
18574
  status: 'incubating'
18126
18575
  },
18127
18576
  {
@@ -18185,6 +18634,7 @@ const chainArray = [
18185
18634
  shortName: 'basegor',
18186
18635
  chainId: 84531,
18187
18636
  networkId: 84531,
18637
+ slip44: 1,
18188
18638
  icon: 'baseTestnet',
18189
18639
  explorers: [
18190
18640
  {
@@ -18216,6 +18666,7 @@ const chainArray = [
18216
18666
  shortName: 'basesep',
18217
18667
  chainId: 84532,
18218
18668
  networkId: 84532,
18669
+ slip44: 1,
18219
18670
  icon: 'baseTestnet',
18220
18671
  explorers: [
18221
18672
  {
@@ -18268,6 +18719,7 @@ const chainArray = [
18268
18719
  shortName: 'NAUTTest',
18269
18720
  chainId: 88002,
18270
18721
  networkId: 88002,
18722
+ slip44: 1,
18271
18723
  explorers: [
18272
18724
  {
18273
18725
  name: 'Nautscan',
@@ -18288,6 +18740,7 @@ const chainArray = [
18288
18740
  shortName: 'chz',
18289
18741
  chainId: 88880,
18290
18742
  networkId: 88880,
18743
+ slip44: 1,
18291
18744
  explorers: [
18292
18745
  {
18293
18746
  name: 'scoville-explorer',
@@ -18373,6 +18826,7 @@ const chainArray = [
18373
18826
  shortName: 'lambda-testnet',
18374
18827
  chainId: 92001,
18375
18828
  networkId: 92001,
18829
+ slip44: 1,
18376
18830
  icon: 'lambda',
18377
18831
  explorers: [
18378
18832
  {
@@ -18403,6 +18857,7 @@ const chainArray = [
18403
18857
  shortName: 'mantis',
18404
18858
  chainId: 96970,
18405
18859
  networkId: 96970,
18860
+ slip44: 1,
18406
18861
  explorers: [
18407
18862
  {
18408
18863
  name: 'Mantis Blockscout',
@@ -18442,6 +18897,7 @@ const chainArray = [
18442
18897
  shortName: 'ELt',
18443
18898
  chainId: 99099,
18444
18899
  networkId: 99099,
18900
+ slip44: 1,
18445
18901
  explorers: [
18446
18902
  {
18447
18903
  name: 'eLiberty Testnet',
@@ -18459,7 +18915,8 @@ const chainArray = [
18459
18915
  infoURL: 'https://www.ubchain.site',
18460
18916
  shortName: 'usctest',
18461
18917
  chainId: 99998,
18462
- networkId: 99998
18918
+ networkId: 99998,
18919
+ slip44: 1
18463
18920
  },
18464
18921
  {
18465
18922
  name: 'UB Smart Chain',
@@ -18692,6 +19149,7 @@ const chainArray = [
18692
19149
  shortName: 'vechain-testnet',
18693
19150
  chainId: 100010,
18694
19151
  networkId: 100010,
19152
+ slip44: 1,
18695
19153
  explorers: [
18696
19154
  {
18697
19155
  name: 'VeChain Explorer',
@@ -18725,6 +19183,7 @@ const chainArray = [
18725
19183
  shortName: 'SVRNt',
18726
19184
  chainId: 101010,
18727
19185
  networkId: 101010,
19186
+ slip44: 1,
18728
19187
  explorers: [
18729
19188
  {
18730
19189
  name: 'Soverun',
@@ -18976,6 +19435,7 @@ const chainArray = [
18976
19435
  shortName: 'testsbr',
18977
19436
  chainId: 111000,
18978
19437
  networkId: 111000,
19438
+ slip44: 1,
18979
19439
  icon: 'siberium',
18980
19440
  explorers: [
18981
19441
  {
@@ -19105,6 +19565,7 @@ const chainArray = [
19105
19565
  shortName: 'taiko-a2',
19106
19566
  chainId: 167004,
19107
19567
  networkId: 167004,
19568
+ slip44: 1,
19108
19569
  explorers: [
19109
19570
  {
19110
19571
  name: 'blockscout',
@@ -19202,6 +19663,7 @@ const chainArray = [
19202
19663
  shortName: 'condor',
19203
19664
  chainId: 188881,
19204
19665
  networkId: 188881,
19666
+ slip44: 1,
19205
19667
  explorers: [
19206
19668
  {
19207
19669
  name: 'CondorScan',
@@ -19224,6 +19686,7 @@ const chainArray = [
19224
19686
  shortName: 'milkTAda',
19225
19687
  chainId: 200101,
19226
19688
  networkId: 200101,
19689
+ slip44: 1,
19227
19690
  explorers: [
19228
19691
  {
19229
19692
  name: 'Blockscout',
@@ -19243,6 +19706,7 @@ const chainArray = [
19243
19706
  shortName: 'milkTAlgo',
19244
19707
  chainId: 200202,
19245
19708
  networkId: 200202,
19709
+ slip44: 1,
19246
19710
  explorers: [
19247
19711
  {
19248
19712
  name: 'Blockscout',
@@ -19300,6 +19764,7 @@ const chainArray = [
19300
19764
  shortName: 'alayadev',
19301
19765
  chainId: 201030,
19302
19766
  networkId: 1,
19767
+ slip44: 1,
19303
19768
  icon: 'alaya',
19304
19769
  explorers: [
19305
19770
  {
@@ -19341,6 +19806,7 @@ const chainArray = [
19341
19806
  shortName: 'tDSC',
19342
19807
  chainId: 202020,
19343
19808
  networkId: 202020,
19809
+ slip44: 1,
19344
19810
  icon: 'dsc',
19345
19811
  explorers: [
19346
19812
  {
@@ -19377,6 +19843,7 @@ const chainArray = [
19377
19843
  chain: 'ETH',
19378
19844
  chainId: 202624,
19379
19845
  networkId: 202624,
19846
+ slip44: 1,
19380
19847
  icon: 'twala',
19381
19848
  nativeCurrency: { name: 'Twala Coin', symbol: 'TWL', decimals: 18 },
19382
19849
  rpc: [
@@ -19487,6 +19954,7 @@ const chainArray = [
19487
19954
  shortName: 'reap-testnet',
19488
19955
  chainId: 221231,
19489
19956
  networkId: 221231,
19957
+ slip44: 1,
19490
19958
  icon: 'reapchain',
19491
19959
  explorers: [
19492
19960
  {
@@ -19526,6 +19994,7 @@ const chainArray = [
19526
19994
  shortName: 'hsktest',
19527
19995
  chainId: 230315,
19528
19996
  networkId: 230315,
19997
+ slip44: 1,
19529
19998
  icon: 'hsk',
19530
19999
  explorers: [
19531
20000
  {
@@ -19544,7 +20013,8 @@ const chainArray = [
19544
20013
  infoURL: 'https://haymoswap.web.app/',
19545
20014
  shortName: 'hym',
19546
20015
  chainId: 234666,
19547
- networkId: 234666
20016
+ networkId: 234666,
20017
+ slip44: 1
19548
20018
  },
19549
20019
  {
19550
20020
  name: 'ARTIS sigma1',
@@ -19567,7 +20037,8 @@ const chainArray = [
19567
20037
  infoURL: 'https://artis.network',
19568
20038
  shortName: 'atstau',
19569
20039
  chainId: 246785,
19570
- networkId: 246785
20040
+ networkId: 246785,
20041
+ slip44: 1
19571
20042
  },
19572
20043
  {
19573
20044
  name: 'Saakuru Testnet',
@@ -19580,6 +20051,7 @@ const chainArray = [
19580
20051
  shortName: 'saakuru-testnet',
19581
20052
  chainId: 247253,
19582
20053
  networkId: 247253,
20054
+ slip44: 1,
19583
20055
  explorers: [
19584
20056
  {
19585
20057
  name: 'saakuru-explorer-testnet',
@@ -19623,7 +20095,7 @@ const chainArray = [
19623
20095
  shortName: 'gz-testnet',
19624
20096
  chainId: 266256,
19625
20097
  networkId: 266256,
19626
- slip44: 266256,
20098
+ slip44: 1,
19627
20099
  explorers: []
19628
20100
  },
19629
20101
  {
@@ -19637,6 +20109,7 @@ const chainArray = [
19637
20109
  shortName: 'EGONt',
19638
20110
  chainId: 271271,
19639
20111
  networkId: 271271,
20112
+ slip44: 1,
19640
20113
  explorers: [
19641
20114
  {
19642
20115
  name: 'EgonCoin Testnet',
@@ -19734,6 +20207,7 @@ const chainArray = [
19734
20207
  shortName: 'avst',
19735
20208
  chainId: 333331,
19736
20209
  networkId: 333331,
20210
+ slip44: 1,
19737
20211
  icon: 'aves',
19738
20212
  explorers: [
19739
20213
  {
@@ -19751,6 +20225,7 @@ const chainArray = [
19751
20225
  chain: 'N3-Test',
19752
20226
  icon: 'nativ3',
19753
20227
  networkId: 333333,
20228
+ slip44: 1,
19754
20229
  nativeCurrency: { name: 'USNT', symbol: 'USNT', decimals: 18 },
19755
20230
  rpc: [ 'https://rpctest.nativ3.network', 'wss://wstest.nativ3.network' ],
19756
20231
  faucets: [],
@@ -19778,6 +20253,7 @@ const chainArray = [
19778
20253
  shortName: 'oonetest',
19779
20254
  chainId: 333666,
19780
20255
  networkId: 333666,
20256
+ slip44: 1,
19781
20257
  explorers: [
19782
20258
  {
19783
20259
  name: 'blockscout',
@@ -19814,7 +20290,8 @@ const chainArray = [
19814
20290
  infoURL: 'https://polis.tech',
19815
20291
  shortName: 'sparta',
19816
20292
  chainId: 333888,
19817
- networkId: 333888
20293
+ networkId: 333888,
20294
+ slip44: 1
19818
20295
  },
19819
20296
  {
19820
20297
  name: 'Polis Mainnet',
@@ -19838,6 +20315,7 @@ const chainArray = [
19838
20315
  shortName: 'Bitfinity',
19839
20316
  chainId: 355113,
19840
20317
  networkId: 355113,
20318
+ slip44: 1,
19841
20319
  explorers: [
19842
20320
  {
19843
20321
  name: 'Bitfinity Block Explorer',
@@ -19869,6 +20347,7 @@ const chainArray = [
19869
20347
  shortName: 'hap-testnet',
19870
20348
  chainId: 373737,
19871
20349
  networkId: 373737,
20350
+ slip44: 1,
19872
20351
  icon: 'hap',
19873
20352
  explorers: [
19874
20353
  {
@@ -19966,6 +20445,7 @@ const chainArray = [
19966
20445
  shortName: 'tKEK',
19967
20446
  chainId: 420666,
19968
20447
  networkId: 1,
20448
+ slip44: 1,
19969
20449
  icon: 'kek',
19970
20450
  explorers: [
19971
20451
  {
@@ -19987,6 +20467,7 @@ const chainArray = [
19987
20467
  shortName: 'alterium',
19988
20468
  chainId: 420692,
19989
20469
  networkId: 420692,
20470
+ slip44: 1,
19990
20471
  parent: {
19991
20472
  type: 'L2',
19992
20473
  chain: 'eip155-5',
@@ -20007,6 +20488,7 @@ const chainArray = [
20007
20488
  shortName: 'arb-rinkeby',
20008
20489
  chain: 'ETH',
20009
20490
  networkId: 421611,
20491
+ slip44: 1,
20010
20492
  nativeCurrency: { name: 'Arbitrum Rinkeby Ether', symbol: 'ETH', decimals: 18 },
20011
20493
  rpc: [ 'https://rinkeby.arbitrum.io/rpc' ],
20012
20494
  faucets: [ 'http://fauceth.komputing.org?chain=421611&address=${ADDRESS}' ],
@@ -20036,6 +20518,7 @@ const chainArray = [
20036
20518
  shortName: 'arb-goerli',
20037
20519
  chain: 'ETH',
20038
20520
  networkId: 421613,
20521
+ slip44: 1,
20039
20522
  nativeCurrency: { name: 'Arbitrum Goerli Ether', symbol: 'AGOR', decimals: 18 },
20040
20523
  rpc: [
20041
20524
  'https://goerli-rollup.arbitrum.io/rpc',
@@ -20061,13 +20544,17 @@ const chainArray = [
20061
20544
  name: 'Arbitrum Sepolia',
20062
20545
  title: 'Arbitrum Sepolia Rollup Testnet',
20063
20546
  chain: 'ETH',
20064
- rpc: [ 'https://sepolia-rollup.arbitrum.io/rpc' ],
20547
+ rpc: [
20548
+ 'https://sepolia-rollup.arbitrum.io/rpc',
20549
+ 'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}'
20550
+ ],
20065
20551
  faucets: [],
20066
20552
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
20067
20553
  infoURL: 'https://arbitrum.io',
20068
20554
  shortName: 'arb-sep',
20069
20555
  chainId: 421614,
20070
20556
  networkId: 421614,
20557
+ slip44: 1,
20071
20558
  explorers: [
20072
20559
  {
20073
20560
  name: 'Arbitrum Sepolia Rollup Testnet Explorer',
@@ -20093,6 +20580,7 @@ const chainArray = [
20093
20580
  shortName: 'fastexTestnet',
20094
20581
  chainId: 424242,
20095
20582
  networkId: 424242,
20583
+ slip44: 1,
20096
20584
  explorers: [
20097
20585
  {
20098
20586
  name: 'blockscout',
@@ -20126,6 +20614,7 @@ const chainArray = [
20126
20614
  shortName: 'dexalot-testnet',
20127
20615
  chainId: 432201,
20128
20616
  networkId: 432201,
20617
+ slip44: 1,
20129
20618
  explorers: [
20130
20619
  {
20131
20620
  name: 'Avalanche Subnet Testnet Explorer',
@@ -20163,6 +20652,7 @@ const chainArray = [
20163
20652
  shortName: 'wlkt',
20164
20653
  chainId: 444900,
20165
20654
  networkId: 444900,
20655
+ slip44: 1,
20166
20656
  explorers: [
20167
20657
  {
20168
20658
  name: 'weelink-testnet',
@@ -20180,7 +20670,8 @@ const chainArray = [
20180
20670
  infoURL: 'https://patex.io/',
20181
20671
  shortName: 'psep',
20182
20672
  chainId: 471100,
20183
- networkId: 471100
20673
+ networkId: 471100,
20674
+ slip44: 1
20184
20675
  },
20185
20676
  {
20186
20677
  name: 'OpenChain Mainnet',
@@ -20215,6 +20706,7 @@ const chainArray = [
20215
20706
  shortName: 'cmp',
20216
20707
  chainId: 512512,
20217
20708
  networkId: 512512,
20709
+ slip44: 1,
20218
20710
  explorers: [
20219
20711
  {
20220
20712
  name: 'Galaxy Scan',
@@ -20257,6 +20749,7 @@ const chainArray = [
20257
20749
  shortName: 'scr-sepolia',
20258
20750
  chainId: 534351,
20259
20751
  networkId: 534351,
20752
+ slip44: 1,
20260
20753
  explorers: [
20261
20754
  {
20262
20755
  name: 'Scroll Sepolia Etherscan',
@@ -20320,6 +20813,7 @@ const chainArray = [
20320
20813
  shortName: 'scr-alpha',
20321
20814
  chainId: 534353,
20322
20815
  networkId: 534353,
20816
+ slip44: 1,
20323
20817
  explorers: [
20324
20818
  {
20325
20819
  name: 'Scroll Alpha Testnet Block Explorer',
@@ -20340,6 +20834,7 @@ const chainArray = [
20340
20834
  shortName: 'scr-prealpha',
20341
20835
  chainId: 534354,
20342
20836
  networkId: 534354,
20837
+ slip44: 1,
20343
20838
  explorers: []
20344
20839
  },
20345
20840
  {
@@ -20461,7 +20956,7 @@ const chainArray = [
20461
20956
  shortName: 'vpioneer',
20462
20957
  chainId: 666666,
20463
20958
  networkId: 666666,
20464
- slip44: 60
20959
+ slip44: 1
20465
20960
  },
20466
20961
  {
20467
20962
  name: 'Hela Official Runtime Testnet',
@@ -20474,6 +20969,7 @@ const chainArray = [
20474
20969
  shortName: 'hela-testnet',
20475
20970
  chainId: 666888,
20476
20971
  networkId: 666888,
20972
+ slip44: 1,
20477
20973
  explorers: [
20478
20974
  {
20479
20975
  name: 'Hela Official Runtime Testnet Explorer',
@@ -20497,6 +20993,7 @@ const chainArray = [
20497
20993
  shortName: 'BRNKCTEST',
20498
20994
  chainId: 751230,
20499
20995
  networkId: 751230,
20996
+ slip44: 1,
20500
20997
  explorers: [
20501
20998
  {
20502
20999
  name: 'brnktestscan',
@@ -20670,6 +21167,25 @@ const chainArray = [
20670
21167
  }
20671
21168
  ]
20672
21169
  },
21170
+ {
21171
+ name: 'Astria EVM Dusknet',
21172
+ chain: 'RIA',
21173
+ icon: 'astria',
21174
+ chainId: 912559,
21175
+ networkId: 912559,
21176
+ infoURL: 'https://docs.astria.org',
21177
+ shortName: 'ria-dev',
21178
+ nativeCurrency: { name: 'RIA', symbol: 'RIA', decimals: 18 },
21179
+ rpc: [ 'https://rpc.evm.dusk-2.devnet.astria.org' ],
21180
+ faucets: [ 'https://faucet.evm.dusk-2.devnet.astria.org/' ],
21181
+ explorers: [
21182
+ {
21183
+ name: 'Astria EVM Dusknet Explorer',
21184
+ url: 'https://explorer.evm.dusk-2.devnet.astria.org',
21185
+ standard: 'EIP3091'
21186
+ }
21187
+ ]
21188
+ },
20673
21189
  {
20674
21190
  name: 'Posichain Devnet Shard 0',
20675
21191
  chain: 'PSC',
@@ -20716,6 +21232,7 @@ const chainArray = [
20716
21232
  shortName: 'tFNCY',
20717
21233
  chainId: 923018,
20718
21234
  networkId: 923018,
21235
+ slip44: 1,
20719
21236
  icon: 'fncy',
20720
21237
  explorers: [
20721
21238
  {
@@ -20941,6 +21458,7 @@ const chainArray = [
20941
21458
  shortName: 'dbk',
20942
21459
  chainId: 2021398,
20943
21460
  networkId: 2021398,
21461
+ slip44: 1,
20944
21462
  explorers: [
20945
21463
  {
20946
21464
  name: 'DeBank Chain Explorer',
@@ -20980,6 +21498,7 @@ const chainArray = [
20980
21498
  shortName: 'platondev',
20981
21499
  chainId: 2203181,
20982
21500
  networkId: 1,
21501
+ slip44: 1,
20983
21502
  icon: 'platon',
20984
21503
  status: 'deprecated',
20985
21504
  explorers: [
@@ -21003,6 +21522,7 @@ const chainArray = [
21003
21522
  shortName: 'platondev2',
21004
21523
  chainId: 2206132,
21005
21524
  networkId: 1,
21525
+ slip44: 1,
21006
21526
  icon: 'platon',
21007
21527
  explorers: [
21008
21528
  {
@@ -21049,6 +21569,7 @@ const chainArray = [
21049
21569
  shortName: 'mantaTestnet',
21050
21570
  chainId: 3441005,
21051
21571
  networkId: 3441005,
21572
+ slip44: 1,
21052
21573
  icon: 'manta',
21053
21574
  explorers: [
21054
21575
  {
@@ -21104,6 +21625,7 @@ const chainArray = [
21104
21625
  shortName: 'MXC',
21105
21626
  chainId: 5167003,
21106
21627
  networkId: 5167003,
21628
+ slip44: 1,
21107
21629
  explorers: [
21108
21630
  {
21109
21631
  name: 'MXC Wannsee zkEVM Testnet',
@@ -21123,6 +21645,7 @@ const chainArray = [
21123
21645
  shortName: 'etn-testnet',
21124
21646
  chainId: 5201420,
21125
21647
  networkId: 5201420,
21648
+ slip44: 1,
21126
21649
  icon: 'electroneum',
21127
21650
  explorers: [
21128
21651
  {
@@ -21175,6 +21698,7 @@ const chainArray = [
21175
21698
  shortName: 'imversed-testnet',
21176
21699
  chainId: 5555558,
21177
21700
  networkId: 5555558,
21701
+ slip44: 1,
21178
21702
  icon: 'imversed',
21179
21703
  explorers: [
21180
21704
  {
@@ -21240,6 +21764,7 @@ const chainArray = [
21240
21764
  shortName: 'tqom',
21241
21765
  chainId: 7668378,
21242
21766
  networkId: 7668378,
21767
+ slip44: 1,
21243
21768
  icon: 'qom',
21244
21769
  explorers: [
21245
21770
  {
@@ -21331,6 +21856,7 @@ const chainArray = [
21331
21856
  shortName: 'quarix-testnet',
21332
21857
  chainId: 8888881,
21333
21858
  networkId: 8888881,
21859
+ slip44: 1,
21334
21860
  icon: 'quarix',
21335
21861
  explorers: []
21336
21862
  },
@@ -21404,6 +21930,7 @@ const chainArray = [
21404
21930
  shortName: 'plian-testnet-l2',
21405
21931
  chainId: 10067275,
21406
21932
  networkId: 10067275,
21933
+ slip44: 1,
21407
21934
  explorers: [
21408
21935
  {
21409
21936
  name: 'piscan',
@@ -21456,6 +21983,7 @@ const chainArray = [
21456
21983
  shortName: 'sep',
21457
21984
  chainId: 11155111,
21458
21985
  networkId: 11155111,
21986
+ slip44: 1,
21459
21987
  explorers: [
21460
21988
  {
21461
21989
  name: 'etherscan-sepolia',
@@ -21479,6 +22007,7 @@ const chainArray = [
21479
22007
  shortName: 'opsep',
21480
22008
  chainId: 11155420,
21481
22009
  networkId: 11155420,
22010
+ slip44: 1,
21482
22011
  explorers: [
21483
22012
  {
21484
22013
  name: 'opscout',
@@ -21528,6 +22057,7 @@ const chainArray = [
21528
22057
  shortName: 'plian-testnet',
21529
22058
  chainId: 16658437,
21530
22059
  networkId: 16658437,
22060
+ slip44: 1,
21531
22061
  explorers: [
21532
22062
  {
21533
22063
  name: 'piscan',
@@ -21647,6 +22177,7 @@ const chainArray = [
21647
22177
  shortName: 'exlvolta',
21648
22178
  chainId: 27082017,
21649
22179
  networkId: 27082017,
22180
+ slip44: 1,
21650
22181
  explorers: [
21651
22182
  {
21652
22183
  name: 'exlscan',
@@ -21746,6 +22277,7 @@ const chainArray = [
21746
22277
  shortName: 'mais',
21747
22278
  chainId: 43214913,
21748
22279
  networkId: 43214913,
22280
+ slip44: 1,
21749
22281
  explorers: [
21750
22282
  {
21751
22283
  name: 'maistesntet',
@@ -21777,6 +22309,7 @@ const chainArray = [
21777
22309
  shortName: 'bakerloo-0',
21778
22310
  chainId: 65010000,
21779
22311
  networkId: 65010000,
22312
+ slip44: 1,
21780
22313
  icon: 'autonity',
21781
22314
  explorers: [
21782
22315
  {
@@ -21799,6 +22332,7 @@ const chainArray = [
21799
22332
  shortName: 'bakerloo-01',
21800
22333
  chainId: 65010001,
21801
22334
  networkId: 65010001,
22335
+ slip44: 1,
21802
22336
  icon: 'autonity',
21803
22337
  explorers: [
21804
22338
  {
@@ -21819,6 +22353,7 @@ const chainArray = [
21819
22353
  shortName: 'piccadilly-0',
21820
22354
  chainId: 65100000,
21821
22355
  networkId: 65100000,
22356
+ slip44: 1,
21822
22357
  icon: 'autonity',
21823
22358
  explorers: [
21824
22359
  {
@@ -21841,6 +22376,7 @@ const chainArray = [
21841
22376
  shortName: 'piccadilly-01',
21842
22377
  chainId: 65100001,
21843
22378
  networkId: 65100001,
22379
+ slip44: 1,
21844
22380
  icon: 'autonity',
21845
22381
  explorers: [
21846
22382
  {
@@ -21861,6 +22397,7 @@ const chainArray = [
21861
22397
  shortName: 'frametest',
21862
22398
  chainId: 68840142,
21863
22399
  networkId: 68840142,
22400
+ slip44: 1,
21864
22401
  explorers: [
21865
22402
  {
21866
22403
  name: 'Frame Testnet Explorer',
@@ -21898,7 +22435,8 @@ const chainArray = [
21898
22435
  infoURL: 'https://joys.digital',
21899
22436
  shortName: 'TOYS',
21900
22437
  chainId: 99415706,
21901
- networkId: 99415706
22438
+ networkId: 99415706,
22439
+ slip44: 1
21902
22440
  },
21903
22441
  {
21904
22442
  name: 'Gather Mainnet Network',
@@ -21933,6 +22471,7 @@ const chainArray = [
21933
22471
  shortName: 'kanazawa',
21934
22472
  chainId: 222000222,
21935
22473
  networkId: 222000222,
22474
+ slip44: 1,
21936
22475
  explorers: [
21937
22476
  {
21938
22477
  name: 'explorer',
@@ -22003,6 +22542,7 @@ const chainArray = [
22003
22542
  shortName: 'neonevm-testnet',
22004
22543
  chainId: 245022940,
22005
22544
  networkId: 245022940,
22545
+ slip44: 1,
22006
22546
  explorers: [
22007
22547
  {
22008
22548
  name: 'native',
@@ -22090,6 +22630,7 @@ const chainArray = [
22090
22630
  shortName: 'calypso-testnet',
22091
22631
  chainId: 344106930,
22092
22632
  networkId: 344106930,
22633
+ slip44: 1,
22093
22634
  explorers: [
22094
22635
  {
22095
22636
  name: 'Blockscout',
@@ -22108,6 +22649,7 @@ const chainArray = [
22108
22649
  shortName: 'tGTH',
22109
22650
  chainId: 356256156,
22110
22651
  networkId: 356256156,
22652
+ slip44: 1,
22111
22653
  icon: 'gather',
22112
22654
  explorers: [
22113
22655
  {
@@ -22132,6 +22674,7 @@ const chainArray = [
22132
22674
  shortName: 'europa-testnet',
22133
22675
  chainId: 476158412,
22134
22676
  networkId: 476158412,
22677
+ slip44: 1,
22135
22678
  explorers: [
22136
22679
  {
22137
22680
  name: 'Blockscout',
@@ -22172,6 +22715,7 @@ const chainArray = [
22172
22715
  shortName: 'nebula-testnet',
22173
22716
  chainId: 503129905,
22174
22717
  networkId: 503129905,
22718
+ slip44: 1,
22175
22719
  explorers: [
22176
22720
  {
22177
22721
  name: 'Blockscout',
@@ -22191,6 +22735,7 @@ const chainArray = [
22191
22735
  shortName: 'zsep',
22192
22736
  chainId: 999999999,
22193
22737
  networkId: 999999999,
22738
+ slip44: 1,
22194
22739
  explorers: [
22195
22740
  {
22196
22741
  name: 'Zora Sepolia Testnet Network Explorer',
@@ -22279,6 +22824,7 @@ const chainArray = [
22279
22824
  shortName: 'aurora-testnet',
22280
22825
  chainId: 1313161555,
22281
22826
  networkId: 1313161555,
22827
+ slip44: 1,
22282
22828
  explorers: [
22283
22829
  {
22284
22830
  name: 'aurorascan.dev',
@@ -22333,6 +22879,7 @@ const chainArray = [
22333
22879
  shortName: 'chaos-tenet',
22334
22880
  chainId: 1351057110,
22335
22881
  networkId: 1351057110,
22882
+ slip44: 1,
22336
22883
  explorers: [
22337
22884
  {
22338
22885
  name: 'Blockscout',
@@ -22399,6 +22946,7 @@ const chainArray = [
22399
22946
  shortName: 'titan-testnet',
22400
22947
  chainId: 1517929550,
22401
22948
  networkId: 1517929550,
22949
+ slip44: 1,
22402
22950
  explorers: [
22403
22951
  {
22404
22952
  name: 'Blockscout',
@@ -22624,6 +23172,7 @@ const chainArray = [
22624
23172
  shortName: 'a8',
22625
23173
  chainId: 2863311531,
22626
23174
  networkId: 2863311531,
23175
+ slip44: 1,
22627
23176
  explorers: [
22628
23177
  {
22629
23178
  name: 'a8scan-testnet',
@@ -22655,6 +23204,7 @@ const chainArray = [
22655
23204
  shortName: 'frankenstein',
22656
23205
  chainId: 4216137055,
22657
23206
  networkId: 4216137055,
23207
+ slip44: 1,
22658
23208
  explorers: [
22659
23209
  {
22660
23210
  name: 'OneLedger Block Explorer',
@@ -22674,6 +23224,7 @@ const chainArray = [
22674
23224
  shortName: 'tpalm',
22675
23225
  chainId: 11297108099,
22676
23226
  networkId: 11297108099,
23227
+ slip44: 1,
22677
23228
  explorers: [
22678
23229
  {
22679
23230
  name: 'Palm Testnet Explorer',
@@ -22755,6 +23306,7 @@ const chainArray = [
22755
23306
  shortName: 'ntt-haradev',
22756
23307
  chainId: 197710212031,
22757
23308
  networkId: 197710212031,
23309
+ slip44: 1,
22758
23310
  icon: 'ntity',
22759
23311
  explorers: [
22760
23312
  {
@@ -22822,6 +23374,7 @@ const chainArray = [
22822
23374
  shortName: 'gw-testnet-v1-deprecated',
22823
23375
  chainId: 868455272153094,
22824
23376
  networkId: 868455272153094,
23377
+ slip44: 1,
22825
23378
  status: 'deprecated',
22826
23379
  explorers: [
22827
23380
  {