@revoke.cash/chains 55.1.0 → 57.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,6 +51,11 @@ exports.chains = {
51
51
  url: 'https://ethereum.dex.guru',
52
52
  icon: 'dexguru',
53
53
  standard: 'EIP3091'
54
+ },
55
+ {
56
+ name: 'Routescan',
57
+ url: 'https://ethereum.routescan.io',
58
+ standard: 'EIP3091'
54
59
  }
55
60
  ],
56
61
  iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
@@ -271,6 +276,11 @@ exports.chains = {
271
276
  url: 'https://optimism.dex.guru',
272
277
  icon: 'dexguru',
273
278
  standard: 'EIP3091'
279
+ },
280
+ {
281
+ name: 'Routescan',
282
+ url: 'https://mainnet.superscan.network',
283
+ standard: 'EIP3091'
274
284
  }
275
285
  ]
276
286
  },
@@ -347,7 +357,7 @@ exports.chains = {
347
357
  standard: 'EIP3091'
348
358
  },
349
359
  {
350
- name: 'flarescan',
360
+ name: 'Routescan',
351
361
  url: 'https://mainnet.flarescan.com',
352
362
  standard: 'EIP3091'
353
363
  }
@@ -355,6 +365,7 @@ exports.chains = {
355
365
  iconURL: 'https://ipfs.io/ipfs/QmbT52cCx4h1rcz6nXGfUPFdRyw1VfFMU8kKpY7YCtvUjs'
356
366
  },
357
367
  15: {
368
+ icon: 'diode',
358
369
  name: 'Diode Prenet',
359
370
  chain: 'DIODE',
360
371
  rpc: ['https://prenet.diode.io:8443/', 'wss://prenet.diode.io:8443/ws'],
@@ -363,7 +374,8 @@ exports.chains = {
363
374
  infoURL: 'https://diode.io/prenet',
364
375
  shortName: 'diode',
365
376
  chainId: 15,
366
- networkId: 15
377
+ networkId: 15,
378
+ iconURL: 'https://ipfs.io/ipfs/bafkreigsppluw555hxzp43uc7xv6rjodspdij3sqqg2owcdrpilpbqeymm'
367
379
  },
368
380
  16: {
369
381
  name: 'Songbird Testnet Coston',
@@ -392,7 +404,7 @@ exports.chains = {
392
404
  standard: 'EIP3091'
393
405
  },
394
406
  {
395
- name: 'flarescan',
407
+ name: 'Routescan',
396
408
  url: 'https://coston.testnet.flarescan.com',
397
409
  standard: 'EIP3091'
398
410
  }
@@ -464,7 +476,7 @@ exports.chains = {
464
476
  standard: 'EIP3091'
465
477
  },
466
478
  {
467
- name: 'flarescan',
479
+ name: 'Routescan',
468
480
  url: 'https://songbird.flarescan.com',
469
481
  standard: 'EIP3091'
470
482
  }
@@ -1075,7 +1087,9 @@ exports.chains = {
1075
1087
  'https://rpc.xinfin.network',
1076
1088
  'https://rpc1.xinfin.network',
1077
1089
  'https://rpc.xdcrpc.com',
1078
- 'https://erpc.xdcrpc.com'
1090
+ 'https://erpc.xdcrpc.com',
1091
+ 'https://rpc.ankr.com/xdc',
1092
+ 'https://rpc.xdc.org'
1079
1093
  ],
1080
1094
  faucets: [],
1081
1095
  nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
@@ -1092,16 +1106,10 @@ exports.chains = {
1092
1106
  standard: 'EIP3091'
1093
1107
  },
1094
1108
  {
1095
- name: 'xdcscan',
1109
+ name: 'openscan',
1096
1110
  url: 'https://xdcscan.io',
1097
1111
  icon: 'blocksscan',
1098
1112
  standard: 'EIP3091'
1099
- },
1100
- {
1101
- name: 'blocksscan',
1102
- url: 'https://xdc.blocksscan.io',
1103
- icon: 'blocksscan',
1104
- standard: 'EIP3091'
1105
1113
  }
1106
1114
  ],
1107
1115
  iconURL: 'https://ipfs.io/ipfs/QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX'
@@ -1109,8 +1117,16 @@ exports.chains = {
1109
1117
  51: {
1110
1118
  name: 'XDC Apothem Network',
1111
1119
  chain: 'XDC',
1112
- rpc: ['https://rpc.apothem.network', 'https://erpc.apothem.network'],
1113
- faucets: ['https://faucet.apothem.network'],
1120
+ rpc: [
1121
+ 'https://rpc.apothem.network',
1122
+ 'https://erpc.apothem.network',
1123
+ 'https://apothem.xdcrpc.com'
1124
+ ],
1125
+ faucets: [
1126
+ 'https://faucet.apothem.network',
1127
+ 'https://faucet.blocksscan.io',
1128
+ 'https://apothem.xdcscan.io/faucet'
1129
+ ],
1114
1130
  nativeCurrency: { name: 'XinFin', symbol: 'TXDC', decimals: 18 },
1115
1131
  infoURL: 'https://xinfin.org',
1116
1132
  shortName: 'txdc',
@@ -1120,13 +1136,13 @@ exports.chains = {
1120
1136
  explorers: [
1121
1137
  {
1122
1138
  name: 'xdcscan',
1123
- url: 'https://apothem.xinfinscan.com',
1139
+ url: 'https://testnet.xdcscan.com',
1124
1140
  icon: 'blocksscan',
1125
1141
  standard: 'EIP3091'
1126
1142
  },
1127
1143
  {
1128
- name: 'blocksscan',
1129
- url: 'https://apothem.blocksscan.io',
1144
+ name: 'openscan',
1145
+ url: 'https://apothem.xdcscan.io',
1130
1146
  icon: 'blocksscan',
1131
1147
  standard: 'EIP3091'
1132
1148
  }
@@ -2522,7 +2538,7 @@ exports.chains = {
2522
2538
  standard: 'EIP3091'
2523
2539
  },
2524
2540
  {
2525
- name: 'flarescan',
2541
+ name: 'Routescan',
2526
2542
  url: 'https://coston2.testnet.flarescan.com',
2527
2543
  standard: 'EIP3091'
2528
2544
  }
@@ -3171,6 +3187,28 @@ exports.chains = {
3171
3187
  },
3172
3188
  iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
3173
3189
  },
3190
+ 146: {
3191
+ name: 'Sonic Mainnet',
3192
+ chain: 'sonic',
3193
+ rpc: ['https://rpc.soniclabs.com'],
3194
+ faucets: [],
3195
+ nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
3196
+ features: [{ name: 'EIP155' }],
3197
+ infoURL: 'https://soniclabs.com',
3198
+ shortName: 'sonic',
3199
+ chainId: 146,
3200
+ networkId: 146,
3201
+ icon: 'sonic',
3202
+ explorers: [
3203
+ {
3204
+ name: 'sonic',
3205
+ url: 'https://explorer.soniclabs.com',
3206
+ icon: 'sonic',
3207
+ standard: 'none'
3208
+ }
3209
+ ],
3210
+ iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
3211
+ },
3174
3212
  147: {
3175
3213
  name: 'Flag Mainnet',
3176
3214
  chain: 'Flag',
@@ -3245,7 +3283,7 @@ exports.chains = {
3245
3283
  chainId: 151,
3246
3284
  networkId: 151,
3247
3285
  slip44: 824,
3248
- rpc: [],
3286
+ rpc: ['https://governors.mainnet.redbelly.network'],
3249
3287
  faucets: [],
3250
3288
  infoURL: 'https://redbelly.network',
3251
3289
  nativeCurrency: {
@@ -3253,7 +3291,14 @@ exports.chains = {
3253
3291
  symbol: 'RBNT',
3254
3292
  decimals: 18
3255
3293
  },
3256
- status: 'incubating'
3294
+ status: 'active',
3295
+ explorers: [
3296
+ {
3297
+ name: 'Routescan',
3298
+ url: 'https://redbelly.routescan.io',
3299
+ standard: 'EIP3091'
3300
+ }
3301
+ ]
3257
3302
  },
3258
3303
  152: {
3259
3304
  name: 'Redbelly Network Devnet',
@@ -3288,9 +3333,9 @@ exports.chains = {
3288
3333
  },
3289
3334
  explorers: [
3290
3335
  {
3291
- name: 'Redbelly Network Testnet Explorer',
3292
- url: 'https://explorer.testnet.redbelly.network',
3293
- standard: 'none'
3336
+ name: 'Routescan',
3337
+ url: 'https://redbelly.testnet.routescan.io',
3338
+ standard: 'EIP3091'
3294
3339
  }
3295
3340
  ],
3296
3341
  status: 'active'
@@ -3690,6 +3735,20 @@ exports.chains = {
3690
3735
  ],
3691
3736
  iconURL: 'https://ipfs.io/ipfs/QmQsNtUoaKUHWaxFMBuCQwkX9WmKHz7iNotcZTFkWo7Qgt'
3692
3737
  },
3738
+ 177: {
3739
+ name: 'HashKey Chain',
3740
+ title: 'HashKey Chain',
3741
+ chain: 'HashKey Chain',
3742
+ rpc: [],
3743
+ faucets: [],
3744
+ nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
3745
+ infoURL: 'https://hsk.xyz',
3746
+ shortName: 'HSK',
3747
+ chainId: 177,
3748
+ networkId: 177,
3749
+ explorers: [],
3750
+ parent: { type: 'L2', chain: 'eip155-1' }
3751
+ },
3693
3752
  178: {
3694
3753
  name: 'ABEY Testnet',
3695
3754
  chain: 'ABEY',
@@ -3761,6 +3820,43 @@ exports.chains = {
3761
3820
  explorers: [],
3762
3821
  iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
3763
3822
  },
3823
+ 182: {
3824
+ name: 'IOST Mainnet',
3825
+ chain: 'iost',
3826
+ rpc: [
3827
+ 'https://iost-mainnet.alt.technology',
3828
+ 'wss://iost-mainnet.alt.technology/ws'
3829
+ ],
3830
+ faucets: [],
3831
+ nativeCurrency: {
3832
+ name: 'BNB Chain Native Token',
3833
+ symbol: 'BNB',
3834
+ decimals: 18
3835
+ },
3836
+ infoURL: 'https://iost.io',
3837
+ shortName: 'iost',
3838
+ chainId: 182,
3839
+ networkId: 182,
3840
+ icon: 'bnbchain',
3841
+ slip44: 714,
3842
+ explorers: [
3843
+ {
3844
+ name: 'IOSTscan',
3845
+ url: 'https://iost-mainnet-explorer.alt.technology',
3846
+ standard: 'EIP3091'
3847
+ }
3848
+ ],
3849
+ parent: {
3850
+ type: 'L2',
3851
+ chain: 'eip155-56',
3852
+ bridges: [
3853
+ {
3854
+ url: 'https://10910bc5-8382-4ef5-bdc7-4c54c8f57e75.bridges.rollbridge.app/'
3855
+ }
3856
+ ]
3857
+ },
3858
+ iconURL: 'https://ipfs.io/ipfs/bafybeib75gwytvblyvjpfminitr3i6mpat3a624udfsqsl5nysf5vuuvie'
3859
+ },
3764
3860
  183: {
3765
3861
  name: 'Ethernity',
3766
3862
  chain: 'Ethernity',
@@ -4044,6 +4140,7 @@ exports.chains = {
4044
4140
  199: {
4045
4141
  name: 'BitTorrent Chain Mainnet',
4046
4142
  chain: 'BTTC',
4143
+ icon: 'bttc',
4047
4144
  rpc: [
4048
4145
  'https://rpc.bt.io',
4049
4146
  'https://bittorrent.drpc.org',
@@ -4061,7 +4158,8 @@ exports.chains = {
4061
4158
  url: 'https://bttcscan.com',
4062
4159
  standard: 'EIP3091'
4063
4160
  }
4064
- ]
4161
+ ],
4162
+ iconURL: 'https://ipfs.io/ipfs/QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK'
4065
4163
  },
4066
4164
  200: {
4067
4165
  name: 'Arbitrum on xDai',
@@ -4509,6 +4607,31 @@ exports.chains = {
4509
4607
  ],
4510
4608
  iconURL: 'https://ipfs.io/ipfs/QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ'
4511
4609
  },
4610
+ 227: {
4611
+ name: 'Prom',
4612
+ chain: 'Prom',
4613
+ icon: 'prom',
4614
+ rpc: ['https://prom-rpc.eu-north-2.gateway.fm'],
4615
+ faucets: [],
4616
+ nativeCurrency: { name: 'Prom', symbol: 'PROM', decimals: 18 },
4617
+ infoURL: 'https://prom.io',
4618
+ shortName: 'PROM',
4619
+ chainId: 227,
4620
+ networkId: 227,
4621
+ explorers: [
4622
+ {
4623
+ name: 'blockscout',
4624
+ url: 'https://prom-blockscout.eu-north-2.gateway.fm',
4625
+ standard: 'EIP3091'
4626
+ }
4627
+ ],
4628
+ parent: {
4629
+ type: 'L2',
4630
+ chain: 'eip155-1',
4631
+ bridges: [{ url: 'https://prom-bridge.eu-north-2.gateway.fm/' }]
4632
+ },
4633
+ iconURL: 'https://ipfs.io/ipfs/QmWK2y5qCZgb6uCR7RrsEgTK1ci5rCSxmCWYtt5yJwpoE1'
4634
+ },
4512
4635
  228: {
4513
4636
  name: 'Mind Network Mainnet',
4514
4637
  chain: 'FHE',
@@ -4916,6 +5039,27 @@ exports.chains = {
4916
5039
  ],
4917
5040
  iconURL: 'https://ipfs.io/ipfs/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz'
4918
5041
  },
5042
+ 260: {
5043
+ name: 'Guru Network',
5044
+ chain: 'GURU',
5045
+ icon: 'GuruNetwork',
5046
+ rpc: ['https://rpc.gurunetwork.ai/archive/260'],
5047
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5048
+ faucets: [],
5049
+ nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
5050
+ infoURL: 'https://gurunetwork.ai',
5051
+ shortName: 'guru',
5052
+ chainId: 260,
5053
+ networkId: 260,
5054
+ explorers: [
5055
+ {
5056
+ name: 'guruscan',
5057
+ url: 'https://scan.gurunetwork.ai',
5058
+ standard: 'EIP3091'
5059
+ }
5060
+ ],
5061
+ iconURL: 'https://ipfs.io/ipfs/QmTDWnSNSCcVPCYD1FKrUirkT2MVrShdVK9dsxAi6eZdbD'
5062
+ },
4919
5063
  261: {
4920
5064
  name: 'Guru Network Testnet',
4921
5065
  chain: 'tGURU',
@@ -4931,7 +5075,7 @@ exports.chains = {
4931
5075
  explorers: [
4932
5076
  {
4933
5077
  name: 'guruscan',
4934
- url: 'https://scan.gurunetwork.ai',
5078
+ url: 'https://sepolia.gurunetwork.ai',
4935
5079
  standard: 'EIP3091'
4936
5080
  }
4937
5081
  ],
@@ -5204,13 +5348,10 @@ exports.chains = {
5204
5348
  291: {
5205
5349
  name: 'Orderly Mainnet',
5206
5350
  chain: 'ETH',
5207
- rpc: [
5208
- 'https://rpc.orderly.network',
5209
- 'https://l2-orderly-mainnet-0.t.conduit.xyz'
5210
- ],
5351
+ rpc: ['https://rpc.orderly.network'],
5211
5352
  faucets: [],
5212
5353
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5213
- infoURL: 'www.orderly.network',
5354
+ infoURL: 'https://orderly.network/',
5214
5355
  shortName: 'orderly',
5215
5356
  chainId: 291,
5216
5357
  networkId: 291,
@@ -5225,6 +5366,29 @@ exports.chains = {
5225
5366
  ],
5226
5367
  iconURL: 'https://ipfs.io/ipfs/QmSpwp3RAVhZsErAQrCQxEmjnGqJQMigarzZbfqr9Ktakb'
5227
5368
  },
5369
+ 293: {
5370
+ name: 'DaVinci',
5371
+ chain: 'DCOIN',
5372
+ rpc: ['https://rpc.davinci.bz'],
5373
+ faucets: [],
5374
+ nativeCurrency: { name: 'DaVinci', symbol: 'DCOIN', decimals: 18 },
5375
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5376
+ infoURL: 'https://davinci.bz',
5377
+ shortName: 'davinci',
5378
+ chainId: 293,
5379
+ networkId: 293,
5380
+ icon: 'davinci',
5381
+ explorers: [
5382
+ {
5383
+ name: 'davinciscan',
5384
+ icon: 'blockscout',
5385
+ url: 'https://mainnet-explorer.davinci.bz',
5386
+ standard: 'EIP3091'
5387
+ }
5388
+ ],
5389
+ status: 'active',
5390
+ iconURL: 'https://ipfs.io/ipfs/bafybeid7ggekwk5knwlxsesk4zomwrtg2mmcfwfqjtywghvljfbmukn2yu'
5391
+ },
5228
5392
  295: {
5229
5393
  name: 'Hedera Mainnet',
5230
5394
  chain: 'Hedera',
@@ -5713,9 +5877,9 @@ exports.chains = {
5713
5877
  iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
5714
5878
  },
5715
5879
  325: {
5716
- name: 'GRVT Mainnet',
5880
+ name: 'GRVT Exchange',
5717
5881
  chain: 'ETH',
5718
- rpc: [],
5882
+ rpc: ['https://rpc.grvt.io'],
5719
5883
  faucets: [],
5720
5884
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5721
5885
  infoURL: 'https://grvt.io/',
@@ -5727,9 +5891,9 @@ exports.chains = {
5727
5891
  iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
5728
5892
  },
5729
5893
  326: {
5730
- name: 'GRVT Sepolia Testnet',
5894
+ name: 'GRVT Exchange Testnet',
5731
5895
  chain: 'ETH',
5732
- rpc: [],
5896
+ rpc: ['https://zkrpc.testnet.grvt.io'],
5733
5897
  faucets: [],
5734
5898
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5735
5899
  infoURL: 'https://grvt.io/',
@@ -5740,6 +5904,27 @@ exports.chains = {
5740
5904
  explorers: [],
5741
5905
  iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
5742
5906
  },
5907
+ 332: {
5908
+ name: 'Omax Testnet',
5909
+ chain: 'Omax Chain',
5910
+ rpc: ['https://testapi.omaxray.com'],
5911
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5912
+ faucets: ['https://faucet.omaxray.com/'],
5913
+ nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAXT', decimals: 18 },
5914
+ infoURL: 'https://www.omaxcoin.com/',
5915
+ shortName: 'omaxt',
5916
+ chainId: 332,
5917
+ networkId: 332,
5918
+ icon: 'omaxchain',
5919
+ explorers: [
5920
+ {
5921
+ name: 'Omax Chain Explorer',
5922
+ url: 'https://testnet.omaxscan.com',
5923
+ standard: 'EIP3091'
5924
+ }
5925
+ ],
5926
+ iconURL: 'https://ipfs.io/ipfs/Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G'
5927
+ },
5743
5928
  333: {
5744
5929
  name: 'Web3Q Mainnet',
5745
5930
  chain: 'Web3Q',
@@ -6415,6 +6600,27 @@ exports.chains = {
6415
6600
  ],
6416
6601
  iconURL: 'https://ipfs.io/ipfs/QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH'
6417
6602
  },
6603
+ 426: {
6604
+ name: 'The Widows Mite',
6605
+ chain: 'MITE',
6606
+ rpc: ['https://rpc.twmcrypto.com/'],
6607
+ faucets: ['https://faucet.twmcrypto.com/'],
6608
+ nativeCurrency: { name: 'The Widows Mite', symbol: 'MITE', decimals: 8 },
6609
+ infoURL: 'https://twmcrypto.com/',
6610
+ shortName: 'mite',
6611
+ chainId: 426,
6612
+ networkId: 426,
6613
+ icon: 'mite',
6614
+ explorers: [
6615
+ {
6616
+ name: 'The Widows Mite Explorer',
6617
+ url: 'https://scan.twmcrypto.com',
6618
+ icon: 'mite',
6619
+ standard: 'EIP3091'
6620
+ }
6621
+ ],
6622
+ iconURL: 'https://ipfs.io/ipfs/QmUdrSXS4729UQGVvUYfc8S1CHnG3JpG2HhCTDmsCw6jk8'
6623
+ },
6418
6624
  427: {
6419
6625
  name: 'Zeeth Chain',
6420
6626
  chain: 'ZeethChain',
@@ -6605,6 +6811,32 @@ exports.chains = {
6605
6811
  ],
6606
6812
  iconURL: 'https://ipfs.io/ipfs/bafkreihs2nrnizpcuzjmuu2yi7wrtwd7qlqje46qnil5bnntfbfkb2roea'
6607
6813
  },
6814
+ 466: {
6815
+ name: 'AppChain',
6816
+ chain: 'AppChain',
6817
+ rpc: ['https://rpc.appchain.xyz/http', 'wss://rpc.appchain.xyz/ws'],
6818
+ faucets: [],
6819
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6820
+ infoURL: 'https://appchain.xyz',
6821
+ shortName: 'appchain',
6822
+ chainId: 466,
6823
+ networkId: 466,
6824
+ icon: 'appchain',
6825
+ explorers: [
6826
+ {
6827
+ name: 'AppChain Explorer',
6828
+ url: 'https://explorer.appchain.xyz',
6829
+ icon: 'blockscout',
6830
+ standard: 'EIP3091'
6831
+ }
6832
+ ],
6833
+ parent: {
6834
+ type: 'L2',
6835
+ chain: 'eip155-1',
6836
+ bridges: [{ url: 'https://bridge.appchain.xyz' }]
6837
+ },
6838
+ iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
6839
+ },
6608
6840
  480: {
6609
6841
  name: 'World Chain',
6610
6842
  chain: 'ETH',
@@ -7618,7 +7850,7 @@ exports.chains = {
7618
7850
  faucets: ['https://faucet-testnet.nerochain.io'],
7619
7851
  nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
7620
7852
  infoURL: 'https://docs.nerochain.io/',
7621
- shortName: 'NERO',
7853
+ shortName: 'NEROT',
7622
7854
  chainId: 689,
7623
7855
  networkId: 689,
7624
7856
  slip44: 1,
@@ -8427,6 +8659,46 @@ exports.chains = {
8427
8659
  ],
8428
8660
  iconURL: 'https://ipfs.io/ipfs/QmW3RZKwBq12F7jVV2pn6T9WzwU5rosLYkVqoRQckfKvXo'
8429
8661
  },
8662
+ 824: {
8663
+ name: 'Daily Network Mainnet',
8664
+ chain: 'Daily Network',
8665
+ icon: 'daily',
8666
+ rpc: ['https://rpc.mainnet.dailycrypto.net'],
8667
+ faucets: [],
8668
+ nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
8669
+ infoURL: 'https://dailycrypto.net',
8670
+ shortName: 'dly',
8671
+ chainId: 824,
8672
+ networkId: 824,
8673
+ explorers: [
8674
+ {
8675
+ name: 'Daily Mainnet Explorer',
8676
+ url: 'https://explorer.mainnet.dailycrypto.net',
8677
+ standard: 'none'
8678
+ }
8679
+ ],
8680
+ iconURL: 'https://ipfs.io/ipfs/Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp'
8681
+ },
8682
+ 825: {
8683
+ name: 'Daily Network Testnet',
8684
+ chain: 'Daily Network',
8685
+ icon: 'daily',
8686
+ rpc: ['https://rpc.testnet.dailycrypto.net'],
8687
+ faucets: [],
8688
+ nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
8689
+ infoURL: 'https://dailycrypto.net',
8690
+ shortName: 'tdly',
8691
+ chainId: 825,
8692
+ networkId: 825,
8693
+ explorers: [
8694
+ {
8695
+ name: 'Daily Testnet Explorer',
8696
+ url: 'https://explorer.testnet.dailycrypto.net',
8697
+ standard: 'none'
8698
+ }
8699
+ ],
8700
+ iconURL: 'https://ipfs.io/ipfs/Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp'
8701
+ },
8430
8702
  831: {
8431
8703
  name: 'CheckDot Blockchain Devnet',
8432
8704
  chain: 'CDT Blockchain',
@@ -8447,7 +8719,7 @@ exports.chains = {
8447
8719
  },
8448
8720
  841: {
8449
8721
  name: 'Taraxa Mainnet',
8450
- chain: 'Tara',
8722
+ chain: 'TARA',
8451
8723
  icon: 'taraxa',
8452
8724
  rpc: ['https://rpc.mainnet.taraxa.io/', 'https://ws.mainnet.taraxa.io'],
8453
8725
  faucets: [],
@@ -8456,21 +8728,29 @@ exports.chains = {
8456
8728
  shortName: 'tara',
8457
8729
  chainId: 841,
8458
8730
  networkId: 841,
8731
+ slip44: 726,
8459
8732
  explorers: [
8733
+ {
8734
+ name: 'Tara.to Explorer',
8735
+ url: 'https://tara.to',
8736
+ standard: 'EIP3091',
8737
+ icon: 'blockscout'
8738
+ },
8460
8739
  {
8461
8740
  name: 'Taraxa Explorer',
8462
8741
  url: 'https://explorer.mainnet.taraxa.io',
8463
- standard: 'none'
8742
+ standard: 'none',
8743
+ icon: 'taraxa'
8464
8744
  }
8465
8745
  ],
8466
8746
  iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
8467
8747
  },
8468
8748
  842: {
8469
8749
  name: 'Taraxa Testnet',
8470
- chain: 'Tara',
8750
+ chain: 'TARA',
8471
8751
  icon: 'taraxa',
8472
8752
  rpc: ['https://rpc.testnet.taraxa.io/', 'https://ws.testnet.taraxa.io'],
8473
- faucets: [],
8753
+ faucets: ['https://explorer.testnet.taraxa.io/faucet'],
8474
8754
  nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
8475
8755
  infoURL: 'https://taraxa.io',
8476
8756
  shortName: 'taratest',
@@ -8478,6 +8758,12 @@ exports.chains = {
8478
8758
  networkId: 842,
8479
8759
  slip44: 1,
8480
8760
  explorers: [
8761
+ {
8762
+ name: 'Tara.to Explorer',
8763
+ url: 'https://testnet.to',
8764
+ standard: 'EIP3091',
8765
+ icon: 'blockscout'
8766
+ },
8481
8767
  {
8482
8768
  name: 'Taraxa Explorer',
8483
8769
  url: 'https://explorer.testnet.taraxa.io',
@@ -8868,6 +9154,11 @@ exports.chains = {
8868
9154
  name: 'modescout',
8869
9155
  url: 'https://sepolia.explorer.mode.network',
8870
9156
  standard: 'none'
9157
+ },
9158
+ {
9159
+ name: 'Routesan',
9160
+ url: 'https://testnet.modescan.io',
9161
+ standard: 'none'
8871
9162
  }
8872
9163
  ],
8873
9164
  parent: {
@@ -9455,9 +9746,9 @@ exports.chains = {
9455
9746
  parent: { type: 'L2', chain: 'eip155-1' }
9456
9747
  },
9457
9748
  1001: {
9458
- name: 'Kaia Testnet Kairos',
9749
+ name: 'Kaia Kairos Testnet',
9459
9750
  chain: 'KAIA',
9460
- rpc: ['https://public-en.kairos.node.kaia.io'],
9751
+ rpc: ['https://public-en-kairos.node.kaia.io'],
9461
9752
  faucets: ['https://faucet.kaia.io'],
9462
9753
  nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
9463
9754
  infoURL: 'https://kaia.io/',
@@ -9582,7 +9873,12 @@ exports.chains = {
9582
9873
  1009: {
9583
9874
  name: 'Jumbochain Mainnet',
9584
9875
  chain: 'Jumbo',
9585
- rpc: ['https://rpcpriv.jumbochain.org'],
9876
+ rpc: [
9877
+ 'https://rpcpriv.jumbochain.org',
9878
+ 'https://rpc-datajumbo1.jumbochain.org',
9879
+ 'https://rpc-datajumbo2.jumbochain.org',
9880
+ 'https://rpc-datajumbo3.jumbochain.org'
9881
+ ],
9586
9882
  faucets: [],
9587
9883
  nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
9588
9884
  features: [{ name: 'EIP155' }],
@@ -9689,9 +9985,10 @@ exports.chains = {
9689
9985
  chain: 'BTTC',
9690
9986
  rpc: ['https://testrpc.bittorrentchain.io/'],
9691
9987
  faucets: [],
9988
+ status: 'deprecated',
9692
9989
  nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
9693
9990
  infoURL: 'https://bittorrentchain.io/',
9694
- shortName: 'tbtt',
9991
+ shortName: 'tbtt-deprecated',
9695
9992
  chainId: 1028,
9696
9993
  networkId: 1028,
9697
9994
  slip44: 1,
@@ -9703,6 +10000,27 @@ exports.chains = {
9703
10000
  }
9704
10001
  ]
9705
10002
  },
10003
+ 1029: {
10004
+ name: 'BitTorrent Chain Donau',
10005
+ chain: 'BTTC',
10006
+ icon: 'bttc',
10007
+ rpc: ['https://pre-rpc.bt.io'],
10008
+ faucets: ['https://testfaucet.bt.io'],
10009
+ nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
10010
+ infoURL: 'https://bt.io',
10011
+ shortName: 'tBTT',
10012
+ chainId: 1029,
10013
+ networkId: 1029,
10014
+ slip44: 1,
10015
+ explorers: [
10016
+ {
10017
+ name: 'BitTorrent Chain Donau Explorer',
10018
+ url: 'https://testnet.bttcscan.com',
10019
+ standard: 'EIP3091'
10020
+ }
10021
+ ],
10022
+ iconURL: 'https://ipfs.io/ipfs/QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK'
10023
+ },
9706
10024
  1030: {
9707
10025
  name: 'Conflux eSpace',
9708
10026
  chain: 'Conflux',
@@ -10445,6 +10763,18 @@ exports.chains = {
10445
10763
  ],
10446
10764
  iconURL: 'https://ipfs.io/ipfs/QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP'
10447
10765
  },
10766
+ 1174: {
10767
+ name: 'Litheum Test Network',
10768
+ chain: 'Litheum',
10769
+ rpc: ['https://testnet.litheum.com'],
10770
+ faucets: [],
10771
+ nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 9 },
10772
+ infoURL: 'https://litheum.com',
10773
+ shortName: 'lith',
10774
+ chainId: 1174,
10775
+ networkId: 1174,
10776
+ explorers: []
10777
+ },
10448
10778
  1177: {
10449
10779
  name: 'Smart Host Teknoloji TESTNET',
10450
10780
  chain: 'SHT',
@@ -11253,6 +11583,29 @@ exports.chains = {
11253
11583
  }
11254
11584
  ]
11255
11585
  },
11586
+ 1298: {
11587
+ name: 'Argochain Testnet',
11588
+ chain: 'Argochain',
11589
+ icon: 'argochain',
11590
+ rpc: [
11591
+ 'https://rpc-testnet.devolvedai.com',
11592
+ 'https://test-rpc.devolvedai.com'
11593
+ ],
11594
+ faucets: ['https://faucet.argoscan.net'],
11595
+ nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
11596
+ infoURL: 'https://devolvedai.com',
11597
+ shortName: 'tAGC',
11598
+ chainId: 1298,
11599
+ networkId: 1298,
11600
+ explorers: [
11601
+ {
11602
+ name: 'Argochain Test Scanner',
11603
+ url: 'https://test-scanner.devolvedai.com',
11604
+ standard: 'EIP3091'
11605
+ }
11606
+ ],
11607
+ iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
11608
+ },
11256
11609
  1299: {
11257
11610
  name: 'Argochain',
11258
11611
  chain: 'Argochain',
@@ -11886,16 +12239,25 @@ exports.chains = {
11886
12239
  iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
11887
12240
  },
11888
12241
  1480: {
11889
- name: 'Islander',
11890
- chain: 'Islander',
11891
- rpc: [],
11892
- nativeCurrency: { name: 'Islander', symbol: 'ISL', decimals: 18 },
11893
- faucets: [],
11894
- infoURL: '',
11895
- shortName: 'isl',
12242
+ name: 'Vana',
12243
+ chain: 'Vana',
12244
+ rpc: ['https://rpc.vana.org/'],
12245
+ nativeCurrency: { name: 'Vana', symbol: 'VANA', decimals: 18 },
12246
+ faucets: ['https://faucet.vana.org/'],
12247
+ infoURL: 'https://vana.org',
12248
+ shortName: 'vana',
11896
12249
  chainId: 1480,
11897
12250
  networkId: 1480,
11898
- explorers: []
12251
+ icon: 'vana',
12252
+ explorers: [
12253
+ {
12254
+ name: 'Vana Block Explorer',
12255
+ url: 'https://vanascan.io',
12256
+ icon: 'vana',
12257
+ standard: 'EIP3091'
12258
+ }
12259
+ ],
12260
+ iconURL: 'https://ipfs.io/ipfs/QAZt75XixnEtFzqHTrJa8kJkV4ccXWaXqeMeqM8BcBomQc'
11899
12261
  },
11900
12262
  1490: {
11901
12263
  name: 'Vitruveo Mainnet',
@@ -12139,6 +12501,27 @@ exports.chains = {
12139
12501
  }
12140
12502
  ]
12141
12503
  },
12504
+ 1605: {
12505
+ name: 'Betherance',
12506
+ chain: 'Beth',
12507
+ rpc: ['https://rpc.bethscan.io'],
12508
+ faucets: [],
12509
+ nativeCurrency: { name: 'Betherance', symbol: 'BETH', decimals: 18 },
12510
+ infoURL: 'https://rpc.bethscan.io',
12511
+ shortName: 'Beth',
12512
+ chainId: 1605,
12513
+ networkId: 1605,
12514
+ icon: 'betherance',
12515
+ explorers: [
12516
+ {
12517
+ name: 'bethscan',
12518
+ url: 'https://bethscan.io',
12519
+ icon: 'betherance',
12520
+ standard: 'none'
12521
+ }
12522
+ ],
12523
+ iconURL: 'https://ipfs.io/ipfs/QmQnf8Fp3xVimXszkCt7EfKWjUzGWK9HBq9EQ8xXbm1APH'
12524
+ },
12142
12525
  1617: {
12143
12526
  name: 'Ethereum Inscription Mainnet',
12144
12527
  chain: 'ETINS',
@@ -12357,6 +12740,27 @@ exports.chains = {
12357
12740
  networkId: 1688,
12358
12741
  iconURL: 'https://ipfs.io/ipfs/bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay'
12359
12742
  },
12743
+ 1689: {
12744
+ name: 'NERO Mainnet',
12745
+ chain: 'NERO Chain',
12746
+ rpc: ['https://rpc.nerochain.io', 'wss://ws.nerochain.io'],
12747
+ faucets: [],
12748
+ nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
12749
+ infoURL: 'https://docs.nerochain.io/',
12750
+ shortName: 'NERO',
12751
+ chainId: 1689,
12752
+ networkId: 1689,
12753
+ slip44: 1,
12754
+ icon: 'nero',
12755
+ explorers: [
12756
+ {
12757
+ name: 'nero mainnet scan',
12758
+ url: 'https://www.neroscan.io',
12759
+ standard: 'EIP3091'
12760
+ }
12761
+ ],
12762
+ iconURL: 'https://ipfs.io/ipfs/QmdkENLFjLRNts2kBspNbM3q84WjG5Yf7C8amVVr7FCQrp'
12763
+ },
12360
12764
  1701: {
12361
12765
  name: 'Anytype EVM Chain',
12362
12766
  chain: 'ETH',
@@ -12852,6 +13256,23 @@ exports.chains = {
12852
13256
  chainId: 1856,
12853
13257
  networkId: 1
12854
13258
  },
13259
+ 1868: {
13260
+ name: 'Soneium',
13261
+ shortName: 'soneium',
13262
+ title: 'Soneium mainnet',
13263
+ chain: 'ETH',
13264
+ icon: 'soneium',
13265
+ rpc: [],
13266
+ faucets: [],
13267
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13268
+ infoURL: 'https://soneium.org',
13269
+ chainId: 1868,
13270
+ networkId: 1868,
13271
+ status: 'incubating',
13272
+ explorers: [],
13273
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
13274
+ iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
13275
+ },
12855
13276
  1875: {
12856
13277
  name: 'Whitechain',
12857
13278
  chain: 'WBT',
@@ -13118,42 +13539,47 @@ exports.chains = {
13118
13539
  explorers: []
13119
13540
  },
13120
13541
  1923: {
13121
- name: 'Swell Network',
13122
- chain: 'Swell L2',
13123
- rpc: ['https://swell-mainnet.alt.technology'],
13542
+ name: 'Swellchain',
13543
+ chain: 'ETH',
13544
+ rpc: ['https://swell-mainnet.alt.technology', 'https://rpc.ankr.com/swell'],
13124
13545
  faucets: [],
13125
13546
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13126
13547
  infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
13127
- shortName: 'swell-l2',
13548
+ shortName: 'swellchain',
13128
13549
  chainId: 1923,
13129
13550
  networkId: 1923,
13551
+ icon: 'swell',
13130
13552
  explorers: [
13131
13553
  {
13132
- name: 'swell-l2',
13133
- icon: 'swell',
13134
- url: 'https://swell-mainnet-explorer.alt.technology',
13554
+ name: 'Swellchain Explorer',
13555
+ url: 'https://explorer.swellnetwork.io',
13135
13556
  standard: 'none'
13136
13557
  }
13137
- ]
13558
+ ],
13559
+ iconURL: 'https://ipfs.io/ipfs/QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3'
13138
13560
  },
13139
13561
  1924: {
13140
- name: 'Swell Network Testnet',
13141
- chain: 'Swell L2 Testnet',
13142
- rpc: ['https://swell-testnet.alt.technology'],
13562
+ name: 'Swellchain Testnet',
13563
+ chain: 'ETH',
13564
+ rpc: [
13565
+ 'https://swell-testnet.alt.technology',
13566
+ 'https://rpc.ankr.com/swell-testnet'
13567
+ ],
13143
13568
  faucets: [],
13144
13569
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13145
13570
  infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
13146
- shortName: 'swell-l2-testnet',
13571
+ shortName: 'swellchain-sep',
13147
13572
  chainId: 1924,
13148
13573
  networkId: 1924,
13574
+ icon: 'swell',
13149
13575
  explorers: [
13150
13576
  {
13151
- name: 'swell-l2-testnet',
13152
- icon: 'swell',
13577
+ name: 'Swellchain Testnet Explorer',
13153
13578
  url: 'https://swell-testnet-explorer.alt.technology',
13154
13579
  standard: 'none'
13155
13580
  }
13156
- ]
13581
+ ],
13582
+ iconURL: 'https://ipfs.io/ipfs/QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3'
13157
13583
  },
13158
13584
  1927: {
13159
13585
  name: 'Arvix Testnet',
@@ -13230,6 +13656,26 @@ exports.chains = {
13230
13656
  },
13231
13657
  iconURL: 'https://ipfs.io/ipfs/bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi'
13232
13658
  },
13659
+ 1949: {
13660
+ name: 'Bionix Testnet',
13661
+ chain: 'Bionix',
13662
+ rpc: ['https://testnet-chain.bionixnetwork.com'],
13663
+ faucets: [],
13664
+ nativeCurrency: { name: 'Bionix', symbol: 'tBIO', decimals: 18 },
13665
+ icon: 'bionix',
13666
+ infoURL: 'https://bionixnetwork.com',
13667
+ shortName: 'tbio',
13668
+ chainId: 1949,
13669
+ networkId: 1949,
13670
+ explorers: [
13671
+ {
13672
+ name: 'Bionix Testnet Explorer',
13673
+ url: 'https://testnet.bionixnetwork.com',
13674
+ standard: 'none'
13675
+ }
13676
+ ],
13677
+ iconURL: 'https://ipfs.io/ipfs/QmNVegdThJHrdcJxYTrmgccARTDTz9DkhxLffDCvDMp4an'
13678
+ },
13233
13679
  1951: {
13234
13680
  name: 'D-Chain Mainnet',
13235
13681
  chain: 'D-Chain',
@@ -13547,13 +13993,7 @@ exports.chains = {
13547
13993
  chainId: 1992,
13548
13994
  networkId: 1992,
13549
13995
  slip44: 60,
13550
- explorers: [
13551
- {
13552
- name: 'routescan',
13553
- url: 'https://explorer.hubble.exchange',
13554
- standard: 'EIP3091'
13555
- }
13556
- ],
13996
+ explorers: [],
13557
13997
  iconURL: 'https://ipfs.io/ipfs/QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW'
13558
13998
  },
13559
13999
  1993: {
@@ -13832,12 +14272,12 @@ exports.chains = {
13832
14272
  faucets: ['https://faucet.nowchain.co'],
13833
14273
  nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
13834
14274
  infoURL: 'https://nowchain.co',
13835
- shortName: 'now',
14275
+ shortName: 'tnow',
13836
14276
  chainId: 2014,
13837
14277
  networkId: 2014,
13838
14278
  explorers: [
13839
14279
  {
13840
- name: 'nowscan',
14280
+ name: 'nowscan testnet',
13841
14281
  url: 'https://testnet.nowscan.io',
13842
14282
  standard: 'EIP3091'
13843
14283
  }
@@ -15453,7 +15893,7 @@ exports.chains = {
15453
15893
  ],
15454
15894
  parent: {
15455
15895
  type: 'L2',
15456
- chain: 'eip155-1',
15896
+ chain: 'eip155-11155111',
15457
15897
  bridges: [{ url: 'https://bridge-ui.cardona.zkevm-rpc.com' }]
15458
15898
  },
15459
15899
  iconURL: 'https://ipfs.io/ipfs/QmNmJZkQgx9RcFLS3rvxQTVYcPfyAFPr667keHTUxB9PDv'
@@ -15559,6 +15999,27 @@ exports.chains = {
15559
15999
  ],
15560
16000
  iconURL: 'https://ipfs.io/ipfs/QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa'
15561
16001
  },
16002
+ 2488: {
16003
+ name: 'NOW Chain Mainnet',
16004
+ chain: 'NOW',
16005
+ icon: 'nowchain',
16006
+ rpc: ['https://rpc.nowscan.io'],
16007
+ faucets: [],
16008
+ nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
16009
+ infoURL: 'https://nowchain.co',
16010
+ shortName: 'now',
16011
+ chainId: 2488,
16012
+ networkId: 2488,
16013
+ explorers: [
16014
+ {
16015
+ name: 'NOW Scan',
16016
+ url: 'https://nowscan.io',
16017
+ icon: 'nowchain',
16018
+ standard: 'EIP3091'
16019
+ }
16020
+ ],
16021
+ iconURL: 'https://ipfs.io/ipfs/QmSUzhRGzMyMyGwBcE3ooZ5jvHKyJ1FjVjh5SfoGHG36MX'
16022
+ },
15562
16023
  2511: {
15563
16024
  name: 'Karak Goerli',
15564
16025
  chain: 'Karak',
@@ -16564,6 +17025,20 @@ exports.chains = {
16564
17025
  slip44: 1,
16565
17026
  iconURL: 'https://ipfs.io/ipfs/QmQnXu13ym8W1VA3QxocaNVXGAuEPmamSCkS7bBscVk1f4'
16566
17027
  },
17028
+ 3332: {
17029
+ name: 'EthStorage L2 Mainnet',
17030
+ chain: 'EthStorage',
17031
+ rpc: ['http://mainnet.l2.ethstorage.io:9540'],
17032
+ faucets: [],
17033
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17034
+ infoURL: 'https://ethstorage.io/',
17035
+ shortName: 'esl2-m',
17036
+ chainId: 3332,
17037
+ networkId: 3332,
17038
+ slip44: 1,
17039
+ status: 'incubating',
17040
+ parent: { type: 'L2', chain: 'eip155-1' }
17041
+ },
16567
17042
  3333: {
16568
17043
  name: 'EthStorage Testnet',
16569
17044
  chain: 'EthStorage',
@@ -16595,16 +17070,45 @@ exports.chains = {
16595
17070
  ]
16596
17071
  },
16597
17072
  3335: {
16598
- name: 'EthStorage Mainnet',
17073
+ name: 'EthStorage L2 Devnet',
16599
17074
  chain: 'EthStorage',
16600
- rpc: ['http://mainnet.ethstorage.io:9540'],
17075
+ rpc: ['http://devnet.l2.ethstorage.io:9540'],
16601
17076
  faucets: [],
16602
17077
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16603
17078
  infoURL: 'https://ethstorage.io/',
16604
- shortName: 'es-m',
17079
+ shortName: 'esl2-d',
16605
17080
  chainId: 3335,
16606
17081
  networkId: 3335,
16607
- slip44: 1
17082
+ slip44: 1,
17083
+ status: 'incubating',
17084
+ parent: { type: 'L2', chain: 'eip155-11155111' }
17085
+ },
17086
+ 3336: {
17087
+ name: 'EthStorage L2 Testnet',
17088
+ chain: 'EthStorage',
17089
+ rpc: ['http://testnet.l2.ethstorage.io:9540'],
17090
+ faucets: [],
17091
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17092
+ infoURL: 'https://ethstorage.io/',
17093
+ shortName: 'esl2-t',
17094
+ chainId: 3336,
17095
+ networkId: 3336,
17096
+ slip44: 1,
17097
+ status: 'incubating',
17098
+ parent: { type: 'L2', chain: 'eip155-11155111' }
17099
+ },
17100
+ 3337: {
17101
+ name: 'EthStorage Devnet',
17102
+ chain: 'EthStorage',
17103
+ rpc: ['http://devnet.ethstorage.io:9540'],
17104
+ faucets: [],
17105
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17106
+ infoURL: 'https://ethstorage.io/',
17107
+ shortName: 'es-d',
17108
+ chainId: 3337,
17109
+ networkId: 3337,
17110
+ slip44: 1,
17111
+ status: 'incubating'
16608
17112
  },
16609
17113
  3338: {
16610
17114
  name: 'peaq',
@@ -16631,6 +17135,19 @@ exports.chains = {
16631
17135
  ],
16632
17136
  iconURL: 'https://ipfs.io/ipfs/QmQ7Jue8v2YXyhmDTkSbzCJxzZDa2v4GZZKViESdyswzrj'
16633
17137
  },
17138
+ 3339: {
17139
+ name: 'EthStorage Mainnet',
17140
+ chain: 'EthStorage',
17141
+ rpc: ['http://mainnet.ethstorage.io:9540'],
17142
+ faucets: [],
17143
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17144
+ infoURL: 'https://ethstorage.io/',
17145
+ shortName: 'es-m',
17146
+ chainId: 3339,
17147
+ networkId: 3339,
17148
+ slip44: 1,
17149
+ status: 'incubating'
17150
+ },
16634
17151
  3400: {
16635
17152
  name: 'Paribu Net Mainnet',
16636
17153
  chain: 'PRB',
@@ -16862,13 +17379,8 @@ exports.chains = {
16862
17379
  slip44: 1,
16863
17380
  explorers: [
16864
17381
  {
16865
- name: '3xpl',
16866
- url: 'https://3xpl.com/botanix',
16867
- standard: 'EIP3091'
16868
- },
16869
- {
16870
- name: 'Blockscout',
16871
- url: 'https://blockscout.botanixlabs.dev',
17382
+ name: 'Botanix Explorer',
17383
+ url: 'https://testnet.botanixscan.io',
16872
17384
  standard: 'EIP3091'
16873
17385
  }
16874
17386
  ],
@@ -17781,6 +18293,27 @@ exports.chains = {
17781
18293
  ],
17782
18294
  iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
17783
18295
  },
18296
+ 4158: {
18297
+ name: 'CrossFi Mainnet',
18298
+ icon: 'crossfi',
18299
+ chain: 'crossfi',
18300
+ rpc: ['https://rpc.mainnet.ms/'],
18301
+ faucets: [],
18302
+ nativeCurrency: { name: 'CrossFi Token', symbol: 'XFI', decimals: 18 },
18303
+ infoURL: 'https://crossfi.org',
18304
+ shortName: 'crossfi',
18305
+ chainId: 4158,
18306
+ networkId: 4158,
18307
+ slip44: 1,
18308
+ explorers: [
18309
+ {
18310
+ name: 'CrossFi Mainnet Scan',
18311
+ url: 'https://xfiscan.com',
18312
+ standard: 'none'
18313
+ }
18314
+ ],
18315
+ iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
18316
+ },
17784
18317
  4162: {
17785
18318
  name: 'SX Rollup',
17786
18319
  chain: 'SX',
@@ -18102,10 +18635,10 @@ exports.chains = {
18102
18635
  4460: {
18103
18636
  name: 'Orderly Sepolia Testnet',
18104
18637
  chain: 'ETH',
18105
- rpc: ['https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz'],
18638
+ rpc: ['https://testnet-rpc.orderly.org'],
18106
18639
  faucets: [],
18107
18640
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
18108
- infoURL: 'www.orderly.network',
18641
+ infoURL: 'https://orderly.network',
18109
18642
  shortName: 'orderlyl2',
18110
18643
  chainId: 4460,
18111
18644
  networkId: 4460,
@@ -18114,7 +18647,7 @@ exports.chains = {
18114
18647
  explorers: [
18115
18648
  {
18116
18649
  name: 'basescout',
18117
- url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
18650
+ url: 'https://testnet-explorer.orderly.org',
18118
18651
  icon: 'blockscout',
18119
18652
  standard: 'EIP3091'
18120
18653
  }
@@ -18144,17 +18677,41 @@ exports.chains = {
18144
18677
  faucets: ['https://faucet.emoney.network/faucet'],
18145
18678
  nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
18146
18679
  infoURL: 'https://emoney.network/',
18147
- shortName: 'emoney',
18680
+ shortName: 'EmoneyTestnet',
18148
18681
  chainId: 4544,
18149
18682
  networkId: 4544,
18150
18683
  slip44: 118,
18151
18684
  icon: 'emoney',
18152
18685
  explorers: [
18153
18686
  {
18154
- name: 'EMoney ethscan',
18155
- url: 'https://ethscan.emoney.network',
18687
+ name: 'EMoney Explorer',
18688
+ url: 'https://explore-stage.emoney.network',
18156
18689
  icon: 'emoney',
18157
- standard: 'EIP3091'
18690
+ standard: 'none'
18691
+ }
18692
+ ],
18693
+ iconURL: 'https://ipfs.io/ipfs/bafkreigo4gtboztftjdnbvy2rb2ku2gxxbhm4iwutzgnzhvden3vcbsqui'
18694
+ },
18695
+ 4545: {
18696
+ name: 'Emoney Network Mainnet',
18697
+ chain: 'Emoney',
18698
+ rpc: [
18699
+ 'https://rpc-publicnode.emoney.io/',
18700
+ 'https://public-node1-rpc.emoney.network/'
18701
+ ],
18702
+ faucets: [],
18703
+ nativeCurrency: { name: 'Emoney Coin', symbol: 'EMYC', decimals: 18 },
18704
+ infoURL: 'https://emoney.io/',
18705
+ shortName: 'emoney',
18706
+ chainId: 4545,
18707
+ networkId: 4545,
18708
+ icon: 'emoney',
18709
+ explorers: [
18710
+ {
18711
+ name: 'EMoney Explorer',
18712
+ url: 'https://explore.emoney.network',
18713
+ icon: 'emoney',
18714
+ standard: 'none'
18158
18715
  }
18159
18716
  ],
18160
18717
  iconURL: 'https://ipfs.io/ipfs/bafkreigo4gtboztftjdnbvy2rb2ku2gxxbhm4iwutzgnzhvden3vcbsqui'
@@ -18196,6 +18753,35 @@ exports.chains = {
18196
18753
  icon: 'gold',
18197
18754
  iconURL: 'https://ipfs.io/ipfs/QmbvuHpn8Np5uTTbVNgv4JHCj2zfHBfmSoRcVNdWbcV5Vq'
18198
18755
  },
18756
+ 4661: {
18757
+ name: 'AppChain Testnet',
18758
+ chain: 'AppChain Testnet',
18759
+ rpc: [
18760
+ 'https://appchaintestnet.rpc.caldera.xyz/http',
18761
+ 'wss://appchaintestnet.rpc.caldera.xyz/ws'
18762
+ ],
18763
+ faucets: [],
18764
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
18765
+ infoURL: 'https://appchain.xyz',
18766
+ shortName: 'appchaintestnet',
18767
+ chainId: 4661,
18768
+ networkId: 4661,
18769
+ icon: 'appchain',
18770
+ explorers: [
18771
+ {
18772
+ name: 'AppChain Testnet Explorer',
18773
+ url: 'https://appchaintestnet.explorer.caldera.xyz',
18774
+ icon: 'blockscout',
18775
+ standard: 'EIP3091'
18776
+ }
18777
+ ],
18778
+ parent: {
18779
+ type: 'L2',
18780
+ chain: 'eip155-11155111',
18781
+ bridges: [{ url: 'https://appchaintestnet.bridge.caldera.xyz' }]
18782
+ },
18783
+ iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
18784
+ },
18199
18785
  4689: {
18200
18786
  name: 'IoTeX Network Mainnet',
18201
18787
  chain: 'iotex.io',
@@ -18616,6 +19202,51 @@ exports.chains = {
18616
19202
  status: 'active',
18617
19203
  iconURL: 'https://ipfs.io/ipfs/QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h'
18618
19204
  },
19205
+ 5080: {
19206
+ name: 'Pioneer Zero Chain',
19207
+ chain: 'PZO',
19208
+ icon: 'pzo',
19209
+ rpc: ['https://rpc.zeroscan.org'],
19210
+ faucets: ['https://faucet.zeroscan.org/faucet'],
19211
+ nativeCurrency: { name: 'Pioneer Zero', symbol: 'PZO', decimals: 18 },
19212
+ infoURL: 'https://pionechain.com',
19213
+ shortName: 'pzo',
19214
+ chainId: 5080,
19215
+ networkId: 5080,
19216
+ explorers: [
19217
+ {
19218
+ name: 'Pioneer Zero Chain Explorer',
19219
+ url: 'https://zeroscan.org',
19220
+ standard: 'EIP3091'
19221
+ },
19222
+ {
19223
+ name: 'Pioneer Zero Chain Explorer',
19224
+ url: 'https://zero.pionescan.com',
19225
+ standard: 'EIP3091'
19226
+ }
19227
+ ],
19228
+ iconURL: 'https://ipfs.io/ipfs/QmVixPVBBnprnjsoG4r6KDT2SwupjFyT2zZ5M77fHyU6ud'
19229
+ },
19230
+ 5090: {
19231
+ name: 'Pioneer Chain Testnet',
19232
+ chain: 'PIO',
19233
+ icon: 'pio',
19234
+ rpc: ['https://rpc.pionescan.com'],
19235
+ faucets: [],
19236
+ nativeCurrency: { name: 'Pioneer', symbol: 'PIO', decimals: 18 },
19237
+ infoURL: 'https://pionechain.com',
19238
+ shortName: 'pio',
19239
+ chainId: 5090,
19240
+ networkId: 5090,
19241
+ explorers: [
19242
+ {
19243
+ name: 'Pioneer Chain Explorer',
19244
+ url: 'https://pionescan.com',
19245
+ standard: 'EIP3091'
19246
+ }
19247
+ ],
19248
+ iconURL: 'https://ipfs.io/ipfs/QmXcFM3JqPvvxHe1i8fTQkCFGWDGHjcZmWe2u6epUhyftt'
19249
+ },
18619
19250
  5100: {
18620
19251
  name: 'Syndicate Testnet',
18621
19252
  title: 'Syndicate Testnet',
@@ -19040,6 +19671,19 @@ exports.chains = {
19040
19671
  }
19041
19672
  ]
19042
19673
  },
19674
+ 5373: {
19675
+ name: 'Settlus Sepolia Testnet',
19676
+ chain: 'ETH',
19677
+ rpc: [],
19678
+ faucets: [],
19679
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
19680
+ infoURL: 'https://settlus.org',
19681
+ shortName: 'setl-sepolia',
19682
+ chainId: 5373,
19683
+ networkId: 5373,
19684
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
19685
+ status: 'incubating'
19686
+ },
19043
19687
  5424: {
19044
19688
  name: 'edeXa Mainnet',
19045
19689
  chain: 'edeXa Network',
@@ -21222,6 +21866,33 @@ exports.chains = {
21222
21866
  ],
21223
21867
  iconURL: 'https://ipfs.io/ipfs/QmdwifhejRfF8QfyzYrNdFVhfhCR6iuzWMmppK4eL7kttG'
21224
21868
  },
21869
+ 7897: {
21870
+ name: 'arena-z',
21871
+ title: 'arena-z',
21872
+ chain: 'arena-z',
21873
+ rpc: ['https://rpc.arena-z.gg', 'wss://ws.arena-z.gg'],
21874
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
21875
+ infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z',
21876
+ faucets: [],
21877
+ shortName: 'arena-z',
21878
+ chainId: 7897,
21879
+ networkId: 7897,
21880
+ slip44: 60,
21881
+ icon: 'arena-z-mainnet',
21882
+ explorers: [
21883
+ {
21884
+ name: 'blockscout',
21885
+ url: 'https://explorer.arena-z.gg',
21886
+ standard: 'EIP3091'
21887
+ }
21888
+ ],
21889
+ parent: {
21890
+ type: 'L2',
21891
+ chain: 'eip155-1',
21892
+ bridges: [{ url: 'https://bridge.gelato.network/bridge/arena-z' }]
21893
+ },
21894
+ iconURL: 'https://ipfs.io/ipfs/QmPRGaSPsmbDwRgQUCJSfkEErrfXxHbpUhQSvvDTLgJ25R'
21895
+ },
21225
21896
  7923: {
21226
21897
  name: 'Dot Blox',
21227
21898
  chain: 'DTBX',
@@ -21943,6 +22614,11 @@ exports.chains = {
21943
22614
  url: 'https://base.dex.guru',
21944
22615
  icon: 'dexguru',
21945
22616
  standard: 'EIP3091'
22617
+ },
22618
+ {
22619
+ name: 'Routescan',
22620
+ url: 'https://base.superscan.network',
22621
+ standard: 'EIP3091'
21946
22622
  }
21947
22623
  ],
21948
22624
  status: 'active',
@@ -22829,19 +23505,23 @@ exports.chains = {
22829
23505
  name: 'KPA Smart Chain Testnet',
22830
23506
  chain: 'KSC',
22831
23507
  rpc: [
22832
- 'https://testnet-rpc1.koppachain.com/',
22833
- 'https://testnet-rpc2.koppachain.com/',
22834
- 'https://testnet-rpc3.koppachain.com/',
22835
- 'https://testnet-rpc4.koppachain.com/'
23508
+ 'https://tkpa-rpc1.kpachain.com/',
23509
+ 'https://tkpa-rpc2.kpachain.com/',
23510
+ 'https://tkpa-rpc3.kpachain.com/',
23511
+ 'https://tkpa-rpc4.kpachain.com/',
23512
+ 'https://testnet-rpc1.kpascan.com/',
23513
+ 'https://testnet-rpc2.kpascan.com/',
23514
+ 'https://testnet-rpc3.kpascan.com/',
23515
+ 'https://testnet-rpc4.kpascan.com/'
22836
23516
  ],
22837
- faucets: ['https://mint.koppachain.com'],
23517
+ faucets: ['https://mint.kpachain.com'],
22838
23518
  nativeCurrency: {
22839
23519
  name: 'KPA Smart Chain Testnet',
22840
23520
  symbol: 'tKPA',
22841
23521
  decimals: 18
22842
23522
  },
22843
23523
  features: [],
22844
- infoURL: 'https://koppachain.com',
23524
+ infoURL: 'https://kpachain.com',
22845
23525
  shortName: 'KPA',
22846
23526
  chainId: 9091,
22847
23527
  networkId: 9091,
@@ -24295,6 +24975,19 @@ exports.chains = {
24295
24975
  slip44: 1,
24296
24976
  iconURL: 'https://ipfs.io/ipfs/QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j'
24297
24977
  },
24978
+ 11100: {
24979
+ name: 'Bool Network Beta Mainnet',
24980
+ chain: 'BOOL',
24981
+ rpc: ['https://beta-rpc-node-http.bool.network'],
24982
+ faucets: [],
24983
+ nativeCurrency: { name: 'BOL', symbol: 'BOL', decimals: 18 },
24984
+ infoURL: 'https://bool.network/',
24985
+ shortName: 'BOL',
24986
+ chainId: 11100,
24987
+ networkId: 11100,
24988
+ icon: 'boolnetwork',
24989
+ iconURL: 'https://ipfs.io/ipfs/QmPVnYRhenXH8X9NF3vy7oU1sHnoBoNU2xDU68uBqWoy3b'
24990
+ },
24298
24991
  11110: {
24299
24992
  name: 'Astra',
24300
24993
  chain: 'Astra',
@@ -25340,6 +26033,31 @@ exports.chains = {
25340
26033
  ],
25341
26034
  iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
25342
26035
  },
26036
+ 14149: {
26037
+ name: 'Bitharvest Chain Mainnet',
26038
+ chain: 'Bitharvest Chain Mainnet',
26039
+ rpc: ['https://rpc.bthscan.io/'],
26040
+ features: [{ name: 'EIP1559' }],
26041
+ faucets: [],
26042
+ nativeCurrency: {
26043
+ name: 'Bitharvest Mainnet Native Token',
26044
+ symbol: 'BTH',
26045
+ decimals: 18
26046
+ },
26047
+ infoURL: '',
26048
+ shortName: 'BitharvestMainnet',
26049
+ chainId: 14149,
26050
+ networkId: 14149,
26051
+ explorers: [
26052
+ {
26053
+ name: 'Bitharvest Mainnet Scan',
26054
+ url: 'https://bthscan.io',
26055
+ standard: 'EIP3091'
26056
+ }
26057
+ ],
26058
+ icon: 'bth',
26059
+ iconURL: 'https://ipfs.io/ipfs/QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm'
26060
+ },
25343
26061
  14324: {
25344
26062
  name: 'EVOLVE Testnet',
25345
26063
  chain: 'EVO',
@@ -26248,6 +26966,26 @@ exports.chains = {
26248
26966
  ],
26249
26967
  iconURL: 'https://ipfs.io/ipfs/QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE'
26250
26968
  },
26969
+ 18880: {
26970
+ name: 'EXPchain Testnet',
26971
+ chain: 'EXPCHAIN',
26972
+ rpc: ['https://rpc1-testnet.expchain.ai'],
26973
+ faucets: [],
26974
+ nativeCurrency: { name: 'tZKJ', symbol: 'tZKJ', decimals: 18 },
26975
+ infoURL: 'https://expchain.ai',
26976
+ shortName: 'expchain',
26977
+ chainId: 18880,
26978
+ networkId: 18880,
26979
+ icon: 'expchain',
26980
+ explorers: [
26981
+ {
26982
+ name: 'EXPchain Testnet Explorer',
26983
+ url: 'https://blockscout-testnet.expchain.ai',
26984
+ standard: 'EIP3091'
26985
+ }
26986
+ ],
26987
+ iconURL: 'https://ipfs.io/ipfs/QmUf9AtP2ZjQFvE8V4UV5RXQJkfUrCAh4tyY7ZHesBhCMB'
26988
+ },
26251
26989
  18888: {
26252
26990
  name: 'Titan (TKX)',
26253
26991
  chain: 'Titan (TKX)',
@@ -26742,6 +27480,19 @@ exports.chains = {
26742
27480
  }
26743
27481
  ]
26744
27482
  },
27483
+ 21210: {
27484
+ name: '1Money Network Mainnet',
27485
+ chain: '1Money Network',
27486
+ rpc: ['https://mainnet.1money.network'],
27487
+ faucets: [],
27488
+ nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
27489
+ features: [{ name: 'EIP155' }],
27490
+ infoURL: 'https://1money.com',
27491
+ shortName: '1money',
27492
+ chainId: 21210,
27493
+ networkId: 21210,
27494
+ explorers: []
27495
+ },
26745
27496
  21223: {
26746
27497
  name: 'DCpay Mainnet',
26747
27498
  chain: 'DCpay',
@@ -27564,7 +28315,7 @@ exports.chains = {
27564
28315
  networkId: 28882,
27565
28316
  explorers: [
27566
28317
  {
27567
- name: 'Bobascan',
28318
+ name: 'Routescan',
27568
28319
  url: 'https://testnet.bobascan.com',
27569
28320
  standard: 'none'
27570
28321
  }
@@ -27946,6 +28697,28 @@ exports.chains = {
27946
28697
  redFlags: ['reusedChainId'],
27947
28698
  iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
27948
28699
  },
28700
+ 31611: {
28701
+ name: 'Mezo Matsnet Testnet',
28702
+ chain: 'Mezo',
28703
+ icon: 'mezo',
28704
+ rpc: ['https://rpc.test.mezo.org'],
28705
+ faucets: ['https://mezo.org/matsnet'],
28706
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
28707
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
28708
+ infoURL: 'https://mezo.org/',
28709
+ shortName: 'mezo',
28710
+ chainId: 31611,
28711
+ networkId: 31611,
28712
+ explorers: [
28713
+ {
28714
+ name: 'blockscout',
28715
+ url: 'https://explorer.test.mezo.org',
28716
+ icon: 'blockscout',
28717
+ standard: 'EIP3091'
28718
+ }
28719
+ ],
28720
+ iconURL: 'https://ipfs.io/ipfs/bafkreibnc5le6iw6qqhrmhxbpxdlr6ub7wtpr5tga5sfgnowsv2ygac5fa'
28721
+ },
27949
28722
  31753: {
27950
28723
  name: 'Xchain Mainnet',
27951
28724
  chain: 'Xchain',
@@ -28110,6 +28883,26 @@ exports.chains = {
28110
28883
  ],
28111
28884
  iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
28112
28885
  },
28886
+ 32770: {
28887
+ name: 'Zilliqa 2 EVM proto-mainnet',
28888
+ chain: 'ZIL',
28889
+ rpc: ['https://api.zq2-protomainnet.zilliqa.com'],
28890
+ faucets: ['https://faucet.zq2-protomainnet.zilliqa.com'],
28891
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
28892
+ infoURL: 'https://www.zilliqa.com/',
28893
+ shortName: 'zq2-proto-mainnet',
28894
+ chainId: 32770,
28895
+ networkId: 32770,
28896
+ icon: 'zilliqa',
28897
+ explorers: [
28898
+ {
28899
+ name: 'Zilliqa 2 EVM proto-mainnet explorer',
28900
+ url: 'https://explorer.zq2-protomainnet.zilliqa.com',
28901
+ standard: 'EIP3091'
28902
+ }
28903
+ ],
28904
+ iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
28905
+ },
28113
28906
  32990: {
28114
28907
  name: 'Zilliqa EVM Isolated Server',
28115
28908
  chain: 'ZIL',
@@ -28394,7 +29187,8 @@ exports.chains = {
28394
29187
  name: 'modescout',
28395
29188
  url: 'https://explorer.mode.network',
28396
29189
  standard: 'none'
28397
- }
29190
+ },
29191
+ { name: 'Routescan', url: 'https://modescan.io', standard: 'none' }
28398
29192
  ],
28399
29193
  iconURL: 'https://ipfs.io/ipfs/bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou'
28400
29194
  },
@@ -28482,6 +29276,32 @@ exports.chains = {
28482
29276
  ],
28483
29277
  iconURL: 'https://ipfs.io/ipfs/QmQUQKe8VEtSthhgXnJ3EmEz94YhpVCpUDZAiU9KYyNLya'
28484
29278
  },
29279
+ 37111: {
29280
+ name: 'Lens Testnet',
29281
+ title: 'Lens Network Sepolia Testnet',
29282
+ chain: 'Lens',
29283
+ rpc: ['https://rpc.testnet.lens.dev'],
29284
+ faucets: ['https://www.alchemy.com/faucets/lens-sepolia'],
29285
+ chainId: 37111,
29286
+ networkId: 37111,
29287
+ nativeCurrency: { name: 'GRASS', symbol: 'GRASS', decimals: 18 },
29288
+ icon: 'lens',
29289
+ infoURL: 'https://www.lens.xyz',
29290
+ shortName: 'lens-sepolia',
29291
+ parent: {
29292
+ type: 'L2',
29293
+ chain: 'eip155-11155111',
29294
+ bridges: [{ url: 'https://portal.testnet.lens.dev/bridge' }]
29295
+ },
29296
+ explorers: [
29297
+ {
29298
+ name: 'Lens Testnet Block Explorer',
29299
+ url: 'https://block-explorer.testnet.lens.dev',
29300
+ standard: 'none'
29301
+ }
29302
+ ],
29303
+ iconURL: 'https://ipfs.io/ipfs/QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU'
29304
+ },
28485
29305
  38400: {
28486
29306
  name: 'ConnectorManager',
28487
29307
  chain: 'Rangers',
@@ -28647,20 +29467,20 @@ exports.chains = {
28647
29467
  ]
28648
29468
  },
28649
29469
  41923: {
28650
- name: 'Open Campus Codex Mainnet',
28651
- chain: 'Open Campus Codex Mainnet',
29470
+ name: 'EDU Chain',
29471
+ chain: 'EDU Chain',
28652
29472
  icon: 'occ-mainnet',
28653
29473
  rpc: ['https://rpc.edu-chain.raas.gelato.cloud'],
28654
29474
  faucets: ['https://bridge.gelato.network/bridge/edu-chain'],
28655
29475
  nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
28656
29476
  infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
28657
- shortName: 'occ-mainnet',
29477
+ shortName: 'edu-chain',
28658
29478
  chainId: 41923,
28659
29479
  networkId: 41923,
28660
29480
  explorers: [
28661
29481
  {
28662
- name: 'Open Campus Codex',
28663
- url: 'https://edu-chain.blockscout.com',
29482
+ name: 'EDU Chain',
29483
+ url: 'https://educhain.blockscout.com',
28664
29484
  icon: 'occ-mainnet',
28665
29485
  standard: 'none'
28666
29486
  }
@@ -29032,14 +29852,19 @@ exports.chains = {
29032
29852
  slip44: 1,
29033
29853
  explorers: [
29034
29854
  {
29035
- name: 'snowscan-testnet',
29855
+ name: 'Etherscan',
29036
29856
  url: 'https://testnet.snowscan.xyz',
29037
29857
  standard: 'EIP3091'
29038
29858
  },
29039
29859
  {
29040
- name: 'snowtrace',
29860
+ name: 'Routescan',
29041
29861
  url: 'https://testnet.snowtrace.io',
29042
29862
  standard: 'EIP3091'
29863
+ },
29864
+ {
29865
+ name: 'Avascan',
29866
+ url: 'https://testnet.avascan.info',
29867
+ standard: 'EIP3091'
29043
29868
  }
29044
29869
  ],
29045
29870
  iconURL: 'https://ipfs.io/ipfs/QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe'
@@ -29063,14 +29888,19 @@ exports.chains = {
29063
29888
  slip44: 9005,
29064
29889
  explorers: [
29065
29890
  {
29066
- name: 'snowscan',
29891
+ name: 'Etherscan',
29067
29892
  url: 'https://snowscan.xyz',
29068
29893
  standard: 'EIP3091'
29069
29894
  },
29070
29895
  {
29071
- name: 'snowtrace',
29896
+ name: 'Routescan',
29072
29897
  url: 'https://snowtrace.io',
29073
29898
  standard: 'EIP3091'
29899
+ },
29900
+ {
29901
+ name: 'Avascan',
29902
+ url: 'https://avascan.info',
29903
+ standard: 'EIP3091'
29074
29904
  }
29075
29905
  ],
29076
29906
  iconURL: 'https://ipfs.io/ipfs/QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe'
@@ -29099,6 +29929,37 @@ exports.chains = {
29099
29929
  }
29100
29930
  ]
29101
29931
  },
29932
+ 43521: {
29933
+ name: 'Formicarium',
29934
+ title: 'MemeCore Testnet Formicarium',
29935
+ chain: 'MemeCore',
29936
+ icon: 'memecore',
29937
+ rpc: [
29938
+ 'https://rpc.formicarium.memecore.net',
29939
+ 'wss://ws.formicarium.memecore.net'
29940
+ ],
29941
+ faucets: ['https://faucet.memecore.com/formicarium'],
29942
+ nativeCurrency: { name: 'Formicarium M', symbol: 'M', decimals: 18 },
29943
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
29944
+ infoURL: 'https://memecore.com',
29945
+ shortName: 'form',
29946
+ chainId: 43521,
29947
+ networkId: 43521,
29948
+ slip44: 1,
29949
+ explorers: [
29950
+ {
29951
+ name: 'OKX-Formicarium',
29952
+ url: 'https://www.okx.com/web3/explorer/formicarium-testnet',
29953
+ standard: 'EIP3091'
29954
+ },
29955
+ {
29956
+ name: 'MemeCoreScan-Formicarium',
29957
+ url: 'https://formicarium.memecorescan.io',
29958
+ standard: 'EIP3091'
29959
+ }
29960
+ ],
29961
+ iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
29962
+ },
29102
29963
  43851: {
29103
29964
  name: 'ZKFair Testnet',
29104
29965
  chain: 'ETH',
@@ -29592,7 +30453,7 @@ exports.chains = {
29592
30453
  50104: {
29593
30454
  name: 'Sophon',
29594
30455
  chain: 'Sophon',
29595
- rpc: ['https://rpc.sophon.xyz'],
30456
+ rpc: ['https://rpc.sophon.xyz', 'wss://rpc.sophon.xyz/ws'],
29596
30457
  nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
29597
30458
  faucets: [],
29598
30459
  infoURL: '',
@@ -29606,7 +30467,33 @@ exports.chains = {
29606
30467
  icon: 'sophon-testnet',
29607
30468
  standard: 'none'
29608
30469
  }
29609
- ]
30470
+ ],
30471
+ parent: {
30472
+ type: 'L2',
30473
+ chain: 'eip155-1',
30474
+ bridges: [{ url: 'https://portal.sophon.xyz/bridge' }]
30475
+ }
30476
+ },
30477
+ 50341: {
30478
+ name: 'Reddio Devnet',
30479
+ title: 'Reddio Sepolia L2 Rollup Devnet',
30480
+ chain: 'ETH',
30481
+ rpc: ['https://reddio-dev.reddio.com'],
30482
+ faucets: [],
30483
+ nativeCurrency: { name: 'Red', symbol: 'RED', decimals: 18 },
30484
+ infoURL: 'https://www.reddio.com',
30485
+ shortName: 'reddio-devnet',
30486
+ chainId: 50341,
30487
+ networkId: 50341,
30488
+ slip44: 1,
30489
+ explorers: [
30490
+ {
30491
+ name: 'L2scan',
30492
+ url: 'https://reddio-devnet.l2scan.co',
30493
+ standard: 'EIP3091'
30494
+ }
30495
+ ],
30496
+ parent: { type: 'L2', chain: 'eip155-11155111' }
29610
30497
  },
29611
30498
  50888: {
29612
30499
  name: 'Erbie Mainnet',
@@ -29697,6 +30584,27 @@ exports.chains = {
29697
30584
  ],
29698
30585
  iconURL: 'https://ipfs.io/ipfs/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym'
29699
30586
  },
30587
+ 52225: {
30588
+ name: 'Cytonic Testnet',
30589
+ chain: 'Cytonic',
30590
+ rpc: ['http://rpc.sl.testnet.cytonic.com'],
30591
+ faucets: [],
30592
+ nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
30593
+ infoURL: 'https://cytonic.com',
30594
+ shortName: 'CTS',
30595
+ chainId: 52225,
30596
+ networkId: 52225,
30597
+ icon: 'cytonic_l1',
30598
+ explorers: [
30599
+ {
30600
+ name: 'blockscout',
30601
+ url: 'https://explorer.sl.testnet.cytonic.com',
30602
+ icon: 'cytonic_l1',
30603
+ standard: 'EIP3091'
30604
+ }
30605
+ ],
30606
+ iconURL: 'https://ipfs.io/ipfs/QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt'
30607
+ },
29700
30608
  53277: {
29701
30609
  name: 'DOID',
29702
30610
  chain: 'DOID',
@@ -30127,6 +31035,42 @@ exports.chains = {
30127
31035
  }
30128
31036
  ]
30129
31037
  },
31038
+ 57054: {
31039
+ name: 'Sonic Blaze Testnet',
31040
+ chain: 'blaze-testnet',
31041
+ rpc: ['https://rpc.blaze.soniclabs.com'],
31042
+ faucets: ['https://blaze.soniclabs.com/account'],
31043
+ nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
31044
+ features: [{ name: 'EIP155' }],
31045
+ infoURL: 'https://blaze.soniclabs.com',
31046
+ shortName: 'blaze',
31047
+ chainId: 57054,
31048
+ networkId: 57054,
31049
+ icon: 'sonic',
31050
+ explorers: [
31051
+ {
31052
+ name: 'sonic blaze testnet',
31053
+ url: 'https://explorer.blaze.soniclabs.com',
31054
+ icon: 'sonic',
31055
+ standard: 'none'
31056
+ }
31057
+ ],
31058
+ iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
31059
+ },
31060
+ 57073: {
31061
+ name: 'Ink',
31062
+ chain: 'ETH',
31063
+ rpc: [],
31064
+ faucets: [],
31065
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
31066
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
31067
+ infoURL: 'https://inkonchain.com',
31068
+ shortName: 'ink',
31069
+ chainId: 57073,
31070
+ networkId: 57073,
31071
+ explorers: [],
31072
+ status: 'incubating'
31073
+ },
30130
31074
  57451: {
30131
31075
  name: 'COINSEC Network',
30132
31076
  title: 'COINSEC Network',
@@ -31482,6 +32426,25 @@ exports.chains = {
31482
32426
  ],
31483
32427
  iconURL: 'https://ipfs.io/ipfs/QmTBszPzBeWPhjozf4TxpL2ws1NkG9yJvisx9h6MFii1zb'
31484
32428
  },
32429
+ 75338: {
32430
+ name: 'AppLayer Testnet',
32431
+ chain: 'AppLayer',
32432
+ rpc: ['https://testnet-api.applayer.com'],
32433
+ faucets: ['https://testnet-faucet.applayer.com'],
32434
+ nativeCurrency: { name: 'AppLayer', symbol: 'APPL', decimals: 18 },
32435
+ features: [{ name: 'EIP55' }, { name: 'EIP155' }, { name: 'EIP1559' }],
32436
+ infoURL: 'https://applayer.com',
32437
+ shortName: 'applayer-testnet',
32438
+ chainId: 75338,
32439
+ networkId: 75338,
32440
+ explorers: [
32441
+ {
32442
+ name: 'Applayer Testnet Explorer',
32443
+ url: 'https://testnet-explorer.applayer.com',
32444
+ standard: 'EIP3091'
32445
+ }
32446
+ ]
32447
+ },
31485
32448
  75512: {
31486
32449
  name: 'GEEK Verse Mainnet',
31487
32450
  chain: 'GEEK',
@@ -32429,6 +33392,28 @@ exports.chains = {
32429
33392
  ],
32430
33393
  iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
32431
33394
  },
33395
+ 88866: {
33396
+ name: 'Matr1x Testnet',
33397
+ title: 'Matr1x Testnet',
33398
+ chain: 'Matr1x',
33399
+ rpc: ['https://testnet-rpc.m1chain.io'],
33400
+ faucets: [],
33401
+ nativeCurrency: { name: 'MAX', symbol: 'MAX', decimals: 18 },
33402
+ infoURL: 'https://matr1x.io',
33403
+ shortName: 'Matr1x-Testnet',
33404
+ chainId: 88866,
33405
+ networkId: 88866,
33406
+ icon: 'matr1x',
33407
+ explorers: [
33408
+ {
33409
+ name: 'matr1x testnet',
33410
+ url: 'https://testnet-scan.m1chain.io',
33411
+ icon: 'matr1x',
33412
+ standard: 'EIP3091'
33413
+ }
33414
+ ],
33415
+ iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
33416
+ },
32432
33417
  88880: {
32433
33418
  name: 'Chiliz Scoville Testnet',
32434
33419
  chain: 'CHZ',
@@ -32508,6 +33493,27 @@ exports.chains = {
32508
33493
  ],
32509
33494
  iconURL: 'https://ipfs.io/ipfs/QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED'
32510
33495
  },
33496
+ 88899: {
33497
+ name: 'Unite',
33498
+ chain: 'UNITE',
33499
+ rpc: ['https://unite-mainnet.g.alchemy.com/public'],
33500
+ faucets: [],
33501
+ nativeCurrency: { name: 'Unite', symbol: 'UNITE', decimals: 18 },
33502
+ infoURL: 'https://unite.io',
33503
+ shortName: 'unite',
33504
+ chainId: 88899,
33505
+ networkId: 88899,
33506
+ status: 'active',
33507
+ icon: 'unite',
33508
+ explorers: [
33509
+ {
33510
+ name: 'Unite Explorer',
33511
+ url: 'https://unite-mainnet.explorer.alchemy.com',
33512
+ standard: 'EIP3091'
33513
+ }
33514
+ ],
33515
+ iconURL: 'https://ipfs.io/ipfs/QmajJp6gbZbTMNm5NjGFMv9gYKzDJsW4vVxTECu8NzGXa2'
33516
+ },
32511
33517
  90001: {
32512
33518
  name: 'F(x)Core Testnet Network',
32513
33519
  chain: 'Fxcore',
@@ -32745,6 +33751,56 @@ exports.chains = {
32745
33751
  }
32746
33752
  ]
32747
33753
  },
33754
+ 96368: {
33755
+ name: 'Lux Testnet',
33756
+ chain: 'Lux',
33757
+ icon: 'lux',
33758
+ rpc: ['https://api.lux-test.network'],
33759
+ faucets: ['https://faucet.lux-test.network'],
33760
+ nativeCurrency: { name: 'tLux', symbol: 'tLUX', decimals: 18 },
33761
+ infoURL: 'https://lux.network',
33762
+ shortName: 'tlux',
33763
+ chainId: 96368,
33764
+ networkId: 96368,
33765
+ explorers: [
33766
+ {
33767
+ name: 'Lux Network Explorer',
33768
+ url: 'https://explore.lux.network',
33769
+ standard: 'EIP3091'
33770
+ },
33771
+ {
33772
+ name: 'Lux Network Explorer',
33773
+ url: 'https://explore.lux-test.network',
33774
+ standard: 'EIP3091'
33775
+ }
33776
+ ],
33777
+ iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
33778
+ },
33779
+ 96369: {
33780
+ name: 'Lux Mainnet',
33781
+ chain: 'Lux',
33782
+ icon: 'lux',
33783
+ rpc: ['https://api.lux.network'],
33784
+ faucets: ['https://faucet.lux-test.network'],
33785
+ nativeCurrency: { name: 'Lux', symbol: 'LUX', decimals: 18 },
33786
+ infoURL: 'https://lux.network',
33787
+ shortName: 'lux',
33788
+ chainId: 96369,
33789
+ networkId: 96369,
33790
+ explorers: [
33791
+ {
33792
+ name: 'Lux Network Explorer',
33793
+ url: 'https://explore.lux.network',
33794
+ standard: 'EIP3091'
33795
+ },
33796
+ {
33797
+ name: 'Lux Network Explorer',
33798
+ url: 'https://explore.lux-test.network',
33799
+ standard: 'EIP3091'
33800
+ }
33801
+ ],
33802
+ iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
33803
+ },
32748
33804
  96970: {
32749
33805
  name: 'Mantis Testnet (Hexapod)',
32750
33806
  chain: 'Mantis',
@@ -32914,6 +33970,65 @@ exports.chains = {
32914
33970
  ],
32915
33971
  iconURL: 'https://ipfs.io/ipfs/Qmerd9Q3otjDuQAFbdiQyUnZk7UfPvkCr21E5N4VCNvhbj'
32916
33972
  },
33973
+ 98864: {
33974
+ name: 'Plume Devnet',
33975
+ title: 'Plume Sepolia L2 Rollup Devnet',
33976
+ chain: 'ETH',
33977
+ rpc: [
33978
+ 'https://test-rpc.plumenetwork.xyz',
33979
+ 'wss://test-rpc.plumenetwork.xyz'
33980
+ ],
33981
+ faucets: [],
33982
+ nativeCurrency: {
33983
+ name: 'Plume Sepolia Ether',
33984
+ symbol: 'ETH',
33985
+ decimals: 18
33986
+ },
33987
+ infoURL: 'https://www.plumenetwork.xyz/',
33988
+ shortName: 'plume-devnet',
33989
+ chainId: 98864,
33990
+ networkId: 98864,
33991
+ slip44: 1,
33992
+ icon: 'plume',
33993
+ explorers: [
33994
+ {
33995
+ name: 'Blockscout',
33996
+ url: 'https://test-explorer.plumenetwork.xyz',
33997
+ icon: 'blockscout',
33998
+ standard: 'EIP3091'
33999
+ }
34000
+ ],
34001
+ parent: { type: 'L2', chain: 'eip155-11155111' },
34002
+ iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
34003
+ },
34004
+ 98865: {
34005
+ name: 'Plume Mainnet',
34006
+ title: 'Plume Ethereum L2 Rollup Mainnet',
34007
+ chain: 'ETH',
34008
+ rpc: ['https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz'],
34009
+ faucets: [],
34010
+ nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
34011
+ infoURL: 'https://www.plumenetwork.xyz/',
34012
+ shortName: 'plume',
34013
+ chainId: 98865,
34014
+ networkId: 98865,
34015
+ slip44: 1,
34016
+ icon: 'plume',
34017
+ explorers: [
34018
+ {
34019
+ name: 'Blockscout',
34020
+ url: 'https://explorer.plumenetwork.xyz',
34021
+ icon: 'blockscout',
34022
+ standard: 'EIP3091'
34023
+ }
34024
+ ],
34025
+ parent: {
34026
+ type: 'L2',
34027
+ chain: 'eip155-11155111',
34028
+ bridges: [{ url: 'https://bridge.plumenetwork.xyz' }]
34029
+ },
34030
+ iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
34031
+ },
32917
34032
  98881: {
32918
34033
  name: 'Ebi Chain',
32919
34034
  title: 'Ebi Chain',
@@ -33850,6 +34965,24 @@ exports.chains = {
33850
34965
  ],
33851
34966
  iconURL: 'https://ipfs.io/ipfs/QmeHNYUx6n8CjUFSLWNT17oAtDYrUq6r8buyvGCUBXCJw6'
33852
34967
  },
34968
+ 124832: {
34969
+ name: 'Mitosis Testnet',
34970
+ chain: 'Mitosis Testnet',
34971
+ rpc: ['https://rpc.testnet.mitosis.org'],
34972
+ faucets: ['https://testnet.mitosis.org/faucet'],
34973
+ nativeCurrency: { name: 'MITO', symbol: 'MITO', decimals: 18 },
34974
+ infoURL: 'https://mitosis.org',
34975
+ shortName: 'mitosis-testnet',
34976
+ chainId: 124832,
34977
+ networkId: 124832,
34978
+ explorers: [
34979
+ {
34980
+ name: 'mitosis testnet explorer',
34981
+ url: 'https://testnet.mitosiscan.xyz',
34982
+ standard: 'EIP3091'
34983
+ }
34984
+ ]
34985
+ },
33853
34986
  128123: {
33854
34987
  name: 'Etherlink Testnet',
33855
34988
  chain: 'Etherlink',
@@ -33957,6 +35090,31 @@ exports.chains = {
33957
35090
  ],
33958
35091
  iconURL: 'https://ipfs.io/ipfs/QmPsxWMvnxnZ9dZcRJJMaE24o34dQsnsAMCJh3kVDrE1aB'
33959
35092
  },
35093
+ 141491: {
35094
+ name: 'Bitharvest Chain Testnet',
35095
+ chain: 'Bitharvest Chain Testnet',
35096
+ rpc: ['https://rpc-testnet.bthscan.io/'],
35097
+ features: [{ name: 'EIP1559' }],
35098
+ faucets: [],
35099
+ nativeCurrency: {
35100
+ name: 'Bitharvest Testnet Native Token',
35101
+ symbol: 'BTH',
35102
+ decimals: 18
35103
+ },
35104
+ infoURL: '',
35105
+ shortName: 'BitharvestTestnet',
35106
+ chainId: 141491,
35107
+ networkId: 141491,
35108
+ explorers: [
35109
+ {
35110
+ name: 'Bitharvest Testnet Scan',
35111
+ url: 'https://testnet.bthscan.io',
35112
+ standard: 'EIP3091'
35113
+ }
35114
+ ],
35115
+ icon: 'bth',
35116
+ iconURL: 'https://ipfs.io/ipfs/QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm'
35117
+ },
33960
35118
  142857: {
33961
35119
  name: 'ICPlaza Mainnet',
33962
35120
  chain: 'ICPlaza',
@@ -34090,6 +35248,11 @@ exports.chains = {
34090
35248
  name: 'etherscan',
34091
35249
  url: 'https://taikoscan.io',
34092
35250
  standard: 'EIP3091'
35251
+ },
35252
+ {
35253
+ name: 'Routescan',
35254
+ url: 'https://taikoexplorer.com',
35255
+ standard: 'EIP3091'
34093
35256
  }
34094
35257
  ],
34095
35258
  iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
@@ -34218,8 +35381,8 @@ exports.chains = {
34218
35381
  standard: 'EIP3091'
34219
35382
  },
34220
35383
  {
34221
- name: 'routescan',
34222
- url: 'https://hekla.taikoscan.network',
35384
+ name: 'Routescan',
35385
+ url: 'https://hekla.taikoexplorer.com',
34223
35386
  standard: 'EIP3091'
34224
35387
  }
34225
35388
  ],
@@ -34257,6 +35420,27 @@ exports.chains = {
34257
35420
  chainId: 171000,
34258
35421
  networkId: 171000
34259
35422
  },
35423
+ 171717: {
35424
+ name: 'Wadzchain Mainnet',
35425
+ title: 'Wadzchain Mainnet',
35426
+ chain: 'Wadzchain-Mainnet',
35427
+ icon: 'wadz',
35428
+ rpc: ['https://rpc.wadzchain.io'],
35429
+ faucets: [],
35430
+ nativeCurrency: { name: 'WadzChain Token', symbol: 'WCO', decimals: 18 },
35431
+ infoURL: 'https://www.wadzchain-network.io',
35432
+ shortName: 'wadzchain-mainnet',
35433
+ chainId: 171717,
35434
+ networkId: 171717,
35435
+ explorers: [
35436
+ {
35437
+ name: 'Wadzchain Mainnet Explorer',
35438
+ url: 'https://scan.wadzchain.io',
35439
+ standard: 'EIP3091'
35440
+ }
35441
+ ],
35442
+ iconURL: 'https://ipfs.io/ipfs/QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou'
35443
+ },
34260
35444
  175177: {
34261
35445
  name: 'Chronicle - Lit Protocol Testnet',
34262
35446
  chain: 'LPC',
@@ -34427,6 +35611,31 @@ exports.chains = {
34427
35611
  ],
34428
35612
  iconURL: 'https://ipfs.io/ipfs/QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd'
34429
35613
  },
35614
+ 200200: {
35615
+ name: 'Zoo Mainnet',
35616
+ chain: 'Zoo',
35617
+ icon: 'zoo',
35618
+ rpc: ['https://api.zoo.network'],
35619
+ faucets: ['https://faucet.zoo-test.network'],
35620
+ nativeCurrency: { name: 'Zoo', symbol: 'ZOO', decimals: 18 },
35621
+ infoURL: 'https://zoo.network',
35622
+ shortName: 'zoo',
35623
+ chainId: 200200,
35624
+ networkId: 200200,
35625
+ explorers: [
35626
+ {
35627
+ name: 'Zoo Network Explorer',
35628
+ url: 'https://explore.zoo.network',
35629
+ standard: 'EIP3091'
35630
+ },
35631
+ {
35632
+ name: 'Zoo Network Explorer',
35633
+ url: 'https://explore.zoo-test.network',
35634
+ standard: 'EIP3091'
35635
+ }
35636
+ ],
35637
+ iconURL: 'https://ipfs.io/ipfs/QmUXemD3eYrWLeFNadHtz6WbCMVs5xX5knuu71sEKhPMgA'
35638
+ },
34430
35639
  200202: {
34431
35640
  name: 'Milkomeda A1 Testnet',
34432
35641
  chain: 'milkTAlgo',
@@ -35587,7 +36796,7 @@ exports.chains = {
35587
36796
  },
35588
36797
  327126: {
35589
36798
  name: 'WABA Chain Testnet',
35590
- chain: 'WABA Testnet',
36799
+ chain: 'WABA Mainnet',
35591
36800
  icon: 'waba',
35592
36801
  rpc: ['https://rpc.wabaworld.com'],
35593
36802
  faucets: [],
@@ -36779,6 +37988,27 @@ exports.chains = {
36779
37988
  parent: { type: 'L2', chain: 'eip155-1' },
36780
37989
  iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
36781
37990
  },
37991
+ 621847: {
37992
+ name: 'DJT Testnet',
37993
+ chain: 'DJT',
37994
+ icon: 'djt',
37995
+ rpc: ['https://testnet-rpc.trumpchain.io'],
37996
+ faucets: [],
37997
+ nativeCurrency: { name: 'TrumpChain', symbol: 'DJT', decimals: 18 },
37998
+ infoURL: 'https://testnet-explorer.trumpchain.io',
37999
+ shortName: 'DJT',
38000
+ chainId: 621847,
38001
+ networkId: 621847,
38002
+ explorers: [
38003
+ {
38004
+ name: 'DJT Testnet Explorer',
38005
+ url: 'https://testnet-explorer.trumpchain.io',
38006
+ icon: 'djt',
38007
+ standard: 'EIP3091'
38008
+ }
38009
+ ],
38010
+ iconURL: 'https://ipfs.io/ipfs/QmVCjy8yDeqWHFRNV2CaB82cLheVp37RdVGjwAxxjKqD5L'
38011
+ },
36782
38012
  622277: {
36783
38013
  name: 'Hypra Mainnet',
36784
38014
  chain: 'HYP',
@@ -36899,8 +38129,8 @@ exports.chains = {
36899
38129
  iconURL: 'https://ipfs.io/ipfs/bafkreibqe2mgiqezi24sx272kunqt6pv7uzxhpkxuobvpbsptce3q6nn5i'
36900
38130
  },
36901
38131
  656476: {
36902
- name: 'Open Campus Codex',
36903
- chain: 'Open Campus Codex',
38132
+ name: 'EDU Chain Testnet',
38133
+ chain: 'EDU Chain Testnet',
36904
38134
  icon: 'open-campus-codex',
36905
38135
  rpc: ['https://rpc.open-campus-codex.gelato.digital'],
36906
38136
  faucets: [],
@@ -36912,7 +38142,7 @@ exports.chains = {
36912
38142
  explorers: [
36913
38143
  {
36914
38144
  name: 'Open Campus Codex',
36915
- url: 'https://opencampus-codex.blockscout.com',
38145
+ url: 'https://edu-chain-testnet.blockscout.com',
36916
38146
  icon: 'open-campus-codex',
36917
38147
  standard: 'none'
36918
38148
  }
@@ -37679,6 +38909,25 @@ exports.chains = {
37679
38909
  networkId: 888888,
37680
38910
  slip44: 60
37681
38911
  },
38912
+ 888991: {
38913
+ name: 'Unite Testnet',
38914
+ chain: 'UNITE',
38915
+ rpc: ['https://unite-testnet.g.alchemy.com/public'],
38916
+ faucets: [],
38917
+ nativeCurrency: { name: 'Testnet Unite', symbol: 'UNITE', decimals: 18 },
38918
+ infoURL: 'https://unite.io',
38919
+ shortName: 'unitetestnet',
38920
+ chainId: 888991,
38921
+ networkId: 888991,
38922
+ status: 'active',
38923
+ explorers: [
38924
+ {
38925
+ name: 'Unite Testnet Explorer',
38926
+ url: 'https://unite-testnet.explorer.alchemy.com',
38927
+ standard: 'EIP3091'
38928
+ }
38929
+ ]
38930
+ },
37682
38931
  900000: {
37683
38932
  name: 'Posichain Mainnet Shard 0',
37684
38933
  chain: 'PSC',
@@ -37763,6 +39012,21 @@ exports.chains = {
37763
39012
  ],
37764
39013
  iconURL: 'https://ipfs.io/ipfs/QmVbzZYXdVFY3uFaWQd7iSRtdM2UKWohj9fVqqEwxcw2RV'
37765
39014
  },
39015
+ 918273: {
39016
+ name: 'Owshen Mainnet',
39017
+ chain: 'ETH',
39018
+ status: 'active',
39019
+ icon: 'owshen',
39020
+ rpc: ['https://rpc.owshen.io'],
39021
+ faucets: [],
39022
+ nativeCurrency: { name: 'DIVE', symbol: 'DIVE', decimals: 18 },
39023
+ infoURL: 'https://owshen.io',
39024
+ shortName: 'owshen-mainnet',
39025
+ chainId: 918273,
39026
+ networkId: 918273,
39027
+ explorers: [],
39028
+ iconURL: 'https://ipfs.io/ipfs/QmPraJeGkPBaJqSrFc5yfcazpK1TN5Nz8t56tYWMhXycbz'
39029
+ },
37766
39030
  920000: {
37767
39031
  name: 'Posichain Devnet Shard 0',
37768
39032
  chain: 'PSC',
@@ -38092,6 +39356,19 @@ exports.chains = {
38092
39356
  }
38093
39357
  ]
38094
39358
  },
39359
+ 1212101: {
39360
+ name: '1Money Network Testnet',
39361
+ chain: '1Money Testnet',
39362
+ rpc: ['https://testnet.1money.network'],
39363
+ faucets: [],
39364
+ nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
39365
+ features: [{ name: 'EIP155' }],
39366
+ infoURL: 'https://1money.com',
39367
+ shortName: '1money-testnet',
39368
+ chainId: 1212101,
39369
+ networkId: 1212101,
39370
+ explorers: []
39371
+ },
38095
39372
  1234567: {
38096
39373
  name: 'Sharecle Mainnet',
38097
39374
  chain: 'SHARECLE',
@@ -38298,6 +39575,28 @@ exports.chains = {
38298
39575
  ],
38299
39576
  iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
38300
39577
  },
39578
+ 1501869: {
39579
+ name: 'Waterfall 9 Test Network',
39580
+ chain: 'Waterfall TestNet9',
39581
+ rpc: ['https://rpc.testnet9.waterfall.network'],
39582
+ faucets: ['https://faucet.testnet9.waterfall.network'],
39583
+ nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
39584
+ features: [{ name: 'EIP1559' }],
39585
+ infoURL: 'https://waterfall.network',
39586
+ shortName: 'water9',
39587
+ chainId: 1501869,
39588
+ networkId: 1501869,
39589
+ icon: 'waterfall',
39590
+ explorers: [
39591
+ {
39592
+ name: 'Waterfall Explorer Testnet9',
39593
+ url: 'https://explorer.testnet9.waterfall.network',
39594
+ icon: 'waterfall',
39595
+ standard: 'EIP3091'
39596
+ }
39597
+ ],
39598
+ iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
39599
+ },
38301
39600
  1612127: {
38302
39601
  name: 'PlayFi Albireo Testnet',
38303
39602
  chain: 'ETH',
@@ -38486,7 +39785,7 @@ exports.chains = {
38486
39785
  networkId: 2611555
38487
39786
  },
38488
39787
  2702128: {
38489
- name: 'Xterio Chain',
39788
+ name: 'Xterio Chain (ETH)',
38490
39789
  chain: 'Xterio',
38491
39790
  rpc: ['https://xterio-eth.alt.technology'],
38492
39791
  faucets: [],
@@ -38497,7 +39796,7 @@ exports.chains = {
38497
39796
  networkId: 2702128,
38498
39797
  explorers: [
38499
39798
  {
38500
- name: 'Xterio Chain Explorer',
39799
+ name: 'Xterio Chain (ETH) Explorer',
38501
39800
  url: 'https://eth.xterscan.io',
38502
39801
  standard: 'EIP3091'
38503
39802
  }
@@ -38956,7 +40255,11 @@ exports.chains = {
38956
40255
  title: 'COTI Testnet',
38957
40256
  chain: 'COTI',
38958
40257
  icon: 'coti',
38959
- rpc: ['https://testnet.coti.io/rpc'],
40258
+ rpc: [
40259
+ 'https://testnet.coti.io/rpc',
40260
+ 'https://testnet-magnus-validator.coti.io/rpc',
40261
+ 'https://testnet-minor-validator.coti.io/rpc'
40262
+ ],
38960
40263
  faucets: ['https://faucet.coti.io'],
38961
40264
  nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
38962
40265
  infoURL: 'https://coti.io/',
@@ -39433,6 +40736,11 @@ exports.chains = {
39433
40736
  name: 'otterscan-sepolia',
39434
40737
  url: 'https://sepolia.otterscan.io',
39435
40738
  standard: 'EIP3091'
40739
+ },
40740
+ {
40741
+ name: 'Routescan',
40742
+ url: 'https://11155111.testnet.routescan.io',
40743
+ standard: 'EIP3091'
39436
40744
  }
39437
40745
  ]
39438
40746
  },
@@ -39703,7 +41011,7 @@ exports.chains = {
39703
41011
  chain: 'DeepBrainChain',
39704
41012
  rpc: ['https://rpc-testnet.dbcwallet.io'],
39705
41013
  faucets: [],
39706
- nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
41014
+ nativeCurrency: { name: 'DeepBrainChain', symbol: 'tDBC', decimals: 18 },
39707
41015
  infoURL: 'https://www.deepbrainchain.org',
39708
41016
  shortName: 'tDBC',
39709
41017
  chainId: 19850818,
@@ -39713,7 +41021,7 @@ exports.chains = {
39713
41021
  explorers: [
39714
41022
  {
39715
41023
  name: 'DeepBrainChain Testnet',
39716
- url: 'https://blockscout-testnet.dbcscan.io',
41024
+ url: 'https://testnet.dbcscan.io',
39717
41025
  icon: 'dbc',
39718
41026
  standard: 'EIP3091'
39719
41027
  }
@@ -39735,7 +41043,7 @@ exports.chains = {
39735
41043
  explorers: [
39736
41044
  {
39737
41045
  name: 'DeepBrainChain Mainnet',
39738
- url: 'https://blockscout.dbcscan.io',
41046
+ url: 'https://www.dbcscan.io',
39739
41047
  icon: 'dbc',
39740
41048
  standard: 'EIP3091'
39741
41049
  }
@@ -39935,6 +41243,60 @@ exports.chains = {
39935
41243
  ],
39936
41244
  iconURL: 'https://ipfs.io/ipfs/QmafrUmh1FD48WWQwk6pfW1Y7eA9VQTdpeL387Wt2JFrAd'
39937
41245
  },
41246
+ 21000000: {
41247
+ name: 'Corn Maizenet',
41248
+ chain: 'BTCN',
41249
+ rpc: [
41250
+ 'https://rpc.ankr.com/corn_maizenet',
41251
+ 'https://maizenet-rpc.usecorn.com'
41252
+ ],
41253
+ faucets: [],
41254
+ nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
41255
+ infoURL: 'https://usecorn.com',
41256
+ shortName: 'btcn',
41257
+ chainId: 21000000,
41258
+ networkId: 21000000,
41259
+ explorers: [
41260
+ {
41261
+ name: 'Corn Explorer',
41262
+ url: 'https://cornscan.io',
41263
+ standard: 'EIP3091'
41264
+ },
41265
+ {
41266
+ name: 'Corn Blockscout',
41267
+ url: 'https://maizenet-explorer.usecorn.com',
41268
+ standard: 'EIP3091'
41269
+ }
41270
+ ],
41271
+ parent: { type: 'L2', chain: 'eip155-1' }
41272
+ },
41273
+ 21000001: {
41274
+ name: 'Corn Testnet',
41275
+ chain: 'BTCN',
41276
+ rpc: [
41277
+ 'https://rpc.ankr.com/corn_testnet',
41278
+ 'https://testnet-rpc.usecorn.com'
41279
+ ],
41280
+ faucets: [],
41281
+ nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
41282
+ infoURL: 'https://usecorn.com',
41283
+ shortName: 'btcn-testnet',
41284
+ chainId: 21000001,
41285
+ networkId: 21000001,
41286
+ explorers: [
41287
+ {
41288
+ name: 'Corn Testnet Explorer',
41289
+ url: 'https://testnet.cornscan.io',
41290
+ standard: 'EIP3091'
41291
+ },
41292
+ {
41293
+ name: 'Corn Testnet Blockscout',
41294
+ url: 'https://testnet-explorer.usecorn.com',
41295
+ standard: 'EIP3091'
41296
+ }
41297
+ ],
41298
+ parent: { type: 'L2', chain: 'eip155-11155111' }
41299
+ },
39938
41300
  22052002: {
39939
41301
  name: 'Excelon Mainnet',
39940
41302
  chain: 'XLON',
@@ -40128,6 +41490,28 @@ exports.chains = {
40128
41490
  }
40129
41491
  ]
40130
41492
  },
41493
+ 33772211: {
41494
+ name: 'Xone Testnet',
41495
+ chain: 'XOC',
41496
+ icon: 'xone-test',
41497
+ rpc: ['https://rpc-testnet.xone.plus'],
41498
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
41499
+ faucets: [],
41500
+ nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
41501
+ infoURL: 'https://xone.plus',
41502
+ shortName: 'txoc',
41503
+ chainId: 33772211,
41504
+ networkId: 33772211,
41505
+ explorers: [
41506
+ {
41507
+ name: 'testnet-xscscan',
41508
+ url: 'https://testnet.xscscan.com',
41509
+ icon: 'testnet-xscscan',
41510
+ standard: 'EIP3091'
41511
+ }
41512
+ ],
41513
+ iconURL: 'https://ipfs.io/ipfs/Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy'
41514
+ },
40131
41515
  34949059: {
40132
41516
  name: 'citronus-citro',
40133
41517
  title: 'Citronus-Citro',
@@ -40779,10 +42163,7 @@ exports.chains = {
40779
42163
  name: 'Plume Testnet',
40780
42164
  title: 'Plume Sepolia Rollup Testnet',
40781
42165
  chain: 'ETH',
40782
- rpc: [
40783
- 'https://testnet-rpc.plumenetwork.xyz/http',
40784
- 'wss://testnet-rpc.plumenetwork.xyz/ws'
40785
- ],
42166
+ rpc: [],
40786
42167
  faucets: [],
40787
42168
  nativeCurrency: {
40788
42169
  name: 'Plume Sepolia Ether',
@@ -40795,20 +42176,10 @@ exports.chains = {
40795
42176
  networkId: 161221135,
40796
42177
  slip44: 1,
40797
42178
  icon: 'plume',
40798
- explorers: [
40799
- {
40800
- name: 'Blockscout',
40801
- url: 'https://testnet-explorer.plumenetwork.xyz',
40802
- icon: 'blockscout',
40803
- standard: 'EIP3091'
40804
- }
40805
- ],
40806
- parent: {
40807
- type: 'L2',
40808
- chain: 'eip155-11155111',
40809
- bridges: [{ url: 'https://testnet-bridge.plumenetwork.xyz' }]
40810
- },
40811
- iconURL: 'https://ipfs.io/ipfs/QmNUpqkYWYJoDXKUpZ8FVbGyN6HCwxYonKNAieCf2oTzGn'
42179
+ status: 'deprecated',
42180
+ explorers: [],
42181
+ parent: { type: 'L2', chain: 'eip155-11155111' },
42182
+ iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
40812
42183
  },
40813
42184
  168587773: {
40814
42185
  name: 'Blast Sepolia Testnet',
@@ -42349,6 +43720,32 @@ exports.chains = {
42349
43720
  ],
42350
43721
  infoURL: 'https://xai.games'
42351
43722
  },
43723
+ 44474237230: {
43724
+ name: 'Deriw Devnet',
43725
+ chainId: 44474237230,
43726
+ shortName: 'deriw-dev',
43727
+ title: 'Deriw Devnet',
43728
+ chain: 'Deriw Devnet',
43729
+ networkId: 44474237230,
43730
+ icon: 'deriw',
43731
+ rpc: ['https://rpc.dev.deriw.com'],
43732
+ faucets: [],
43733
+ nativeCurrency: { name: 'Deriw', symbol: 'Der', decimals: 18 },
43734
+ infoURL: 'https://deriw.com',
43735
+ explorers: [
43736
+ {
43737
+ name: 'Deriw Explorer',
43738
+ url: 'https://explorer.dev.deriw.com',
43739
+ standard: 'EIP3091'
43740
+ }
43741
+ ],
43742
+ parent: {
43743
+ type: 'L2',
43744
+ chain: 'eip155-421614',
43745
+ bridges: [{ url: 'https://bridge.arbitrum.io' }]
43746
+ },
43747
+ iconURL: 'https://ipfs.io/ipfs/Qmf3bGpAoPV6K4JLpmzDW748Toqb9WArGzYP5rMUY5P9ED'
43748
+ },
42352
43749
  88153591557: {
42353
43750
  name: 'Arbitrum Blueberry',
42354
43751
  title: 'Arbitrum Blueberry Testnet',