eth-chainlist 0.0.304 → 0.0.305

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 +8 -0
  2. package/data/chain.js +619 -109
  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
  {
@@ -9061,6 +9256,7 @@ const chainArray = [
9061
9256
  shortName: 'cloudwalk_testnet',
9062
9257
  chainId: 2008,
9063
9258
  networkId: 2008,
9259
+ slip44: 1,
9064
9260
  explorers: [
9065
9261
  {
9066
9262
  name: 'CloudWalk Testnet Explorer',
@@ -9137,7 +9333,7 @@ const chainArray = [
9137
9333
  shortName: 'pmint_test',
9138
9334
  chainId: 2019,
9139
9335
  networkId: 2019,
9140
- slip44: 60,
9336
+ slip44: 1,
9141
9337
  explorers: [
9142
9338
  {
9143
9339
  name: 'PublicMint Explorer',
@@ -9217,6 +9413,7 @@ const chainArray = [
9217
9413
  shortName: 'edgt',
9218
9414
  chainId: 2022,
9219
9415
  networkId: 2022,
9416
+ slip44: 1,
9220
9417
  explorers: [
9221
9418
  {
9222
9419
  name: 'Edgscan by Bharathcoorg',
@@ -9235,6 +9432,7 @@ const chainArray = [
9235
9432
  shortName: 'taycan-testnet',
9236
9433
  chainId: 2023,
9237
9434
  networkId: 2023,
9435
+ slip44: 1,
9238
9436
  icon: 'shuffle',
9239
9437
  explorers: [
9240
9438
  {
@@ -9313,6 +9511,7 @@ const chainArray = [
9313
9511
  shortName: 'kiwi',
9314
9512
  chainId: 2037,
9315
9513
  networkId: 2037,
9514
+ slip44: 1,
9316
9515
  explorers: [
9317
9516
  {
9318
9517
  name: 'KIWI Explorer',
@@ -9332,6 +9531,7 @@ const chainArray = [
9332
9531
  shortName: 'shraptest',
9333
9532
  chainId: 2038,
9334
9533
  networkId: 2038,
9534
+ slip44: 1,
9335
9535
  explorers: [
9336
9536
  {
9337
9537
  name: 'SHRAPNEL Explorer',
@@ -9379,6 +9579,7 @@ const chainArray = [
9379
9579
  shortName: 'stos-testnet',
9380
9580
  chainId: 2047,
9381
9581
  networkId: 2047,
9582
+ slip44: 1,
9382
9583
  explorers: [
9383
9584
  {
9384
9585
  name: 'Stratos EVM Explorer (Blockscout)',
@@ -9510,6 +9711,7 @@ const chainArray = [
9510
9711
  shortName: 'esp',
9511
9712
  chainId: 2101,
9512
9713
  networkId: 2101,
9714
+ slip44: 1,
9513
9715
  explorers: [
9514
9716
  {
9515
9717
  name: 'Ecoball Testnet Explorer',
@@ -9569,6 +9771,7 @@ const chainArray = [
9569
9771
  shortName: 'MEU',
9570
9772
  chainId: 2124,
9571
9773
  networkId: 2124,
9774
+ slip44: 1,
9572
9775
  explorers: [
9573
9776
  {
9574
9777
  name: 'MP1Scan',
@@ -9604,7 +9807,7 @@ const chainArray = [
9604
9807
  shortName: 'dfio-meta-test',
9605
9808
  chainId: 2138,
9606
9809
  networkId: 21,
9607
- slip44: 60,
9810
+ slip44: 1,
9608
9811
  ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
9609
9812
  explorers: [
9610
9813
  {
@@ -9662,6 +9865,7 @@ const chainArray = [
9662
9865
  shortName: 'findora-testnet',
9663
9866
  chainId: 2153,
9664
9867
  networkId: 2153,
9868
+ slip44: 1,
9665
9869
  explorers: [
9666
9870
  {
9667
9871
  name: 'findorascan',
@@ -9680,6 +9884,7 @@ const chainArray = [
9680
9884
  shortName: 'findora-forge',
9681
9885
  chainId: 2154,
9682
9886
  networkId: 2154,
9887
+ slip44: 1,
9683
9888
  explorers: [
9684
9889
  {
9685
9890
  name: 'findorascan',
@@ -9923,6 +10128,7 @@ const chainArray = [
9923
10128
  shortName: 'sma',
9924
10129
  chainId: 2323,
9925
10130
  networkId: 2323,
10131
+ slip44: 1,
9926
10132
  icon: 'soma',
9927
10133
  explorers: [
9928
10134
  {
@@ -9987,6 +10193,7 @@ const chainArray = [
9987
10193
  shortName: 'deprecated-kroma-sepolia',
9988
10194
  chain: 'ETH',
9989
10195
  networkId: 2357,
10196
+ slip44: 1,
9990
10197
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
9991
10198
  rpc: [ 'https://api.sepolia-deprecated.kroma.network' ],
9992
10199
  faucets: [],
@@ -10014,6 +10221,7 @@ const chainArray = [
10014
10221
  shortName: 'kroma-sepolia',
10015
10222
  chain: 'ETH',
10016
10223
  networkId: 2358,
10224
+ slip44: 1,
10017
10225
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
10018
10226
  rpc: [ 'https://api.sepolia.kroma.network' ],
10019
10227
  faucets: [],
@@ -10043,6 +10251,7 @@ const chainArray = [
10043
10251
  shortName: 'bombt',
10044
10252
  chainId: 2399,
10045
10253
  networkId: 2399,
10254
+ slip44: 1,
10046
10255
  icon: 'bomb',
10047
10256
  explorers: [
10048
10257
  {
@@ -10103,6 +10312,7 @@ const chainArray = [
10103
10312
  shortName: 'thrc',
10104
10313
  chainId: 2458,
10105
10314
  networkId: 2458,
10315
+ slip44: 1,
10106
10316
  icon: 'hybrid',
10107
10317
  explorers: [
10108
10318
  {
@@ -10150,6 +10360,7 @@ const chainArray = [
10150
10360
  shortName: 'u2u_nebulas',
10151
10361
  chainId: 2484,
10152
10362
  networkId: 2484,
10363
+ slip44: 1,
10153
10364
  icon: 'u2u_nebulas',
10154
10365
  explorers: [
10155
10366
  {
@@ -10170,6 +10381,7 @@ const chainArray = [
10170
10381
  shortName: 'fraxchain-testnet',
10171
10382
  chainId: 2522,
10172
10383
  networkId: 2522,
10384
+ slip44: 1,
10173
10385
  explorers: [],
10174
10386
  status: 'active'
10175
10387
  },
@@ -10276,6 +10488,7 @@ const chainArray = [
10276
10488
  shortName: 'Fuji-EZChain',
10277
10489
  chainId: 2613,
10278
10490
  networkId: 2613,
10491
+ slip44: 1,
10279
10492
  icon: 'ezchain',
10280
10493
  explorers: [
10281
10494
  {
@@ -10295,6 +10508,7 @@ const chainArray = [
10295
10508
  shortName: 'twbt',
10296
10509
  chainId: 2625,
10297
10510
  networkId: 2625,
10511
+ slip44: 1,
10298
10512
  icon: 'whitebit-testnet',
10299
10513
  explorers: [
10300
10514
  {
@@ -10314,6 +10528,7 @@ const chainArray = [
10314
10528
  shortName: 'tmorph',
10315
10529
  chainId: 2710,
10316
10530
  networkId: 2710,
10531
+ slip44: 1,
10317
10532
  explorers: [
10318
10533
  {
10319
10534
  name: 'Morph Testnet Explorer',
@@ -10364,6 +10579,7 @@ const chainArray = [
10364
10579
  shortName: 'BobaGoerli',
10365
10580
  chainId: 2888,
10366
10581
  networkId: 2888,
10582
+ slip44: 1,
10367
10583
  explorers: [
10368
10584
  {
10369
10585
  name: 'Blockscout',
@@ -10575,7 +10791,8 @@ const chainArray = [
10575
10791
  infoURL: 'https://arabianchain.org',
10576
10792
  shortName: 'testdubx',
10577
10793
  chainId: 3270,
10578
- networkId: 3270
10794
+ networkId: 3270,
10795
+ slip44: 1
10579
10796
  },
10580
10797
  {
10581
10798
  name: 'Debounce Subnet Testnet',
@@ -10588,6 +10805,7 @@ const chainArray = [
10588
10805
  shortName: 'debounce-devnet',
10589
10806
  chainId: 3306,
10590
10807
  networkId: 3306,
10808
+ slip44: 1,
10591
10809
  explorers: [
10592
10810
  {
10593
10811
  name: 'Debounce Devnet Explorer',
@@ -10606,7 +10824,8 @@ const chainArray = [
10606
10824
  infoURL: 'https://zcore.cash',
10607
10825
  shortName: 'zcrbeach',
10608
10826
  chainId: 3331,
10609
- networkId: 3331
10827
+ networkId: 3331,
10828
+ slip44: 1
10610
10829
  },
10611
10830
  {
10612
10831
  name: 'Web3Q Testnet',
@@ -10618,6 +10837,7 @@ const chainArray = [
10618
10837
  shortName: 'w3q-t',
10619
10838
  chainId: 3333,
10620
10839
  networkId: 3333,
10840
+ slip44: 1,
10621
10841
  explorers: [
10622
10842
  {
10623
10843
  name: 'w3q-testnet',
@@ -10674,6 +10894,7 @@ const chainArray = [
10674
10894
  shortName: 'SCAIt',
10675
10895
  chainId: 3434,
10676
10896
  networkId: 3434,
10897
+ slip44: 1,
10677
10898
  explorers: [
10678
10899
  {
10679
10900
  name: 'SecureChain',
@@ -10692,6 +10913,7 @@ const chainArray = [
10692
10913
  shortName: 'prbtestnet',
10693
10914
  chainId: 3500,
10694
10915
  networkId: 3500,
10916
+ slip44: 1,
10695
10917
  icon: 'prb',
10696
10918
  explorers: [
10697
10919
  {
@@ -10749,6 +10971,7 @@ const chainArray = [
10749
10971
  shortName: 'pando-testnet',
10750
10972
  chainId: 3602,
10751
10973
  networkId: 3602,
10974
+ slip44: 1,
10752
10975
  explorers: [
10753
10976
  {
10754
10977
  name: 'Pando Testnet Explorer',
@@ -10768,6 +10991,7 @@ const chainArray = [
10768
10991
  shortName: 'BTNX',
10769
10992
  chainId: 3636,
10770
10993
  networkId: 3636,
10994
+ slip44: 1,
10771
10995
  explorers: [
10772
10996
  {
10773
10997
  name: '3xpl',
@@ -10878,6 +11102,7 @@ const chainArray = [
10878
11102
  shortName: 'SPCt',
10879
11103
  chainId: 3698,
10880
11104
  networkId: 3698,
11105
+ slip44: 1,
10881
11106
  explorers: [
10882
11107
  {
10883
11108
  name: 'SenjePowers',
@@ -10915,6 +11140,7 @@ const chainArray = [
10915
11140
  shortName: 'xplatest',
10916
11141
  chainId: 3701,
10917
11142
  networkId: 3701,
11143
+ slip44: 1,
10918
11144
  icon: 'xpla',
10919
11145
  explorers: [
10920
11146
  {
@@ -11008,6 +11234,7 @@ const chainArray = [
11008
11234
  shortName: 'kalytestnet',
11009
11235
  chainId: 3889,
11010
11236
  networkId: 3889,
11237
+ slip44: 1,
11011
11238
  explorers: [
11012
11239
  {
11013
11240
  name: 'KalyScan',
@@ -11046,6 +11273,7 @@ const chainArray = [
11046
11273
  shortName: 'dost',
11047
11274
  chainId: 3939,
11048
11275
  networkId: 3939,
11276
+ slip44: 1,
11049
11277
  icon: 'doschain',
11050
11278
  explorers: [
11051
11279
  {
@@ -11084,6 +11312,7 @@ const chainArray = [
11084
11312
  shortName: 'tdyno',
11085
11313
  chainId: 3967,
11086
11314
  networkId: 3967,
11315
+ slip44: 1,
11087
11316
  explorers: [
11088
11317
  {
11089
11318
  name: 'DYNO Explorer',
@@ -11140,6 +11369,7 @@ const chainArray = [
11140
11369
  shortName: 'PERIUM',
11141
11370
  chainId: 4001,
11142
11371
  networkId: 4001,
11372
+ slip44: 1,
11143
11373
  icon: 'peperium',
11144
11374
  explorers: [
11145
11375
  {
@@ -11164,6 +11394,7 @@ const chainArray = [
11164
11394
  shortName: 'tftm',
11165
11395
  chainId: 4002,
11166
11396
  networkId: 4002,
11397
+ slip44: 1,
11167
11398
  icon: 'fantom',
11168
11399
  explorers: [
11169
11400
  {
@@ -11184,6 +11415,7 @@ const chainArray = [
11184
11415
  shortName: 'x1-fastnet',
11185
11416
  chainId: 4003,
11186
11417
  networkId: 4003,
11418
+ slip44: 1,
11187
11419
  explorers: [
11188
11420
  {
11189
11421
  name: 'Blockscout',
@@ -11208,6 +11440,7 @@ const chainArray = [
11208
11440
  shortName: 'BobaoperaTestnet',
11209
11441
  chainId: 4051,
11210
11442
  networkId: 4051,
11443
+ slip44: 1,
11211
11444
  explorers: [
11212
11445
  {
11213
11446
  name: 'Bobaopera Testnet block explorer',
@@ -11244,6 +11477,7 @@ const chainArray = [
11244
11477
  shortName: 'Nahmii3Testnet',
11245
11478
  chainId: 4062,
11246
11479
  networkId: 4062,
11480
+ slip44: 1,
11247
11481
  icon: 'nahmii',
11248
11482
  explorers: [
11249
11483
  {
@@ -11272,6 +11506,7 @@ const chainArray = [
11272
11506
  shortName: 'Oasis',
11273
11507
  chainId: 4090,
11274
11508
  networkId: 4090,
11509
+ slip44: 1,
11275
11510
  explorers: [
11276
11511
  {
11277
11512
  name: 'blockscout',
@@ -11291,6 +11526,7 @@ const chainArray = [
11291
11526
  shortName: 'BNIt',
11292
11527
  chainId: 4096,
11293
11528
  networkId: 4096,
11529
+ slip44: 1,
11294
11530
  explorers: [
11295
11531
  {
11296
11532
  name: 'Bitindi',
@@ -11329,7 +11565,7 @@ const chainArray = [
11329
11565
  shortName: 'aioz-testnet',
11330
11566
  chainId: 4102,
11331
11567
  networkId: 4102,
11332
- slip44: 60,
11568
+ slip44: 1,
11333
11569
  explorers: [
11334
11570
  {
11335
11571
  name: 'AIOZ Network Testnet Explorer',
@@ -11349,6 +11585,7 @@ const chainArray = [
11349
11585
  shortName: 'humans_testnet',
11350
11586
  chainId: 4139,
11351
11587
  networkId: 4139,
11588
+ slip44: 1,
11352
11589
  icon: 'humans-dark'
11353
11590
  },
11354
11591
  {
@@ -11362,6 +11599,7 @@ const chainArray = [
11362
11599
  shortName: 'TPBXt',
11363
11600
  chainId: 4141,
11364
11601
  networkId: 4141,
11602
+ slip44: 1,
11365
11603
  explorers: [
11366
11604
  {
11367
11605
  name: 'Tipboxcoin',
@@ -11411,6 +11649,7 @@ const chainArray = [
11411
11649
  shortName: 'lukso-testnet',
11412
11650
  chainId: 4201,
11413
11651
  networkId: 4201,
11652
+ slip44: 1,
11414
11653
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
11415
11654
  },
11416
11655
  {
@@ -11451,6 +11690,7 @@ const chainArray = [
11451
11690
  shortName: 'BobaFujiTestnet',
11452
11691
  chainId: 4328,
11453
11692
  networkId: 4328,
11693
+ slip44: 1,
11454
11694
  explorers: [
11455
11695
  {
11456
11696
  name: 'Bobafuji Testnet block explorer',
@@ -11539,6 +11779,7 @@ const chainArray = [
11539
11779
  shortName: 'orderlyl2',
11540
11780
  chainId: 4460,
11541
11781
  networkId: 4460,
11782
+ slip44: 1,
11542
11783
  icon: 'orderlyTestnet',
11543
11784
  explorers: [
11544
11785
  {
@@ -11577,6 +11818,7 @@ const chainArray = [
11577
11818
  shortName: 'iotex-testnet',
11578
11819
  chainId: 4690,
11579
11820
  networkId: 4690,
11821
+ slip44: 1,
11580
11822
  explorers: [
11581
11823
  {
11582
11824
  name: 'testnet iotexscan',
@@ -11595,6 +11837,7 @@ const chainArray = [
11595
11837
  shortName: 'TESTMEV',
11596
11838
  chainId: 4759,
11597
11839
  networkId: 4759,
11840
+ slip44: 1,
11598
11841
  icon: 'meverse',
11599
11842
  explorers: [
11600
11843
  {
@@ -11616,6 +11859,7 @@ const chainArray = [
11616
11859
  shortName: 'TBXN',
11617
11860
  chainId: 4777,
11618
11861
  networkId: 4777,
11862
+ slip44: 1,
11619
11863
  icon: 'bxn',
11620
11864
  explorers: [
11621
11865
  {
@@ -11655,6 +11899,7 @@ const chainArray = [
11655
11899
  shortName: 'txvm',
11656
11900
  chainId: 4918,
11657
11901
  networkId: 4918,
11902
+ slip44: 1,
11658
11903
  explorers: [
11659
11904
  {
11660
11905
  name: 'Venidium EVM Testnet Explorer',
@@ -11746,6 +11991,7 @@ const chainArray = [
11746
11991
  shortName: 'mantle-testnet',
11747
11992
  chainId: 5001,
11748
11993
  networkId: 5001,
11994
+ slip44: 1,
11749
11995
  explorers: [
11750
11996
  {
11751
11997
  name: 'Mantle Testnet Explorer',
@@ -11790,6 +12036,7 @@ const chainArray = [
11790
12036
  shortName: 'mnt-sep',
11791
12037
  chainId: 5003,
11792
12038
  networkId: 5003,
12039
+ slip44: 1,
11793
12040
  explorers: [
11794
12041
  {
11795
12042
  name: 'blockscout',
@@ -11815,6 +12062,7 @@ const chainArray = [
11815
12062
  shortName: 'tntest',
11816
12063
  chainId: 5005,
11817
12064
  networkId: 5005,
12065
+ slip44: 1,
11818
12066
  explorers: [
11819
12067
  {
11820
12068
  name: 'Treasurenet EVM BlockExplorer',
@@ -11944,6 +12192,7 @@ const chainArray = [
11944
12192
  shortName: 'ttrn',
11945
12193
  chainId: 5353,
11946
12194
  networkId: 5353,
12195
+ slip44: 1,
11947
12196
  icon: 'tritanium',
11948
12197
  explorers: [
11949
12198
  {
@@ -11965,6 +12214,7 @@ const chainArray = [
11965
12214
  shortName: 'VEX',
11966
12215
  chainId: 5522,
11967
12216
  networkId: 5522,
12217
+ slip44: 1,
11968
12218
  explorers: [
11969
12219
  {
11970
12220
  name: 'Vexascan-EVM-TestNet',
@@ -12008,6 +12258,7 @@ const chainArray = [
12008
12258
  shortName: 'NahmiiTestnet',
12009
12259
  chainId: 5553,
12010
12260
  networkId: 5553,
12261
+ slip44: 1,
12011
12262
  icon: 'nahmii',
12012
12263
  explorers: [
12013
12264
  {
@@ -12059,6 +12310,7 @@ const chainArray = [
12059
12310
  shortName: 'obnbt',
12060
12311
  chainId: 5611,
12061
12312
  networkId: 5611,
12313
+ slip44: 1,
12062
12314
  explorers: [
12063
12315
  {
12064
12316
  name: 'bscscan-opbnb-testnet',
@@ -12081,7 +12333,8 @@ const chainArray = [
12081
12333
  infoURL: 'https://arcturuschain.io',
12082
12334
  shortName: 'ARCT',
12083
12335
  chainId: 5616,
12084
- networkId: 5616
12336
+ networkId: 5616,
12337
+ slip44: 1
12085
12338
  },
12086
12339
  {
12087
12340
  name: 'Tanssi EVM ContainerChain',
@@ -12113,6 +12366,7 @@ const chainArray = [
12113
12366
  shortName: 'tsys',
12114
12367
  chainId: 5700,
12115
12368
  networkId: 5700,
12369
+ slip44: 1,
12116
12370
  explorers: [
12117
12371
  {
12118
12372
  name: 'Syscoin Testnet Block Explorer',
@@ -12152,6 +12406,7 @@ const chainArray = [
12152
12406
  shortName: 'satst',
12153
12407
  chainId: 5758,
12154
12408
  networkId: 5758,
12409
+ slip44: 1,
12155
12410
  explorers: [
12156
12411
  {
12157
12412
  name: 'SatoshiChain Testnet Explorer',
@@ -12172,6 +12427,7 @@ const chainArray = [
12172
12427
  shortName: 'ggui',
12173
12428
  chainId: 5777,
12174
12429
  networkId: 5777,
12430
+ slip44: 1,
12175
12431
  explorers: []
12176
12432
  },
12177
12433
  {
@@ -12194,6 +12450,7 @@ const chainArray = [
12194
12450
  shortName: 'OntologyTestnet',
12195
12451
  chainId: 5851,
12196
12452
  networkId: 5851,
12453
+ slip44: 1,
12197
12454
  explorers: [
12198
12455
  {
12199
12456
  name: 'explorer',
@@ -12230,6 +12487,7 @@ const chainArray = [
12230
12487
  shortName: 'TRESTEST',
12231
12488
  chainId: 6065,
12232
12489
  networkId: 6065,
12490
+ slip44: 1,
12233
12491
  icon: 'tresleches',
12234
12492
  explorers: [
12235
12493
  {
@@ -12298,6 +12556,7 @@ const chainArray = [
12298
12556
  shortName: 'UPTN-TEST',
12299
12557
  chainId: 6118,
12300
12558
  networkId: 6118,
12559
+ slip44: 1,
12301
12560
  explorers: [
12302
12561
  {
12303
12562
  name: 'UPTN Testnet Explorer',
@@ -12360,6 +12619,7 @@ const chainArray = [
12360
12619
  shortName: 'SRC-test',
12361
12620
  chainId: 6552,
12362
12621
  networkId: 6552,
12622
+ slip44: 1,
12363
12623
  icon: 'scolcoin',
12364
12624
  explorers: [
12365
12625
  {
@@ -12383,6 +12643,7 @@ const chainArray = [
12383
12643
  shortName: 'fox',
12384
12644
  chainId: 6565,
12385
12645
  networkId: 6565,
12646
+ slip44: 1,
12386
12647
  icon: 'fox',
12387
12648
  explorers: [
12388
12649
  {
@@ -12527,6 +12788,7 @@ const chainArray = [
12527
12788
  shortName: 'zetachain-athens',
12528
12789
  chainId: 7001,
12529
12790
  networkId: 7001,
12791
+ slip44: 1,
12530
12792
  status: 'active',
12531
12793
  explorers: [
12532
12794
  {
@@ -12717,6 +12979,7 @@ const chainArray = [
12717
12979
  shortName: 'tadil',
12718
12980
  chainId: 7575,
12719
12981
  networkId: 7575,
12982
+ slip44: 1,
12720
12983
  explorers: [
12721
12984
  {
12722
12985
  name: 'ADIL Testnet Explorer',
@@ -12778,6 +13041,7 @@ const chainArray = [
12778
13041
  shortName: 'trn-porcini',
12779
13042
  chainId: 7672,
12780
13043
  networkId: 7672,
13044
+ slip44: 1,
12781
13045
  explorers: [
12782
13046
  {
12783
13047
  name: 'rootnet',
@@ -12840,6 +13104,7 @@ const chainArray = [
12840
13104
  shortName: 'TestnetCanto',
12841
13105
  chainId: 7701,
12842
13106
  networkId: 7701,
13107
+ slip44: 1,
12843
13108
  explorers: [
12844
13109
  {
12845
13110
  name: 'Canto Testnet EVM Explorer (Blockscout)',
@@ -12865,6 +13130,7 @@ const chainArray = [
12865
13130
  shortName: 'tbitrock',
12866
13131
  chainId: 7771,
12867
13132
  networkId: 7771,
13133
+ slip44: 1,
12868
13134
  explorers: [
12869
13135
  {
12870
13136
  name: 'Bitrock Testnet Explorer',
@@ -12889,6 +13155,7 @@ const chainArray = [
12889
13155
  shortName: 'RiseOfTheWarbotsTestnet',
12890
13156
  chainId: 7777,
12891
13157
  networkId: 7777,
13158
+ slip44: 1,
12892
13159
  explorers: [
12893
13160
  {
12894
13161
  name: 'avascan',
@@ -12908,6 +13175,7 @@ const chainArray = [
12908
13175
  shortName: 'maal-test',
12909
13176
  chainId: 7860,
12910
13177
  networkId: 7860,
13178
+ slip44: 1,
12911
13179
  explorers: [
12912
13180
  {
12913
13181
  name: 'maalscan testnet',
@@ -12929,6 +13197,7 @@ const chainArray = [
12929
13197
  shortName: 'tscas',
12930
13198
  chainId: 7878,
12931
13199
  networkId: 7878,
13200
+ slip44: 1,
12932
13201
  explorers: [
12933
13202
  {
12934
13203
  name: 'Hazlor Testnet Explorer',
@@ -13013,6 +13282,7 @@ const chainArray = [
13013
13282
  shortName: 'teleport-testnet',
13014
13283
  chainId: 8001,
13015
13284
  networkId: 8001,
13285
+ slip44: 1,
13016
13286
  icon: 'teleport',
13017
13287
  explorers: [
13018
13288
  {
@@ -13038,7 +13308,8 @@ const chainArray = [
13038
13308
  infoURL: 'https://mdgl.io',
13039
13309
  shortName: 'mdgl',
13040
13310
  chainId: 8029,
13041
- networkId: 8029
13311
+ networkId: 8029,
13312
+ slip44: 1
13042
13313
  },
13043
13314
  {
13044
13315
  name: 'Shardeum Liberty 1.X',
@@ -13139,6 +13410,7 @@ const chainArray = [
13139
13410
  shortName: 'meertest',
13140
13411
  chainId: 8131,
13141
13412
  networkId: 8131,
13413
+ slip44: 1,
13142
13414
  icon: 'meer',
13143
13415
  explorers: [
13144
13416
  {
@@ -13224,6 +13496,7 @@ const chainArray = [
13224
13496
  shortName: 'tBOC',
13225
13497
  chainId: 8181,
13226
13498
  networkId: 8181,
13499
+ slip44: 1,
13227
13500
  icon: 'beonechain',
13228
13501
  explorers: [
13229
13502
  {
@@ -13265,6 +13538,7 @@ const chainArray = [
13265
13538
  shortName: 'ttqf',
13266
13539
  chainId: 8194,
13267
13540
  networkId: 8194,
13541
+ slip44: 1,
13268
13542
  explorers: [
13269
13543
  {
13270
13544
  name: 'blockscout',
@@ -13321,7 +13595,8 @@ const chainArray = [
13321
13595
  infoURL: 'https://www.kortho.io/',
13322
13596
  shortName: 'Kortho',
13323
13597
  chainId: 8285,
13324
- networkId: 8285
13598
+ networkId: 8285,
13599
+ slip44: 1
13325
13600
  },
13326
13601
  {
13327
13602
  name: 'Dracones Financial Services',
@@ -13403,6 +13678,7 @@ const chainArray = [
13403
13678
  shortName: 'toki-testnet',
13404
13679
  chainId: 8655,
13405
13680
  networkId: 8655,
13681
+ slip44: 1,
13406
13682
  icon: 'toki',
13407
13683
  explorers: []
13408
13684
  },
@@ -13454,7 +13730,7 @@ const chainArray = [
13454
13730
  shortName: 'tolo',
13455
13731
  chainId: 8724,
13456
13732
  networkId: 8724,
13457
- slip44: 479
13733
+ slip44: 1
13458
13734
  },
13459
13735
  {
13460
13736
  name: 'Alph Network',
@@ -13570,6 +13846,7 @@ const chainArray = [
13570
13846
  shortName: 'opl',
13571
13847
  chainId: 8882,
13572
13848
  networkId: 8882,
13849
+ slip44: 1,
13573
13850
  explorers: [
13574
13851
  {
13575
13852
  name: 'Unique Scan / Opal',
@@ -13722,6 +13999,7 @@ const chainArray = [
13722
13999
  shortName: 'evmos-testnet',
13723
14000
  chainId: 9000,
13724
14001
  networkId: 9000,
14002
+ slip44: 1,
13725
14003
  icon: 'evmos',
13726
14004
  explorers: [
13727
14005
  {
@@ -13802,6 +14080,7 @@ const chainArray = [
13802
14080
  shortName: '_old_tfire',
13803
14081
  chainId: 9170,
13804
14082
  networkId: 9170,
14083
+ slip44: 1,
13805
14084
  explorers: [],
13806
14085
  status: 'deprecated'
13807
14086
  },
@@ -13835,6 +14114,7 @@ const chainArray = [
13835
14114
  shortName: 'DOGSt',
13836
14115
  chainId: 9339,
13837
14116
  networkId: 9339,
14117
+ slip44: 1,
13838
14118
  explorers: [
13839
14119
  {
13840
14120
  name: 'Dogcoin',
@@ -13854,6 +14134,7 @@ const chainArray = [
13854
14134
  shortName: 'trpg',
13855
14135
  chainId: 9527,
13856
14136
  networkId: 9527,
14137
+ slip44: 1,
13857
14138
  explorers: [
13858
14139
  {
13859
14140
  name: 'rangersscan-robin',
@@ -13872,6 +14153,7 @@ const chainArray = [
13872
14153
  shortName: 'QETTest',
13873
14154
  chainId: 9528,
13874
14155
  networkId: 9528,
14156
+ slip44: 1,
13875
14157
  explorers: [
13876
14158
  {
13877
14159
  name: 'QEasyWeb3 Explorer',
@@ -13890,6 +14172,7 @@ const chainArray = [
13890
14172
  shortName: 'testneon',
13891
14173
  chainId: 9559,
13892
14174
  networkId: 9559,
14175
+ slip44: 1,
13893
14176
  icon: 'neonlink',
13894
14177
  explorers: [
13895
14178
  {
@@ -13938,6 +14221,7 @@ const chainArray = [
13938
14221
  shortName: 'BobaBnbTestnet',
13939
14222
  chainId: 9728,
13940
14223
  networkId: 9728,
14224
+ slip44: 1,
13941
14225
  explorers: [
13942
14226
  {
13943
14227
  name: 'Boba BNB Testnet block explorer',
@@ -13962,6 +14246,7 @@ const chainArray = [
13962
14246
  shortName: 'NetZt',
13963
14247
  chainId: 9768,
13964
14248
  networkId: 9768,
14249
+ slip44: 1,
13965
14250
  explorers: [
13966
14251
  {
13967
14252
  name: 'MainnetZ',
@@ -14014,6 +14299,7 @@ const chainArray = [
14014
14299
  shortName: 'carbon-testnet',
14015
14300
  chainId: 9792,
14016
14301
  networkId: 9792,
14302
+ slip44: 1,
14017
14303
  explorers: []
14018
14304
  },
14019
14305
  {
@@ -14029,6 +14315,7 @@ const chainArray = [
14029
14315
  shortName: 'tIMP',
14030
14316
  chainId: 9818,
14031
14317
  networkId: 9818,
14318
+ slip44: 1,
14032
14319
  icon: 'timp',
14033
14320
  explorers: [
14034
14321
  {
@@ -14076,6 +14363,7 @@ const chainArray = [
14076
14363
  shortName: 'tMIND',
14077
14364
  chainId: 9977,
14078
14365
  networkId: 9977,
14366
+ slip44: 1,
14079
14367
  explorers: [
14080
14368
  {
14081
14369
  name: 'Mind Chain explorer',
@@ -14144,6 +14432,7 @@ const chainArray = [
14144
14432
  shortName: 'alt-testnet',
14145
14433
  chainId: 9997,
14146
14434
  networkId: 9997,
14435
+ slip44: 1,
14147
14436
  icon: 'altlayer',
14148
14437
  explorers: [
14149
14438
  {
@@ -14163,7 +14452,8 @@ const chainArray = [
14163
14452
  infoURL: 'https://docs.bccloud.net/',
14164
14453
  shortName: 'myn',
14165
14454
  chainId: 9999,
14166
- networkId: 9999
14455
+ networkId: 9999,
14456
+ slip44: 1
14167
14457
  },
14168
14458
  {
14169
14459
  name: 'Smart Bitcoin Cash',
@@ -14193,7 +14483,8 @@ const chainArray = [
14193
14483
  infoURL: 'http://smartbch.org/',
14194
14484
  shortName: 'smartbchtest',
14195
14485
  chainId: 10001,
14196
- networkId: 10001
14486
+ networkId: 10001,
14487
+ slip44: 1
14197
14488
  },
14198
14489
  {
14199
14490
  name: 'Gon Chain',
@@ -14237,6 +14528,7 @@ const chainArray = [
14237
14528
  shortName: 'joct',
14238
14529
  chainId: 10081,
14239
14530
  networkId: 10081,
14531
+ slip44: 1,
14240
14532
  explorers: [
14241
14533
  {
14242
14534
  name: 'Testnet Block Explorer',
@@ -14288,6 +14580,7 @@ const chainArray = [
14288
14580
  shortName: 'chi',
14289
14581
  chainId: 10200,
14290
14582
  networkId: 10200,
14583
+ slip44: 1,
14291
14584
  explorers: [
14292
14585
  {
14293
14586
  name: 'blockscout-chiadochain',
@@ -14337,6 +14630,7 @@ const chainArray = [
14337
14630
  shortName: 'aa',
14338
14631
  chainId: 10243,
14339
14632
  networkId: 10243,
14633
+ slip44: 1,
14340
14634
  explorers: [
14341
14635
  {
14342
14636
  name: 'blockscout',
@@ -14375,6 +14669,7 @@ const chainArray = [
14375
14669
  shortName: 'TWLC',
14376
14670
  chainId: 10395,
14377
14671
  networkId: 10395,
14672
+ slip44: 1,
14378
14673
  explorers: [
14379
14674
  {
14380
14675
  name: 'Worldland Explorer',
@@ -14416,6 +14711,7 @@ const chainArray = [
14416
14711
  shortName: 'Snow',
14417
14712
  chainId: 10508,
14418
14713
  networkId: 10508,
14714
+ slip44: 1,
14419
14715
  explorers: [
14420
14716
  {
14421
14717
  name: 'ethernal',
@@ -14481,6 +14777,7 @@ const chainArray = [
14481
14777
  shortName: 'quadranstestnet',
14482
14778
  chainId: 10947,
14483
14779
  networkId: 10947,
14780
+ slip44: 1,
14484
14781
  explorers: [
14485
14782
  {
14486
14783
  name: 'explorer',
@@ -14545,6 +14842,7 @@ const chainArray = [
14545
14842
  shortName: 'astra-testnet',
14546
14843
  chainId: 11115,
14547
14844
  networkId: 11115,
14845
+ slip44: 1,
14548
14846
  icon: 'astra',
14549
14847
  explorers: [
14550
14848
  {
@@ -14612,6 +14910,7 @@ const chainArray = [
14612
14910
  shortName: 'shyftt',
14613
14911
  chainId: 11437,
14614
14912
  networkId: 11437,
14913
+ slip44: 1,
14615
14914
  explorers: [
14616
14915
  {
14617
14916
  name: 'Shyft Testnet BX',
@@ -14631,6 +14930,7 @@ const chainArray = [
14631
14930
  shortName: 'SRDXt',
14632
14931
  chainId: 11612,
14633
14932
  networkId: 11612,
14933
+ slip44: 1,
14634
14934
  explorers: [
14635
14935
  {
14636
14936
  name: 'Sardis',
@@ -14711,6 +15011,7 @@ const chainArray = [
14711
15011
  shortName: 'tZERO',
14712
15012
  chainId: 12051,
14713
15013
  networkId: 12051,
15014
+ slip44: 1,
14714
15015
  explorers: [
14715
15016
  {
14716
15017
  name: 'zeroscan',
@@ -14805,7 +15106,8 @@ const chainArray = [
14805
15106
  infoURL: 'https://blgchain.com',
14806
15107
  shortName: 'blgchain',
14807
15108
  chainId: 12321,
14808
- networkId: 12321
15109
+ networkId: 12321,
15110
+ slip44: 1
14809
15111
  },
14810
15112
  {
14811
15113
  name: 'Step Testnet',
@@ -14819,6 +15121,7 @@ const chainArray = [
14819
15121
  shortName: 'steptest',
14820
15122
  chainId: 12345,
14821
15123
  networkId: 12345,
15124
+ slip44: 1,
14822
15125
  explorers: [
14823
15126
  {
14824
15127
  name: 'StepScan',
@@ -14857,6 +15160,7 @@ const chainArray = [
14857
15160
  shortName: 'tRIK',
14858
15161
  chainId: 12715,
14859
15162
  networkId: 12715,
15163
+ slip44: 1,
14860
15164
  explorers: [
14861
15165
  {
14862
15166
  name: 'Rikeza Blockchain explorer',
@@ -14876,6 +15180,7 @@ const chainArray = [
14876
15180
  shortName: 'tqnet',
14877
15181
  chainId: 12890,
14878
15182
  networkId: 12890,
15183
+ slip44: 1,
14879
15184
  explorers: [
14880
15185
  {
14881
15186
  name: 'Quantum Scan Testnet',
@@ -14941,6 +15246,7 @@ const chainArray = [
14941
15246
  icon: 'beam',
14942
15247
  chainId: 13337,
14943
15248
  networkId: 13337,
15249
+ slip44: 1,
14944
15250
  explorers: [
14945
15251
  {
14946
15252
  name: 'Beam Explorer',
@@ -14978,6 +15284,7 @@ const chainArray = [
14978
15284
  shortName: 'imx-testnet',
14979
15285
  chainId: 13473,
14980
15286
  networkId: 13473,
15287
+ slip44: 1,
14981
15288
  icon: 'immutable',
14982
15289
  explorers: [
14983
15290
  {
@@ -15018,6 +15325,7 @@ const chainArray = [
15018
15325
  shortName: 'SPS-Test',
15019
15326
  chainId: 14000,
15020
15327
  networkId: 14000,
15328
+ slip44: 1,
15021
15329
  explorers: [
15022
15330
  {
15023
15331
  name: 'SPS Test Explorer',
@@ -15036,6 +15344,7 @@ const chainArray = [
15036
15344
  shortName: 'hmnd-t5',
15037
15345
  chainId: 14853,
15038
15346
  networkId: 14853,
15347
+ slip44: 1,
15039
15348
  icon: 'humanode',
15040
15349
  explorers: []
15041
15350
  },
@@ -15087,6 +15396,7 @@ const chainArray = [
15087
15396
  shortName: 'TrustTestnet',
15088
15397
  chainId: 15555,
15089
15398
  networkId: 15555,
15399
+ slip44: 1,
15090
15400
  explorers: [
15091
15401
  {
15092
15402
  name: 'Trust EVM Explorer',
@@ -15106,6 +15416,7 @@ const chainArray = [
15106
15416
  shortName: 'eos-testnet',
15107
15417
  chainId: 15557,
15108
15418
  networkId: 15557,
15419
+ slip44: 1,
15109
15420
  explorers: [
15110
15421
  {
15111
15422
  name: 'EOS EVM Explorer',
@@ -15139,7 +15450,8 @@ const chainArray = [
15139
15450
  infoURL: 'https://metadot.network',
15140
15451
  shortName: 'mtttest',
15141
15452
  chainId: 16001,
15142
- networkId: 16001
15453
+ networkId: 16001,
15454
+ slip44: 1
15143
15455
  },
15144
15456
  {
15145
15457
  name: 'Genesys Mainnet',
@@ -15171,6 +15483,7 @@ const chainArray = [
15171
15483
  shortName: 'nyancat',
15172
15484
  chainId: 16688,
15173
15485
  networkId: 16688,
15486
+ slip44: 1,
15174
15487
  icon: 'nyancat',
15175
15488
  explorers: [
15176
15489
  {
@@ -15211,6 +15524,7 @@ const chainArray = [
15211
15524
  shortName: 'tivar',
15212
15525
  chainId: 16888,
15213
15526
  networkId: 16888,
15527
+ slip44: 1,
15214
15528
  explorers: [
15215
15529
  {
15216
15530
  name: 'ivarscan',
@@ -15237,6 +15551,7 @@ const chainArray = [
15237
15551
  shortName: 'holesky',
15238
15552
  chainId: 17000,
15239
15553
  networkId: 17000,
15554
+ slip44: 1,
15240
15555
  icon: 'ethereum',
15241
15556
  status: 'incubating',
15242
15557
  explorers: [
@@ -15270,6 +15585,7 @@ const chainArray = [
15270
15585
  shortName: 'redstone',
15271
15586
  chainId: 17001,
15272
15587
  networkId: 17001,
15588
+ slip44: 1,
15273
15589
  icon: 'redstone',
15274
15590
  explorers: [
15275
15591
  {
@@ -15310,6 +15626,7 @@ const chainArray = [
15310
15626
  shortName: 'PCT',
15311
15627
  chainId: 17180,
15312
15628
  networkId: 17180,
15629
+ slip44: 1,
15313
15630
  icon: 'PLT',
15314
15631
  explorers: [
15315
15632
  {
@@ -15356,6 +15673,7 @@ const chainArray = [
15356
15673
  shortName: 'ZKST',
15357
15674
  chainId: 18000,
15358
15675
  networkId: 18000,
15676
+ slip44: 1,
15359
15677
  infoURL: 'https://goexosphere.com',
15360
15678
  explorers: [
15361
15679
  {
@@ -15421,6 +15739,7 @@ const chainArray = [
15421
15739
  shortName: 'G8Ct',
15422
15740
  chainId: 18181,
15423
15741
  networkId: 18181,
15742
+ slip44: 1,
15424
15743
  explorers: [
15425
15744
  {
15426
15745
  name: 'G8Chain',
@@ -15514,7 +15833,8 @@ const chainArray = [
15514
15833
  infoURL: 'https://callisto.network',
15515
15834
  shortName: 'CLOTestnet',
15516
15835
  chainId: 20729,
15517
- networkId: 79
15836
+ networkId: 79,
15837
+ slip44: 1
15518
15838
  },
15519
15839
  {
15520
15840
  name: 'P12 Chain',
@@ -15632,6 +15952,7 @@ const chainArray = [
15632
15952
  shortName: 'airdao-test',
15633
15953
  chainId: 22040,
15634
15954
  networkId: 22040,
15955
+ slip44: 1,
15635
15956
  explorers: [
15636
15957
  {
15637
15958
  name: 'AirDAO Network Explorer',
@@ -15691,6 +16012,7 @@ const chainArray = [
15691
16012
  shortName: 'ABNt',
15692
16013
  chainId: 23006,
15693
16014
  networkId: 23006,
16015
+ slip44: 1,
15694
16016
  explorers: [
15695
16017
  {
15696
16018
  name: 'Antofy Testnet',
@@ -15709,6 +16031,7 @@ const chainArray = [
15709
16031
  shortName: 'opside',
15710
16032
  chainId: 23118,
15711
16033
  networkId: 23118,
16034
+ slip44: 1,
15712
16035
  icon: 'opside',
15713
16036
  explorers: [
15714
16037
  {
@@ -15751,6 +16074,7 @@ const chainArray = [
15751
16074
  shortName: 'sapphire-testnet',
15752
16075
  chainId: 23295,
15753
16076
  networkId: 23295,
16077
+ slip44: 1,
15754
16078
  explorers: [
15755
16079
  {
15756
16080
  name: 'Oasis Sapphire Testnet Explorer',
@@ -15814,6 +16138,7 @@ const chainArray = [
15814
16138
  shortName: 'bkct',
15815
16139
  chainId: 25925,
15816
16140
  networkId: 25925,
16141
+ slip44: 1,
15817
16142
  explorers: [
15818
16143
  {
15819
16144
  name: 'bkcscan-testnet',
@@ -15834,6 +16159,7 @@ const chainArray = [
15834
16159
  shortName: 'frm',
15835
16160
  chainId: 26026,
15836
16161
  networkId: 26026,
16162
+ slip44: 1,
15837
16163
  explorers: [
15838
16164
  {
15839
16165
  name: 'polkadotjs',
@@ -15900,6 +16226,7 @@ const chainArray = [
15900
16226
  shortName: 'obgor',
15901
16227
  chainId: 28528,
15902
16228
  networkId: 28528,
16229
+ slip44: 1,
15903
16230
  explorers: [
15904
16231
  {
15905
16232
  name: 'blockscout',
@@ -15939,6 +16266,7 @@ const chainArray = [
15939
16266
  shortName: 'Piece',
15940
16267
  chainId: 30067,
15941
16268
  networkId: 30067,
16269
+ slip44: 1,
15942
16270
  explorers: [
15943
16271
  {
15944
16272
  name: 'Piece Scan',
@@ -15958,6 +16286,7 @@ const chainArray = [
15958
16286
  shortName: 'ceri',
15959
16287
  chainId: 30103,
15960
16288
  networkId: 30103,
16289
+ slip44: 1,
15961
16290
  explorers: [
15962
16291
  {
15963
16292
  name: 'canxium explorer',
@@ -16008,6 +16337,7 @@ const chainArray = [
16008
16337
  shortName: 'CLD',
16009
16338
  chainId: 31224,
16010
16339
  networkId: 31224,
16340
+ slip44: 1,
16011
16341
  explorers: [
16012
16342
  {
16013
16343
  name: 'cloudtxexplorer',
@@ -16026,7 +16356,7 @@ const chainArray = [
16026
16356
  shortName: 'got',
16027
16357
  chainId: 31337,
16028
16358
  networkId: 31337,
16029
- slip44: 6060,
16359
+ slip44: 1,
16030
16360
  explorers: [
16031
16361
  {
16032
16362
  name: 'GoChain Testnet Explorer',
@@ -16148,6 +16478,7 @@ const chainArray = [
16148
16478
  shortName: 'zil-testnet',
16149
16479
  chainId: 33101,
16150
16480
  networkId: 33101,
16481
+ slip44: 1,
16151
16482
  explorers: [
16152
16483
  {
16153
16484
  name: 'Zilliqa EVM Explorer',
@@ -16303,6 +16634,7 @@ const chainArray = [
16303
16634
  shortName: 'q-testnet',
16304
16635
  chainId: 35443,
16305
16636
  networkId: 35443,
16637
+ slip44: 1,
16306
16638
  icon: 'q',
16307
16639
  explorers: [
16308
16640
  {
@@ -16523,6 +16855,7 @@ const chainArray = [
16523
16855
  shortName: 'emerald-testnet',
16524
16856
  chainId: 42261,
16525
16857
  networkId: 42261,
16858
+ slip44: 1,
16526
16859
  explorers: [
16527
16860
  {
16528
16861
  name: 'Oasis Emerald Testnet Explorer',
@@ -16561,6 +16894,7 @@ const chainArray = [
16561
16894
  icon: 'gesoten',
16562
16895
  chainId: 42801,
16563
16896
  networkId: 42801,
16897
+ slip44: 1,
16564
16898
  explorers: [
16565
16899
  {
16566
16900
  name: 'Gesoten Verse Testnet Explorer',
@@ -16581,6 +16915,7 @@ const chainArray = [
16581
16915
  shortName: 'keth',
16582
16916
  chainId: 42888,
16583
16917
  networkId: 42888,
16918
+ slip44: 1,
16584
16919
  explorers: [
16585
16920
  {
16586
16921
  name: 'kintoscan',
@@ -16615,6 +16950,7 @@ const chainArray = [
16615
16950
  shortName: 'Fuji',
16616
16951
  chainId: 43113,
16617
16952
  networkId: 1,
16953
+ slip44: 1,
16618
16954
  explorers: [
16619
16955
  {
16620
16956
  name: 'snowtrace',
@@ -16682,6 +17018,7 @@ const chainArray = [
16682
17018
  shortName: 'ZKFair-Testnet',
16683
17019
  chainId: 43851,
16684
17020
  networkId: 43851,
17021
+ slip44: 1,
16685
17022
  icon: 'zkfair',
16686
17023
  explorers: [
16687
17024
  {
@@ -16718,6 +17055,7 @@ const chainArray = [
16718
17055
  shortName: 'ALFA',
16719
17056
  chain: 'CELO',
16720
17057
  networkId: 44787,
17058
+ slip44: 1,
16721
17059
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
16722
17060
  rpc: [
16723
17061
  'https://alfajores-forno.celo-testnet.org',
@@ -16771,7 +17109,7 @@ const chainArray = [
16771
17109
  shortName: 'tfsn',
16772
17110
  chainId: 46688,
16773
17111
  networkId: 46688,
16774
- slip44: 288,
17112
+ slip44: 1,
16775
17113
  explorers: [
16776
17114
  {
16777
17115
  name: 'fsnscan',
@@ -16814,6 +17152,7 @@ const chainArray = [
16814
17152
  shortName: 'floripa',
16815
17153
  chainId: 49049,
16816
17154
  networkId: 49049,
17155
+ slip44: 1,
16817
17156
  explorers: [
16818
17157
  {
16819
17158
  name: 'Wire Explorer',
@@ -16836,6 +17175,7 @@ const chainArray = [
16836
17175
  shortName: 'tbfc',
16837
17176
  chainId: 49088,
16838
17177
  networkId: 49088,
17178
+ slip44: 1,
16839
17179
  icon: 'bifrost',
16840
17180
  explorers: [
16841
17181
  {
@@ -16855,7 +17195,7 @@ const chainArray = [
16855
17195
  shortName: 'tnrg',
16856
17196
  chainId: 49797,
16857
17197
  networkId: 49797,
16858
- slip44: 49797
17198
+ slip44: 1
16859
17199
  },
16860
17200
  {
16861
17201
  name: 'Liveplex OracleEVM',
@@ -16869,6 +17209,47 @@ const chainArray = [
16869
17209
  networkId: 50001,
16870
17210
  explorers: []
16871
17211
  },
17212
+ {
17213
+ name: 'Yooldo Verse Mainnet',
17214
+ chain: 'Yooldo Verse',
17215
+ icon: 'yooldo_verse',
17216
+ rpc: [ 'https://rpc.yooldo-verse.xyz/' ],
17217
+ faucets: [],
17218
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
17219
+ infoURL: 'https://yooldo.gg/',
17220
+ shortName: 'YVM',
17221
+ chainId: 50005,
17222
+ networkId: 50005,
17223
+ explorers: [
17224
+ {
17225
+ name: 'Yooldo Verse Explorer',
17226
+ url: 'https://explorer.yooldo-verse.xyz',
17227
+ standard: 'EIP3091'
17228
+ }
17229
+ ],
17230
+ parent: { type: 'L2', chain: 'eip155-248' }
17231
+ },
17232
+ {
17233
+ name: 'Yooldo Verse Testnet',
17234
+ chain: 'Yooldo Verse',
17235
+ icon: 'yooldo_verse',
17236
+ rpc: [ 'https://rpc.testnet.yooldo-verse.xyz/' ],
17237
+ faucets: [],
17238
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
17239
+ infoURL: 'https://yooldo.gg/',
17240
+ shortName: 'YVT',
17241
+ chainId: 50006,
17242
+ networkId: 50006,
17243
+ slip44: 1,
17244
+ explorers: [
17245
+ {
17246
+ name: 'Yooldo Verse Explorer',
17247
+ url: 'https://explorer.testnet.yooldo-verse.xyz',
17248
+ standard: 'EIP3091'
17249
+ }
17250
+ ],
17251
+ parent: { type: 'L2', chain: 'eip155-248' }
17252
+ },
16872
17253
  {
16873
17254
  name: 'GTON Testnet',
16874
17255
  chain: 'GTON Testnet',
@@ -16879,6 +17260,7 @@ const chainArray = [
16879
17260
  shortName: 'tgton',
16880
17261
  chainId: 50021,
16881
17262
  networkId: 50021,
17263
+ slip44: 1,
16882
17264
  explorers: [
16883
17265
  {
16884
17266
  name: 'GTON Testnet Network Explorer',
@@ -16902,6 +17284,7 @@ const chainArray = [
16902
17284
  shortName: 'Lumoz-Testnet',
16903
17285
  chainId: 51178,
16904
17286
  networkId: 51178,
17287
+ slip44: 1,
16905
17288
  icon: 'opside-new',
16906
17289
  explorers: [
16907
17290
  {
@@ -16982,6 +17365,7 @@ const chainArray = [
16982
17365
  shortName: 'ISLMT',
16983
17366
  chainId: 54211,
16984
17367
  networkId: 54211,
17368
+ slip44: 1,
16985
17369
  explorers: [
16986
17370
  {
16987
17371
  name: 'TestEdge HAQQ Explorer',
@@ -17001,6 +17385,7 @@ const chainArray = [
17001
17385
  shortName: 'ToronetTestnet',
17002
17386
  chainId: 54321,
17003
17387
  networkId: 54321,
17388
+ slip44: 1,
17004
17389
  ens: { registry: '0x059C474f26D65B0458F9da10A649a7322aB02C09' },
17005
17390
  explorers: [
17006
17391
  {
@@ -17061,6 +17446,7 @@ const chainArray = [
17061
17446
  shortName: 'trei',
17062
17447
  chainId: 55556,
17063
17448
  networkId: 55556,
17449
+ slip44: 1,
17064
17450
  explorers: [
17065
17451
  {
17066
17452
  name: 'reiscan',
@@ -17132,6 +17518,7 @@ const chainArray = [
17132
17518
  shortName: 'tsys-rollux',
17133
17519
  chainId: 57000,
17134
17520
  networkId: 57000,
17521
+ slip44: 1,
17135
17522
  explorers: [
17136
17523
  {
17137
17524
  name: 'Rollux Testnet Explorer',
@@ -17182,6 +17569,7 @@ const chainArray = [
17182
17569
  shortName: 'linea-testnet',
17183
17570
  chainId: 59140,
17184
17571
  networkId: 59140,
17572
+ slip44: 1,
17185
17573
  icon: 'linea',
17186
17574
  parent: {
17187
17575
  type: 'L2',
@@ -17282,6 +17670,7 @@ const chainArray = [
17282
17670
  shortName: 'TKM-test0',
17283
17671
  chainId: 60000,
17284
17672
  networkId: 60000,
17673
+ slip44: 1,
17285
17674
  explorers: [
17286
17675
  {
17287
17676
  name: 'thinkiumscan',
@@ -17300,6 +17689,7 @@ const chainArray = [
17300
17689
  shortName: 'TKM-test1',
17301
17690
  chainId: 60001,
17302
17691
  networkId: 60001,
17692
+ slip44: 1,
17303
17693
  explorers: [
17304
17694
  {
17305
17695
  name: 'thinkiumscan',
@@ -17318,6 +17708,7 @@ const chainArray = [
17318
17708
  shortName: 'TKM-test2',
17319
17709
  chainId: 60002,
17320
17710
  networkId: 60002,
17711
+ slip44: 1,
17321
17712
  explorers: [
17322
17713
  {
17323
17714
  name: 'thinkiumscan',
@@ -17336,6 +17727,7 @@ const chainArray = [
17336
17727
  shortName: 'TKM-test103',
17337
17728
  chainId: 60103,
17338
17729
  networkId: 60103,
17730
+ slip44: 1,
17339
17731
  explorers: [
17340
17732
  {
17341
17733
  name: 'thinkiumscan',
@@ -17420,6 +17812,7 @@ const chainArray = [
17420
17812
  shortName: 'BKLV',
17421
17813
  chain: 'CELO',
17422
17814
  networkId: 62320,
17815
+ slip44: 1,
17423
17816
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
17424
17817
  rpc: [ 'https://baklava-forno.celo-testnet.org' ],
17425
17818
  faucets: [
@@ -17477,6 +17870,7 @@ const chainArray = [
17477
17870
  shortName: 'ecs-testnet',
17478
17871
  chainId: 63001,
17479
17872
  networkId: 63001,
17873
+ slip44: 1,
17480
17874
  icon: 'ecredits',
17481
17875
  explorers: [
17482
17876
  {
@@ -17517,6 +17911,7 @@ const chainArray = [
17517
17911
  shortName: 'janusnetwork-testnet',
17518
17912
  chainId: 66988,
17519
17913
  networkId: 66988,
17914
+ slip44: 1,
17520
17915
  status: 'active',
17521
17916
  explorers: [
17522
17917
  {
@@ -17589,6 +17984,7 @@ const chainArray = [
17589
17984
  shortName: 'cndr',
17590
17985
  chainId: 69420,
17591
17986
  networkId: 69420,
17987
+ slip44: 1,
17592
17988
  explorers: [
17593
17989
  {
17594
17990
  name: 'Condrieu explorer',
@@ -17706,7 +18102,8 @@ const chainArray = [
17706
18102
  infoURL: 'https://github.com/nervosnetwork/godwoken',
17707
18103
  shortName: 'ckb',
17708
18104
  chainId: 71393,
17709
- networkId: 1
18105
+ networkId: 1,
18106
+ slip44: 1
17710
18107
  },
17711
18108
  {
17712
18109
  name: 'Godwoken Testnet v1',
@@ -17721,6 +18118,7 @@ const chainArray = [
17721
18118
  shortName: 'gw-testnet-v1',
17722
18119
  chainId: 71401,
17723
18120
  networkId: 71401,
18121
+ slip44: 1,
17724
18122
  explorers: [
17725
18123
  {
17726
18124
  name: 'GWScan Block Explorer',
@@ -17778,7 +18176,8 @@ const chainArray = [
17778
18176
  infoURL: 'https://energyweb.org',
17779
18177
  shortName: 'vt',
17780
18178
  chainId: 73799,
17781
- networkId: 73799
18179
+ networkId: 73799,
18180
+ slip44: 1
17782
18181
  },
17783
18182
  {
17784
18183
  name: 'Mixin Virtual Machine',
@@ -17830,6 +18229,7 @@ const chainArray = [
17830
18229
  shortName: 'fnc',
17831
18230
  chainId: 77238,
17832
18231
  networkId: 77238,
18232
+ slip44: 1,
17833
18233
  explorers: [
17834
18234
  {
17835
18235
  name: 'Foundry Scan Testnet',
@@ -17886,7 +18286,8 @@ const chainArray = [
17886
18286
  infoURL: 'https://primusmoney.com',
17887
18287
  shortName: 'firenze',
17888
18288
  chainId: 78110,
17889
- networkId: 78110
18289
+ networkId: 78110,
18290
+ slip44: 1
17890
18291
  },
17891
18292
  {
17892
18293
  name: 'Dragonfly Mainnet (Hexapod)',
@@ -17924,6 +18325,7 @@ const chainArray = [
17924
18325
  shortName: 'amplify',
17925
18326
  chainId: 78430,
17926
18327
  networkId: 78430,
18328
+ slip44: 1,
17927
18329
  explorers: [
17928
18330
  {
17929
18331
  name: 'AMPLIFY Explorer',
@@ -17943,6 +18345,7 @@ const chainArray = [
17943
18345
  shortName: 'bulletin',
17944
18346
  chainId: 78431,
17945
18347
  networkId: 78431,
18348
+ slip44: 1,
17946
18349
  explorers: [
17947
18350
  {
17948
18351
  name: 'BULLETIN Explorer',
@@ -17962,6 +18365,7 @@ const chainArray = [
17962
18365
  shortName: 'conduit',
17963
18366
  chainId: 78432,
17964
18367
  networkId: 78432,
18368
+ slip44: 1,
17965
18369
  explorers: [
17966
18370
  {
17967
18371
  name: 'CONDUIT Explorer',
@@ -17981,6 +18385,7 @@ const chainArray = [
17981
18385
  shortName: 'STANDt',
17982
18386
  chainId: 79879,
17983
18387
  networkId: 79879,
18388
+ slip44: 1,
17984
18389
  explorers: [
17985
18390
  {
17986
18391
  name: 'Gold Smart Chain',
@@ -18007,6 +18412,7 @@ const chainArray = [
18007
18412
  shortName: 'maticmum',
18008
18413
  chainId: 80001,
18009
18414
  networkId: 80001,
18415
+ slip44: 1,
18010
18416
  explorers: [
18011
18417
  {
18012
18418
  name: 'polygonscan',
@@ -18044,6 +18450,7 @@ const chainArray = [
18044
18450
  icon: 'meer',
18045
18451
  chainId: 81341,
18046
18452
  networkId: 81341,
18453
+ slip44: 1,
18047
18454
  status: 'incubating'
18048
18455
  },
18049
18456
  {
@@ -18083,6 +18490,7 @@ const chainArray = [
18083
18490
  icon: 'meer',
18084
18491
  chainId: 81351,
18085
18492
  networkId: 81351,
18493
+ slip44: 1,
18086
18494
  status: 'incubating'
18087
18495
  },
18088
18496
  {
@@ -18122,6 +18530,7 @@ const chainArray = [
18122
18530
  icon: 'meer',
18123
18531
  chainId: 81361,
18124
18532
  networkId: 81361,
18533
+ slip44: 1,
18125
18534
  status: 'incubating'
18126
18535
  },
18127
18536
  {
@@ -18185,6 +18594,7 @@ const chainArray = [
18185
18594
  shortName: 'basegor',
18186
18595
  chainId: 84531,
18187
18596
  networkId: 84531,
18597
+ slip44: 1,
18188
18598
  icon: 'baseTestnet',
18189
18599
  explorers: [
18190
18600
  {
@@ -18216,6 +18626,7 @@ const chainArray = [
18216
18626
  shortName: 'basesep',
18217
18627
  chainId: 84532,
18218
18628
  networkId: 84532,
18629
+ slip44: 1,
18219
18630
  icon: 'baseTestnet',
18220
18631
  explorers: [
18221
18632
  {
@@ -18268,6 +18679,7 @@ const chainArray = [
18268
18679
  shortName: 'NAUTTest',
18269
18680
  chainId: 88002,
18270
18681
  networkId: 88002,
18682
+ slip44: 1,
18271
18683
  explorers: [
18272
18684
  {
18273
18685
  name: 'Nautscan',
@@ -18288,6 +18700,7 @@ const chainArray = [
18288
18700
  shortName: 'chz',
18289
18701
  chainId: 88880,
18290
18702
  networkId: 88880,
18703
+ slip44: 1,
18291
18704
  explorers: [
18292
18705
  {
18293
18706
  name: 'scoville-explorer',
@@ -18373,6 +18786,7 @@ const chainArray = [
18373
18786
  shortName: 'lambda-testnet',
18374
18787
  chainId: 92001,
18375
18788
  networkId: 92001,
18789
+ slip44: 1,
18376
18790
  icon: 'lambda',
18377
18791
  explorers: [
18378
18792
  {
@@ -18403,6 +18817,7 @@ const chainArray = [
18403
18817
  shortName: 'mantis',
18404
18818
  chainId: 96970,
18405
18819
  networkId: 96970,
18820
+ slip44: 1,
18406
18821
  explorers: [
18407
18822
  {
18408
18823
  name: 'Mantis Blockscout',
@@ -18442,6 +18857,7 @@ const chainArray = [
18442
18857
  shortName: 'ELt',
18443
18858
  chainId: 99099,
18444
18859
  networkId: 99099,
18860
+ slip44: 1,
18445
18861
  explorers: [
18446
18862
  {
18447
18863
  name: 'eLiberty Testnet',
@@ -18459,7 +18875,8 @@ const chainArray = [
18459
18875
  infoURL: 'https://www.ubchain.site',
18460
18876
  shortName: 'usctest',
18461
18877
  chainId: 99998,
18462
- networkId: 99998
18878
+ networkId: 99998,
18879
+ slip44: 1
18463
18880
  },
18464
18881
  {
18465
18882
  name: 'UB Smart Chain',
@@ -18692,6 +19109,7 @@ const chainArray = [
18692
19109
  shortName: 'vechain-testnet',
18693
19110
  chainId: 100010,
18694
19111
  networkId: 100010,
19112
+ slip44: 1,
18695
19113
  explorers: [
18696
19114
  {
18697
19115
  name: 'VeChain Explorer',
@@ -18725,6 +19143,7 @@ const chainArray = [
18725
19143
  shortName: 'SVRNt',
18726
19144
  chainId: 101010,
18727
19145
  networkId: 101010,
19146
+ slip44: 1,
18728
19147
  explorers: [
18729
19148
  {
18730
19149
  name: 'Soverun',
@@ -18976,6 +19395,7 @@ const chainArray = [
18976
19395
  shortName: 'testsbr',
18977
19396
  chainId: 111000,
18978
19397
  networkId: 111000,
19398
+ slip44: 1,
18979
19399
  icon: 'siberium',
18980
19400
  explorers: [
18981
19401
  {
@@ -19105,6 +19525,7 @@ const chainArray = [
19105
19525
  shortName: 'taiko-a2',
19106
19526
  chainId: 167004,
19107
19527
  networkId: 167004,
19528
+ slip44: 1,
19108
19529
  explorers: [
19109
19530
  {
19110
19531
  name: 'blockscout',
@@ -19202,6 +19623,7 @@ const chainArray = [
19202
19623
  shortName: 'condor',
19203
19624
  chainId: 188881,
19204
19625
  networkId: 188881,
19626
+ slip44: 1,
19205
19627
  explorers: [
19206
19628
  {
19207
19629
  name: 'CondorScan',
@@ -19224,6 +19646,7 @@ const chainArray = [
19224
19646
  shortName: 'milkTAda',
19225
19647
  chainId: 200101,
19226
19648
  networkId: 200101,
19649
+ slip44: 1,
19227
19650
  explorers: [
19228
19651
  {
19229
19652
  name: 'Blockscout',
@@ -19243,6 +19666,7 @@ const chainArray = [
19243
19666
  shortName: 'milkTAlgo',
19244
19667
  chainId: 200202,
19245
19668
  networkId: 200202,
19669
+ slip44: 1,
19246
19670
  explorers: [
19247
19671
  {
19248
19672
  name: 'Blockscout',
@@ -19300,6 +19724,7 @@ const chainArray = [
19300
19724
  shortName: 'alayadev',
19301
19725
  chainId: 201030,
19302
19726
  networkId: 1,
19727
+ slip44: 1,
19303
19728
  icon: 'alaya',
19304
19729
  explorers: [
19305
19730
  {
@@ -19341,6 +19766,7 @@ const chainArray = [
19341
19766
  shortName: 'tDSC',
19342
19767
  chainId: 202020,
19343
19768
  networkId: 202020,
19769
+ slip44: 1,
19344
19770
  icon: 'dsc',
19345
19771
  explorers: [
19346
19772
  {
@@ -19377,6 +19803,7 @@ const chainArray = [
19377
19803
  chain: 'ETH',
19378
19804
  chainId: 202624,
19379
19805
  networkId: 202624,
19806
+ slip44: 1,
19380
19807
  icon: 'twala',
19381
19808
  nativeCurrency: { name: 'Twala Coin', symbol: 'TWL', decimals: 18 },
19382
19809
  rpc: [
@@ -19487,6 +19914,7 @@ const chainArray = [
19487
19914
  shortName: 'reap-testnet',
19488
19915
  chainId: 221231,
19489
19916
  networkId: 221231,
19917
+ slip44: 1,
19490
19918
  icon: 'reapchain',
19491
19919
  explorers: [
19492
19920
  {
@@ -19526,6 +19954,7 @@ const chainArray = [
19526
19954
  shortName: 'hsktest',
19527
19955
  chainId: 230315,
19528
19956
  networkId: 230315,
19957
+ slip44: 1,
19529
19958
  icon: 'hsk',
19530
19959
  explorers: [
19531
19960
  {
@@ -19544,7 +19973,8 @@ const chainArray = [
19544
19973
  infoURL: 'https://haymoswap.web.app/',
19545
19974
  shortName: 'hym',
19546
19975
  chainId: 234666,
19547
- networkId: 234666
19976
+ networkId: 234666,
19977
+ slip44: 1
19548
19978
  },
19549
19979
  {
19550
19980
  name: 'ARTIS sigma1',
@@ -19567,7 +19997,8 @@ const chainArray = [
19567
19997
  infoURL: 'https://artis.network',
19568
19998
  shortName: 'atstau',
19569
19999
  chainId: 246785,
19570
- networkId: 246785
20000
+ networkId: 246785,
20001
+ slip44: 1
19571
20002
  },
19572
20003
  {
19573
20004
  name: 'Saakuru Testnet',
@@ -19580,6 +20011,7 @@ const chainArray = [
19580
20011
  shortName: 'saakuru-testnet',
19581
20012
  chainId: 247253,
19582
20013
  networkId: 247253,
20014
+ slip44: 1,
19583
20015
  explorers: [
19584
20016
  {
19585
20017
  name: 'saakuru-explorer-testnet',
@@ -19623,7 +20055,7 @@ const chainArray = [
19623
20055
  shortName: 'gz-testnet',
19624
20056
  chainId: 266256,
19625
20057
  networkId: 266256,
19626
- slip44: 266256,
20058
+ slip44: 1,
19627
20059
  explorers: []
19628
20060
  },
19629
20061
  {
@@ -19637,6 +20069,7 @@ const chainArray = [
19637
20069
  shortName: 'EGONt',
19638
20070
  chainId: 271271,
19639
20071
  networkId: 271271,
20072
+ slip44: 1,
19640
20073
  explorers: [
19641
20074
  {
19642
20075
  name: 'EgonCoin Testnet',
@@ -19734,6 +20167,7 @@ const chainArray = [
19734
20167
  shortName: 'avst',
19735
20168
  chainId: 333331,
19736
20169
  networkId: 333331,
20170
+ slip44: 1,
19737
20171
  icon: 'aves',
19738
20172
  explorers: [
19739
20173
  {
@@ -19751,6 +20185,7 @@ const chainArray = [
19751
20185
  chain: 'N3-Test',
19752
20186
  icon: 'nativ3',
19753
20187
  networkId: 333333,
20188
+ slip44: 1,
19754
20189
  nativeCurrency: { name: 'USNT', symbol: 'USNT', decimals: 18 },
19755
20190
  rpc: [ 'https://rpctest.nativ3.network', 'wss://wstest.nativ3.network' ],
19756
20191
  faucets: [],
@@ -19778,6 +20213,7 @@ const chainArray = [
19778
20213
  shortName: 'oonetest',
19779
20214
  chainId: 333666,
19780
20215
  networkId: 333666,
20216
+ slip44: 1,
19781
20217
  explorers: [
19782
20218
  {
19783
20219
  name: 'blockscout',
@@ -19814,7 +20250,8 @@ const chainArray = [
19814
20250
  infoURL: 'https://polis.tech',
19815
20251
  shortName: 'sparta',
19816
20252
  chainId: 333888,
19817
- networkId: 333888
20253
+ networkId: 333888,
20254
+ slip44: 1
19818
20255
  },
19819
20256
  {
19820
20257
  name: 'Polis Mainnet',
@@ -19838,6 +20275,7 @@ const chainArray = [
19838
20275
  shortName: 'Bitfinity',
19839
20276
  chainId: 355113,
19840
20277
  networkId: 355113,
20278
+ slip44: 1,
19841
20279
  explorers: [
19842
20280
  {
19843
20281
  name: 'Bitfinity Block Explorer',
@@ -19869,6 +20307,7 @@ const chainArray = [
19869
20307
  shortName: 'hap-testnet',
19870
20308
  chainId: 373737,
19871
20309
  networkId: 373737,
20310
+ slip44: 1,
19872
20311
  icon: 'hap',
19873
20312
  explorers: [
19874
20313
  {
@@ -19966,6 +20405,7 @@ const chainArray = [
19966
20405
  shortName: 'tKEK',
19967
20406
  chainId: 420666,
19968
20407
  networkId: 1,
20408
+ slip44: 1,
19969
20409
  icon: 'kek',
19970
20410
  explorers: [
19971
20411
  {
@@ -19987,6 +20427,7 @@ const chainArray = [
19987
20427
  shortName: 'alterium',
19988
20428
  chainId: 420692,
19989
20429
  networkId: 420692,
20430
+ slip44: 1,
19990
20431
  parent: {
19991
20432
  type: 'L2',
19992
20433
  chain: 'eip155-5',
@@ -20007,6 +20448,7 @@ const chainArray = [
20007
20448
  shortName: 'arb-rinkeby',
20008
20449
  chain: 'ETH',
20009
20450
  networkId: 421611,
20451
+ slip44: 1,
20010
20452
  nativeCurrency: { name: 'Arbitrum Rinkeby Ether', symbol: 'ETH', decimals: 18 },
20011
20453
  rpc: [ 'https://rinkeby.arbitrum.io/rpc' ],
20012
20454
  faucets: [ 'http://fauceth.komputing.org?chain=421611&address=${ADDRESS}' ],
@@ -20036,6 +20478,7 @@ const chainArray = [
20036
20478
  shortName: 'arb-goerli',
20037
20479
  chain: 'ETH',
20038
20480
  networkId: 421613,
20481
+ slip44: 1,
20039
20482
  nativeCurrency: { name: 'Arbitrum Goerli Ether', symbol: 'AGOR', decimals: 18 },
20040
20483
  rpc: [
20041
20484
  'https://goerli-rollup.arbitrum.io/rpc',
@@ -20068,6 +20511,7 @@ const chainArray = [
20068
20511
  shortName: 'arb-sep',
20069
20512
  chainId: 421614,
20070
20513
  networkId: 421614,
20514
+ slip44: 1,
20071
20515
  explorers: [
20072
20516
  {
20073
20517
  name: 'Arbitrum Sepolia Rollup Testnet Explorer',
@@ -20093,6 +20537,7 @@ const chainArray = [
20093
20537
  shortName: 'fastexTestnet',
20094
20538
  chainId: 424242,
20095
20539
  networkId: 424242,
20540
+ slip44: 1,
20096
20541
  explorers: [
20097
20542
  {
20098
20543
  name: 'blockscout',
@@ -20126,6 +20571,7 @@ const chainArray = [
20126
20571
  shortName: 'dexalot-testnet',
20127
20572
  chainId: 432201,
20128
20573
  networkId: 432201,
20574
+ slip44: 1,
20129
20575
  explorers: [
20130
20576
  {
20131
20577
  name: 'Avalanche Subnet Testnet Explorer',
@@ -20163,6 +20609,7 @@ const chainArray = [
20163
20609
  shortName: 'wlkt',
20164
20610
  chainId: 444900,
20165
20611
  networkId: 444900,
20612
+ slip44: 1,
20166
20613
  explorers: [
20167
20614
  {
20168
20615
  name: 'weelink-testnet',
@@ -20180,7 +20627,8 @@ const chainArray = [
20180
20627
  infoURL: 'https://patex.io/',
20181
20628
  shortName: 'psep',
20182
20629
  chainId: 471100,
20183
- networkId: 471100
20630
+ networkId: 471100,
20631
+ slip44: 1
20184
20632
  },
20185
20633
  {
20186
20634
  name: 'OpenChain Mainnet',
@@ -20215,6 +20663,7 @@ const chainArray = [
20215
20663
  shortName: 'cmp',
20216
20664
  chainId: 512512,
20217
20665
  networkId: 512512,
20666
+ slip44: 1,
20218
20667
  explorers: [
20219
20668
  {
20220
20669
  name: 'Galaxy Scan',
@@ -20257,6 +20706,7 @@ const chainArray = [
20257
20706
  shortName: 'scr-sepolia',
20258
20707
  chainId: 534351,
20259
20708
  networkId: 534351,
20709
+ slip44: 1,
20260
20710
  explorers: [
20261
20711
  {
20262
20712
  name: 'Scroll Sepolia Etherscan',
@@ -20320,6 +20770,7 @@ const chainArray = [
20320
20770
  shortName: 'scr-alpha',
20321
20771
  chainId: 534353,
20322
20772
  networkId: 534353,
20773
+ slip44: 1,
20323
20774
  explorers: [
20324
20775
  {
20325
20776
  name: 'Scroll Alpha Testnet Block Explorer',
@@ -20340,6 +20791,7 @@ const chainArray = [
20340
20791
  shortName: 'scr-prealpha',
20341
20792
  chainId: 534354,
20342
20793
  networkId: 534354,
20794
+ slip44: 1,
20343
20795
  explorers: []
20344
20796
  },
20345
20797
  {
@@ -20461,7 +20913,7 @@ const chainArray = [
20461
20913
  shortName: 'vpioneer',
20462
20914
  chainId: 666666,
20463
20915
  networkId: 666666,
20464
- slip44: 60
20916
+ slip44: 1
20465
20917
  },
20466
20918
  {
20467
20919
  name: 'Hela Official Runtime Testnet',
@@ -20474,6 +20926,7 @@ const chainArray = [
20474
20926
  shortName: 'hela-testnet',
20475
20927
  chainId: 666888,
20476
20928
  networkId: 666888,
20929
+ slip44: 1,
20477
20930
  explorers: [
20478
20931
  {
20479
20932
  name: 'Hela Official Runtime Testnet Explorer',
@@ -20497,6 +20950,7 @@ const chainArray = [
20497
20950
  shortName: 'BRNKCTEST',
20498
20951
  chainId: 751230,
20499
20952
  networkId: 751230,
20953
+ slip44: 1,
20500
20954
  explorers: [
20501
20955
  {
20502
20956
  name: 'brnktestscan',
@@ -20670,6 +21124,25 @@ const chainArray = [
20670
21124
  }
20671
21125
  ]
20672
21126
  },
21127
+ {
21128
+ name: 'Astria EVM Dusknet',
21129
+ chain: 'RIA',
21130
+ icon: 'astria',
21131
+ chainId: 912559,
21132
+ networkId: 912559,
21133
+ infoURL: 'https://docs.astria.org',
21134
+ shortName: 'ria-dev',
21135
+ nativeCurrency: { name: 'RIA', symbol: 'RIA', decimals: 18 },
21136
+ rpc: [ 'https://rpc.evm.dusk-2.devnet.astria.org' ],
21137
+ faucets: [ 'https://faucet.evm.dusk-1.devnet.astria.org/' ],
21138
+ explorers: [
21139
+ {
21140
+ name: 'Astria EVM Dusknet Explorer',
21141
+ url: 'https://explorer.evm.dusk-2.devnet.astria.org',
21142
+ standard: 'EIP3091'
21143
+ }
21144
+ ]
21145
+ },
20673
21146
  {
20674
21147
  name: 'Posichain Devnet Shard 0',
20675
21148
  chain: 'PSC',
@@ -20716,6 +21189,7 @@ const chainArray = [
20716
21189
  shortName: 'tFNCY',
20717
21190
  chainId: 923018,
20718
21191
  networkId: 923018,
21192
+ slip44: 1,
20719
21193
  icon: 'fncy',
20720
21194
  explorers: [
20721
21195
  {
@@ -20941,6 +21415,7 @@ const chainArray = [
20941
21415
  shortName: 'dbk',
20942
21416
  chainId: 2021398,
20943
21417
  networkId: 2021398,
21418
+ slip44: 1,
20944
21419
  explorers: [
20945
21420
  {
20946
21421
  name: 'DeBank Chain Explorer',
@@ -20980,6 +21455,7 @@ const chainArray = [
20980
21455
  shortName: 'platondev',
20981
21456
  chainId: 2203181,
20982
21457
  networkId: 1,
21458
+ slip44: 1,
20983
21459
  icon: 'platon',
20984
21460
  status: 'deprecated',
20985
21461
  explorers: [
@@ -21003,6 +21479,7 @@ const chainArray = [
21003
21479
  shortName: 'platondev2',
21004
21480
  chainId: 2206132,
21005
21481
  networkId: 1,
21482
+ slip44: 1,
21006
21483
  icon: 'platon',
21007
21484
  explorers: [
21008
21485
  {
@@ -21049,6 +21526,7 @@ const chainArray = [
21049
21526
  shortName: 'mantaTestnet',
21050
21527
  chainId: 3441005,
21051
21528
  networkId: 3441005,
21529
+ slip44: 1,
21052
21530
  icon: 'manta',
21053
21531
  explorers: [
21054
21532
  {
@@ -21104,6 +21582,7 @@ const chainArray = [
21104
21582
  shortName: 'MXC',
21105
21583
  chainId: 5167003,
21106
21584
  networkId: 5167003,
21585
+ slip44: 1,
21107
21586
  explorers: [
21108
21587
  {
21109
21588
  name: 'MXC Wannsee zkEVM Testnet',
@@ -21123,6 +21602,7 @@ const chainArray = [
21123
21602
  shortName: 'etn-testnet',
21124
21603
  chainId: 5201420,
21125
21604
  networkId: 5201420,
21605
+ slip44: 1,
21126
21606
  icon: 'electroneum',
21127
21607
  explorers: [
21128
21608
  {
@@ -21175,6 +21655,7 @@ const chainArray = [
21175
21655
  shortName: 'imversed-testnet',
21176
21656
  chainId: 5555558,
21177
21657
  networkId: 5555558,
21658
+ slip44: 1,
21178
21659
  icon: 'imversed',
21179
21660
  explorers: [
21180
21661
  {
@@ -21240,6 +21721,7 @@ const chainArray = [
21240
21721
  shortName: 'tqom',
21241
21722
  chainId: 7668378,
21242
21723
  networkId: 7668378,
21724
+ slip44: 1,
21243
21725
  icon: 'qom',
21244
21726
  explorers: [
21245
21727
  {
@@ -21331,6 +21813,7 @@ const chainArray = [
21331
21813
  shortName: 'quarix-testnet',
21332
21814
  chainId: 8888881,
21333
21815
  networkId: 8888881,
21816
+ slip44: 1,
21334
21817
  icon: 'quarix',
21335
21818
  explorers: []
21336
21819
  },
@@ -21404,6 +21887,7 @@ const chainArray = [
21404
21887
  shortName: 'plian-testnet-l2',
21405
21888
  chainId: 10067275,
21406
21889
  networkId: 10067275,
21890
+ slip44: 1,
21407
21891
  explorers: [
21408
21892
  {
21409
21893
  name: 'piscan',
@@ -21456,6 +21940,7 @@ const chainArray = [
21456
21940
  shortName: 'sep',
21457
21941
  chainId: 11155111,
21458
21942
  networkId: 11155111,
21943
+ slip44: 1,
21459
21944
  explorers: [
21460
21945
  {
21461
21946
  name: 'etherscan-sepolia',
@@ -21479,6 +21964,7 @@ const chainArray = [
21479
21964
  shortName: 'opsep',
21480
21965
  chainId: 11155420,
21481
21966
  networkId: 11155420,
21967
+ slip44: 1,
21482
21968
  explorers: [
21483
21969
  {
21484
21970
  name: 'opscout',
@@ -21528,6 +22014,7 @@ const chainArray = [
21528
22014
  shortName: 'plian-testnet',
21529
22015
  chainId: 16658437,
21530
22016
  networkId: 16658437,
22017
+ slip44: 1,
21531
22018
  explorers: [
21532
22019
  {
21533
22020
  name: 'piscan',
@@ -21647,6 +22134,7 @@ const chainArray = [
21647
22134
  shortName: 'exlvolta',
21648
22135
  chainId: 27082017,
21649
22136
  networkId: 27082017,
22137
+ slip44: 1,
21650
22138
  explorers: [
21651
22139
  {
21652
22140
  name: 'exlscan',
@@ -21746,6 +22234,7 @@ const chainArray = [
21746
22234
  shortName: 'mais',
21747
22235
  chainId: 43214913,
21748
22236
  networkId: 43214913,
22237
+ slip44: 1,
21749
22238
  explorers: [
21750
22239
  {
21751
22240
  name: 'maistesntet',
@@ -21777,6 +22266,7 @@ const chainArray = [
21777
22266
  shortName: 'bakerloo-0',
21778
22267
  chainId: 65010000,
21779
22268
  networkId: 65010000,
22269
+ slip44: 1,
21780
22270
  icon: 'autonity',
21781
22271
  explorers: [
21782
22272
  {
@@ -21799,6 +22289,7 @@ const chainArray = [
21799
22289
  shortName: 'bakerloo-01',
21800
22290
  chainId: 65010001,
21801
22291
  networkId: 65010001,
22292
+ slip44: 1,
21802
22293
  icon: 'autonity',
21803
22294
  explorers: [
21804
22295
  {
@@ -21819,6 +22310,7 @@ const chainArray = [
21819
22310
  shortName: 'piccadilly-0',
21820
22311
  chainId: 65100000,
21821
22312
  networkId: 65100000,
22313
+ slip44: 1,
21822
22314
  icon: 'autonity',
21823
22315
  explorers: [
21824
22316
  {
@@ -21841,6 +22333,7 @@ const chainArray = [
21841
22333
  shortName: 'piccadilly-01',
21842
22334
  chainId: 65100001,
21843
22335
  networkId: 65100001,
22336
+ slip44: 1,
21844
22337
  icon: 'autonity',
21845
22338
  explorers: [
21846
22339
  {
@@ -21861,6 +22354,7 @@ const chainArray = [
21861
22354
  shortName: 'frametest',
21862
22355
  chainId: 68840142,
21863
22356
  networkId: 68840142,
22357
+ slip44: 1,
21864
22358
  explorers: [
21865
22359
  {
21866
22360
  name: 'Frame Testnet Explorer',
@@ -21898,7 +22392,8 @@ const chainArray = [
21898
22392
  infoURL: 'https://joys.digital',
21899
22393
  shortName: 'TOYS',
21900
22394
  chainId: 99415706,
21901
- networkId: 99415706
22395
+ networkId: 99415706,
22396
+ slip44: 1
21902
22397
  },
21903
22398
  {
21904
22399
  name: 'Gather Mainnet Network',
@@ -21933,6 +22428,7 @@ const chainArray = [
21933
22428
  shortName: 'kanazawa',
21934
22429
  chainId: 222000222,
21935
22430
  networkId: 222000222,
22431
+ slip44: 1,
21936
22432
  explorers: [
21937
22433
  {
21938
22434
  name: 'explorer',
@@ -22003,6 +22499,7 @@ const chainArray = [
22003
22499
  shortName: 'neonevm-testnet',
22004
22500
  chainId: 245022940,
22005
22501
  networkId: 245022940,
22502
+ slip44: 1,
22006
22503
  explorers: [
22007
22504
  {
22008
22505
  name: 'native',
@@ -22090,6 +22587,7 @@ const chainArray = [
22090
22587
  shortName: 'calypso-testnet',
22091
22588
  chainId: 344106930,
22092
22589
  networkId: 344106930,
22590
+ slip44: 1,
22093
22591
  explorers: [
22094
22592
  {
22095
22593
  name: 'Blockscout',
@@ -22108,6 +22606,7 @@ const chainArray = [
22108
22606
  shortName: 'tGTH',
22109
22607
  chainId: 356256156,
22110
22608
  networkId: 356256156,
22609
+ slip44: 1,
22111
22610
  icon: 'gather',
22112
22611
  explorers: [
22113
22612
  {
@@ -22132,6 +22631,7 @@ const chainArray = [
22132
22631
  shortName: 'europa-testnet',
22133
22632
  chainId: 476158412,
22134
22633
  networkId: 476158412,
22634
+ slip44: 1,
22135
22635
  explorers: [
22136
22636
  {
22137
22637
  name: 'Blockscout',
@@ -22172,6 +22672,7 @@ const chainArray = [
22172
22672
  shortName: 'nebula-testnet',
22173
22673
  chainId: 503129905,
22174
22674
  networkId: 503129905,
22675
+ slip44: 1,
22175
22676
  explorers: [
22176
22677
  {
22177
22678
  name: 'Blockscout',
@@ -22191,6 +22692,7 @@ const chainArray = [
22191
22692
  shortName: 'zsep',
22192
22693
  chainId: 999999999,
22193
22694
  networkId: 999999999,
22695
+ slip44: 1,
22194
22696
  explorers: [
22195
22697
  {
22196
22698
  name: 'Zora Sepolia Testnet Network Explorer',
@@ -22279,6 +22781,7 @@ const chainArray = [
22279
22781
  shortName: 'aurora-testnet',
22280
22782
  chainId: 1313161555,
22281
22783
  networkId: 1313161555,
22784
+ slip44: 1,
22282
22785
  explorers: [
22283
22786
  {
22284
22787
  name: 'aurorascan.dev',
@@ -22333,6 +22836,7 @@ const chainArray = [
22333
22836
  shortName: 'chaos-tenet',
22334
22837
  chainId: 1351057110,
22335
22838
  networkId: 1351057110,
22839
+ slip44: 1,
22336
22840
  explorers: [
22337
22841
  {
22338
22842
  name: 'Blockscout',
@@ -22399,6 +22903,7 @@ const chainArray = [
22399
22903
  shortName: 'titan-testnet',
22400
22904
  chainId: 1517929550,
22401
22905
  networkId: 1517929550,
22906
+ slip44: 1,
22402
22907
  explorers: [
22403
22908
  {
22404
22909
  name: 'Blockscout',
@@ -22624,6 +23129,7 @@ const chainArray = [
22624
23129
  shortName: 'a8',
22625
23130
  chainId: 2863311531,
22626
23131
  networkId: 2863311531,
23132
+ slip44: 1,
22627
23133
  explorers: [
22628
23134
  {
22629
23135
  name: 'a8scan-testnet',
@@ -22655,6 +23161,7 @@ const chainArray = [
22655
23161
  shortName: 'frankenstein',
22656
23162
  chainId: 4216137055,
22657
23163
  networkId: 4216137055,
23164
+ slip44: 1,
22658
23165
  explorers: [
22659
23166
  {
22660
23167
  name: 'OneLedger Block Explorer',
@@ -22674,6 +23181,7 @@ const chainArray = [
22674
23181
  shortName: 'tpalm',
22675
23182
  chainId: 11297108099,
22676
23183
  networkId: 11297108099,
23184
+ slip44: 1,
22677
23185
  explorers: [
22678
23186
  {
22679
23187
  name: 'Palm Testnet Explorer',
@@ -22755,6 +23263,7 @@ const chainArray = [
22755
23263
  shortName: 'ntt-haradev',
22756
23264
  chainId: 197710212031,
22757
23265
  networkId: 197710212031,
23266
+ slip44: 1,
22758
23267
  icon: 'ntity',
22759
23268
  explorers: [
22760
23269
  {
@@ -22822,6 +23331,7 @@ const chainArray = [
22822
23331
  shortName: 'gw-testnet-v1-deprecated',
22823
23332
  chainId: 868455272153094,
22824
23333
  networkId: 868455272153094,
23334
+ slip44: 1,
22825
23335
  status: 'deprecated',
22826
23336
  explorers: [
22827
23337
  {