@revoke.cash/chains 48.1.0 → 50.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.
@@ -191,13 +191,15 @@ exports.chains = {
191
191
  shortName: 'tch',
192
192
  chainId: 7,
193
193
  networkId: 7,
194
+ icon: 'tch',
194
195
  explorers: [
195
196
  {
196
197
  name: 'Thaichain Explorer',
197
198
  url: 'https://exp.thaichain.org',
198
199
  standard: 'EIP3091'
199
200
  }
200
- ]
201
+ ],
202
+ iconURL: 'https://ipfs.io/ipfs/QmPvXht4fY5AigcLbC9ZqycN11K3iqjRTMGynfTtM9gYX5'
201
203
  },
202
204
  8: {
203
205
  name: 'Ubiq',
@@ -2965,9 +2967,9 @@ exports.chains = {
2965
2967
  'wss://polygon.drpc.org'
2966
2968
  ],
2967
2969
  faucets: [],
2968
- nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
2970
+ nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
2969
2971
  infoURL: 'https://polygon.technology/',
2970
- shortName: 'matic',
2972
+ shortName: 'pol',
2971
2973
  chainId: 137,
2972
2974
  networkId: 137,
2973
2975
  slip44: 966,
@@ -3569,6 +3571,27 @@ exports.chains = {
3569
3571
  networkId: 170,
3570
3572
  slip44: 1
3571
3573
  },
3574
+ 171: {
3575
+ name: 'CO2e Ledger',
3576
+ chain: 'CO2E',
3577
+ rpc: ['https://rpc.co2ledger.xyz'],
3578
+ faucets: [],
3579
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
3580
+ nativeCurrency: { name: 'CO2e Token', symbol: 'CO2E', decimals: 18 },
3581
+ infoURL: 'https://co2ledger.xyz',
3582
+ shortName: 'CO2e',
3583
+ chainId: 171,
3584
+ networkId: 171,
3585
+ icon: 'co2e',
3586
+ explorers: [
3587
+ {
3588
+ name: 'CO2e Explorer',
3589
+ url: 'https://exp.co2ledger.xyz',
3590
+ standard: 'EIP3091'
3591
+ }
3592
+ ],
3593
+ iconURL: 'https://ipfs.io/ipfs/Qmdcs7BTuVPjMxfQjfcWdzVeRiXwhzRtRj637pyGRbT9ff'
3594
+ },
3572
3595
  172: {
3573
3596
  name: 'Latam-Blockchain Resil Testnet',
3574
3597
  chain: 'Resil',
@@ -4437,6 +4460,24 @@ exports.chains = {
4437
4460
  }
4438
4461
  ]
4439
4462
  },
4463
+ 233: {
4464
+ name: 'Ethernity Testnet',
4465
+ chain: 'Ethernity',
4466
+ rpc: ['https://testnet.ethernitychain.io'],
4467
+ faucets: [],
4468
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4469
+ infoURL: 'https://www.ethernity.io',
4470
+ shortName: 'ethernity-testnet',
4471
+ chainId: 233,
4472
+ networkId: 233,
4473
+ explorers: [
4474
+ {
4475
+ name: 'Ethernity Testnet Explorer',
4476
+ url: 'https://testnet.ernscan.io',
4477
+ standard: 'EIP3091'
4478
+ }
4479
+ ]
4480
+ },
4440
4481
  234: {
4441
4482
  name: 'ProtoJumbo Testnet',
4442
4483
  chain: 'Jumbo',
@@ -4623,7 +4664,11 @@ exports.chains = {
4623
4664
  254: {
4624
4665
  name: 'Swan Chain Mainnet',
4625
4666
  chain: 'SWAN',
4626
- rpc: ['https://mainnet-rpc01.swanchain.io'],
4667
+ rpc: [
4668
+ 'https://mainnet-rpc.swanchain.org',
4669
+ 'https://mainnet-rpc-01.swanchain.org',
4670
+ 'https://mainnet-rpc-02.swanchain.org'
4671
+ ],
4627
4672
  faucets: [],
4628
4673
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4629
4674
  infoURL: 'https://swanchain.io/',
@@ -6634,10 +6679,10 @@ exports.chains = {
6634
6679
  ]
6635
6680
  },
6636
6681
  545: {
6637
- name: 'Testnet',
6682
+ name: 'EVM on Flow Testnet',
6638
6683
  chain: 'Flow',
6639
6684
  rpc: ['https://testnet.evm.nodes.onflow.org'],
6640
- faucets: ['https://testnet-faucet.onflow.org'],
6685
+ faucets: ['https://faucet.flow.com/fund-account'],
6641
6686
  nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6642
6687
  infoURL: 'https://developers.flow.com/evm/about',
6643
6688
  shortName: 'flow-testnet',
@@ -6646,7 +6691,7 @@ exports.chains = {
6646
6691
  icon: 'flowevm',
6647
6692
  explorers: [
6648
6693
  {
6649
- name: 'FlowScan: Testnet',
6694
+ name: 'FlowScan Testnet',
6650
6695
  url: 'https://evm-testnet.flowscan.io',
6651
6696
  standard: 'EIP3091'
6652
6697
  }
@@ -7098,6 +7143,7 @@ exports.chains = {
7098
7143
  standard: 'EIP3091'
7099
7144
  }
7100
7145
  ],
7146
+ status: 'deprecated',
7101
7147
  iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
7102
7148
  },
7103
7149
  647: {
@@ -7444,6 +7490,53 @@ exports.chains = {
7444
7490
  ],
7445
7491
  iconURL: 'https://ipfs.io/ipfs/bafkreiby27m6esbsjthmknckq5ktsaaj2z6hylzljbsmvx4fgezdra3q4m'
7446
7492
  },
7493
+ 711: {
7494
+ name: 'Tucana',
7495
+ chain: 'Tucana',
7496
+ title: 'Tucana Testnet',
7497
+ rpc: ['https://evm-rpc.tucana.zone', 'wss://evm-ws.tucana.zone'],
7498
+ faucets: [],
7499
+ nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
7500
+ infoURL: 'https://tucana.zone',
7501
+ shortName: 'tuc',
7502
+ chainId: 711,
7503
+ networkId: 711,
7504
+ slip44: 1,
7505
+ icon: 'tucana',
7506
+ explorers: [
7507
+ {
7508
+ name: 'Tucana Explorer',
7509
+ url: 'https://explorer.tucana.zone',
7510
+ standard: 'EIP3091'
7511
+ }
7512
+ ],
7513
+ iconURL: 'https://ipfs.io/ipfs/Qmb7SKBSBusnRy77HsaEsSWNwyXVwuzbM4duxCLtjWZhT8'
7514
+ },
7515
+ 712: {
7516
+ name: 'Birdee-2',
7517
+ chain: 'Tucana',
7518
+ title: 'Tucana Testnet',
7519
+ rpc: [
7520
+ 'https://evm-rpc.birdee-2.tucana.zone',
7521
+ 'wss://evm-ws.birdee-2.tucana.zone'
7522
+ ],
7523
+ faucets: [],
7524
+ nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
7525
+ infoURL: 'https://tucana.zone',
7526
+ shortName: 'birdee-2',
7527
+ chainId: 712,
7528
+ networkId: 712,
7529
+ slip44: 1,
7530
+ icon: 'tucana',
7531
+ explorers: [
7532
+ {
7533
+ name: 'Birdee-2 Explorer',
7534
+ url: 'https://explorer.birdee-2.tucana.zone',
7535
+ standard: 'EIP3091'
7536
+ }
7537
+ ],
7538
+ iconURL: 'https://ipfs.io/ipfs/Qmb7SKBSBusnRy77HsaEsSWNwyXVwuzbM4duxCLtjWZhT8'
7539
+ },
7447
7540
  713: {
7448
7541
  name: 'Vrcscan Mainnet',
7449
7542
  chain: 'VRC',
@@ -7614,7 +7707,7 @@ exports.chains = {
7614
7707
  ]
7615
7708
  },
7616
7709
  747: {
7617
- name: 'Mainnet',
7710
+ name: 'EVM on Flow',
7618
7711
  chain: 'Flow',
7619
7712
  rpc: ['https://mainnet.evm.nodes.onflow.org'],
7620
7713
  faucets: [],
@@ -7626,9 +7719,9 @@ exports.chains = {
7626
7719
  icon: 'flowevm',
7627
7720
  explorers: [
7628
7721
  {
7629
- name: 'Flow Diver',
7630
- url: 'https://flowdiver.io',
7631
- standard: 'none'
7722
+ name: 'FlowScan',
7723
+ url: 'https://evm.flowscan.io',
7724
+ standard: 'EIP3091'
7632
7725
  }
7633
7726
  ],
7634
7727
  iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
@@ -8541,6 +8634,28 @@ exports.chains = {
8541
8634
  ],
8542
8635
  iconURL: 'https://ipfs.io/ipfs/Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj'
8543
8636
  },
8637
+ 945: {
8638
+ name: 'Subtensor EVM Testnet',
8639
+ chain: 'Bittensor',
8640
+ rpc: ['https://evm-testnet.dev.opentensor.ai'],
8641
+ faucets: [],
8642
+ nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 9 },
8643
+ infoURL: 'https://bittensor.com/',
8644
+ shortName: 'bittensor-evm-testnet',
8645
+ chainId: 945,
8646
+ networkId: 945,
8647
+ slip44: 1005,
8648
+ icon: 'bittensor',
8649
+ explorers: [
8650
+ {
8651
+ name: 'Subtensor EVM Explorer',
8652
+ url: 'https://evm-testscan.dev.opentensor.ai',
8653
+ icon: 'bittensor',
8654
+ standard: 'EIP3091'
8655
+ }
8656
+ ],
8657
+ iconURL: 'https://ipfs.io/ipfs/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ'
8658
+ },
8544
8659
  956: {
8545
8660
  name: 'muNode Testnet',
8546
8661
  chain: 'munode',
@@ -8676,6 +8791,25 @@ exports.chains = {
8676
8791
  ],
8677
8792
  iconURL: 'https://ipfs.io/ipfs/bafkreidrbvklkb52sgmg7cmy42fhf7vqpig7qj7bnrq24ijdwywkzr2tfy'
8678
8793
  },
8794
+ 973: {
8795
+ name: 'Palm Smart Chain',
8796
+ title: 'Palm Smart Chain',
8797
+ chain: 'Palm',
8798
+ rpc: ['https://rpc.palmsmartchain.io'],
8799
+ faucets: [],
8800
+ nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
8801
+ infoURL: 'https://palmsmartchain.io',
8802
+ shortName: 'PalmChain',
8803
+ chainId: 973,
8804
+ networkId: 973,
8805
+ explorers: [
8806
+ {
8807
+ name: 'Palm Smart Chain Explorer',
8808
+ url: 'https://explorer.palmsmartchain.io',
8809
+ standard: 'EIP3091'
8810
+ }
8811
+ ]
8812
+ },
8679
8813
  977: {
8680
8814
  name: 'Nepal Blockchain Network',
8681
8815
  chain: 'YETI',
@@ -8824,7 +8958,7 @@ exports.chains = {
8824
8958
  chain: '5ireChain',
8825
8959
  rpc: ['https://rpc.5ire.network'],
8826
8960
  faucets: [],
8827
- nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
8961
+ nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
8828
8962
  infoURL: 'https://5ire.org',
8829
8963
  shortName: '5ire',
8830
8964
  chainId: 995,
@@ -8843,9 +8977,7 @@ exports.chains = {
8843
8977
  996: {
8844
8978
  name: 'Bifrost Polkadot Mainnet',
8845
8979
  chain: 'Bifrost',
8846
- rpc: [
8847
- 'https://hk.p.bifrost-rpc.liebi.com, wss://hk.p.bifrost-rpc.liebi.com/ws'
8848
- ],
8980
+ rpc: ['https://hk.p.bifrost-rpc.liebi.com'],
8849
8981
  faucets: [],
8850
8982
  nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
8851
8983
  infoURL: 'https://bifrost.io/',
@@ -8856,10 +8988,10 @@ exports.chains = {
8856
8988
  iconURL: 'https://ipfs.io/ipfs/QmcNsubj4ane1QXTfWt4Xm4SYU59TMnevtW5TuKprrBCHk'
8857
8989
  },
8858
8990
  997: {
8859
- name: '5ireChain Thunder',
8860
- chain: '5ireChain Testnet',
8861
- rpc: ['https://rpc-testnet.5ire.network'],
8862
- faucets: ['https://explorer.5ire.network/faucet'],
8991
+ name: '5ireChain Thunder Testnet',
8992
+ chain: '5ireChain',
8993
+ rpc: ['https://rpc.testnet.5ire.network'],
8994
+ faucets: ['https://testnet.5irescan.io/faucet'],
8863
8995
  nativeCurrency: {
8864
8996
  name: '5ire Testnet Token',
8865
8997
  symbol: 'T5IRE',
@@ -8872,8 +9004,8 @@ exports.chains = {
8872
9004
  icon: '5ireChain',
8873
9005
  explorers: [
8874
9006
  {
8875
- name: '5ireChain Explorer',
8876
- url: 'https://explorer.5ire.network',
9007
+ name: '5ireChain Testnet Explorer',
9008
+ url: 'https://testnet.5irescan.io',
8877
9009
  standard: 'none',
8878
9010
  icon: '5ireChain'
8879
9011
  }
@@ -10212,6 +10344,19 @@ exports.chains = {
10212
10344
  status: 'active',
10213
10345
  iconURL: 'https://ipfs.io/ipfs/QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB'
10214
10346
  },
10347
+ 1228: {
10348
+ name: 'Cycle Network Testnet Cuttlefish',
10349
+ chain: 'ETH',
10350
+ rpc: ['https://cuttlefish-rpc-testnet.cyclenetwork.io'],
10351
+ faucets: [],
10352
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10353
+ infoURL: 'https://www.cyclenetwork.io/',
10354
+ shortName: 'cyclec',
10355
+ chainId: 1228,
10356
+ networkId: 1228,
10357
+ icon: 'cycle',
10358
+ iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
10359
+ },
10215
10360
  1229: {
10216
10361
  name: 'Exzo Network Mainnet',
10217
10362
  chain: 'EXZO',
@@ -11325,6 +11470,24 @@ exports.chains = {
11325
11470
  }
11326
11471
  ]
11327
11472
  },
11473
+ 1513: {
11474
+ name: 'Story Testnet',
11475
+ chain: 'Story Testnet',
11476
+ rpc: ['https://testnet.storyrpc.io'],
11477
+ faucets: ['https://faucet.story.foundation'],
11478
+ chainId: 1513,
11479
+ networkId: 1513,
11480
+ nativeCurrency: { name: 'IP', symbol: 'IP', decimals: 18 },
11481
+ infoURL: 'https://www.story.foundation',
11482
+ shortName: 'Story',
11483
+ explorers: [
11484
+ {
11485
+ name: 'Story Iliad Network explorer',
11486
+ url: 'https://testnet.storyscan.xyz',
11487
+ standard: 'EIP3091'
11488
+ }
11489
+ ]
11490
+ },
11328
11491
  1515: {
11329
11492
  name: 'Beagle Messaging Chain',
11330
11493
  chain: 'BMC',
@@ -11470,7 +11633,8 @@ exports.chains = {
11470
11633
  name: 'Gravity Alpha Mainnet Explorer',
11471
11634
  url: 'https://explorer.gravity.xyz',
11472
11635
  standard: 'EIP3091'
11473
- }
11636
+ },
11637
+ { name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
11474
11638
  ],
11475
11639
  parent: {
11476
11640
  type: 'L2',
@@ -11487,7 +11651,7 @@ exports.chains = {
11487
11651
  rpc: ['https://mainnet.pivotalprotocol.com'],
11488
11652
  faucets: [],
11489
11653
  shortName: 'pivotal-mainnet',
11490
- nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
11654
+ nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
11491
11655
  infoURL: 'http://thepivotal.xyz/',
11492
11656
  explorers: [
11493
11657
  {
@@ -12024,6 +12188,31 @@ exports.chains = {
12024
12188
  ],
12025
12189
  iconURL: 'https://ipfs.io/ipfs/QmXGJevyPHHKT28hDfsJ9Cq2DQ2bAavdie37MEwFQUVCQz'
12026
12190
  },
12191
+ 1853: {
12192
+ name: 'HighOctane Subnet',
12193
+ chain: 'HighOctane Subnet',
12194
+ rpc: [
12195
+ 'https://subnets.avax.network/highoctane/mainnet/rpc',
12196
+ 'wss://subnets.avax.network/highoctane/mainnet/ws'
12197
+ ],
12198
+ faucets: [],
12199
+ nativeCurrency: { name: 'HighOctane', symbol: 'HO', decimals: 18 },
12200
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
12201
+ infoURL: 'https://subnets.avax.network/highoctane/details',
12202
+ shortName: 'HighOctane',
12203
+ chainId: 1853,
12204
+ networkId: 1853,
12205
+ icon: 'highOctane',
12206
+ explorers: [
12207
+ {
12208
+ name: 'HighOctane Subnet Explorer',
12209
+ url: 'https://subnets.avax.network/highoctane',
12210
+ icon: 'highOctane',
12211
+ standard: 'EIP3091'
12212
+ }
12213
+ ],
12214
+ iconURL: 'https://ipfs.io/ipfs/bafkreibmj6pnsiybggr3koh5hbl2saungutcwbxme6pehteg5kzpzleubu'
12215
+ },
12027
12216
  1856: {
12028
12217
  name: 'Teslafunds',
12029
12218
  chain: 'TSF',
@@ -12321,6 +12510,32 @@ exports.chains = {
12321
12510
  }
12322
12511
  ]
12323
12512
  },
12513
+ 1946: {
12514
+ name: 'Minato',
12515
+ shortName: 'minato',
12516
+ title: 'Soneium testnet Minato',
12517
+ chain: 'ETH',
12518
+ icon: 'minato',
12519
+ rpc: ['https://rpc.minato.soneium.org'],
12520
+ faucets: [],
12521
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12522
+ infoURL: 'https://soneium.org',
12523
+ chainId: 1946,
12524
+ networkId: 1946,
12525
+ explorers: [
12526
+ {
12527
+ name: 'Blockscout Minato explorer',
12528
+ url: 'https://explorer-testnet.soneium.org',
12529
+ standard: 'EIP3091'
12530
+ }
12531
+ ],
12532
+ parent: {
12533
+ type: 'L2',
12534
+ chain: 'eip155-1',
12535
+ bridges: [{ url: 'https://bridge.soneium.org/testnet' }]
12536
+ },
12537
+ iconURL: 'https://ipfs.io/ipfs/bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi'
12538
+ },
12324
12539
  1951: {
12325
12540
  name: 'D-Chain Mainnet',
12326
12541
  chain: 'D-Chain',
@@ -13287,8 +13502,8 @@ exports.chains = {
13287
13502
  ]
13288
13503
  },
13289
13504
  2039: {
13290
- name: 'Aleph Zero Testnet',
13291
- chain: 'Aleph Zero Testnet',
13505
+ name: 'Aleph Zero',
13506
+ chain: 'Aleph Zero',
13292
13507
  icon: 'aleph',
13293
13508
  rpc: [
13294
13509
  'https://rpc.alephzero-testnet.gelato.digital',
@@ -13296,14 +13511,14 @@ exports.chains = {
13296
13511
  ],
13297
13512
  faucets: [],
13298
13513
  nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
13299
- infoURL: 'https://testnet.alephzero.org',
13514
+ infoURL: 'https://alephzero.org/',
13300
13515
  shortName: 'aleph',
13301
13516
  chainId: 2039,
13302
13517
  networkId: 2039,
13303
13518
  explorers: [
13304
13519
  {
13305
- name: 'Aleph Zero Testnet',
13306
- url: 'https://test.azero.dev/#/explorer',
13520
+ name: 'Aleph Zero',
13521
+ url: 'https://evm-explorer-testnet.alephzero.org',
13307
13522
  icon: 'aleph',
13308
13523
  standard: 'none'
13309
13524
  }
@@ -13829,6 +14044,27 @@ exports.chains = {
13829
14044
  }
13830
14045
  ]
13831
14046
  },
14047
+ 2192: {
14048
+ name: 'SnaxChain',
14049
+ chain: 'ETH',
14050
+ rpc: ['https://mainnet.snaxchain.io'],
14051
+ faucets: [],
14052
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14053
+ infoURL: 'https://synthetix.io',
14054
+ shortName: 'snax',
14055
+ chainId: 2192,
14056
+ networkId: 2192,
14057
+ icon: 'snax',
14058
+ explorers: [
14059
+ {
14060
+ name: 'blockscout',
14061
+ url: 'https://explorer.snaxchain.io',
14062
+ icon: 'blockscout',
14063
+ standard: 'EIP3091'
14064
+ }
14065
+ ],
14066
+ iconURL: 'https://ipfs.io/ipfs/QmQPHTTpgSjvP18Yc522ZxHYKRwLLxeR6xWdEdcw1XHwZo'
14067
+ },
13832
14068
  2199: {
13833
14069
  name: 'Moonsama Network',
13834
14070
  chain: 'MSN',
@@ -14521,6 +14757,25 @@ exports.chains = {
14521
14757
  ],
14522
14758
  iconURL: 'https://ipfs.io/ipfs/QmQDNdhPvCrrijEKC3G9Px5if2CHgdxq7Q2Pg66cy9xwbF'
14523
14759
  },
14760
+ 2477: {
14761
+ name: '6Degree of Outreach',
14762
+ chain: '6DO',
14763
+ rpc: ['https://rpc.6do.world'],
14764
+ faucets: [],
14765
+ nativeCurrency: { name: '6Degree Coin', symbol: '6DO', decimals: 18 },
14766
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
14767
+ infoURL: 'https://6do.world',
14768
+ shortName: '6do',
14769
+ chainId: 2477,
14770
+ networkId: 2477,
14771
+ explorers: [
14772
+ {
14773
+ name: '6Degree Chain Explorer',
14774
+ url: 'https://explorer.6do.world',
14775
+ standard: 'EIP3091'
14776
+ }
14777
+ ]
14778
+ },
14524
14779
  2484: {
14525
14780
  name: 'Unicorn Ultra Nebulas Testnet',
14526
14781
  chain: 'u2u',
@@ -14960,7 +15215,7 @@ exports.chains = {
14960
15215
  'wss://rpc-quicknode-holesky.morphl2.io',
14961
15216
  'https://rpc-holesky.morphl2.io'
14962
15217
  ],
14963
- faucets: [],
15218
+ faucets: ['https://morphfaucet.com/'],
14964
15219
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14965
15220
  infoURL: 'https://morphl2.io',
14966
15221
  shortName: 'hmorph',
@@ -16442,25 +16697,46 @@ exports.chains = {
16442
16697
  iconURL: 'https://ipfs.io/ipfs/bafkreiexm4aoscqo4d7dipicdgmfaemgzck2w7qhfp5mnoo7z2plcxleju'
16443
16698
  },
16444
16699
  4080: {
16445
- name: 'Tobe Chain',
16700
+ name: 'Tobe Chain Testnet',
16446
16701
  chain: 'TBC',
16447
16702
  icon: 'tobe',
16448
- rpc: ['https://rpc.tobescan.com'],
16449
- faucets: [],
16450
- nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
16703
+ rpc: ['https://rpc-testnet.tobescan.com'],
16704
+ faucets: ['https://faucet.tobescan.com/faucet'],
16705
+ nativeCurrency: { name: 'Tobe Coin', symbol: 'TOBE', decimals: 18 },
16451
16706
  infoURL: 'https://tobechain.net',
16452
16707
  shortName: 'tbc',
16453
16708
  chainId: 4080,
16454
16709
  networkId: 4080,
16455
16710
  explorers: [
16456
16711
  {
16457
- name: 'tobescan',
16458
- url: 'https://tobescan.com',
16712
+ name: 'tobescan testnet',
16713
+ url: 'https://testnet.tobescan.com',
16459
16714
  standard: 'EIP3091'
16460
16715
  }
16461
16716
  ],
16462
16717
  iconURL: 'https://ipfs.io/ipfs/QmXARMjJGkXEVEdjUyxkeG4ffsWvEo9vSJpVon3JwRxckS'
16463
16718
  },
16719
+ 4088: {
16720
+ name: 'Zeroth Mainnet',
16721
+ chain: 'ZRH',
16722
+ icon: 'zeroth',
16723
+ rpc: ['https://my.zeroth.run'],
16724
+ faucets: [],
16725
+ nativeCurrency: { name: 'ZRH', symbol: 'ZRH', decimals: 18 },
16726
+ infoURL: 'https://www.zeroth.foundation',
16727
+ shortName: 'ZRH',
16728
+ chainId: 4088,
16729
+ networkId: 4088,
16730
+ explorers: [
16731
+ {
16732
+ name: 'Zeroth Explorer',
16733
+ url: 'https://scan.zeroth.run',
16734
+ icon: 'zeroth',
16735
+ standard: 'EIP3091'
16736
+ }
16737
+ ],
16738
+ iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
16739
+ },
16464
16740
  4090: {
16465
16741
  name: 'Fastex Chain (Bahamut) Oasis Testnet',
16466
16742
  title: 'Bahamut testnet Oasis',
@@ -16770,6 +17046,26 @@ exports.chains = {
16770
17046
  ],
16771
17047
  iconURL: 'https://ipfs.io/ipfs/bafybeifxqd7zel2m237kq5enavnh2s6cshaavswigogyvae2wevxy5k2ti'
16772
17048
  },
17049
+ 4269: {
17050
+ name: 'Laika Testnet',
17051
+ chain: 'LAIKA',
17052
+ rpc: ['https://testnetrpc1.laikachain.dog'],
17053
+ faucets: ['https://laikachain.dog/faucets'],
17054
+ nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
17055
+ infoURL: 'https://laikachain.dog',
17056
+ shortName: 'laika-testnet',
17057
+ chainId: 4269,
17058
+ networkId: 4269,
17059
+ icon: 'laika',
17060
+ explorers: [
17061
+ {
17062
+ name: 'Laika Testnet Explorer',
17063
+ url: 'https://testnet.laikachain.dog',
17064
+ standard: 'EIP3091'
17065
+ }
17066
+ ],
17067
+ iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
17068
+ },
16773
17069
  4328: {
16774
17070
  name: 'Bobafuji Testnet',
16775
17071
  chain: 'Bobafuji Testnet',
@@ -18595,13 +18891,13 @@ exports.chains = {
18595
18891
  iconURL: 'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
18596
18892
  },
18597
18893
  6678: {
18598
- name: 'EdgaMatrix Chain',
18894
+ name: 'Edge Matrix Chain',
18599
18895
  chain: 'EMC',
18600
18896
  icon: 'emc',
18601
18897
  rpc: ['https://rpc1-mainnet.emc.network'],
18602
18898
  faucets: [],
18603
18899
  nativeCurrency: {
18604
- name: 'EdgaMatrix Chain Token',
18900
+ name: 'Edge Matrix Chain Token',
18605
18901
  symbol: 'EMC',
18606
18902
  decimals: 18
18607
18903
  },
@@ -18799,6 +19095,26 @@ exports.chains = {
18799
19095
  ],
18800
19096
  iconURL: 'https://ipfs.io/ipfs/QmV18PRFPkp9pwKKJp4ksVDhMEiqNZ8A5DhQapdNCckeeQ'
18801
19097
  },
19098
+ 6942: {
19099
+ name: 'Laika Mainnet',
19100
+ chain: 'LAIKA',
19101
+ rpc: ['https://mainnetrpc.laikachain.dog'],
19102
+ faucets: ['https://laikachain.dog/faucets'],
19103
+ nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
19104
+ infoURL: 'https://laikachain.dog',
19105
+ shortName: 'laika',
19106
+ chainId: 6942,
19107
+ networkId: 6942,
19108
+ icon: 'laika',
19109
+ explorers: [
19110
+ {
19111
+ name: 'Laika Mainnet Explorer',
19112
+ url: 'https://explorer.laikachain.dog',
19113
+ standard: 'EIP3091'
19114
+ }
19115
+ ],
19116
+ iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
19117
+ },
18802
19118
  6969: {
18803
19119
  name: 'Tomb Chain Mainnet',
18804
19120
  chain: 'Tomb Chain',
@@ -19036,6 +19352,20 @@ exports.chains = {
19036
19352
  ],
19037
19353
  iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
19038
19354
  },
19355
+ 7210: {
19356
+ name: 'Nibiru Testnet-1',
19357
+ chain: 'Nibiru',
19358
+ rpc: ['https://evm-rpc.testnet-1.nibiru.fi'],
19359
+ faucets: [],
19360
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
19361
+ infoURL: 'https://nibiru.fi',
19362
+ shortName: 'nibiru-testnet-1',
19363
+ chainId: 7210,
19364
+ networkId: 7210,
19365
+ icon: 'nibiru',
19366
+ explorers: [],
19367
+ iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
19368
+ },
19039
19369
  7222: {
19040
19370
  name: 'Nibiru Devnet-3',
19041
19371
  chain: 'Nibiru',
@@ -19043,7 +19373,7 @@ exports.chains = {
19043
19373
  faucets: [],
19044
19374
  nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
19045
19375
  infoURL: 'https://nibiru.fi',
19046
- shortName: 'nibiru',
19376
+ shortName: 'nibiru-devnet-3',
19047
19377
  chainId: 7222,
19048
19378
  networkId: 7222,
19049
19379
  icon: 'nibiru',
@@ -19055,7 +19385,7 @@ exports.chains = {
19055
19385
  chain: 'tZEUS',
19056
19386
  icon: 'zeusicon',
19057
19387
  rpc: ['https://testnet-rpc.zeuschainscan.io'],
19058
- nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
19388
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
19059
19389
  infoURL: 'https://testnet-explorer.zeuschainscan.io',
19060
19390
  shortName: 'ZEUS-Testnet',
19061
19391
  chainId: 7244,
@@ -21677,6 +22007,31 @@ exports.chains = {
21677
22007
  ],
21678
22008
  iconURL: 'https://ipfs.io/ipfs/QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf'
21679
22009
  },
22010
+ 9966: {
22011
+ name: 'UXER TESTNET NETWORK',
22012
+ chain: 'UXER',
22013
+ rpc: [
22014
+ 'https://dev-testnet.uxer.network',
22015
+ 'https://data-cloud-testnet.uxer.network'
22016
+ ],
22017
+ faucets: ['https://faucet.uxer.network'],
22018
+ nativeCurrency: { name: 'UXER', symbol: 'tUXER', decimals: 18 },
22019
+ infoURL: 'https://uxer.network',
22020
+ shortName: 'uxer',
22021
+ chainId: 9966,
22022
+ networkId: 9966,
22023
+ slip44: 1,
22024
+ icon: 'uxer',
22025
+ explorers: [
22026
+ {
22027
+ name: 'UXER TESTNET EXPLORER',
22028
+ icon: 'uxer',
22029
+ url: 'https://testnet.uxer.network',
22030
+ standard: 'none'
22031
+ }
22032
+ ],
22033
+ iconURL: 'https://ipfs.io/ipfs/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x'
22034
+ },
21680
22035
  9977: {
21681
22036
  name: 'Mind Smart Chain Testnet',
21682
22037
  chain: 'tMIND',
@@ -22344,6 +22699,25 @@ exports.chains = {
22344
22699
  ],
22345
22700
  iconURL: 'https://ipfs.io/ipfs/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck'
22346
22701
  },
22702
+ 11000: {
22703
+ name: 'KBC Chain',
22704
+ chain: 'KB',
22705
+ rpc: ['https://mainnet-rpc.kbcfoundation.com'],
22706
+ faucets: [],
22707
+ features: [{ name: 'EIP155' }],
22708
+ nativeCurrency: { name: 'KBC', symbol: 'KBC', decimals: 18 },
22709
+ infoURL: 'https://kbcfoundation.com',
22710
+ shortName: 'KBC',
22711
+ chainId: 11000,
22712
+ networkId: 11000,
22713
+ explorers: [
22714
+ {
22715
+ name: 'KBC Explorer',
22716
+ url: 'https://scan.kbcfoundation.com',
22717
+ standard: 'EIP3091'
22718
+ }
22719
+ ]
22720
+ },
22347
22721
  11011: {
22348
22722
  name: 'Shape Sepolia Testnet',
22349
22723
  chain: 'ETH',
@@ -23320,6 +23694,27 @@ exports.chains = {
23320
23694
  }
23321
23695
  ]
23322
23696
  },
23697
+ 14088: {
23698
+ name: 'Zeroth Testnet',
23699
+ chain: 'Zeroth',
23700
+ icon: 'zeroth',
23701
+ rpc: ['https://test-my.zeroth.run'],
23702
+ faucets: [],
23703
+ nativeCurrency: { name: 'Zeroth', symbol: 'ZRHt', decimals: 18 },
23704
+ infoURL: 'https://www.zeroth.foundation',
23705
+ shortName: 'ZRHt',
23706
+ chainId: 14088,
23707
+ networkId: 14088,
23708
+ explorers: [
23709
+ {
23710
+ name: 'Zeroth Explorer',
23711
+ url: 'https://test-scan.zeroth.run',
23712
+ icon: 'zeroth',
23713
+ standard: 'EIP3091'
23714
+ }
23715
+ ],
23716
+ iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
23717
+ },
23323
23718
  14324: {
23324
23719
  name: 'EVOLVE Testnet',
23325
23720
  chain: 'EVO',
@@ -23652,7 +24047,7 @@ exports.chains = {
23652
24047
  rpc: ['https://sepolia.pivotalprotocol.com'],
23653
24048
  faucets: [],
23654
24049
  shortName: 'pivotal-sepolia',
23655
- nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
24050
+ nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
23656
24051
  infoURL: 'http://thepivotal.xyz/',
23657
24052
  explorers: [
23658
24053
  {
@@ -24603,6 +24998,27 @@ exports.chains = {
24603
24998
  ],
24604
24999
  iconURL: 'https://ipfs.io/ipfs/QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw'
24605
25000
  },
25001
+ 21363: {
25002
+ name: 'Lestnet',
25003
+ chain: 'LETH',
25004
+ rpc: ['https://service.lestnet.org'],
25005
+ faucets: [],
25006
+ nativeCurrency: { name: 'Lestnet Ether', symbol: 'LETH', decimals: 18 },
25007
+ infoURL: 'https://lestnet.org',
25008
+ shortName: 'leth',
25009
+ chainId: 21363,
25010
+ networkId: 21363,
25011
+ icon: 'lestnet',
25012
+ explorers: [
25013
+ {
25014
+ name: 'Lestnet Explorer',
25015
+ url: 'https://explore.lestnet.org',
25016
+ icon: 'blockscout',
25017
+ standard: 'EIP3091'
25018
+ }
25019
+ ],
25020
+ iconURL: 'https://ipfs.io/ipfs/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha'
25021
+ },
24606
25022
  21816: {
24607
25023
  name: 'omChain Mainnet',
24608
25024
  chain: 'OML',
@@ -25401,6 +25817,27 @@ exports.chains = {
25401
25817
  parent: { type: 'L2', chain: 'eip155-248' },
25402
25818
  iconURL: 'https://ipfs.io/ipfs/QmZZnwR1y6cU1sare2TQmwqkNDLXQxD4GdPrmHLmUoPtbU'
25403
25819
  },
25820
+ 30000: {
25821
+ name: 'qChain Mainnet',
25822
+ chain: 'qChain',
25823
+ rpc: ['https://rpc.qchain.kr'],
25824
+ faucets: [],
25825
+ features: [{ name: 'EIP155' }],
25826
+ nativeCurrency: { name: 'QCO', symbol: 'QCO', decimals: 18 },
25827
+ infoURL: 'https://www.qchain.kr',
25828
+ shortName: 'qchain',
25829
+ chainId: 30000,
25830
+ networkId: 30000,
25831
+ icon: 'qchain',
25832
+ explorers: [
25833
+ {
25834
+ name: 'qChain explorer',
25835
+ url: 'https://scan.qchain.kr',
25836
+ standard: 'EIP3091'
25837
+ }
25838
+ ],
25839
+ iconURL: 'https://ipfs.io/ipfs/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz'
25840
+ },
25404
25841
  30067: {
25405
25842
  name: 'Piece testnet',
25406
25843
  chain: 'PieceNetwork',
@@ -26002,7 +26439,7 @@ exports.chains = {
26002
26439
  iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
26003
26440
  },
26004
26441
  33469: {
26005
- name: 'Zilliqa-2 EVM Devnet',
26442
+ name: 'Zilliqa 2 EVM devnet',
26006
26443
  chain: 'ZIL',
26007
26444
  rpc: ['https://api.zq2-devnet.zilliqa.com'],
26008
26445
  faucets: ['https://faucet.zq2-devnet.zilliqa.com'],
@@ -26075,12 +26512,12 @@ exports.chains = {
26075
26512
  },
26076
26513
  34504: {
26077
26514
  name: 'ZEUS Mainnet',
26078
- chain: 'ZEUS',
26515
+ chain: 'ZEUSX',
26079
26516
  icon: 'zeusicon',
26080
26517
  rpc: ['https://mainnet-rpc.zeuschainscan.io'],
26081
- nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
26518
+ nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
26082
26519
  infoURL: 'https://zeuschainscan.io',
26083
- shortName: 'ZEUS',
26520
+ shortName: 'ZEUSX',
26084
26521
  chainId: 34504,
26085
26522
  networkId: 34504,
26086
26523
  faucets: [],
@@ -26258,6 +26695,27 @@ exports.chains = {
26258
26695
  ],
26259
26696
  iconURL: 'https://ipfs.io/ipfs/QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc'
26260
26697
  },
26698
+ 40000: {
26699
+ name: 'DIV Chain',
26700
+ chain: 'DIVC',
26701
+ rpc: ['https://rpc.divchain.org'],
26702
+ faucets: [],
26703
+ features: [{ name: 'EIP155' }],
26704
+ nativeCurrency: { name: 'DIVC', symbol: 'DIVC', decimals: 18 },
26705
+ infoURL: 'https://www.divchain.org',
26706
+ shortName: 'divc',
26707
+ chainId: 40000,
26708
+ networkId: 40000,
26709
+ icon: 'divc',
26710
+ explorers: [
26711
+ {
26712
+ name: 'DIV Chain explorer',
26713
+ url: 'https://scan.divchain.org',
26714
+ standard: 'EIP3091'
26715
+ }
26716
+ ],
26717
+ iconURL: 'https://ipfs.io/ipfs/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA'
26718
+ },
26261
26719
  41455: {
26262
26720
  name: 'Aleph Zero EVM',
26263
26721
  chain: 'Aleph Zero EVM',
@@ -27192,6 +27650,27 @@ exports.chains = {
27192
27650
  ],
27193
27651
  parent: { type: 'L2', chain: 'eip155-3' }
27194
27652
  },
27653
+ 50888: {
27654
+ name: 'Erbie Mainnet',
27655
+ chain: 'Erbie',
27656
+ rpc: ['https://api.erbie.io'],
27657
+ faucets: [],
27658
+ nativeCurrency: { name: 'ERB', symbol: 'ERB', decimals: 18 },
27659
+ infoURL: 'https://www.erbie.io',
27660
+ shortName: 'Erbie',
27661
+ chainId: 50888,
27662
+ networkId: 50888,
27663
+ icon: 'erbie',
27664
+ explorers: [
27665
+ {
27666
+ name: 'Erbie Explorer',
27667
+ url: 'https://www.erbie.io/explorer',
27668
+ standard: 'none',
27669
+ icon: 'erbie'
27670
+ }
27671
+ ],
27672
+ iconURL: 'https://ipfs.io/ipfs/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z'
27673
+ },
27195
27674
  51178: {
27196
27675
  name: 'Lumoz Testnet Alpha',
27197
27676
  chain: 'ETH',
@@ -27354,6 +27833,26 @@ exports.chains = {
27354
27833
  ],
27355
27834
  iconURL: 'https://ipfs.io/ipfs/QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ'
27356
27835
  },
27836
+ 54176: {
27837
+ name: 'OverProtocol Mainnet',
27838
+ chain: 'OverProtocol',
27839
+ icon: 'overIcon',
27840
+ rpc: ['https://public.rpc.overprotocol.com'],
27841
+ faucets: [],
27842
+ nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
27843
+ infoURL: 'https://docs.over.network',
27844
+ shortName: 'overprotocol',
27845
+ chainId: 54176,
27846
+ networkId: 54176,
27847
+ explorers: [
27848
+ {
27849
+ name: 'OverView',
27850
+ url: 'https://view.over.network',
27851
+ standard: 'EIP3091'
27852
+ }
27853
+ ],
27854
+ iconURL: 'https://ipfs.io/ipfs/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs'
27855
+ },
27357
27856
  54211: {
27358
27857
  name: 'Haqq Chain Testnet',
27359
27858
  chain: 'TestEdge2',
@@ -27377,7 +27876,7 @@ exports.chains = {
27377
27876
  name: 'Toronet Testnet',
27378
27877
  chain: 'Toronet',
27379
27878
  icon: 'toronet',
27380
- rpc: ['http://testnet.toronet.org/rpc'],
27879
+ rpc: ['https://testnet.toronet.org/rpc'],
27381
27880
  faucets: [],
27382
27881
  nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
27383
27882
  infoURL: 'https://toronet.org',
@@ -27678,6 +28177,33 @@ exports.chains = {
27678
28177
  },
27679
28178
  iconURL: 'https://ipfs.io/ipfs/QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS'
27680
28179
  },
28180
+ 58680: {
28181
+ name: 'Lumoz Quidditch Testnet',
28182
+ chain: 'ETH',
28183
+ rpc: ['https://quidditch-rpc.lumoz.org'],
28184
+ faucets: [],
28185
+ nativeCurrency: {
28186
+ name: 'Lumoz Quidditch Testnet Token',
28187
+ symbol: 'MOZ',
28188
+ decimals: 18
28189
+ },
28190
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
28191
+ infoURL: 'https://lumoz.org',
28192
+ shortName: 'Lumoz-Quidditch-Testnet',
28193
+ chainId: 58680,
28194
+ networkId: 58680,
28195
+ slip44: 1,
28196
+ icon: 'opside-new',
28197
+ explorers: [
28198
+ {
28199
+ name: 'LumozQuidditchTestnetInfo',
28200
+ url: 'https://quidditch.lumoz.info',
28201
+ icon: 'opside-new',
28202
+ standard: 'EIP3091'
28203
+ }
28204
+ ],
28205
+ iconURL: 'https://ipfs.io/ipfs/QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay'
28206
+ },
27681
28207
  59140: {
27682
28208
  name: 'Linea Goerli',
27683
28209
  title: 'Linea Goerli Testnet',
@@ -28255,11 +28781,11 @@ exports.chains = {
28255
28781
  63001: {
28256
28782
  name: 'eCredits Testnet',
28257
28783
  chain: 'ECS',
28258
- rpc: ['https://rpc.tst.ecredits.com'],
28784
+ rpc: [],
28259
28785
  faucets: ['https://faucet.tst.ecredits.com'],
28260
28786
  nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
28261
28787
  infoURL: 'https://ecredits.com',
28262
- shortName: 'ecs-testnet',
28788
+ shortName: 'ecs-testnet-old',
28263
28789
  chainId: 63001,
28264
28790
  networkId: 63001,
28265
28791
  slip44: 1,
@@ -28272,8 +28798,32 @@ exports.chains = {
28272
28798
  standard: 'EIP3091'
28273
28799
  }
28274
28800
  ],
28801
+ status: 'deprecated',
28275
28802
  iconURL: 'https://ipfs.io/ipfs/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY'
28276
28803
  },
28804
+ 63002: {
28805
+ name: 'eSync Network Testnet',
28806
+ title: 'eSync Network Testnet',
28807
+ chain: 'ECS',
28808
+ rpc: ['https://rpc.tst.esync.network'],
28809
+ faucets: ['https://faucet.tst.ecredits.com'],
28810
+ nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
28811
+ infoURL: 'https://esync.network',
28812
+ shortName: 'esync-testnet',
28813
+ chainId: 63002,
28814
+ networkId: 63002,
28815
+ slip44: 1,
28816
+ icon: 'esync',
28817
+ explorers: [
28818
+ {
28819
+ name: 'eSync Network Testnet Explorer',
28820
+ url: 'https://explorer.tst.esync.network',
28821
+ icon: 'esync',
28822
+ standard: 'EIP3091'
28823
+ }
28824
+ ],
28825
+ iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
28826
+ },
28277
28827
  65349: {
28278
28828
  name: 'CratD2C Testnet',
28279
28829
  chain: 'CRATD2C',
@@ -30105,13 +30655,13 @@ exports.chains = {
30105
30655
  iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
30106
30656
  },
30107
30657
  99876: {
30108
- name: 'EdgaMatrix Chain Testnet',
30658
+ name: 'Edge Matrix Chain Testnet',
30109
30659
  chain: 'EMC Testnet',
30110
30660
  icon: 'emctest',
30111
30661
  rpc: ['https://rpc1-testnet.emc.network'],
30112
30662
  faucets: [],
30113
30663
  nativeCurrency: {
30114
- name: 'EdgaMatrix Chain Token',
30664
+ name: 'Edge Matrix Chain Token',
30115
30665
  symbol: 'EMC',
30116
30666
  decimals: 18
30117
30667
  },
@@ -30428,6 +30978,28 @@ exports.chains = {
30428
30978
  redFlags: ['reusedChainId'],
30429
30979
  iconURL: 'https://ipfs.io/ipfs/bafkreid3wd6ouu53r677q2z24a4eq5un5tlwbc4izfapcvvtrlhkmz43au'
30430
30980
  },
30981
+ 102030: {
30982
+ name: 'Creditcoin',
30983
+ chain: 'CTC',
30984
+ icon: 'creditcoin',
30985
+ rpc: ['https://mainnet3.creditcoin.network'],
30986
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
30987
+ nativeCurrency: { name: 'CTC', symbol: 'CTC', decimals: 18 },
30988
+ infoURL: 'https://creditcoin.org',
30989
+ shortName: 'ctc',
30990
+ chainId: 102030,
30991
+ networkId: 102030,
30992
+ faucets: [],
30993
+ explorers: [
30994
+ {
30995
+ name: 'blockscout',
30996
+ url: 'https://creditcoin.blockscout.com',
30997
+ icon: 'blockscout',
30998
+ standard: 'EIP3091'
30999
+ }
31000
+ ],
31001
+ iconURL: 'https://ipfs.io/ipfs/QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX'
31002
+ },
30431
31003
  102031: {
30432
31004
  name: 'Creditcoin Testnet',
30433
31005
  chain: 'CTC',
@@ -30450,6 +31022,28 @@ exports.chains = {
30450
31022
  ],
30451
31023
  iconURL: 'https://ipfs.io/ipfs/QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX'
30452
31024
  },
31025
+ 102032: {
31026
+ name: 'Creditcoin Devnet',
31027
+ chain: 'CTC',
31028
+ icon: 'creditcoin',
31029
+ rpc: ['https://rpc.cc3-devnet.creditcoin.network'],
31030
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
31031
+ nativeCurrency: { name: 'Devnet CTC', symbol: 'devCTC', decimals: 18 },
31032
+ infoURL: 'https://creditcoin.org',
31033
+ shortName: 'ctcdev',
31034
+ chainId: 102032,
31035
+ networkId: 102032,
31036
+ faucets: [],
31037
+ explorers: [
31038
+ {
31039
+ name: 'blockscout',
31040
+ url: 'https://creditcoin-devnet.blockscout.com',
31041
+ icon: 'blockscout',
31042
+ standard: 'EIP3091'
31043
+ }
31044
+ ],
31045
+ iconURL: 'https://ipfs.io/ipfs/QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX'
31046
+ },
30453
31047
  103090: {
30454
31048
  name: 'Crystaleum',
30455
31049
  chain: 'crystal',
@@ -31260,6 +31854,38 @@ exports.chains = {
31260
31854
  ],
31261
31855
  iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
31262
31856
  },
31857
+ 168168: {
31858
+ name: 'Zchains',
31859
+ chain: 'Zchains',
31860
+ rpc: ['https://rpc.zchains.com'],
31861
+ faucets: [],
31862
+ nativeCurrency: { name: 'ZCD', symbol: 'ZCD', decimals: 18 },
31863
+ infoURL: 'https://www.zchains.com/',
31864
+ shortName: 'zchains',
31865
+ chainId: 168168,
31866
+ networkId: 168168,
31867
+ icon: 'zchain',
31868
+ explorers: [
31869
+ {
31870
+ name: 'zchains',
31871
+ url: 'https://scan.zchains.com',
31872
+ standard: 'EIP3091'
31873
+ }
31874
+ ],
31875
+ iconURL: 'https://ipfs.io/ipfs/QmWMbLpzmFCSpgWaXKiazwSyaPQ6qKSboHpko4g4HBZbZm'
31876
+ },
31877
+ 171000: {
31878
+ name: 'Fair Testnet',
31879
+ chain: 'FAIR',
31880
+ rpc: ['https://rpc-testnet.xfair.ai', 'wss://rpc-testnet.xfair.ai'],
31881
+ faucets: [],
31882
+ nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
31883
+ features: [{ name: 'EIP155' }],
31884
+ infoURL: 'https://xfair.ai',
31885
+ shortName: 'fairt',
31886
+ chainId: 171000,
31887
+ networkId: 171000
31888
+ },
31263
31889
  175177: {
31264
31890
  name: 'Chronicle - Lit Protocol Testnet',
31265
31891
  chain: 'LPC',
@@ -31598,6 +32224,37 @@ exports.chains = {
31598
32224
  ],
31599
32225
  iconURL: 'https://ipfs.io/ipfs/QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc'
31600
32226
  },
32227
+ 202105: {
32228
+ name: 'DuckChain Testnet',
32229
+ title: 'DuckChain Testnet',
32230
+ chain: 'DuckChain',
32231
+ icon: 'duckchain',
32232
+ rpc: [
32233
+ 'https://testnet-rpc.duckchain.io',
32234
+ 'https://testnet-rpc-hk.duckchain.io'
32235
+ ],
32236
+ faucets: [],
32237
+ nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
32238
+ infoURL: 'https://duckchain.io',
32239
+ shortName: 'Duck-Chain-Testnet',
32240
+ chainId: 202105,
32241
+ networkId: 202105,
32242
+ explorers: [
32243
+ {
32244
+ name: 'DuckChain Scan',
32245
+ url: 'https://www.okx.com/web3/explorer/duckchain-testnet',
32246
+ icon: 'duckchain',
32247
+ standard: 'EIP3091'
32248
+ },
32249
+ {
32250
+ name: 'DuckChain Scan',
32251
+ url: 'https://www.oklink.com/duckchain-testnet',
32252
+ icon: 'duckchain',
32253
+ standard: 'EIP3091'
32254
+ }
32255
+ ],
32256
+ iconURL: 'https://ipfs.io/ipfs/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL'
32257
+ },
31601
32258
  202212: {
31602
32259
  name: 'X1 Devnet',
31603
32260
  chain: 'X1',
@@ -31732,6 +32389,31 @@ exports.chains = {
31732
32389
  ],
31733
32390
  iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
31734
32391
  },
32392
+ 212013: {
32393
+ name: 'Litentry',
32394
+ chain: 'Litentry',
32395
+ rpc: [
32396
+ 'https://rpc.litentry-parachain.litentry.io',
32397
+ 'wss://rpc.litentry-parachain.litentry.io',
32398
+ 'https://litentry-rpc.dwellir.com',
32399
+ 'wss://litentry-rpc.dwellir.com'
32400
+ ],
32401
+ faucets: [],
32402
+ nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
32403
+ infoURL: 'https://litentry.com',
32404
+ shortName: 'litentry',
32405
+ chainId: 212013,
32406
+ networkId: 212013,
32407
+ icon: 'litentry',
32408
+ explorers: [
32409
+ {
32410
+ name: 'litentry statescan',
32411
+ url: 'https://litentry.statescan.io',
32412
+ standard: 'none'
32413
+ }
32414
+ ],
32415
+ iconURL: 'https://ipfs.io/ipfs/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6'
32416
+ },
31735
32417
  220315: {
31736
32418
  name: 'Mas Mainnet',
31737
32419
  chain: 'MAS',
@@ -33356,6 +34038,26 @@ exports.chains = {
33356
34038
  }
33357
34039
  ]
33358
34040
  },
34041
+ 541764: {
34042
+ name: 'OverProtocol Testnet',
34043
+ chain: 'OverProtocol',
34044
+ icon: 'overIcon',
34045
+ rpc: ['https://wallet-dolphin.rpc.over.network'],
34046
+ faucets: [],
34047
+ nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
34048
+ infoURL: 'https://docs.over.network',
34049
+ shortName: 'overprotocol-testnet',
34050
+ chainId: 541764,
34051
+ networkId: 541764,
34052
+ explorers: [
34053
+ {
34054
+ name: 'OverView Testnet',
34055
+ url: 'https://dolphin.view.over.network',
34056
+ standard: 'EIP3091'
34057
+ }
34058
+ ],
34059
+ iconURL: 'https://ipfs.io/ipfs/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs'
34060
+ },
33359
34061
  552981: {
33360
34062
  name: 'One World Chain Testnet',
33361
34063
  chain: 'One World Chain',
@@ -33417,6 +34119,31 @@ exports.chains = {
33417
34119
  }
33418
34120
  ]
33419
34121
  },
34122
+ 555888: {
34123
+ name: 'DustBoy IoT',
34124
+ title: 'DustBoy IoT',
34125
+ status: 'active',
34126
+ chain: 'DUSTBOY',
34127
+ rpc: ['https://dustboy-rpc.jibl2.com/'],
34128
+ faucets: [],
34129
+ nativeCurrency: { name: 'Ether', symbol: 'DST', decimals: 18 },
34130
+ infoURL: 'https://www.cmuccdc.org/',
34131
+ shortName: 'DustBoy_IoT',
34132
+ chainId: 555888,
34133
+ networkId: 555888,
34134
+ slip44: 1,
34135
+ icon: 'dustboy',
34136
+ explorers: [
34137
+ {
34138
+ name: 'blockscout',
34139
+ url: 'https://dustboy.jibl2.com',
34140
+ standard: 'EIP3091',
34141
+ icon: 'dustboy'
34142
+ }
34143
+ ],
34144
+ parent: { type: 'L2', chain: 'eip155-1' },
34145
+ iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
34146
+ },
33420
34147
  622277: {
33421
34148
  name: 'Hypra Mainnet',
33422
34149
  chain: 'HYP',
@@ -35592,6 +36319,25 @@ exports.chains = {
35592
36319
  ],
35593
36320
  iconURL: 'https://ipfs.io/ipfs/QmeTj6tfaw9qf9wnEUQh7PnCpNWyvm56e7kY35kANRWNxj'
35594
36321
  },
36322
+ 9999999: {
36323
+ name: 'Fluence',
36324
+ chain: 'Fluence',
36325
+ rpc: ['https://rpc.mainnet.fluence.dev/', 'wss://ws.mainnet.fluence.dev/'],
36326
+ faucets: [],
36327
+ nativeCurrency: { name: 'FLT', symbol: 'FLT', decimals: 18 },
36328
+ infoURL: 'https://fluence.network/',
36329
+ shortName: 'fluence',
36330
+ chainId: 9999999,
36331
+ networkId: 9999999,
36332
+ explorers: [
36333
+ {
36334
+ name: 'blockscout',
36335
+ url: 'https://blockscout.mainnet.fluence.dev',
36336
+ standard: 'EIP3091'
36337
+ }
36338
+ ],
36339
+ parent: { type: 'L2', chain: 'eip155-1' }
36340
+ },
35595
36341
  10067275: {
35596
36342
  name: 'Plian Testnet Subchain 1',
35597
36343
  chain: 'Plian',
@@ -35808,8 +36554,8 @@ exports.chains = {
35808
36554
  iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
35809
36555
  },
35810
36556
  12227332: {
35811
- name: 'NeoX Testnet T4',
35812
- chain: 'NeoX',
36557
+ name: 'Neo X Testnet T4',
36558
+ chain: 'Neo X',
35813
36559
  rpc: ['https://testnet.rpc.banelabs.org/'],
35814
36560
  faucets: [],
35815
36561
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
@@ -35821,7 +36567,7 @@ exports.chains = {
35821
36567
  explorers: [
35822
36568
  {
35823
36569
  name: 'neox-scan',
35824
- url: 'https://testnet.scan.banelabs.org',
36570
+ url: 'https://xt4scan.ngd.network',
35825
36571
  standard: 'EIP3091'
35826
36572
  }
35827
36573
  ],
@@ -36330,6 +37076,29 @@ exports.chains = {
36330
37076
  explorers: [],
36331
37077
  iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
36332
37078
  },
37079
+ 33626250: {
37080
+ name: 'Toliman Suave Testnet',
37081
+ chain: 'ETH',
37082
+ rpc: ['https://rpc.toliman.suave.flashbots.net'],
37083
+ faucets: ['https://faucet.toliman.suave.flashbots.net'],
37084
+ nativeCurrency: {
37085
+ name: 'SUAVE Toliman Eth',
37086
+ symbol: 'TEEth',
37087
+ decimals: 18
37088
+ },
37089
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
37090
+ infoURL: 'https://suave-alpha.flashbots.net/toliman',
37091
+ shortName: 'suave-toliman',
37092
+ chainId: 33626250,
37093
+ networkId: 33626250,
37094
+ explorers: [
37095
+ {
37096
+ name: 'Blockscout',
37097
+ url: 'https://explorer.toliman.suave.flashbots.net',
37098
+ standard: 'EIP3091'
37099
+ }
37100
+ ]
37101
+ },
36333
37102
  35855456: {
36334
37103
  name: 'Joys Digital Mainnet',
36335
37104
  chain: 'JOYS',
@@ -36406,6 +37175,25 @@ exports.chains = {
36406
37175
  }
36407
37176
  ]
36408
37177
  },
37178
+ 52164803: {
37179
+ name: 'Fluence Testnet',
37180
+ chain: 'Fluence Testnet',
37181
+ rpc: ['https://rpc.testnet.fluence.dev/', 'wss://ws.testnet.fluence.dev/'],
37182
+ faucets: [],
37183
+ nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
37184
+ infoURL: 'https://fluence.network/',
37185
+ shortName: 'fluence-testnet',
37186
+ chainId: 52164803,
37187
+ networkId: 52164803,
37188
+ explorers: [
37189
+ {
37190
+ name: 'blockscout',
37191
+ url: 'https://blockscout.testnet.fluence.dev',
37192
+ standard: 'EIP3091'
37193
+ }
37194
+ ],
37195
+ parent: { type: 'L2', chain: 'eip155-11155111' }
37196
+ },
36409
37197
  61717561: {
36410
37198
  name: 'Aquachain',
36411
37199
  chain: 'AQUA',
@@ -37294,8 +38082,8 @@ exports.chains = {
37294
38082
  531050104: {
37295
38083
  name: 'Sophon Testnet',
37296
38084
  chain: 'Sophon Testnet',
37297
- rpc: ['https://rpc.testnet.sophon.xyz/'],
37298
- nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
38085
+ rpc: ['https://rpc.testnet.sophon.xyz', 'wss://rpc.testnet.sophon.xyz/ws'],
38086
+ nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
37299
38087
  faucets: [],
37300
38088
  infoURL: '',
37301
38089
  shortName: 'sophon-testnet',
@@ -37303,7 +38091,7 @@ exports.chains = {
37303
38091
  networkId: 531050104,
37304
38092
  explorers: [
37305
38093
  {
37306
- name: 'Sophon Testnet',
38094
+ name: 'Sophon Block Explorer',
37307
38095
  url: 'https://explorer.testnet.sophon.xyz',
37308
38096
  icon: 'sophon-testnet',
37309
38097
  standard: 'none'
@@ -37312,7 +38100,7 @@ exports.chains = {
37312
38100
  parent: {
37313
38101
  type: 'L2',
37314
38102
  chain: 'eip155-1',
37315
- bridges: [{ url: 'https://bridge.zksync.io/' }]
38103
+ bridges: [{ url: 'https://portal.testnet.sophon.xyz/bridge' }]
37316
38104
  }
37317
38105
  },
37318
38106
  666666666: {
@@ -37330,6 +38118,30 @@ exports.chains = {
37330
38118
  icon: 'degen',
37331
38119
  iconURL: 'https://ipfs.io/ipfs/Qmb6yAe4wXeBkxjfhxzoUT9TzETcmE7Vne59etm9GJaQf7'
37332
38120
  },
38121
+ 728126428: {
38122
+ name: 'Tron Mainnet',
38123
+ chain: 'TRON',
38124
+ rpc: [
38125
+ 'https://rpc.ankr.com/tron_jsonrpc',
38126
+ 'https://api.trongrid.io/jsonrpc'
38127
+ ],
38128
+ faucets: [],
38129
+ nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
38130
+ infoURL: 'https://tron.network',
38131
+ shortName: 'tron',
38132
+ chainId: 728126428,
38133
+ networkId: 728126428,
38134
+ icon: 'tron',
38135
+ explorers: [
38136
+ {
38137
+ name: 'tronscan',
38138
+ url: 'https://tronscan.org',
38139
+ icon: 'tron',
38140
+ standard: 'none'
38141
+ }
38142
+ ],
38143
+ iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
38144
+ },
37333
38145
  888888888: {
37334
38146
  name: 'Ancient8',
37335
38147
  chain: 'Ancient8',
@@ -38267,13 +39079,31 @@ exports.chains = {
38267
39079
  ],
38268
39080
  iconURL: 'https://ipfs.io/ipfs/QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq'
38269
39081
  },
39082
+ 111551119090: {
39083
+ name: 'Thanos Sepolia',
39084
+ chain: 'ETH',
39085
+ rpc: [
39086
+ 'https://rpc.thanos-sepolia.tokamak.network',
39087
+ 'wss://rpc.thanos-sepolia.tokamak.network'
39088
+ ],
39089
+ faucets: [],
39090
+ nativeCurrency: { name: 'Tokamak Network', symbol: 'TON', decimals: 18 },
39091
+ infoURL: 'https://tokamak.network',
39092
+ shortName: 'thanos-sepolia',
39093
+ chainId: 111551119090,
39094
+ networkId: 111551119090,
39095
+ explorers: [
39096
+ {
39097
+ name: 'blockscout',
39098
+ url: 'https://explorer.thanos-sepolia.tokamak.network',
39099
+ standard: 'EIP3091'
39100
+ }
39101
+ ]
39102
+ },
38270
39103
  123420000220: {
38271
39104
  name: 'Fluence Stage',
38272
39105
  chain: 'Fluence Stage (Testnet)',
38273
- rpc: [
38274
- 'https://rpc-123420000220.raas-testnet.gelato.digital/',
38275
- 'wss://ws-123420000220.raas-testnet.gelato.digital/'
38276
- ],
39106
+ rpc: ['https://rpc.stage.fluence.dev', 'wss://ws.stage.fluence.dev'],
38277
39107
  faucets: [],
38278
39108
  nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
38279
39109
  infoURL: 'https://fluence.network/',
@@ -38283,7 +39113,7 @@ exports.chains = {
38283
39113
  explorers: [
38284
39114
  {
38285
39115
  name: 'blockscout',
38286
- url: 'https://blockscout-123420000220.raas-testnet.gelato.digital',
39116
+ url: 'https://blockscout.stage.fluence.dev',
38287
39117
  standard: 'EIP3091'
38288
39118
  }
38289
39119
  ],