@revoke.cash/chains 63.0.0 → 65.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.
@@ -854,7 +854,7 @@ exports.chains = {
854
854
  name: 'Telos EVM Mainnet',
855
855
  chain: 'TLOS',
856
856
  rpc: [
857
- 'https://mainnet.telos.net/evm',
857
+ 'https://rpc.telos.net',
858
858
  'https://telos.drpc.org',
859
859
  'wss://telos.drpc.org'
860
860
  ],
@@ -876,7 +876,7 @@ exports.chains = {
876
876
  name: 'Telos EVM Testnet',
877
877
  chain: 'TLOS',
878
878
  rpc: [
879
- 'https://testnet.telos.net/evm',
879
+ 'https://rpc.testnet.telos.net',
880
880
  'https://telos-testnet.drpc.org',
881
881
  'wss://telos-testnet.drpc.org'
882
882
  ],
@@ -2848,14 +2848,31 @@ exports.chains = {
2848
2848
  130: {
2849
2849
  name: 'Unichain',
2850
2850
  chain: 'ETH',
2851
- rpc: [],
2851
+ rpc: [
2852
+ 'https://mainnet.unichain.org',
2853
+ 'https://unichain-rpc.publicnode.com',
2854
+ 'wss://unichain-rpc.publicnode.com'
2855
+ ],
2852
2856
  faucets: [],
2853
2857
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2854
2858
  infoURL: 'https://unichain.org',
2855
2859
  shortName: 'unichain',
2856
2860
  chainId: 130,
2857
2861
  networkId: 130,
2858
- status: 'incubating'
2862
+ icon: 'unichain',
2863
+ explorers: [
2864
+ {
2865
+ name: 'Unichain Mainnet Explorer',
2866
+ url: 'https://uniscan.xyz',
2867
+ standard: 'EIP3091'
2868
+ },
2869
+ {
2870
+ name: 'Unichain Mainnet Explorer',
2871
+ url: 'https://unichain.blockscout.com',
2872
+ standard: 'EIP3091'
2873
+ }
2874
+ ],
2875
+ iconURL: 'https://ipfs.io/ipfs/QmWtu564n5T9KhhzKGMEcNWXXume5RzyUu7bARUX6ppHpW'
2859
2876
  },
2860
2877
  131: {
2861
2878
  name: 'Engram Testnet',
@@ -5309,12 +5326,12 @@ exports.chains = {
5309
5326
  273: {
5310
5327
  name: 'XR One',
5311
5328
  chain: 'ETH',
5312
- rpc: ['https://xr-one.calderachain.xyz/http'],
5329
+ rpc: ['https://xr1.calderachain.xyz/http', 'wss://xr1.calderachain.xyz/ws'],
5313
5330
  faucets: [],
5314
5331
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5315
- nativeCurrency: { name: 'XR', symbol: 'XR', decimals: 18 },
5332
+ nativeCurrency: { name: 'XR1', symbol: 'XR1', decimals: 18 },
5316
5333
  infoURL: 'https://xr-one.gitbook.io',
5317
- shortName: 'xr',
5334
+ shortName: 'xr1',
5318
5335
  chainId: 273,
5319
5336
  networkId: 273,
5320
5337
  icon: 'xr',
@@ -5322,7 +5339,7 @@ exports.chains = {
5322
5339
  explorers: [
5323
5340
  {
5324
5341
  name: 'XR One Explorer',
5325
- url: 'https://xr-one.calderaexplorer.xyz',
5342
+ url: 'https://xr1.calderaexplorer.xyz',
5326
5343
  icon: 'blockscout',
5327
5344
  standard: 'EIP3091'
5328
5345
  }
@@ -5330,7 +5347,7 @@ exports.chains = {
5330
5347
  parent: {
5331
5348
  type: 'L2',
5332
5349
  chain: 'eip155-42161',
5333
- bridges: [{ url: 'https://xr-one.bridge.caldera.xyz/' }]
5350
+ bridges: [{ url: 'https://xr1.bridge.caldera.xyz' }]
5334
5351
  },
5335
5352
  status: 'active',
5336
5353
  iconURL: 'https://ipfs.io/ipfs/QmTrFxtjUBwxi87rty13jbXg4BW9nvVuBmtbzb9j9F99Gt'
@@ -5937,6 +5954,32 @@ exports.chains = {
5937
5954
  ],
5938
5955
  iconURL: 'https://ipfs.io/ipfs/QmSuVbbBRAnquu3EsbsFgEMNgM8bTpiVKns2CCBVM6c2aJ'
5939
5956
  },
5957
+ 320: {
5958
+ name: 'ZKcandy Mainnet',
5959
+ chain: 'ETH',
5960
+ rpc: ['https://rpc.zkcandy.io'],
5961
+ faucets: [],
5962
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5963
+ infoURL: 'https://zkcandy.io/',
5964
+ shortName: 'zkcandy',
5965
+ chainId: 320,
5966
+ networkId: 320,
5967
+ icon: 'zkcandymainnet',
5968
+ explorers: [
5969
+ {
5970
+ name: 'ZKcandy Block Explorer',
5971
+ url: 'https://explorer.zkcandy.io',
5972
+ icon: 'zkcandymainnet',
5973
+ standard: 'EIP3091'
5974
+ }
5975
+ ],
5976
+ parent: {
5977
+ type: 'L2',
5978
+ chain: 'eip155-1',
5979
+ bridges: [{ url: 'https://bridge.zkcandy.io/' }]
5980
+ },
5981
+ iconURL: 'https://ipfs.io/ipfs/bafkreib5jsvl6kxn2qvv4giag3l3e54d2wolo2lqbgkhivxu4cpjzi77eq'
5982
+ },
5940
5983
  321: {
5941
5984
  name: 'KCC Mainnet',
5942
5985
  chain: 'KCC',
@@ -6178,6 +6221,22 @@ exports.chains = {
6178
6221
  }
6179
6222
  ]
6180
6223
  },
6224
+ 339: {
6225
+ name: 'Pencils Protocol',
6226
+ chain: 'ETH',
6227
+ rpc: [],
6228
+ faucets: [],
6229
+ nativeCurrency: {
6230
+ name: 'Pencils Protocol Token',
6231
+ symbol: 'DAPP',
6232
+ decimals: 18
6233
+ },
6234
+ infoURL: 'https://pencilsprotocol.io/',
6235
+ shortName: 'dapp',
6236
+ chainId: 339,
6237
+ networkId: 339,
6238
+ status: 'incubating'
6239
+ },
6181
6240
  345: {
6182
6241
  name: 'TSC Mainnet',
6183
6242
  chain: 'Trust Smart Chain',
@@ -7076,6 +7135,20 @@ exports.chains = {
7076
7135
  networkId: 486,
7077
7136
  status: 'incubating'
7078
7137
  },
7138
+ 495: {
7139
+ name: 'Landstars',
7140
+ chain: 'Landstars',
7141
+ icon: 'landstars',
7142
+ rpc: ['https://13882-60301.pph-server.de'],
7143
+ faucets: [],
7144
+ nativeCurrency: { name: 'Landstars', symbol: 'LDS', decimals: 18 },
7145
+ infoURL: 'https://github.com/khalikov001/landstars-info',
7146
+ shortName: 'lds',
7147
+ chainId: 495,
7148
+ networkId: 495,
7149
+ explorers: [],
7150
+ iconURL: 'https://ipfs.io/ipfs/bafkreibjv5chptzvncnfrro7tlx43q4um2tho7kvebdpk6fm765irfle4q'
7151
+ },
7079
7152
  499: {
7080
7153
  name: 'Rupaya',
7081
7154
  chain: 'RUPX',
@@ -7344,7 +7417,7 @@ exports.chains = {
7344
7417
  ]
7345
7418
  },
7346
7419
  545: {
7347
- name: 'EVM on Flow Testnet',
7420
+ name: 'Flow EVM Testnet',
7348
7421
  chain: 'Flow',
7349
7422
  rpc: ['https://testnet.evm.nodes.onflow.org'],
7350
7423
  faucets: ['https://faucet.flow.com/fund-account'],
@@ -7878,23 +7951,17 @@ exports.chains = {
7878
7951
  iconURL: 'https://ipfs.io/ipfs/Qma9rJSgy32UL1iXtXKFZQJA6FjkcUcDU4HR6y13Wu1vjn'
7879
7952
  },
7880
7953
  646: {
7881
- name: 'Previewnet',
7954
+ name: 'Flow EVM Previewnet',
7882
7955
  chain: 'Flow',
7883
- rpc: ['https://previewnet.evm.nodes.onflow.org'],
7884
- faucets: ['https://previewnet-faucet.onflow.org'],
7956
+ rpc: [],
7957
+ faucets: [],
7885
7958
  nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
7886
7959
  infoURL: 'https://developers.flow.com/evm/about',
7887
7960
  shortName: 'flow-previewnet',
7888
7961
  chainId: 646,
7889
7962
  networkId: 646,
7890
7963
  icon: 'flowevm',
7891
- explorers: [
7892
- {
7893
- name: 'EVM on Flow Block Explorer (PreviewNet)',
7894
- url: 'https://eth.flowscan.io',
7895
- standard: 'EIP3091'
7896
- }
7897
- ],
7964
+ explorers: [],
7898
7965
  status: 'deprecated',
7899
7966
  iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
7900
7967
  },
@@ -7982,23 +8049,24 @@ exports.chains = {
7982
8049
  iconURL: 'https://ipfs.io/ipfs/bafkreieox7v337p3jfhd37dz74mq6mn3uk5i5475rmzpirmyp6ydcfzzqi'
7983
8050
  },
7984
8051
  662: {
7985
- name: 'UltronSmartchain',
7986
- chain: 'UltronSmartchain',
7987
- rpc: ['https://rpc.ultronsmartchain.io'],
8052
+ name: 'AmaxSmartchain',
8053
+ chain: 'AmaxSmartchain',
8054
+ rpc: ['https://rpc.amaxchain.io'],
7988
8055
  faucets: [],
7989
- nativeCurrency: { name: 'ulc', symbol: 'ULC', decimals: 18 },
7990
- infoURL: 'https://ultronsmartchain.io',
7991
- shortName: 'ultronsmartchain',
8056
+ nativeCurrency: { name: 'amax', symbol: 'AMAX', decimals: 18 },
8057
+ infoURL: 'https://amaxchain.io',
8058
+ shortName: 'Amaxsmartchain',
7992
8059
  chainId: 662,
7993
8060
  networkId: 662,
7994
8061
  icon: 'ultronsmartchain',
7995
8062
  explorers: [
7996
8063
  {
7997
- name: 'ultronsmartchain explorer',
7998
- url: 'https://scan.ultronsmartchain.io',
8064
+ name: 'Amaxsmartchain explorer',
8065
+ url: 'https://scan.amaxchain.io',
7999
8066
  standard: 'EIP3091'
8000
8067
  }
8001
8068
  ],
8069
+ redFlags: ['reusedChainId'],
8002
8070
  iconURL: 'https://ipfs.io/ipfs/QmTns2FXAqDCq1QJsocUBGjhxsgWYK7pFfD4UrRZ9JBsF1'
8003
8071
  },
8004
8072
  666: {
@@ -8601,7 +8669,7 @@ exports.chains = {
8601
8669
  iconURL: 'https://ipfs.io/ipfs/bafkreieb6bx5nqv43qgykfuycpfilf5xk7v3jugli74ofb7pm6t6f5wcmu'
8602
8670
  },
8603
8671
  747: {
8604
- name: 'EVM on Flow',
8672
+ name: 'Flow EVM Mainnet',
8605
8673
  chain: 'Flow',
8606
8674
  rpc: ['https://mainnet.evm.nodes.onflow.org'],
8607
8675
  faucets: [],
@@ -9332,6 +9400,27 @@ exports.chains = {
9332
9400
  }
9333
9401
  ]
9334
9402
  },
9403
+ 881: {
9404
+ name: 'Weber Governance Mainnet',
9405
+ chain: 'PTT',
9406
+ rpc: ['https://chain.myweber.org'],
9407
+ faucets: [],
9408
+ nativeCurrency: { name: 'PALLET', symbol: 'PTT', decimals: 18 },
9409
+ infoURL: 'https://myweber.org',
9410
+ shortName: 'ptt',
9411
+ chainId: 881,
9412
+ networkId: 881,
9413
+ icon: 'ptt',
9414
+ explorers: [
9415
+ {
9416
+ name: 'Weber Governance Mainnet Explorer',
9417
+ url: 'https://mainnet.myweber.org',
9418
+ icon: 'ptt',
9419
+ standard: 'EIP3091'
9420
+ }
9421
+ ],
9422
+ iconURL: 'https://ipfs.io/ipfs/bafkreihwjhyhzxernwjyxm4edujzhou4bg6bpinwj7r4azifoljubgr3sq'
9423
+ },
9335
9424
  888: {
9336
9425
  name: 'Wanchain',
9337
9426
  chain: 'WAN',
@@ -10363,21 +10452,21 @@ exports.chains = {
10363
10452
  slip44: 1020
10364
10453
  },
10365
10454
  1011: {
10366
- name: 'Rebus Mainnet',
10455
+ name: 'Rebus Classic Mainnet',
10367
10456
  title: 'Rebuschain Mainnet',
10368
10457
  chain: 'REBUS',
10369
10458
  rpc: ['https://apievm.rebuschain.com/rpc'],
10370
10459
  faucets: [],
10371
- nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
10460
+ nativeCurrency: { name: 'Rebus Classic', symbol: 'REBUS', decimals: 18 },
10372
10461
  infoURL: 'https://www.rebuschain.com',
10373
- shortName: 'rebus',
10462
+ shortName: 'rebusclassic',
10374
10463
  chainId: 1011,
10375
10464
  networkId: 1011,
10376
- icon: 'rebus',
10465
+ icon: 'rebusc',
10377
10466
  explorers: [
10378
10467
  {
10379
10468
  name: 'Rebus EVM Explorer (Blockscout)',
10380
- url: 'https://evm.rebuschain.com',
10469
+ url: 'https://evm-l1.rebuschain.com',
10381
10470
  icon: 'rebus',
10382
10471
  standard: 'none'
10383
10472
  },
@@ -11275,12 +11364,18 @@ exports.chains = {
11275
11364
  chain: 'Litheum',
11276
11365
  rpc: ['https://testnet.litheum.com'],
11277
11366
  faucets: [],
11278
- nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 9 },
11367
+ nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 18 },
11279
11368
  infoURL: 'https://litheum.com',
11280
11369
  shortName: 'lith',
11281
11370
  chainId: 1174,
11282
11371
  networkId: 1174,
11283
- explorers: []
11372
+ explorers: [
11373
+ {
11374
+ name: 'Litheum Test Network Explorer',
11375
+ url: 'https://explorer.litheum.com',
11376
+ standard: 'EIP3091'
11377
+ }
11378
+ ]
11284
11379
  },
11285
11380
  1177: {
11286
11381
  name: 'Smart Host Teknoloji TESTNET',
@@ -12168,6 +12263,7 @@ exports.chains = {
12168
12263
  shortName: 'unichain-sep',
12169
12264
  chainId: 1301,
12170
12265
  networkId: 1301,
12266
+ icon: 'unichain-testnet',
12171
12267
  explorers: [
12172
12268
  {
12173
12269
  name: 'Unichain Sepolia Testnet Explorer',
@@ -12179,7 +12275,29 @@ exports.chains = {
12179
12275
  url: 'https://sepolia.uniscan.xyz',
12180
12276
  standard: 'EIP3091'
12181
12277
  }
12182
- ]
12278
+ ],
12279
+ iconURL: 'https://ipfs.io/ipfs/QmbdpXXsDDtskhYSFVg3UZqFLcdVhcTKDD29CzKTpgCLCb'
12280
+ },
12281
+ 1310: {
12282
+ name: 'COINZAX',
12283
+ chain: 'ZAX',
12284
+ icon: 'coinzaxIcon',
12285
+ rpc: ['https://rpc.coinzax.com'],
12286
+ faucets: [],
12287
+ nativeCurrency: { name: 'COINZAX', symbol: 'ZAX', decimals: 18 },
12288
+ infoURL: 'https://coinzax.com',
12289
+ shortName: 'zax',
12290
+ chainId: 1310,
12291
+ networkId: 1310,
12292
+ status: 'active',
12293
+ explorers: [
12294
+ {
12295
+ name: 'COINZAX Explorer',
12296
+ url: 'https://explorer.coinzax.com',
12297
+ standard: 'EIP3091'
12298
+ }
12299
+ ],
12300
+ iconURL: 'https://ipfs.io/ipfs/bafkreidkgk23jw6vwxrfoslz2hzucz5s63fyetewehoyldjjhmogx56qam'
12183
12301
  },
12184
12302
  1311: {
12185
12303
  name: 'Dos Fuji Subnet',
@@ -12244,20 +12362,20 @@ exports.chains = {
12244
12362
  iconURL: 'https://ipfs.io/ipfs/bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i'
12245
12363
  },
12246
12364
  1315: {
12247
- name: 'Story Homer Testnet',
12248
- chain: 'Story Homer Testnet',
12249
- rpc: ['https://devnet.storyrpc.io.'],
12365
+ name: 'Story Aeneid Testnet',
12366
+ chain: 'Story Aeneid Testnet',
12367
+ rpc: ['https://aeneid.storyrpc.io'],
12250
12368
  faucets: [],
12251
12369
  nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12252
12370
  infoURL: 'https://story.foundation/',
12253
12371
  icon: 'story',
12254
- shortName: 'styhmt',
12372
+ shortName: 'story-aeneid',
12255
12373
  chainId: 1315,
12256
12374
  networkId: 1315,
12257
12375
  explorers: [
12258
12376
  {
12259
12377
  name: 'blockscout',
12260
- url: 'https://devnet.storyscan.xyz',
12378
+ url: 'https://aeneid.storyscan.xyz',
12261
12379
  standard: 'EIP3091'
12262
12380
  }
12263
12381
  ],
@@ -14579,6 +14697,17 @@ exports.chains = {
14579
14697
  networkId: 1987,
14580
14698
  slip44: 1987
14581
14699
  },
14700
+ 1989: {
14701
+ name: 'Lydia Coin',
14702
+ chain: 'LYDIA',
14703
+ rpc: ['https://rpc.lydiacoins.com'],
14704
+ faucets: [],
14705
+ nativeCurrency: { name: 'Lydia Coin', symbol: 'BSW', decimals: 18 },
14706
+ infoURL: 'https://raas.gelato.network/rollups/details/public/lydia-coin',
14707
+ shortName: 'lydia',
14708
+ chainId: 1989,
14709
+ networkId: 1989
14710
+ },
14582
14711
  1992: {
14583
14712
  name: 'Hubble Exchange',
14584
14713
  chain: 'Hubblenet',
@@ -14638,19 +14767,24 @@ exports.chains = {
14638
14767
  },
14639
14768
  1995: {
14640
14769
  name: 'edeXa Testnet',
14641
- chain: 'edeXa TestNetwork',
14642
- rpc: ['https://testnet.edexa.network/rpc', 'https://testnet.edexa.com/rpc'],
14770
+ chain: 'edeXa',
14771
+ rpc: [
14772
+ 'https://testnet.edexa.network/rpc',
14773
+ 'wss://testnet.edexa.network/wss',
14774
+ 'https://testnet.edexa.com/rpc',
14775
+ 'wss://testnet.edexa.com/wss'
14776
+ ],
14643
14777
  faucets: ['https://faucet.edexa.com/'],
14644
- nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
14778
+ nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 },
14645
14779
  infoURL: 'https://edexa.network/',
14646
- shortName: 'edx',
14780
+ shortName: 'edxt',
14647
14781
  chainId: 1995,
14648
14782
  networkId: 1995,
14649
14783
  slip44: 1,
14650
14784
  icon: 'edexa',
14651
14785
  explorers: [
14652
14786
  {
14653
- name: 'edexa-testnet',
14787
+ name: 'edexa-testnet-explorer',
14654
14788
  url: 'https://explorer.testnet.edexa.network',
14655
14789
  standard: 'EIP3091'
14656
14790
  }
@@ -16890,6 +17024,28 @@ exports.chains = {
16890
17024
  ],
16891
17025
  iconURL: 'https://ipfs.io/ipfs/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR'
16892
17026
  },
17027
+ 2605: {
17028
+ name: 'Pho Blockchain Mainnet',
17029
+ chain: 'PHO',
17030
+ icon: 'pho',
17031
+ rpc: ['https://mainnet.phochain.org'],
17032
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
17033
+ faucets: [],
17034
+ nativeCurrency: { name: 'Pho', symbol: 'PHO', decimals: 18 },
17035
+ infoURL: 'phochain.org',
17036
+ shortName: 'pho',
17037
+ chainId: 2605,
17038
+ networkId: 2605,
17039
+ explorers: [
17040
+ {
17041
+ name: 'Pho Scan',
17042
+ url: 'https://phoscan.org',
17043
+ standard: 'EIP3091',
17044
+ icon: 'pho'
17045
+ }
17046
+ ],
17047
+ iconURL: 'https://ipfs.io/ipfs/QmZ6WDmzPq5ECRaTW8mEcJmMYonqFTDVizZoG9UaRZ5tsW'
17048
+ },
16893
17049
  2606: {
16894
17050
  name: 'PoCRNet',
16895
17051
  title: 'Proof of Climate awaReness mainnet',
@@ -17897,7 +18053,8 @@ exports.chains = {
17897
18053
  'https://peaq.api.onfinality.io/public',
17898
18054
  'https://peaq-rpc.dwellir.com',
17899
18055
  'https://peaq-rpc.publicnode.com',
17900
- 'https://evm.peaq.network'
18056
+ 'https://evm.peaq.network',
18057
+ 'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
17901
18058
  ],
17902
18059
  faucets: [],
17903
18060
  nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
@@ -18390,6 +18547,28 @@ exports.chains = {
18390
18547
  status: 'deprecated',
18391
18548
  iconURL: 'https://ipfs.io/ipfs/Qmf4GoxfpeA5VGqu7KP5eyv1WKaCpNDbvMxq1MjQBwFWxq'
18392
18549
  },
18550
+ 3721: {
18551
+ name: 'Xone Mainnet',
18552
+ chain: 'XOC',
18553
+ icon: 'Xonechain',
18554
+ rpc: ['https://rpc.xone.org'],
18555
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
18556
+ faucets: ['https://faucet.xone.org/'],
18557
+ nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
18558
+ infoURL: 'https://xone.org',
18559
+ shortName: 'XOC',
18560
+ chainId: 3721,
18561
+ networkId: 3721,
18562
+ explorers: [
18563
+ {
18564
+ name: 'Xonescan',
18565
+ url: 'https://xscscan.com',
18566
+ icon: 'Xonescan',
18567
+ standard: 'EIP3091'
18568
+ }
18569
+ ],
18570
+ iconURL: 'https://ipfs.io/ipfs/QmR3twvfhDES34nLhcVmUbAZpW4eynZoSfA2XpWUBnH7gB'
18571
+ },
18393
18572
  3737: {
18394
18573
  name: 'Crossbell',
18395
18574
  chain: 'Crossbell',
@@ -19295,6 +19474,28 @@ exports.chains = {
19295
19474
  ],
19296
19475
  iconURL: 'https://ipfs.io/ipfs/QmVTS8jmWD5e7jVEn86wLjJsuMnc6s8fym3JbtE4etzSKf'
19297
19476
  },
19477
+ 4203: {
19478
+ name: 'Merlin Erigon Testnet',
19479
+ title: 'Merlin Erigon Testnet',
19480
+ chain: 'Merlin',
19481
+ rpc: ['https://testnet-erigon-rpc.merlinchain.io'],
19482
+ faucets: [],
19483
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
19484
+ infoURL: 'https://merlinchain.io',
19485
+ shortName: 'Merlin-Testnet',
19486
+ chainId: 4203,
19487
+ networkId: 4203,
19488
+ icon: 'merlin',
19489
+ explorers: [
19490
+ {
19491
+ name: 'L2scan',
19492
+ url: 'https://testnet-erigon-scan.merlinchain.io',
19493
+ icon: 'merlin',
19494
+ standard: 'EIP3091'
19495
+ }
19496
+ ],
19497
+ iconURL: 'https://ipfs.io/ipfs/QmULpMFUvKSmJT8sWXS3WDnTm4EacgRbsEynDenpxcfrAj'
19498
+ },
19298
19499
  4242: {
19299
19500
  name: 'Nexi Mainnet',
19300
19501
  chain: 'Nexi',
@@ -19438,6 +19639,38 @@ exports.chains = {
19438
19639
  ],
19439
19640
  iconURL: 'https://ipfs.io/ipfs/QmQJ21NWyGGDraicVEzS1Uqq1yXahM9NCuNZgnfYvtspdt'
19440
19641
  },
19642
+ 4352: {
19643
+ name: 'MemeCore',
19644
+ title: 'MemeCore',
19645
+ chain: 'MemeCore',
19646
+ icon: 'memecore',
19647
+ rpc: ['https://rpc.memecore.net', 'wss://ws.memecore.net'],
19648
+ nativeCurrency: { name: 'M', symbol: 'M', decimals: 18 },
19649
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
19650
+ faucets: [],
19651
+ infoURL: 'https://memecore.com',
19652
+ shortName: 'm',
19653
+ chainId: 4352,
19654
+ networkId: 4352,
19655
+ explorers: [
19656
+ {
19657
+ name: 'OKX-MemeCore',
19658
+ url: 'https://www.okx.com/web3/explorer/memecore',
19659
+ standard: 'EIP3091'
19660
+ },
19661
+ {
19662
+ name: 'MemeCoreScan',
19663
+ url: 'https://memecorescan.io',
19664
+ standard: 'EIP3091'
19665
+ },
19666
+ {
19667
+ name: 'MemeCore explorer',
19668
+ url: 'https://blockscout.memecore.com',
19669
+ standard: 'EIP3091'
19670
+ }
19671
+ ],
19672
+ iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
19673
+ },
19441
19674
  4400: {
19442
19675
  name: 'Credit Smart Chain Mainnet',
19443
19676
  chain: 'CREDIT',
@@ -20178,24 +20411,24 @@ exports.chains = {
20178
20411
  iconURL: 'https://ipfs.io/ipfs/QmVixPVBBnprnjsoG4r6KDT2SwupjFyT2zZ5M77fHyU6ud'
20179
20412
  },
20180
20413
  5090: {
20181
- name: 'Pioneer Chain Testnet',
20414
+ name: 'Pione Chain Mainnet',
20182
20415
  chain: 'PIO',
20183
20416
  icon: 'pio',
20184
20417
  rpc: ['https://rpc.pionescan.com'],
20185
20418
  faucets: [],
20186
- nativeCurrency: { name: 'Pioneer', symbol: 'PIO', decimals: 18 },
20419
+ nativeCurrency: { name: 'Pione', symbol: 'PIO', decimals: 18 },
20187
20420
  infoURL: 'https://pionechain.com',
20188
20421
  shortName: 'pio',
20189
20422
  chainId: 5090,
20190
20423
  networkId: 5090,
20191
20424
  explorers: [
20192
20425
  {
20193
- name: 'Pioneer Chain Explorer',
20426
+ name: 'Pione Chain Explorer',
20194
20427
  url: 'https://pionescan.com',
20195
20428
  standard: 'EIP3091'
20196
20429
  }
20197
20430
  ],
20198
- iconURL: 'https://ipfs.io/ipfs/QmXcFM3JqPvvxHe1i8fTQkCFGWDGHjcZmWe2u6epUhyftt'
20431
+ iconURL: 'https://ipfs.io/ipfs/bafkreibbs2nlmnd7vrur6fyfjl4mqqjcjnjbtwrk35juma6zoxtn2l3xce'
20199
20432
  },
20200
20433
  5100: {
20201
20434
  name: 'Syndicate Testnet',
@@ -20341,22 +20574,22 @@ exports.chains = {
20341
20574
  iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
20342
20575
  },
20343
20576
  5151: {
20344
- name: 'MeChain Testnet',
20345
- chain: 'MeChain',
20577
+ name: 'Moca Chain Testnet',
20578
+ chain: 'Moca Chain',
20346
20579
  rpc: ['https://testnet-rpc.mechain.tech'],
20347
20580
  faucets: ['https://faucet.mechain.tech'],
20348
- nativeCurrency: { name: 'ZKME', symbol: 'ZKME', decimals: 18 },
20581
+ nativeCurrency: { name: 'MOCA', symbol: 'MOCA', decimals: 18 },
20349
20582
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
20350
20583
  infoURL: 'https://mechain.tech',
20351
- shortName: 'ZKME',
20584
+ shortName: 'MOCA',
20352
20585
  chainId: 5151,
20353
20586
  networkId: 5151,
20354
- icon: 'mechain',
20587
+ icon: 'moca',
20355
20588
  explorers: [
20356
20589
  {
20357
- name: 'MeChain Scan',
20590
+ name: 'Moca Chain Scan',
20358
20591
  url: 'https://testnet-scan.mechain.tech',
20359
- icon: 'mechain',
20592
+ icon: 'moca',
20360
20593
  standard: 'EIP3091'
20361
20594
  }
20362
20595
  ],
@@ -20654,20 +20887,25 @@ exports.chains = {
20654
20887
  },
20655
20888
  5424: {
20656
20889
  name: 'edeXa Mainnet',
20657
- chain: 'edeXa Network',
20658
- rpc: ['https://mainnet.edexa.network/rpc', 'https://mainnet.edexa.com/rpc'],
20890
+ chain: 'edeXa',
20891
+ rpc: [
20892
+ 'https://mainnet.edexa.network/rpc',
20893
+ 'wss://mainnet.edexa.network/wss',
20894
+ 'https://mainnet.edexa.com/rpc',
20895
+ 'wss://mainnet.edexa.com/wss'
20896
+ ],
20659
20897
  faucets: [],
20660
20898
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
20661
- nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
20899
+ nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
20662
20900
  infoURL: 'https://edexa.network/',
20663
- shortName: 'edeXa',
20901
+ shortName: 'edx',
20664
20902
  chainId: 5424,
20665
20903
  networkId: 5424,
20666
20904
  slip44: 1,
20667
20905
  icon: 'edexa',
20668
20906
  explorers: [
20669
20907
  {
20670
- name: 'edexa-mainnet',
20908
+ name: 'edexa-mainnet-explorer',
20671
20909
  url: 'https://explorer.edexa.network',
20672
20910
  standard: 'EIP3091'
20673
20911
  }
@@ -20958,10 +21196,10 @@ exports.chains = {
20958
21196
  name: 'Tanssi Demo',
20959
21197
  chain: 'TANGO',
20960
21198
  rpc: [
20961
- 'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
20962
- 'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
21199
+ 'https://dancebox-3001.tanssi-api.network',
21200
+ 'wss://dancebox-3001.tanssi-api.network'
20963
21201
  ],
20964
- faucets: [],
21202
+ faucets: ['https://apps.tanssi.network/demo'],
20965
21203
  nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
20966
21204
  infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
20967
21205
  shortName: 'tango',
@@ -20970,7 +21208,7 @@ exports.chains = {
20970
21208
  explorers: [
20971
21209
  {
20972
21210
  name: 'BlockScout',
20973
- url: 'https://3001-blockscout.a.dancebox.tanssi.network',
21211
+ url: 'https://fra-dancebox-3001-bs.a.dancebox.tanssi.network',
20974
21212
  standard: 'EIP3091'
20975
21213
  }
20976
21214
  ]
@@ -21329,6 +21567,19 @@ exports.chains = {
21329
21567
  ],
21330
21568
  iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
21331
21569
  },
21570
+ 6122: {
21571
+ name: 'Tea Mainnet',
21572
+ chain: 'TEA',
21573
+ rpc: [],
21574
+ faucets: [],
21575
+ nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
21576
+ infoURL: 'https://tea.xyz',
21577
+ shortName: 'tea',
21578
+ chainId: 6122,
21579
+ networkId: 6122,
21580
+ parent: { type: 'L2', chain: 'eip155-1' },
21581
+ status: 'incubating'
21582
+ },
21332
21583
  6278: {
21333
21584
  name: 'Rails',
21334
21585
  title: 'Rails Network Mainnet',
@@ -21899,7 +22150,7 @@ exports.chains = {
21899
22150
  iconURL: 'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
21900
22151
  },
21901
22152
  6900: {
21902
- name: 'Nibiru Mainnet',
22153
+ name: 'Nibiru cataclysm-1',
21903
22154
  chain: 'Nibiru',
21904
22155
  rpc: ['https://evm-rpc.nibiru.fi'],
21905
22156
  faucets: [],
@@ -22229,7 +22480,7 @@ exports.chains = {
22229
22480
  explorers: [
22230
22481
  {
22231
22482
  name: 'Bitrock Explorer',
22232
- url: 'https://explorer.bit-rock.io',
22483
+ url: 'https://brockscan.io',
22233
22484
  standard: 'EIP3091'
22234
22485
  }
22235
22486
  ],
@@ -22293,7 +22544,7 @@ exports.chains = {
22293
22544
  iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
22294
22545
  },
22295
22546
  7210: {
22296
- name: 'Nibiru Testnet-1',
22547
+ name: 'Nibiru testnet-1',
22297
22548
  chain: 'Nibiru',
22298
22549
  rpc: ['https://evm-rpc.testnet-1.nibiru.fi'],
22299
22550
  faucets: [],
@@ -22307,7 +22558,7 @@ exports.chains = {
22307
22558
  iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
22308
22559
  },
22309
22560
  7222: {
22310
- name: 'Nibiru Devnet-3',
22561
+ name: 'Nibiru devnet-3',
22311
22562
  chain: 'Nibiru',
22312
22563
  rpc: ['https://evm-rpc.devnet-3.nibiru.fi'],
22313
22564
  faucets: [],
@@ -22321,7 +22572,7 @@ exports.chains = {
22321
22572
  iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
22322
22573
  },
22323
22574
  7233: {
22324
- name: 'InitVerse mainnet',
22575
+ name: 'InitVerse Mainnet',
22325
22576
  chain: 'InitVerse',
22326
22577
  rpc: ['https://rpc-mainnet.inichain.com'],
22327
22578
  faucets: [],
@@ -23435,6 +23686,19 @@ exports.chains = {
23435
23686
  chainId: 8098,
23436
23687
  networkId: 8098
23437
23688
  },
23689
+ 8099: {
23690
+ name: 'Bharat Blockchain Network Mainnet',
23691
+ chain: 'BBN',
23692
+ rpc: ['https://bbnrpc.mainnet.bharatblockchain.io'],
23693
+ faucets: [],
23694
+ nativeCurrency: { name: 'BBN', symbol: 'BBN', decimals: 18 },
23695
+ features: [],
23696
+ infoURL: 'https://bharatblockchain.io/',
23697
+ shortName: 'bbn',
23698
+ chainId: 8099,
23699
+ networkId: 8099,
23700
+ explorers: []
23701
+ },
23438
23702
  8108: {
23439
23703
  name: 'Zenchain',
23440
23704
  chain: 'ZCX',
@@ -23870,6 +24134,19 @@ exports.chains = {
23870
24134
  networkId: 8545,
23871
24135
  explorers: []
23872
24136
  },
24137
+ 8569: {
24138
+ name: 'New Reality Blockchain',
24139
+ chain: 'NEWRL',
24140
+ rpc: [],
24141
+ faucets: [],
24142
+ nativeCurrency: { name: 'NewReal', symbol: 'NEWRL', decimals: 18 },
24143
+ features: [],
24144
+ infoURL: 'https://newreality.bond/',
24145
+ shortName: 'newrl',
24146
+ chainId: 8569,
24147
+ networkId: 8569,
24148
+ status: 'incubating'
24149
+ },
23873
24150
  8654: {
23874
24151
  name: 'Toki Network',
23875
24152
  chain: 'TOKI',
@@ -24040,6 +24317,28 @@ exports.chains = {
24040
24317
  networkId: 8768,
24041
24318
  iconURL: 'https://ipfs.io/ipfs/Qmcd19ksUvNMD1XQFSC55jJhDPoF2zUzzV7woteFiugwBH'
24042
24319
  },
24320
+ 8811: {
24321
+ name: 'Haven1',
24322
+ chain: 'haven1',
24323
+ rpc: ['https://rpc.haven1.org'],
24324
+ faucets: [],
24325
+ nativeCurrency: { name: 'Haven1', symbol: 'H1', decimals: 18 },
24326
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
24327
+ infoURL: 'https://www.haven1.org',
24328
+ shortName: 'haven1',
24329
+ chainId: 8811,
24330
+ networkId: 8811,
24331
+ icon: 'haven1',
24332
+ explorers: [
24333
+ {
24334
+ name: 'Haven1 Explorer',
24335
+ url: 'https://explorer.haven1.org',
24336
+ icon: 'haven1',
24337
+ standard: 'EIP3091'
24338
+ }
24339
+ ],
24340
+ iconURL: 'https://ipfs.io/ipfs/bafkreih4jq33lz2mjwvu62hmo2ptt277et5l6oqi5ejuyxv2dir2iohsai'
24341
+ },
24043
24342
  8822: {
24044
24343
  name: 'IOTA EVM',
24045
24344
  title: 'IOTA EVM',
@@ -24615,20 +24914,16 @@ exports.chains = {
24615
24914
  iconURL: 'https://ipfs.io/ipfs/bafkreiatrf5pp7ywvrwvsv4otrex73u6v6bvhorqkxiop2hy2i572zjrba'
24616
24915
  },
24617
24916
  9008: {
24618
- name: 'Shido Mainnet Block',
24917
+ name: 'Shido Network',
24619
24918
  chain: 'Shido Mainnet',
24620
24919
  rpc: [
24621
- 'https://rpc-nodes.shidoscan.com',
24622
- 'wss://wss-nodes.shidoscan.com',
24623
- 'https://rpc-delta-nodes.shidoscan.com',
24624
- 'wss://wss-delta-nodes.shidoscan.com'
24920
+ 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/rpc',
24921
+ 'wss://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/ws',
24922
+ 'https://evm.shidoscan.net',
24923
+ 'wss://wss.shidoscan.net'
24625
24924
  ],
24626
24925
  faucets: [],
24627
- nativeCurrency: {
24628
- name: 'Shido Mainnet Token',
24629
- symbol: 'SHIDO',
24630
- decimals: 18
24631
- },
24926
+ nativeCurrency: { name: 'Shido', symbol: 'SHIDO', decimals: 18 },
24632
24927
  infoURL: 'https://shido.io',
24633
24928
  shortName: 'Shido',
24634
24929
  chainId: 9008,
@@ -24636,7 +24931,7 @@ exports.chains = {
24636
24931
  icon: 'shidoChain',
24637
24932
  explorers: [
24638
24933
  {
24639
- name: 'Shidoblock Mainnet Explorer',
24934
+ name: 'Shidoscan',
24640
24935
  url: 'https://shidoscan.com',
24641
24936
  standard: 'none',
24642
24937
  icon: 'shidoChain'
@@ -24821,6 +25116,21 @@ exports.chains = {
24821
25116
  chainId: 9100,
24822
25117
  networkId: 9100
24823
25118
  },
25119
+ 9108: {
25120
+ name: 'Destra Dubai Testnet',
25121
+ chain: 'Destra',
25122
+ status: 'active',
25123
+ rpc: [],
25124
+ faucets: [],
25125
+ nativeCurrency: { name: 'Sync', symbol: 'SYNC', decimals: 18 },
25126
+ infoURL: '',
25127
+ shortName: 'Destra',
25128
+ chainId: 9108,
25129
+ networkId: 9108,
25130
+ slip44: 1,
25131
+ explorers: [],
25132
+ parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
25133
+ },
24824
25134
  9170: {
24825
25135
  name: 'Rinia Testnet Old',
24826
25136
  chain: 'FIRE',
@@ -24900,6 +25210,34 @@ exports.chains = {
24900
25210
  ],
24901
25211
  iconURL: 'https://ipfs.io/ipfs/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3'
24902
25212
  },
25213
+ 9369: {
25214
+ name: 'Z Chain',
25215
+ title: 'Z Chain',
25216
+ chain: 'Z',
25217
+ rpc: ['https://z-chain-rpc.eu-north-2.gateway.fm/?apiKey=${API_KEY}'],
25218
+ faucets: [],
25219
+ features: [{ name: 'EIP155' }],
25220
+ nativeCurrency: { name: 'Z', symbol: 'Z', decimals: 18 },
25221
+ infoURL: 'https://zero.tech',
25222
+ shortName: 'z',
25223
+ chainId: 9369,
25224
+ networkId: 9369,
25225
+ icon: 'z',
25226
+ explorers: [
25227
+ {
25228
+ name: 'blockscout',
25229
+ url: 'https://z-chain-blockscout.eu-north-2.gateway.fm',
25230
+ icon: 'z',
25231
+ standard: 'EIP3091'
25232
+ }
25233
+ ],
25234
+ parent: {
25235
+ type: 'L2',
25236
+ chain: 'eip155-1',
25237
+ bridges: [{ url: 'https://z-chain-bridge.eu-north-2.gateway.fm' }]
25238
+ },
25239
+ iconURL: 'https://ipfs.io/ipfs/bafybeiech76mp6ro4lo7pyferpovrnvghwb745upatj5h6be4cnav52zwu'
25240
+ },
24903
25241
  9372: {
24904
25242
  name: 'Oasys Testnet',
24905
25243
  chain: 'Oasys',
@@ -25056,6 +25394,28 @@ exports.chains = {
25056
25394
  ],
25057
25395
  iconURL: 'https://ipfs.io/ipfs/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz'
25058
25396
  },
25397
+ 9696: {
25398
+ name: 'Rebus Mainnet',
25399
+ title: 'Rebuschain Mainnet',
25400
+ chain: 'ETH',
25401
+ rpc: ['https://apievml2.rebuschain.com/l2rpc'],
25402
+ faucets: [],
25403
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25404
+ infoURL: 'https://www.rebuschain.com',
25405
+ shortName: 'rebus',
25406
+ chainId: 9696,
25407
+ networkId: 9696,
25408
+ icon: 'rebus',
25409
+ explorers: [
25410
+ {
25411
+ name: 'Rebus EVM Explorer (Blockscout)',
25412
+ url: 'https://evm.rebuschain.com',
25413
+ icon: 'rebus',
25414
+ standard: 'none'
25415
+ }
25416
+ ],
25417
+ iconURL: 'https://ipfs.io/ipfs/bafkreifzag46dhp33vb2uldg4htqbqipuqrapjga6ml6pnhn5yibbvb4gq'
25418
+ },
25059
25419
  9700: {
25060
25420
  name: 'Oort MainnetDev',
25061
25421
  title: 'Oort MainnetDev',
@@ -25323,6 +25683,28 @@ exports.chains = {
25323
25683
  }
25324
25684
  ]
25325
25685
  },
25686
+ 9889: {
25687
+ name: 'pointledger',
25688
+ chain: 'pointledger',
25689
+ icon: 'pointledger',
25690
+ rpc: ['https://rpc.pointledger.net'],
25691
+ faucets: [],
25692
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
25693
+ nativeCurrency: { name: 'PLG', symbol: 'PLG', decimals: 18 },
25694
+ infoURL: 'https://pointledger.net',
25695
+ shortName: 'pointledger',
25696
+ chainId: 9889,
25697
+ networkId: 9889,
25698
+ explorers: [
25699
+ {
25700
+ name: 'pointledger Explorer',
25701
+ url: 'https://exp.pointledger.net',
25702
+ icon: 'pointledger',
25703
+ standard: 'EIP3091'
25704
+ }
25705
+ ],
25706
+ iconURL: 'https://ipfs.io/ipfs/QmV1Q7Q9XKRin5C5Qg6TTb3BnqmC1Qb6jyebUbTMXGPV1L'
25707
+ },
25326
25708
  9897: {
25327
25709
  name: 'arena-z-testnet',
25328
25710
  title: 'Arena-Z-Testnet',
@@ -25685,6 +26067,23 @@ exports.chains = {
25685
26067
  networkId: 10010,
25686
26068
  iconURL: 'https://ipfs.io/ipfs/Qmdz49xumH5yHb9jXKLR69Liv4STJQq5xW1g9xCQ9vJ3fB'
25687
26069
  },
26070
+ 10011: {
26071
+ name: 'DeepSafe Beta Mainnet',
26072
+ chain: 'DeepSafe',
26073
+ rpc: ['https://betamainnet-rpc-node-http.deepsafe.network'],
26074
+ faucets: [],
26075
+ nativeCurrency: {
26076
+ name: 'DeepSafe Native Token',
26077
+ symbol: 'DEF',
26078
+ decimals: 18
26079
+ },
26080
+ infoURL: 'https://deepsafe.network/',
26081
+ shortName: 'DeepSafe',
26082
+ chainId: 10011,
26083
+ networkId: 10011,
26084
+ icon: 'deepsafe',
26085
+ iconURL: 'https://ipfs.io/ipfs/QmQJi1wfrLzywtbvNetvc6hV6SL825qvgZSKe3coJv8JNm'
26086
+ },
25688
26087
  10024: {
25689
26088
  name: 'Gon Chain',
25690
26089
  chain: 'GonChain',
@@ -25771,6 +26170,28 @@ exports.chains = {
25771
26170
  ],
25772
26171
  iconURL: 'https://ipfs.io/ipfs/bafkreih2t3wrflgcnha4aeonyn23h43rcbskatzvwliyatp5shudkwu2d4'
25773
26172
  },
26173
+ 10085: {
26174
+ name: 'Volcano Chain Mainnet',
26175
+ chain: 'Volcano',
26176
+ icon: 'volcano',
26177
+ rpc: ['https://mainnet.vchain.pro', 'wss://wss.mainnet.vchain.pro'],
26178
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
26179
+ faucets: [],
26180
+ nativeCurrency: { name: 'Volcano Coin', symbol: 'VC', decimals: 18 },
26181
+ infoURL: 'https://vex.pro',
26182
+ shortName: 'volcanochain',
26183
+ chainId: 10085,
26184
+ networkId: 10085,
26185
+ explorers: [
26186
+ {
26187
+ name: 'blockscout',
26188
+ url: 'https://vchainscan.com',
26189
+ icon: 'volcano',
26190
+ standard: 'EIP3091'
26191
+ }
26192
+ ],
26193
+ iconURL: 'https://ipfs.io/ipfs/QmNsY3REsQHYoQHdxpm1ecH7pzZfxSSH6TBAa7ZjR1wuBu'
26194
+ },
25774
26195
  10086: {
25775
26196
  name: 'SJATSH',
25776
26197
  chain: 'ETH',
@@ -25903,6 +26324,19 @@ exports.chains = {
25903
26324
  ],
25904
26325
  iconURL: 'https://ipfs.io/ipfs/QmRhQG9TZrXDdbQeTzBmjg3pqgwaD5TKVZj8k4kaz8AoZx'
25905
26326
  },
26327
+ 10218: {
26328
+ name: 'Tea Sepolia Testnet',
26329
+ chain: 'ETH',
26330
+ rpc: [],
26331
+ faucets: [],
26332
+ nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
26333
+ infoURL: 'https://tea.xyz',
26334
+ shortName: 'teasep',
26335
+ chainId: 10218,
26336
+ networkId: 10218,
26337
+ parent: { type: 'L2', chain: 'eip155-11155111' },
26338
+ status: 'incubating'
26339
+ },
25906
26340
  10222: {
25907
26341
  name: 'GLScan',
25908
26342
  chain: 'GLC',
@@ -26563,6 +26997,26 @@ exports.chains = {
26563
26997
  ],
26564
26998
  iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
26565
26999
  },
27000
+ 11504: {
27001
+ name: 'BEVM Signet',
27002
+ chain: 'BEVM',
27003
+ rpc: ['https://signet.bevm.io/'],
27004
+ faucets: [],
27005
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
27006
+ infoURL: 'https://bevm.io',
27007
+ shortName: 'bevm-signet',
27008
+ chainId: 11504,
27009
+ networkId: 11504,
27010
+ icon: 'bevm',
27011
+ explorers: [
27012
+ {
27013
+ name: 'bevm signet scan',
27014
+ url: 'https://scan-signet.bevm.io',
27015
+ standard: 'none'
27016
+ }
27017
+ ],
27018
+ iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
27019
+ },
26566
27020
  11521: {
26567
27021
  name: 'SatsChain',
26568
27022
  chain: 'SatsChain',
@@ -28787,6 +29241,27 @@ exports.chains = {
28787
29241
  explorers: [],
28788
29242
  iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
28789
29243
  },
29244
+ 20441: {
29245
+ name: 'XUSD ONE StableChain Mainnet',
29246
+ chain: 'XUSD ONE',
29247
+ icon: 'xusd',
29248
+ rpc: ['https://xusd.live'],
29249
+ faucets: [],
29250
+ nativeCurrency: { name: 'XUSD ONE', symbol: 'X1', decimals: 18 },
29251
+ infoURL: 'https://xusd.co',
29252
+ shortName: 'xusd',
29253
+ chainId: 20441,
29254
+ networkId: 20441,
29255
+ explorers: [
29256
+ {
29257
+ name: 'xusdscan',
29258
+ url: 'https://xusdscan.com',
29259
+ icon: 'xusdscan',
29260
+ standard: 'EIP3091'
29261
+ }
29262
+ ],
29263
+ iconURL: 'https://ipfs.io/ipfs/bafkreid7fdetal6wmyum5tbuhacb66gkcqkrvphcsrc3vid5xidiulycwu'
29264
+ },
28790
29265
  20729: {
28791
29266
  name: 'Callisto Testnet',
28792
29267
  chain: 'CLO',
@@ -28859,6 +29334,28 @@ exports.chains = {
28859
29334
  }
28860
29335
  ]
28861
29336
  },
29337
+ 21000: {
29338
+ name: 'Action Mainnet',
29339
+ chain: 'Action',
29340
+ icon: 'action',
29341
+ rpc: ['https://rpc.actionblockchain.org'],
29342
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
29343
+ faucets: [],
29344
+ nativeCurrency: { name: 'Action', symbol: 'ACTN', decimals: 18 },
29345
+ infoURL: 'https://docs.actioncoin.com',
29346
+ shortName: 'ACTN',
29347
+ chainId: 21000,
29348
+ networkId: 21000,
29349
+ explorers: [
29350
+ {
29351
+ name: 'Action Mainnet Explorer',
29352
+ url: 'http://exp.actionblockchain.org',
29353
+ icon: 'action',
29354
+ standard: 'EIP3091'
29355
+ }
29356
+ ],
29357
+ iconURL: 'https://ipfs.io/ipfs/QmNkyJNwgHEWYnxq8BPaQ83WxrVVPrdzvQKKY22PRqhRts'
29358
+ },
28862
29359
  21004: {
28863
29360
  name: 'C4EI',
28864
29361
  chain: 'C4EI',
@@ -29402,6 +29899,18 @@ exports.chains = {
29402
29899
  chainId: 24734,
29403
29900
  networkId: 37480
29404
29901
  },
29902
+ 24816: {
29903
+ name: 'Recall',
29904
+ chain: 'Recall',
29905
+ rpc: ['https://evm.node-0.mainnet.recall.network'],
29906
+ faucets: [],
29907
+ nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
29908
+ infoURL: 'https://recall.network',
29909
+ shortName: 'recall',
29910
+ chainId: 24816,
29911
+ networkId: 24816,
29912
+ explorers: []
29913
+ },
29405
29914
  25186: {
29406
29915
  name: 'LiquidLayer Mainnet',
29407
29916
  chain: 'LiquidLayer',
@@ -30666,6 +31175,22 @@ exports.chains = {
30666
31175
  ],
30667
31176
  iconURL: 'https://ipfs.io/ipfs/QmQnQZ2YUuJMDYoKWhiA1KqY67VFjvMLSXTww46pnrS8js'
30668
31177
  },
31178
+ 33999: {
31179
+ name: 'Pencils Protocol Sepolia Testnet',
31180
+ chain: 'ETH',
31181
+ rpc: [],
31182
+ faucets: [],
31183
+ nativeCurrency: {
31184
+ name: 'Pencils Protocol Sepolia Testnet Token',
31185
+ symbol: 'DAPPST',
31186
+ decimals: 18
31187
+ },
31188
+ infoURL: 'https://pencilsprotocol.io/',
31189
+ shortName: 'dapp-sepolia',
31190
+ chainId: 33999,
31191
+ networkId: 33999,
31192
+ status: 'incubating'
31193
+ },
30669
31194
  34443: {
30670
31195
  name: 'Mode',
30671
31196
  chain: 'ETH',
@@ -31081,6 +31606,21 @@ exports.chains = {
31081
31606
  ],
31082
31607
  iconURL: 'https://ipfs.io/ipfs/QmSj6SSWmBiRjnjZQPb17kvhGDmB9xAGRkG13RwPuXLTCT'
31083
31608
  },
31609
+ 42096: {
31610
+ name: 'Heurist Testnet',
31611
+ chain: 'HEU',
31612
+ status: 'active',
31613
+ rpc: [],
31614
+ faucets: [],
31615
+ nativeCurrency: { name: 'Heurist', symbol: 'HEU', decimals: 18 },
31616
+ infoURL: '',
31617
+ shortName: 'HEU',
31618
+ chainId: 42096,
31619
+ networkId: 42096,
31620
+ slip44: 1,
31621
+ explorers: [],
31622
+ parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
31623
+ },
31084
31624
  42161: {
31085
31625
  name: 'Arbitrum One',
31086
31626
  chainId: 42161,
@@ -31513,6 +32053,11 @@ exports.chains = {
31513
32053
  name: 'MemeCoreScan-Formicarium',
31514
32054
  url: 'https://formicarium.memecorescan.io',
31515
32055
  standard: 'EIP3091'
32056
+ },
32057
+ {
32058
+ name: 'MemeCore Testnet Formicarium Explorer',
32059
+ url: 'https://formicarium.blockscout.memecore.com',
32060
+ standard: 'EIP3091'
31516
32061
  }
31517
32062
  ],
31518
32063
  iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
@@ -32057,22 +32602,22 @@ exports.chains = {
32057
32602
  bridges: [{ url: 'https://portal.sophon.xyz/bridge' }]
32058
32603
  }
32059
32604
  },
32060
- 50311: {
32061
- name: 'Somnia Devnet',
32605
+ 50312: {
32606
+ name: 'Somnia Testnet',
32062
32607
  chain: 'Somnia',
32063
32608
  rpc: ['https://dream-rpc.somnia.network'],
32064
32609
  faucets: [],
32065
- nativeCurrency: { name: 'Somnia Devnet', symbol: 'STT', decimals: 18 },
32610
+ nativeCurrency: { name: 'Somnia Testnet', symbol: 'STT', decimals: 18 },
32066
32611
  features: [{ name: 'EIP155' }],
32067
32612
  infoURL: 'https://somnia.network',
32068
- shortName: 'STT',
32069
- chainId: 50311,
32070
- networkId: 50311,
32613
+ shortName: 'SomniaTestnet',
32614
+ chainId: 50312,
32615
+ networkId: 50312,
32071
32616
  icon: 'somnia',
32072
32617
  explorers: [
32073
32618
  {
32074
- name: 'Somnia Devnet',
32075
- url: 'https://somnia-devnet.socialscan.io',
32619
+ name: 'Somnia Testnet',
32620
+ url: 'https://somnia-testnet.socialscan.io',
32076
32621
  icon: 'somnia',
32077
32622
  standard: 'EIP3091'
32078
32623
  }
@@ -32228,6 +32773,28 @@ exports.chains = {
32228
32773
  ],
32229
32774
  iconURL: 'https://ipfs.io/ipfs/QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt'
32230
32775
  },
32776
+ 52226: {
32777
+ name: 'Cytonic L2 Testnet',
32778
+ chain: 'CytonicL2',
32779
+ rpc: ['http://rpc.evm.testnet.cytonic.com'],
32780
+ faucets: [],
32781
+ nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
32782
+ infoURL: 'https://cytonic.com',
32783
+ shortName: 'CL2T',
32784
+ chainId: 52226,
32785
+ networkId: 52226,
32786
+ icon: 'cytonic_l2',
32787
+ explorers: [
32788
+ {
32789
+ name: 'blockscout',
32790
+ url: 'https://explorer.evm.testnet.cytonic.com',
32791
+ icon: 'cytonic_l2',
32792
+ standard: 'EIP3091'
32793
+ }
32794
+ ],
32795
+ parent: { type: 'L2', chain: 'eip155-52225' },
32796
+ iconURL: 'https://ipfs.io/ipfs/QmUetrmaY5KwmRzjgcoZCfqqTaEYSc57V2EVBjFQwpZrE1'
32797
+ },
32231
32798
  53277: {
32232
32799
  name: 'DOID',
32233
32800
  chain: 'DOID',
@@ -32276,6 +32843,32 @@ exports.chains = {
32276
32843
  },
32277
32844
  iconURL: 'https://ipfs.io/ipfs/QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg'
32278
32845
  },
32846
+ 53456: {
32847
+ name: 'BirdLayer',
32848
+ title: 'BirdLayer',
32849
+ chain: 'BirdLayer',
32850
+ icon: 'birdlayer',
32851
+ rpc: [
32852
+ 'https://rpc.birdlayer.xyz',
32853
+ 'https://rpc1.birdlayer.xyz',
32854
+ 'wss://rpc.birdlayer.xyz/ws'
32855
+ ],
32856
+ faucets: [],
32857
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32858
+ infoURL: 'https://www.dodochain.com',
32859
+ shortName: 'birdlayer',
32860
+ chainId: 53456,
32861
+ networkId: 53456,
32862
+ explorers: [
32863
+ {
32864
+ name: 'BirdLayer Explorer',
32865
+ url: 'https://scan.birdlayer.xyz',
32866
+ icon: 'birdlayer',
32867
+ standard: 'EIP3091'
32868
+ }
32869
+ ],
32870
+ iconURL: 'https://ipfs.io/ipfs/QmQDdZQjpKhrVM62479RTzppUG8QHhHd8Bq4RFYAjN1yf4'
32871
+ },
32279
32872
  53457: {
32280
32873
  name: 'DODOchain testnet',
32281
32874
  title: 'DODOchain testnet',
@@ -33574,14 +34167,14 @@ exports.chains = {
33574
34167
  },
33575
34168
  65535: {
33576
34169
  name: 'CyberChain Mainnet',
33577
- chain: 'CCX',
34170
+ chain: 'XCC',
33578
34171
  icon: 'cyberchain',
33579
34172
  rpc: ['https://rpc.cyberchain.xyz/'],
33580
34173
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
33581
34174
  faucets: [],
33582
- nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
34175
+ nativeCurrency: { name: 'XCC', symbol: 'XCC', decimals: 18 },
33583
34176
  infoURL: 'https://cyberchain.xyz',
33584
- shortName: 'ccx',
34177
+ shortName: 'xcc',
33585
34178
  chainId: 65535,
33586
34179
  networkId: 65535,
33587
34180
  slip44: 60,
@@ -34571,6 +35164,24 @@ exports.chains = {
34571
35164
  ],
34572
35165
  iconURL: 'https://ipfs.io/ipfs/bafybeidr3h4onsdhjojrck7tqysrmnduzhgzdhf3l5uqake6w6474vvuha'
34573
35166
  },
35167
+ 80069: {
35168
+ name: 'Berachain Bepolia',
35169
+ chain: 'Berachain',
35170
+ rpc: ['https://bepolia.rpc.berachain.com'],
35171
+ faucets: [],
35172
+ nativeCurrency: {
35173
+ name: 'Testnet BERA Token',
35174
+ symbol: 'BERA',
35175
+ decimals: 18
35176
+ },
35177
+ infoURL: 'https://www.berachain.com',
35178
+ shortName: 'berachain-bepolia',
35179
+ chainId: 80069,
35180
+ networkId: 80069,
35181
+ icon: 'berachain',
35182
+ explorers: [],
35183
+ iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
35184
+ },
34574
35185
  80084: {
34575
35186
  name: 'Berachain bArtio',
34576
35187
  chain: 'Berachain bArtio',
@@ -34594,16 +35205,14 @@ exports.chains = {
34594
35205
  standard: 'none'
34595
35206
  }
34596
35207
  ],
34597
- iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
35208
+ iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
34598
35209
  },
34599
35210
  80085: {
34600
35211
  name: 'Berachain Artio',
34601
35212
  chain: 'Berachain Artio',
34602
- rpc: [
34603
- 'https://artio.rpc.berachain.com',
34604
- 'https://rpc.ankr.com/berachain_testnet'
34605
- ],
34606
- faucets: ['https://artio.faucet.berachain.com'],
35213
+ status: 'deprecated',
35214
+ rpc: [],
35215
+ faucets: [],
34607
35216
  nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
34608
35217
  infoURL: 'https://www.berachain.com',
34609
35218
  shortName: 'berachainArtio',
@@ -34618,21 +35227,36 @@ exports.chains = {
34618
35227
  standard: 'none'
34619
35228
  }
34620
35229
  ],
34621
- iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
35230
+ iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
34622
35231
  },
34623
35232
  80094: {
34624
35233
  name: 'Berachain',
34625
35234
  chain: 'Berachain',
34626
- rpc: ['https://rpc.berachain.com'],
34627
- faucets: ['https://faucet.berachain.com'],
35235
+ rpc: [
35236
+ 'https://rpc.berachain.com',
35237
+ 'https://berachain-rpc.publicnode.com',
35238
+ 'wss://berachain-rpc.publicnode.com'
35239
+ ],
35240
+ faucets: [],
34628
35241
  nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
34629
35242
  infoURL: 'https://www.berachain.com',
34630
35243
  shortName: 'berachain',
34631
35244
  chainId: 80094,
34632
35245
  networkId: 80094,
34633
35246
  icon: 'berachain',
34634
- explorers: [],
34635
- iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
35247
+ explorers: [
35248
+ {
35249
+ name: 'Berascan',
35250
+ url: 'https://berascan.com',
35251
+ standard: 'EIP3091'
35252
+ },
35253
+ {
35254
+ name: 'Beratrail',
35255
+ url: 'https://beratrail.io',
35256
+ standard: 'EIP3091'
35257
+ }
35258
+ ],
35259
+ iconURL: 'https://ipfs.io/ipfs/bafybeidicict7kohdlu42btleliya2l4nxknhj45iwdk2pjzamfjwzrhpa'
34636
35260
  },
34637
35261
  80096: {
34638
35262
  name: 'Hizoco mainnet',
@@ -35704,6 +36328,54 @@ exports.chains = {
35704
36328
  ],
35705
36329
  iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
35706
36330
  },
36331
+ 96370: {
36332
+ name: 'Lumoz Chain Mainnet',
36333
+ chain: 'ETH',
36334
+ rpc: ['https://rpc.lumoz.org', 'https://rpc-hk.lumoz.org'],
36335
+ faucets: [],
36336
+ nativeCurrency: {
36337
+ name: 'Lumoz Mainnet Token',
36338
+ symbol: 'MOZ',
36339
+ decimals: 18
36340
+ },
36341
+ features: [{ name: 'EIP155' }],
36342
+ infoURL: 'https://lumoz.org',
36343
+ shortName: 'Lumoz-Chain-Mainnet',
36344
+ chainId: 96370,
36345
+ networkId: 96370,
36346
+ slip44: 1,
36347
+ icon: 'opside-new',
36348
+ explorers: [
36349
+ {
36350
+ name: 'LumozMainnetInfo',
36351
+ url: 'https://scan.lumoz.info',
36352
+ icon: 'opside-new',
36353
+ standard: 'EIP3091'
36354
+ }
36355
+ ],
36356
+ iconURL: 'https://ipfs.io/ipfs/QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay'
36357
+ },
36358
+ 96371: {
36359
+ name: 'Wonder Testnet',
36360
+ chain: 'WNDR',
36361
+ rpc: ['https://rpc.testnet.wonderchain.org'],
36362
+ faucets: ['https://wonderchain.org/faucet'],
36363
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
36364
+ infoURL: 'https://wonderchain.org',
36365
+ shortName: 'wndr',
36366
+ chainId: 96371,
36367
+ networkId: 96371,
36368
+ icon: 'wonder',
36369
+ explorers: [
36370
+ {
36371
+ name: 'wonderexplorer',
36372
+ url: 'https://explorer.testnet.wonderchain.org',
36373
+ standard: 'EIP3091'
36374
+ }
36375
+ ],
36376
+ status: 'active',
36377
+ iconURL: 'https://ipfs.io/ipfs/bafkreidurmcvrcv5suhpf6wzmdck7nt7ayhpjucpo32xaozxpjltlobyca'
36378
+ },
35707
36379
  96970: {
35708
36380
  name: 'Mantis Testnet (Hexapod)',
35709
36381
  chain: 'Mantis',
@@ -36507,6 +37179,33 @@ exports.chains = {
36507
37179
  ],
36508
37180
  iconURL: 'https://ipfs.io/ipfs/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA'
36509
37181
  },
37182
+ 105363: {
37183
+ name: 'Lumoz Chain Testnet',
37184
+ chain: 'ETH',
37185
+ rpc: ['https://testnet-rpc.lumoz.org'],
37186
+ faucets: [],
37187
+ nativeCurrency: {
37188
+ name: 'Lumoz Testnet Token',
37189
+ symbol: 'MOZ',
37190
+ decimals: 18
37191
+ },
37192
+ features: [{ name: 'EIP155' }],
37193
+ infoURL: 'https://lumoz.org',
37194
+ shortName: 'Lumoz-Chain-Testnet',
37195
+ chainId: 105363,
37196
+ networkId: 105363,
37197
+ slip44: 1,
37198
+ icon: 'opside-new',
37199
+ explorers: [
37200
+ {
37201
+ name: 'LumozTestInfo',
37202
+ url: 'https://testnet-scan.lumoz.info',
37203
+ icon: 'opside-new',
37204
+ standard: 'EIP3091'
37205
+ }
37206
+ ],
37207
+ iconURL: 'https://ipfs.io/ipfs/QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay'
37208
+ },
36510
37209
  108801: {
36511
37210
  name: 'BROChain Mainnet',
36512
37211
  chain: 'BRO',
@@ -36903,6 +37602,21 @@ exports.chains = {
36903
37602
  ],
36904
37603
  iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
36905
37604
  },
37605
+ 121224: {
37606
+ name: 'Fushuma',
37607
+ chain: 'Fushuma',
37608
+ rpc: ['https://rpc.fushuma.com'],
37609
+ faucets: [],
37610
+ nativeCurrency: { name: 'FUSHUMA', symbol: 'FUMA', decimals: 18 },
37611
+ features: [{ name: 'EIP155' }],
37612
+ infoURL: '',
37613
+ shortName: 'fushuma',
37614
+ chainId: 121224,
37615
+ networkId: 121224,
37616
+ explorers: [
37617
+ { name: 'FumaScan', url: 'https://fumascan.com', standard: 'none' }
37618
+ ]
37619
+ },
36906
37620
  123321: {
36907
37621
  name: 'Gemchain',
36908
37622
  chain: 'Gemchain',
@@ -37225,7 +37939,7 @@ exports.chains = {
37225
37939
  iconURL: 'https://ipfs.io/ipfs/bafybeigpyvnir6awzgeazkk5xdkvexw7w6ww3yxawszue6zms4a5ygdfky'
37226
37940
  },
37227
37941
  167000: {
37228
- name: 'Taiko Mainnet',
37942
+ name: 'Taiko Alethia',
37229
37943
  chain: 'ETH',
37230
37944
  status: 'active',
37231
37945
  icon: 'taiko',
@@ -37355,7 +38069,7 @@ exports.chains = {
37355
38069
  iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
37356
38070
  },
37357
38071
  167009: {
37358
- name: 'Taiko Hekla L2',
38072
+ name: 'Taiko Hekla',
37359
38073
  chain: 'ETH',
37360
38074
  status: 'active',
37361
38075
  icon: 'taiko',
@@ -37573,6 +38287,17 @@ exports.chains = {
37573
38287
  { name: 'tracehawk', url: 'https://r0arscan.io', standard: 'none' }
37574
38288
  ]
37575
38289
  },
38290
+ 198989: {
38291
+ name: 'Lydia Coin Testnet',
38292
+ chain: 'LYDIA-TESTNET',
38293
+ rpc: ['https://testnet-rpc.lydiacoins.com'],
38294
+ faucets: ['https://faucet.lydiacoins.com/'],
38295
+ nativeCurrency: { name: 'Lydia Token', symbol: 'BSW', decimals: 18 },
38296
+ infoURL: 'https://raas.gelato.network/rollups/details/public/lydia-coin-testnet',
38297
+ shortName: 'lydia-testnet',
38298
+ chainId: 198989,
38299
+ networkId: 198989
38300
+ },
37576
38301
  199991: {
37577
38302
  name: 'MAZZE Testnet',
37578
38303
  chain: 'MAZZE Testnet',
@@ -37886,6 +38611,18 @@ exports.chains = {
37886
38611
  }
37887
38612
  ]
37888
38613
  },
38614
+ 202209: {
38615
+ name: 'Alterscope',
38616
+ chain: 'Alterscope',
38617
+ rpc: [],
38618
+ faucets: [],
38619
+ nativeCurrency: { name: 'RISK', symbol: 'RISK', decimals: 18 },
38620
+ infoURL: 'https://alterscope.org',
38621
+ shortName: 'Alterscope',
38622
+ chainId: 202209,
38623
+ networkId: 202209,
38624
+ status: 'incubating'
38625
+ },
37889
38626
  202212: {
37890
38627
  name: 'X1 Devnet',
37891
38628
  chain: 'X1',
@@ -38069,8 +38806,8 @@ exports.chains = {
38069
38806
  iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
38070
38807
  },
38071
38808
  212013: {
38072
- name: 'Litentry',
38073
- chain: 'Litentry',
38809
+ name: 'Heima',
38810
+ chain: 'Heima',
38074
38811
  rpc: [
38075
38812
  'https://rpc.litentry-parachain.litentry.io',
38076
38813
  'wss://rpc.litentry-parachain.litentry.io',
@@ -38078,20 +38815,20 @@ exports.chains = {
38078
38815
  'wss://litentry-rpc.dwellir.com'
38079
38816
  ],
38080
38817
  faucets: [],
38081
- nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
38082
- infoURL: 'https://litentry.com',
38083
- shortName: 'litentry',
38818
+ nativeCurrency: { name: 'Heima', symbol: 'HEI', decimals: 18 },
38819
+ infoURL: 'https://heima.network',
38820
+ shortName: 'heima',
38084
38821
  chainId: 212013,
38085
38822
  networkId: 212013,
38086
- icon: 'litentry',
38823
+ icon: 'heima',
38087
38824
  explorers: [
38088
38825
  {
38089
- name: 'litentry statescan',
38090
- url: 'https://litentry.statescan.io',
38826
+ name: 'heima statescan',
38827
+ url: 'https://heima.statescan.io',
38091
38828
  standard: 'none'
38092
38829
  }
38093
38830
  ],
38094
- iconURL: 'https://ipfs.io/ipfs/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6'
38831
+ iconURL: 'https://ipfs.io/ipfs/bafkreib3dv4feoxzpmtjoy54zndilbgkdhs4wxo4sja46u7zkuk36de2pu'
38095
38832
  },
38096
38833
  220315: {
38097
38834
  name: 'Mas Mainnet',
@@ -38162,7 +38899,16 @@ exports.chains = {
38162
38899
  222222: {
38163
38900
  name: 'Hydration',
38164
38901
  chain: 'HDX',
38165
- rpc: ['https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud'],
38902
+ rpc: [
38903
+ 'https://rpc.hydradx.cloud',
38904
+ 'wss://rpc.hydradx.cloud',
38905
+ 'https://hydration-rpc.n.dwellir.com',
38906
+ 'wss://hydration-rpc.n.dwellir.com',
38907
+ 'https://rpc.helikon.io/hydradx',
38908
+ 'wss://rpc.helikon.io/hydradx',
38909
+ 'https://hydration.dotters.network',
38910
+ 'wss://hydration.dotters.network'
38911
+ ],
38166
38912
  faucets: [],
38167
38913
  nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
38168
38914
  infoURL: 'https://hydration.net/',
@@ -38292,22 +39038,22 @@ exports.chains = {
38292
39038
  iconURL: 'https://ipfs.io/ipfs/bafkreibjxqd5kqcc2shstjjujvxzg6cwegwr6dgjyyd56v6h7yusgks7sy'
38293
39039
  },
38294
39040
  224433: {
38295
- name: 'CONET Holesky',
38296
- chain: 'CONET Holesky',
39041
+ name: 'CONET Cancun',
39042
+ chain: 'CONET Cancun',
38297
39043
  rpc: ['https://rpc.conet.network'],
38298
39044
  faucets: [],
38299
- nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
39045
+ nativeCurrency: { name: 'CONET Cancun', symbol: 'CONET', decimals: 18 },
38300
39046
  features: [{ name: 'EIP155' }],
38301
39047
  infoURL: 'https://conet.network',
38302
- shortName: 'conet-holesky',
39048
+ shortName: 'conet-cancun',
38303
39049
  chainId: 224433,
38304
39050
  networkId: 224433,
38305
39051
  slip44: 2147708081,
38306
39052
  icon: 'conet',
38307
39053
  explorers: [
38308
39054
  {
38309
- name: 'CONET Holesky Scan',
38310
- url: 'https://scan.conet.network',
39055
+ name: 'CONET Cancun Scan',
39056
+ url: 'https://cancun.conet.network',
38311
39057
  standard: 'EIP3091'
38312
39058
  }
38313
39059
  ],
@@ -39850,22 +40596,22 @@ exports.chains = {
39850
40596
  ]
39851
40597
  },
39852
40598
  513100: {
39853
- name: 'DisChain',
40599
+ name: 'EthereumFair',
39854
40600
  chainId: 513100,
39855
40601
  networkId: 513100,
39856
- shortName: 'dis',
39857
- chain: 'DIS',
39858
- nativeCurrency: { name: 'DisChain', symbol: 'DIS', decimals: 18 },
39859
- rpc: ['https://rpc.dischain.xyz'],
40602
+ shortName: 'ethf',
40603
+ chain: 'ETHF',
40604
+ nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
40605
+ rpc: ['https://rpc.etherfair.org'],
39860
40606
  faucets: [],
39861
40607
  explorers: [
39862
40608
  {
39863
- name: 'DisChain',
39864
- url: 'https://www.oklink.com/dis',
40609
+ name: 'EthereumFair',
40610
+ url: 'https://www.oklink.com/ethf',
39865
40611
  standard: 'EIP3091'
39866
40612
  }
39867
40613
  ],
39868
- infoURL: 'https://dischain.xyz'
40614
+ infoURL: 'https://etherfair.org/'
39869
40615
  },
39870
40616
  526916: {
39871
40617
  name: 'DoCoin Community Chain',
@@ -40158,6 +40904,25 @@ exports.chains = {
40158
40904
  parent: { type: 'L2', chain: 'eip155-1' },
40159
40905
  iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
40160
40906
  },
40907
+ 560000: {
40908
+ name: 'Hetu Testnet',
40909
+ chain: 'HETU',
40910
+ rpc: ['https://rpc.testchainv1.hetuscan.com'],
40911
+ faucets: ['https:/testchainv1.hetuscan.com'],
40912
+ nativeCurrency: { name: 'tETH', symbol: 'tETH', decimals: 18 },
40913
+ infoURL: 'https://hetu.org',
40914
+ shortName: 'HETU',
40915
+ chainId: 560000,
40916
+ networkId: 560000,
40917
+ explorers: [
40918
+ {
40919
+ name: 'Hetu Testnet Scan',
40920
+ url: 'https://testchainv1.hetuscan.com',
40921
+ icon: 'hetu',
40922
+ standard: 'EIP3091'
40923
+ }
40924
+ ]
40925
+ },
40161
40926
  621847: {
40162
40927
  name: 'DJT Testnet',
40163
40928
  chain: 'DJT',
@@ -40434,6 +41199,20 @@ exports.chains = {
40434
41199
  }
40435
41200
  ]
40436
41201
  },
41202
+ 698369: {
41203
+ name: 'Primea Chain',
41204
+ chain: 'Primea Chain',
41205
+ rpc: ['https://rpc.primeanetwork.com'],
41206
+ faucets: [],
41207
+ nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
41208
+ infoURL: 'https://primeanetwork.com',
41209
+ shortName: 'prim',
41210
+ chainId: 698369,
41211
+ networkId: 698369,
41212
+ icon: 'prim',
41213
+ explorers: [],
41214
+ iconURL: 'https://ipfs.io/ipfs/bafkreidaurpqgf3mmudm2foh5a45xyughike2y2pltb323ad5ywo4gtc3q'
41215
+ },
40437
41216
  706883: {
40438
41217
  name: 'Fidesinnova',
40439
41218
  chain: 'Fidesinnova',
@@ -40789,6 +41568,25 @@ exports.chains = {
40789
41568
  ],
40790
41569
  iconURL: 'https://ipfs.io/ipfs/bafkreig42tcn5hfgtzszmwvmodsxvtu5frfkgreb23dndle2mywns3xxse'
40791
41570
  },
41571
+ 789789: {
41572
+ name: 'Emeraldz',
41573
+ chain: 'EMED',
41574
+ rpc: ['https://public.0xrpc.com/789789'],
41575
+ faucets: [],
41576
+ nativeCurrency: { name: 'EMERALDZ', symbol: 'EMED', decimals: 18 },
41577
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
41578
+ infoURL: 'https://emeraldzscan.com',
41579
+ shortName: 'emed',
41580
+ chainId: 789789,
41581
+ networkId: 789789,
41582
+ explorers: [
41583
+ {
41584
+ name: 'Emeraldz Explorer',
41585
+ url: 'https://emeraldzscan.com',
41586
+ standard: 'EIP3091'
41587
+ }
41588
+ ]
41589
+ },
40792
41590
  800001: {
40793
41591
  name: 'OctaSpace',
40794
41592
  chain: 'OCTA',
@@ -41548,6 +42346,27 @@ exports.chains = {
41548
42346
  ],
41549
42347
  iconURL: 'https://ipfs.io/ipfs/Qmb6VAhhtaJmdaW1j7PAjxaLju1V24PPDFBdXtebyTSfsZ'
41550
42348
  },
42349
+ 1008686: {
42350
+ name: 'Naga Testnet',
42351
+ chain: 'Naga',
42352
+ rpc: ['https://rpc.nagafintech.com', 'wss://rpc.nagafintech.com'],
42353
+ faucets: [],
42354
+ nativeCurrency: { name: 'Naga', symbol: 'Naga', decimals: 18 },
42355
+ infoURL: 'https://stablecoin.nagafintech.com/#/app/home',
42356
+ shortName: 'Naga',
42357
+ chainId: 1008686,
42358
+ networkId: 1008686,
42359
+ icon: 'naga',
42360
+ explorers: [
42361
+ {
42362
+ name: 'Naga Explorer Testnet',
42363
+ url: 'https://explorer.nagafintech.com',
42364
+ icon: 'naga',
42365
+ standard: 'EIP3091'
42366
+ }
42367
+ ],
42368
+ iconURL: 'https://ipfs.io/ipfs/QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91'
42369
+ },
41551
42370
  1100789: {
41552
42371
  name: 'Netmind Chain Testnet',
41553
42372
  title: 'NetMind Chain Testnet',
@@ -42006,6 +42825,24 @@ exports.chains = {
42006
42825
  }
42007
42826
  ]
42008
42827
  },
42828
+ 2481632: {
42829
+ name: 'Recall Testnet',
42830
+ chain: 'Recall Testnet',
42831
+ rpc: ['https://evm.v013.node-0.testnet.recall.network'],
42832
+ faucets: ['faucet.recall.network'],
42833
+ nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
42834
+ infoURL: 'https://recall.network',
42835
+ shortName: 'trecall',
42836
+ chainId: 2481632,
42837
+ networkId: 2481632,
42838
+ explorers: [
42839
+ {
42840
+ name: 'Recall testnet explorer',
42841
+ url: 'https://explorer.testnet.recall.network',
42842
+ standard: 'EIP3091'
42843
+ }
42844
+ ]
42845
+ },
42009
42846
  2611555: {
42010
42847
  name: 'DPU Chain',
42011
42848
  chain: 'DPU',
@@ -42489,6 +43326,28 @@ exports.chains = {
42489
43326
  },
42490
43327
  iconURL: 'https://ipfs.io/ipfs/QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A'
42491
43328
  },
43329
+ 6231991: {
43330
+ name: 'Block Chain LOL Berachain Testnet',
43331
+ chain: 'Block Chain LOL Berachain',
43332
+ rpc: ['https://block-chain.alt.technology'],
43333
+ faucets: ['https://faucet.block-chain.lol/'],
43334
+ nativeCurrency: {
43335
+ name: 'HarryPotterObamaSonic10Inu',
43336
+ symbol: 'HARRY',
43337
+ decimals: 18
43338
+ },
43339
+ infoURL: 'https://block-chain.lol/',
43340
+ shortName: 'block-chain-lol-testnet',
43341
+ chainId: 6231991,
43342
+ networkId: 6231991,
43343
+ explorers: [
43344
+ {
43345
+ name: 'Block Chain LOL Berachain Testnet Blockscout Explorer',
43346
+ url: 'https://explorer.block-chain.lol',
43347
+ standard: 'EIP3091'
43348
+ }
43349
+ ]
43350
+ },
42492
43351
  6666665: {
42493
43352
  name: 'Safe(AnWang) Mainnet',
42494
43353
  chain: 'Safe(AnWang)',
@@ -42531,6 +43390,25 @@ exports.chains = {
42531
43390
  ],
42532
43391
  iconURL: 'https://ipfs.io/ipfs/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv'
42533
43392
  },
43393
+ 6666689: {
43394
+ name: 'The Ting Blockchain Testnet Explorer',
43395
+ chain: 'Ting',
43396
+ rpc: ['https://testnet.tingchain.org'],
43397
+ faucets: [],
43398
+ nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
43399
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
43400
+ infoURL: 'https://tingscan.com',
43401
+ shortName: 'ting-testnet',
43402
+ chainId: 6666689,
43403
+ networkId: 6666689,
43404
+ explorers: [
43405
+ {
43406
+ name: 'TingScan',
43407
+ url: 'https://tingscan.com',
43408
+ standard: 'EIP3091'
43409
+ }
43410
+ ]
43411
+ },
42534
43412
  7082400: {
42535
43413
  name: 'COTI Testnet',
42536
43414
  title: 'COTI Testnet',
@@ -43261,6 +44139,30 @@ exports.chains = {
43261
44139
  }
43262
44140
  ]
43263
44141
  },
44142
+ 16969696: {
44143
+ name: ' Privix Chain Mainnet',
44144
+ chain: 'PSC',
44145
+ rpc: [
44146
+ 'https://mainnet-rpc.privixchain.xyz/',
44147
+ 'wss://mainnet-rpc.privixchain.xyz/ws'
44148
+ ],
44149
+ faucets: [],
44150
+ nativeCurrency: { name: 'Privix Coin', symbol: 'PSC', decimals: 18 },
44151
+ infoURL: 'https://privix.co/',
44152
+ shortName: 'mpsc',
44153
+ chainId: 16969696,
44154
+ networkId: 16969696,
44155
+ icon: 'privix',
44156
+ explorers: [
44157
+ {
44158
+ name: 'blockscout',
44159
+ url: 'https://privixscan.io',
44160
+ icon: 'blockscout',
44161
+ standard: 'EIP3091'
44162
+ }
44163
+ ],
44164
+ iconURL: 'https://ipfs.io/ipfs/bafkreigodpsoidrdcnck4gemprf6zh6qptx72t2iit3hq7rhtk5qbr6vri'
44165
+ },
43264
44166
  17000920: {
43265
44167
  name: 'Lambda Chain Testnet',
43266
44168
  chain: 'Lambda Chain',
@@ -43858,9 +44760,9 @@ exports.chains = {
43858
44760
  'https://rpc-testnet.knight.center'
43859
44761
  ],
43860
44762
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
43861
- faucets: ['https://faucet.xone.plus/'],
44763
+ faucets: ['https://faucet.xone.org/'],
43862
44764
  nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
43863
- infoURL: 'https://xone.plus',
44765
+ infoURL: 'https://xone.org',
43864
44766
  shortName: 'txoc',
43865
44767
  chainId: 33772211,
43866
44768
  networkId: 33772211,
@@ -43872,7 +44774,7 @@ exports.chains = {
43872
44774
  standard: 'EIP3091'
43873
44775
  }
43874
44776
  ],
43875
- iconURL: 'https://ipfs.io/ipfs/Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy'
44777
+ iconURL: 'https://ipfs.io/ipfs/QmR3twvfhDES34nLhcVmUbAZpW4eynZoSfA2XpWUBnH7gB'
43876
44778
  },
43877
44779
  34949059: {
43878
44780
  name: 'citronus-citro',
@@ -44447,6 +45349,30 @@ exports.chains = {
44447
45349
  },
44448
45350
  status: 'active'
44449
45351
  },
45352
+ 96969696: {
45353
+ name: ' Privix Chain Testnet',
45354
+ chain: 'PSC',
45355
+ rpc: [
45356
+ 'https://testnet-rpc.privixchain.xyz/',
45357
+ 'wss://testnet-rpc.privixchain.xyz/ws'
45358
+ ],
45359
+ faucets: ['https://faucet.privixchain.xyz'],
45360
+ nativeCurrency: { name: 'Privix Coin', symbol: 'tPSC', decimals: 18 },
45361
+ infoURL: 'https://privix.co/',
45362
+ shortName: 'tpsc',
45363
+ chainId: 96969696,
45364
+ networkId: 96969696,
45365
+ icon: 'privix',
45366
+ explorers: [
45367
+ {
45368
+ name: 'blockscout',
45369
+ url: 'https://testnet.privixscan.io',
45370
+ icon: 'blockscout',
45371
+ standard: 'EIP3091'
45372
+ }
45373
+ ],
45374
+ iconURL: 'https://ipfs.io/ipfs/bafkreigodpsoidrdcnck4gemprf6zh6qptx72t2iit3hq7rhtk5qbr6vri'
45375
+ },
44450
45376
  97912060: {
44451
45377
  name: 'ChadChain',
44452
45378
  chain: 'CHAD',
@@ -44938,6 +45864,19 @@ exports.chains = {
44938
45864
  ],
44939
45865
  iconURL: 'https://ipfs.io/ipfs/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz'
44940
45866
  },
45867
+ 420420419: {
45868
+ name: 'Asset Hub',
45869
+ chain: 'DOT',
45870
+ rpc: ['https://asset-hub-eth-rpc.polkadot.io'],
45871
+ faucets: [],
45872
+ nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
45873
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
45874
+ infoURL: 'https://polkadot.network',
45875
+ shortName: 'AH',
45876
+ chainId: 420420419,
45877
+ networkId: 420420419,
45878
+ explorers: []
45879
+ },
44941
45880
  420420421: {
44942
45881
  name: 'Westend Asset Hub',
44943
45882
  chain: 'WST',
@@ -44982,11 +45921,11 @@ exports.chains = {
44982
45921
  iconURL: 'https://ipfs.io/ipfs/bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre'
44983
45922
  },
44984
45923
  476462898: {
44985
- name: 'Skopje Testnet',
45924
+ name: 'GPT Testnet',
44986
45925
  chain: 'Skopje Testnet',
44987
45926
  icon: 'skopje-gpt',
44988
- rpc: ['https://skopje-rpc.gptprotocol.io'],
44989
- faucets: ['https://skopje-faucet.gptprotocol.io'],
45927
+ rpc: ['https://testnet-rpc.gptprotocol.io'],
45928
+ faucets: ['https://testnet-faucet.gptprotocol.io'],
44990
45929
  chainId: 476462898,
44991
45930
  networkId: 476462898,
44992
45931
  nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
@@ -44995,12 +45934,12 @@ exports.chains = {
44995
45934
  parent: {
44996
45935
  type: 'L2',
44997
45936
  chain: 'eip155-11155111',
44998
- bridges: [{ url: 'https://skopje-bridge.gptprotocol.io' }]
45937
+ bridges: [{ url: 'https://testnet-bridge.gptprotocol.io' }]
44999
45938
  },
45000
45939
  explorers: [
45001
45940
  {
45002
45941
  name: 'blockscout',
45003
- url: 'https://skopje-explorer.gptprotocol.io',
45942
+ url: 'https://testnet-explorer.gptprotocol.io',
45004
45943
  standard: 'EIP3091',
45005
45944
  icon: 'blockscout'
45006
45945
  }
@@ -45447,6 +46386,26 @@ exports.chains = {
45447
46386
  ],
45448
46387
  iconURL: 'https://ipfs.io/ipfs/QmXUP4JFNX2ET2vZHh9p4a6wEVC5os13evrWtF65EUfNkn'
45449
46388
  },
46389
+ 1313161573: {
46390
+ name: 'Tuxappcoin',
46391
+ chain: 'NEAR',
46392
+ rpc: ['https://rpc-0x4e454165.aurora-cloud.dev'],
46393
+ icon: 'tuxa',
46394
+ faucets: [],
46395
+ nativeCurrency: { name: 'TUXA', symbol: 'TUXA', decimals: 18 },
46396
+ infoURL: 'https://x.com/tuxapp_coin',
46397
+ shortName: 'tuxa',
46398
+ chainId: 1313161573,
46399
+ networkId: 1313161573,
46400
+ explorers: [
46401
+ {
46402
+ name: 'TUXA explorer',
46403
+ url: 'https://explorer.tuxa.aurora.dev',
46404
+ standard: 'EIP3091'
46405
+ }
46406
+ ],
46407
+ iconURL: 'https://ipfs.io/ipfs/QmNeWsKujSToh78mFWDqaFjjbqW6trtSTf9zHFXer1GfWT'
46408
+ },
45450
46409
  1350216234: {
45451
46410
  name: 'SKALE Titan Hub',
45452
46411
  chain: 'parallel-stormy-spica',
@@ -45531,6 +46490,33 @@ exports.chains = {
45531
46490
  ],
45532
46491
  iconURL: 'https://ipfs.io/ipfs/QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU'
45533
46492
  },
46493
+ 1417429182: {
46494
+ name: 'Zephyr Testnet',
46495
+ title: 'Zephyr Testnet',
46496
+ chain: 'Zephyr-testnet',
46497
+ rpc: ['https://zephyr-rpc.eu-north-2.gateway.fm'],
46498
+ faucets: ['https://zephyr-faucet.eu-north-2.gateway.fm'],
46499
+ nativeCurrency: { name: 'ZERO', symbol: 'Z', decimals: 18 },
46500
+ infoURL: 'https://zero.tech',
46501
+ shortName: 'zephyr',
46502
+ chainId: 1417429182,
46503
+ networkId: 1417429182,
46504
+ icon: 'zephyr',
46505
+ explorers: [
46506
+ {
46507
+ name: 'blockscout',
46508
+ url: 'https://zephyr-blockscout.eu-north-2.gateway.fm',
46509
+ icon: 'zephyr',
46510
+ standard: 'EIP3091'
46511
+ }
46512
+ ],
46513
+ parent: {
46514
+ type: 'L2',
46515
+ chain: 'eip155-11155111',
46516
+ bridges: [{ url: 'https://zephyr-bridge.eu-north-2.gateway.fm' }]
46517
+ },
46518
+ iconURL: 'https://ipfs.io/ipfs/bafybeiech76mp6ro4lo7pyferpovrnvghwb745upatj5h6be4cnav52zwu'
46519
+ },
45534
46520
  1444673419: {
45535
46521
  name: 'SKALE Europa Hub Testnet',
45536
46522
  title: 'SKALE Europa Hub Testnet',
@@ -45854,6 +46840,35 @@ exports.chains = {
45854
46840
  networkId: 1666900001,
45855
46841
  explorers: []
45856
46842
  },
46843
+ 1702448187: {
46844
+ name: 'WITNESS CHAIN',
46845
+ title: 'WITNESS CHAIN',
46846
+ chain: 'Witness-Chain',
46847
+ rpc: ['https://sequencer.witnesschain.com'],
46848
+ nativeCurrency: { name: 'ETHER', symbol: 'ETH', decimals: 18 },
46849
+ faucets: [],
46850
+ infoURL: 'https://www.witnesschain.com',
46851
+ shortName: 'Witness',
46852
+ chainId: 1702448187,
46853
+ networkId: 1702448187,
46854
+ icon: 'witness',
46855
+ explorers: [
46856
+ {
46857
+ name: 'Witness Chain Explorer',
46858
+ url: 'https://explorer.witnesschain.com',
46859
+ icon: 'witness',
46860
+ standard: 'EIP3091'
46861
+ }
46862
+ ],
46863
+ parent: {
46864
+ type: 'L2',
46865
+ chain: 'eip155-1',
46866
+ bridges: [{ url: 'https://bridge.witnesschain.com' }]
46867
+ },
46868
+ features: [{ name: 'EIP155' }],
46869
+ status: 'active',
46870
+ iconURL: 'https://ipfs.io/ipfs/bafkreif7kqdtkwsemjxpfiarn5db3zhe7xtqi2z3hmzls3ehygfk2dsfhe'
46871
+ },
45857
46872
  1722641160: {
45858
46873
  name: 'Silicon zkEVM Sepolia Testnet',
45859
46874
  title: 'Silicon zkEVM Sepolia Testnet',
@@ -46118,6 +47133,28 @@ exports.chains = {
46118
47133
  ],
46119
47134
  iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
46120
47135
  },
47136
+ 7088110746: {
47137
+ name: 'pectra-devnet-5',
47138
+ chain: 'ETH',
47139
+ rpc: ['https://rpc.pectra-devnet-5.ethpandaops.io'],
47140
+ faucets: ['https://faucet.pectra-devnet-5.ethpandaops.io'],
47141
+ nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
47142
+ infoURL: 'https://pectra-devnet-5.ethpandaops.io',
47143
+ shortName: 'pectra5',
47144
+ chainId: 7088110746,
47145
+ networkId: 7088110746,
47146
+ icon: 'ethereum',
47147
+ status: 'incubating',
47148
+ explorers: [
47149
+ {
47150
+ name: 'Explorer',
47151
+ url: 'https://explorer.pectra-devnet-5.ethpandaops.io',
47152
+ icon: 'ethereum',
47153
+ standard: 'EIP3091'
47154
+ }
47155
+ ],
47156
+ iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
47157
+ },
46121
47158
  11297108099: {
46122
47159
  name: 'Palm Testnet',
46123
47160
  chain: 'Palm',
@@ -46266,6 +47303,28 @@ exports.chains = {
46266
47303
  },
46267
47304
  status: 'active'
46268
47305
  },
47306
+ 96737205180: {
47307
+ name: 'ALDChain Testnet',
47308
+ chain: 'ALD',
47309
+ rpc: ['https://testnet-rpc.aldrickb.xyz'],
47310
+ faucets: ['https://faucet.aldrickb.xyz'],
47311
+ nativeCurrency: { name: 'ALD Token', symbol: 'ALD', decimals: 18 },
47312
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
47313
+ infoURL: 'https://aldrickb.com/projects',
47314
+ shortName: 'ald',
47315
+ chainId: 96737205180,
47316
+ networkId: 96737205180,
47317
+ icon: 'aldrickb',
47318
+ explorers: [
47319
+ {
47320
+ name: 'ALDChain Testnet Explorer',
47321
+ url: 'https://testnet-explorer.aldrickb.xyz',
47322
+ icon: 'aldrickb',
47323
+ standard: 'EIP3091'
47324
+ }
47325
+ ],
47326
+ iconURL: 'https://ipfs.io/ipfs/QmcR85gVf9bok2Q6Jan7n335wF5t3KrJJQ2WCbRv8Lwwma'
47327
+ },
46269
47328
  107107114116: {
46270
47329
  name: 'Kakarot Sepolia Deprecated',
46271
47330
  chain: 'ETH',
@@ -46548,6 +47607,24 @@ exports.chains = {
46548
47607
  }
46549
47608
  ]
46550
47609
  },
47610
+ 666301179999: {
47611
+ name: 'Smart Pay Mobile Money',
47612
+ chain: 'Mobile Money',
47613
+ rpc: ['https://network.uat.smartmoneyewallet.com/'],
47614
+ faucets: [],
47615
+ nativeCurrency: {
47616
+ name: 'SmartPay Mobile Money',
47617
+ symbol: 'SMRTP',
47618
+ decimals: 18
47619
+ },
47620
+ features: [{ name: 'EIP155' }],
47621
+ infoURL: 'https://network.uat.smartmoneyewallet.com/',
47622
+ shortName: 'SmartPay',
47623
+ chainId: 666301179999,
47624
+ networkId: 666301179999,
47625
+ icon: 'smartpay',
47626
+ iconURL: 'https://ipfs.io/ipfs/bafkreign3xx2pllwlykay6euiq2dv766cgt5zgycgpf4mkirulf7ufo5um'
47627
+ },
46551
47628
  6022140761023: {
46552
47629
  name: 'Molereum Network',
46553
47630
  chain: 'ETH',