@revoke.cash/chains 48.0.0 → 49.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',
@@ -3444,7 +3446,7 @@ exports.chains = {
3444
3446
  name: 'Omni Omega',
3445
3447
  chain: 'Omni',
3446
3448
  status: 'active',
3447
- rpc: ['https://omega.omni.network'],
3449
+ rpc: ['https://omega.omni.network', 'wss://wss.omega.omni.network'],
3448
3450
  features: [{ name: 'EIP155' }],
3449
3451
  faucets: [],
3450
3452
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
@@ -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',
@@ -4054,6 +4077,23 @@ exports.chains = {
4054
4077
  ],
4055
4078
  iconURL: 'https://ipfs.io/ipfs/bafybeib75gwytvblyvjpfminitr3i6mpat3a624udfsqsl5nysf5vuuvie'
4056
4079
  },
4080
+ 205: {
4081
+ name: 'EKAASH',
4082
+ chain: 'EKAASH',
4083
+ rpc: ['https://mainnet.ekaash.biz'],
4084
+ faucets: [],
4085
+ nativeCurrency: {
4086
+ name: 'Global Mobile Money Gateway',
4087
+ symbol: '$EKH',
4088
+ decimals: 18
4089
+ },
4090
+ infoURL: 'https://ekaash.biz',
4091
+ shortName: 'ekaash',
4092
+ chainId: 205,
4093
+ networkId: 205,
4094
+ slip44: 1,
4095
+ explorers: []
4096
+ },
4057
4097
  206: {
4058
4098
  name: 'VinuChain Testnet',
4059
4099
  chain: 'VinuChain Testnet',
@@ -4420,6 +4460,24 @@ exports.chains = {
4420
4460
  }
4421
4461
  ]
4422
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
+ },
4423
4481
  234: {
4424
4482
  name: 'ProtoJumbo Testnet',
4425
4483
  chain: 'Jumbo',
@@ -4606,9 +4664,13 @@ exports.chains = {
4606
4664
  254: {
4607
4665
  name: 'Swan Chain Mainnet',
4608
4666
  chain: 'SWAN',
4609
- 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
+ ],
4610
4672
  faucets: [],
4611
- nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
4673
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4612
4674
  infoURL: 'https://swanchain.io/',
4613
4675
  shortName: 'Swan',
4614
4676
  chainId: 254,
@@ -6629,9 +6691,9 @@ exports.chains = {
6629
6691
  icon: 'flowevm',
6630
6692
  explorers: [
6631
6693
  {
6632
- name: 'Flow Diver',
6633
- url: 'https://testnet.flowdiver.io',
6634
- standard: 'none'
6694
+ name: 'FlowScan: Testnet',
6695
+ url: 'https://evm-testnet.flowscan.io',
6696
+ standard: 'EIP3091'
6635
6697
  }
6636
6698
  ],
6637
6699
  iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
@@ -8659,6 +8721,25 @@ exports.chains = {
8659
8721
  ],
8660
8722
  iconURL: 'https://ipfs.io/ipfs/bafkreidrbvklkb52sgmg7cmy42fhf7vqpig7qj7bnrq24ijdwywkzr2tfy'
8661
8723
  },
8724
+ 973: {
8725
+ name: 'Palm Smart Chain',
8726
+ title: 'Palm Smart Chain',
8727
+ chain: 'Palm',
8728
+ rpc: ['https://rpc.palmsmartchain.io'],
8729
+ faucets: [],
8730
+ nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
8731
+ infoURL: 'https://palmsmartchain.io',
8732
+ shortName: 'PalmChain',
8733
+ chainId: 973,
8734
+ networkId: 973,
8735
+ explorers: [
8736
+ {
8737
+ name: 'Palm Smart Chain Explorer',
8738
+ url: 'https://explorer.palmsmartchain.io',
8739
+ standard: 'EIP3091'
8740
+ }
8741
+ ]
8742
+ },
8662
8743
  977: {
8663
8744
  name: 'Nepal Blockchain Network',
8664
8745
  chain: 'YETI',
@@ -8823,6 +8904,19 @@ exports.chains = {
8823
8904
  ],
8824
8905
  iconURL: 'https://ipfs.io/ipfs/QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk'
8825
8906
  },
8907
+ 996: {
8908
+ name: 'Bifrost Polkadot Mainnet',
8909
+ chain: 'Bifrost',
8910
+ rpc: ['https://hk.p.bifrost-rpc.liebi.com'],
8911
+ faucets: [],
8912
+ nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
8913
+ infoURL: 'https://bifrost.io/',
8914
+ shortName: 'bnc',
8915
+ chainId: 996,
8916
+ networkId: 996,
8917
+ icon: 'bifrost-polkadot',
8918
+ iconURL: 'https://ipfs.io/ipfs/QmcNsubj4ane1QXTfWt4Xm4SYU59TMnevtW5TuKprrBCHk'
8919
+ },
8826
8920
  997: {
8827
8921
  name: '5ireChain Thunder',
8828
8922
  chain: '5ireChain Testnet',
@@ -8919,7 +9013,7 @@ exports.chains = {
8919
9013
  chain: 'KAIA',
8920
9014
  rpc: ['https://public-en.kairos.node.kaia.io'],
8921
9015
  faucets: ['https://faucet.kaia.io'],
8922
- nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
9016
+ nativeCurrency: { name: 'KAIA', symbol: 'KLAY', decimals: 18 },
8923
9017
  infoURL: 'https://kaia.io/',
8924
9018
  shortName: 'kaia-kairos',
8925
9019
  chainId: 1001,
@@ -10180,6 +10274,19 @@ exports.chains = {
10180
10274
  status: 'active',
10181
10275
  iconURL: 'https://ipfs.io/ipfs/QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB'
10182
10276
  },
10277
+ 1228: {
10278
+ name: 'Cycle Network Testnet Cuttlefish',
10279
+ chain: 'ETH',
10280
+ rpc: ['https://cuttlefish-rpc-testnet.cyclenetwork.io'],
10281
+ faucets: [],
10282
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10283
+ infoURL: 'https://www.cyclenetwork.io/',
10284
+ shortName: 'cyclec',
10285
+ chainId: 1228,
10286
+ networkId: 1228,
10287
+ icon: 'cycle',
10288
+ iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
10289
+ },
10183
10290
  1229: {
10184
10291
  name: 'Exzo Network Mainnet',
10185
10292
  chain: 'EXZO',
@@ -11293,6 +11400,24 @@ exports.chains = {
11293
11400
  }
11294
11401
  ]
11295
11402
  },
11403
+ 1513: {
11404
+ name: 'Story Testnet',
11405
+ chain: 'Story Testnet',
11406
+ rpc: ['https://testnet.storyrpc.io'],
11407
+ faucets: ['https://faucet.story.foundation'],
11408
+ chainId: 1513,
11409
+ networkId: 1513,
11410
+ nativeCurrency: { name: 'IP', symbol: 'IP', decimals: 18 },
11411
+ infoURL: 'https://www.story.foundation',
11412
+ shortName: 'Story',
11413
+ explorers: [
11414
+ {
11415
+ name: 'Story Iliad Network explorer',
11416
+ url: 'https://testnet.storyscan.xyz',
11417
+ standard: 'EIP3091'
11418
+ }
11419
+ ]
11420
+ },
11296
11421
  1515: {
11297
11422
  name: 'Beagle Messaging Chain',
11298
11423
  chain: 'BMC',
@@ -11455,7 +11580,7 @@ exports.chains = {
11455
11580
  rpc: ['https://mainnet.pivotalprotocol.com'],
11456
11581
  faucets: [],
11457
11582
  shortName: 'pivotal-mainnet',
11458
- nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
11583
+ nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
11459
11584
  infoURL: 'http://thepivotal.xyz/',
11460
11585
  explorers: [
11461
11586
  {
@@ -11992,6 +12117,31 @@ exports.chains = {
11992
12117
  ],
11993
12118
  iconURL: 'https://ipfs.io/ipfs/QmXGJevyPHHKT28hDfsJ9Cq2DQ2bAavdie37MEwFQUVCQz'
11994
12119
  },
12120
+ 1853: {
12121
+ name: 'HighOctane Subnet',
12122
+ chain: 'HighOctane Subnet',
12123
+ rpc: [
12124
+ 'https://subnets.avax.network/highoctane/mainnet/rpc',
12125
+ 'wss://subnets.avax.network/highoctane/mainnet/ws'
12126
+ ],
12127
+ faucets: [],
12128
+ nativeCurrency: { name: 'HighOctane', symbol: 'HO', decimals: 18 },
12129
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
12130
+ infoURL: 'https://subnets.avax.network/highoctane/details',
12131
+ shortName: 'HighOctane',
12132
+ chainId: 1853,
12133
+ networkId: 1853,
12134
+ icon: 'highOctane',
12135
+ explorers: [
12136
+ {
12137
+ name: 'HighOctane Subnet Explorer',
12138
+ url: 'https://subnets.avax.network/highoctane',
12139
+ icon: 'highOctane',
12140
+ standard: 'EIP3091'
12141
+ }
12142
+ ],
12143
+ iconURL: 'https://ipfs.io/ipfs/bafkreibmj6pnsiybggr3koh5hbl2saungutcwbxme6pehteg5kzpzleubu'
12144
+ },
11995
12145
  1856: {
11996
12146
  name: 'Teslafunds',
11997
12147
  chain: 'TSF',
@@ -12289,6 +12439,32 @@ exports.chains = {
12289
12439
  }
12290
12440
  ]
12291
12441
  },
12442
+ 1946: {
12443
+ name: 'Minato',
12444
+ shortName: 'minato',
12445
+ title: 'Soneium testnet Minato',
12446
+ chain: 'ETH',
12447
+ icon: 'minato',
12448
+ rpc: ['https://rpc.minato.soneium.org'],
12449
+ faucets: [],
12450
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12451
+ infoURL: 'https://soneium.org',
12452
+ chainId: 1946,
12453
+ networkId: 1946,
12454
+ explorers: [
12455
+ {
12456
+ name: 'Blockscout Minato explorer',
12457
+ url: 'https://explorer-testnet.soneium.org',
12458
+ standard: 'EIP3091'
12459
+ }
12460
+ ],
12461
+ parent: {
12462
+ type: 'L2',
12463
+ chain: 'eip155-1',
12464
+ bridges: [{ url: 'https://bridge.soneium.org/testnet' }]
12465
+ },
12466
+ iconURL: 'https://ipfs.io/ipfs/bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi'
12467
+ },
12292
12468
  1951: {
12293
12469
  name: 'D-Chain Mainnet',
12294
12470
  chain: 'D-Chain',
@@ -16410,20 +16586,20 @@ exports.chains = {
16410
16586
  iconURL: 'https://ipfs.io/ipfs/bafkreiexm4aoscqo4d7dipicdgmfaemgzck2w7qhfp5mnoo7z2plcxleju'
16411
16587
  },
16412
16588
  4080: {
16413
- name: 'Tobe Chain',
16589
+ name: 'Tobe Chain Testnet',
16414
16590
  chain: 'TBC',
16415
16591
  icon: 'tobe',
16416
- rpc: ['https://rpc.tobescan.com'],
16417
- faucets: [],
16418
- nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
16592
+ rpc: ['https://rpc-testnet.tobescan.com'],
16593
+ faucets: ['https://faucet.tobescan.com/faucet'],
16594
+ nativeCurrency: { name: 'Tobe Coin', symbol: 'TOBE', decimals: 18 },
16419
16595
  infoURL: 'https://tobechain.net',
16420
16596
  shortName: 'tbc',
16421
16597
  chainId: 4080,
16422
16598
  networkId: 4080,
16423
16599
  explorers: [
16424
16600
  {
16425
- name: 'tobescan',
16426
- url: 'https://tobescan.com',
16601
+ name: 'tobescan testnet',
16602
+ url: 'https://testnet.tobescan.com',
16427
16603
  standard: 'EIP3091'
16428
16604
  }
16429
16605
  ],
@@ -16738,6 +16914,26 @@ exports.chains = {
16738
16914
  ],
16739
16915
  iconURL: 'https://ipfs.io/ipfs/bafybeifxqd7zel2m237kq5enavnh2s6cshaavswigogyvae2wevxy5k2ti'
16740
16916
  },
16917
+ 4269: {
16918
+ name: 'Laika Testnet',
16919
+ chain: 'LAIKA',
16920
+ rpc: ['https://testnetrpc1.laikachain.dog'],
16921
+ faucets: ['https://laikachain.dog/faucets'],
16922
+ nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
16923
+ infoURL: 'https://laikachain.dog',
16924
+ shortName: 'laika-testnet',
16925
+ chainId: 4269,
16926
+ networkId: 4269,
16927
+ icon: 'laika',
16928
+ explorers: [
16929
+ {
16930
+ name: 'Laika Testnet Explorer',
16931
+ url: 'https://testnet.laikachain.dog',
16932
+ standard: 'EIP3091'
16933
+ }
16934
+ ],
16935
+ iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
16936
+ },
16741
16937
  4328: {
16742
16938
  name: 'Bobafuji Testnet',
16743
16939
  chain: 'Bobafuji Testnet',
@@ -17427,6 +17623,28 @@ exports.chains = {
17427
17623
  status: 'active',
17428
17624
  iconURL: 'https://ipfs.io/ipfs/QmcbYVenTET9HBS7vs7SGv1MNqnRscAKVF5kaRVHaVCfvs'
17429
17625
  },
17626
+ 5151: {
17627
+ name: 'MeChain Testnet',
17628
+ chain: 'MeChain',
17629
+ rpc: ['https://testnet-rpc.mechain.tech'],
17630
+ faucets: ['https://faucet.mechain.tech'],
17631
+ nativeCurrency: { name: 'ZKME', symbol: 'ZKME', decimals: 18 },
17632
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
17633
+ infoURL: 'https://mechain.tech',
17634
+ shortName: 'ZKME',
17635
+ chainId: 5151,
17636
+ networkId: 5151,
17637
+ icon: 'mechain',
17638
+ explorers: [
17639
+ {
17640
+ name: 'MeChain Scan',
17641
+ url: 'https://testnet-scan.mechain.tech',
17642
+ icon: 'mechain',
17643
+ standard: 'EIP3091'
17644
+ }
17645
+ ],
17646
+ iconURL: 'https://ipfs.io/ipfs/QmNqJnEL2Aj7pLKYnJwRnWGZFwUWTsvfZm8CofA8ztvD6J'
17647
+ },
17430
17648
  5165: {
17431
17649
  name: 'Bahamut',
17432
17650
  title: 'Bahamut mainnet',
@@ -18067,6 +18285,31 @@ exports.chains = {
18067
18285
  ],
18068
18286
  iconURL: 'https://ipfs.io/ipfs/bafkreigmvn6spvbiirtutowpq6jmetevbxoof5plzixjoerbeswy4htfb4'
18069
18287
  },
18288
+ 5858: {
18289
+ name: 'Chang Chain Foundation Mainnet',
18290
+ chain: 'ChangChain',
18291
+ rpc: ['https://rpc.cthscan.com/'],
18292
+ faucets: [],
18293
+ nativeCurrency: {
18294
+ name: 'Chang Coin Thailand',
18295
+ symbol: 'CTH',
18296
+ decimals: 18
18297
+ },
18298
+ infoURL: 'https://changcoin.foundation/',
18299
+ shortName: 'ChangChain',
18300
+ chainId: 5858,
18301
+ networkId: 5858,
18302
+ icon: 'changchain',
18303
+ explorers: [
18304
+ {
18305
+ name: 'CTH Scan',
18306
+ url: 'https://cthscan.com',
18307
+ standard: 'EIP3091',
18308
+ icon: 'blockscout'
18309
+ }
18310
+ ],
18311
+ iconURL: 'https://ipfs.io/ipfs/QmbEytMCh2xFr7q87HjthX4K2MKmjfHih2mqS42tqTZoMy'
18312
+ },
18070
18313
  5869: {
18071
18314
  name: 'Wegochain Rubidium Mainnet',
18072
18315
  chain: 'RBD',
@@ -18351,6 +18594,24 @@ exports.chains = {
18351
18594
  networkId: 6502,
18352
18595
  explorers: []
18353
18596
  },
18597
+ 6550: {
18598
+ name: 'Flamma Testnet',
18599
+ chain: 'Flamma',
18600
+ rpc: ['https://testnetrpc.flamma.network'],
18601
+ faucets: [],
18602
+ nativeCurrency: { name: 'Flamma', symbol: 'FLA', decimals: 18 },
18603
+ infoURL: 'https://flamma.network',
18604
+ shortName: 'FlammaTestnet',
18605
+ chainId: 6550,
18606
+ networkId: 6550,
18607
+ explorers: [
18608
+ {
18609
+ name: 'flascan',
18610
+ url: 'https://testnet.flascan.net',
18611
+ standard: 'EIP3091'
18612
+ }
18613
+ ]
18614
+ },
18354
18615
  6552: {
18355
18616
  name: 'Scolcoin WeiChain Testnet',
18356
18617
  chain: 'SCOLWEI-testnet',
@@ -18498,13 +18759,13 @@ exports.chains = {
18498
18759
  iconURL: 'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
18499
18760
  },
18500
18761
  6678: {
18501
- name: 'EdgaMatrix Chain',
18762
+ name: 'Edge Matrix Chain',
18502
18763
  chain: 'EMC',
18503
18764
  icon: 'emc',
18504
18765
  rpc: ['https://rpc1-mainnet.emc.network'],
18505
18766
  faucets: [],
18506
18767
  nativeCurrency: {
18507
- name: 'EdgaMatrix Chain Token',
18768
+ name: 'Edge Matrix Chain Token',
18508
18769
  symbol: 'EMC',
18509
18770
  decimals: 18
18510
18771
  },
@@ -18702,6 +18963,26 @@ exports.chains = {
18702
18963
  ],
18703
18964
  iconURL: 'https://ipfs.io/ipfs/QmV18PRFPkp9pwKKJp4ksVDhMEiqNZ8A5DhQapdNCckeeQ'
18704
18965
  },
18966
+ 6942: {
18967
+ name: 'Laika Mainnet',
18968
+ chain: 'LAIKA',
18969
+ rpc: ['https://mainnetrpc.laikachain.dog'],
18970
+ faucets: ['https://laikachain.dog/faucets'],
18971
+ nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
18972
+ infoURL: 'https://laikachain.dog',
18973
+ shortName: 'laika',
18974
+ chainId: 6942,
18975
+ networkId: 6942,
18976
+ icon: 'laika',
18977
+ explorers: [
18978
+ {
18979
+ name: 'Laika Mainnet Explorer',
18980
+ url: 'https://explorer.laikachain.dog',
18981
+ standard: 'EIP3091'
18982
+ }
18983
+ ],
18984
+ iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
18985
+ },
18705
18986
  6969: {
18706
18987
  name: 'Tomb Chain Mainnet',
18707
18988
  chain: 'Tomb Chain',
@@ -18939,6 +19220,34 @@ exports.chains = {
18939
19220
  ],
18940
19221
  iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
18941
19222
  },
19223
+ 7210: {
19224
+ name: 'Nibiru Testnet-1',
19225
+ chain: 'Nibiru',
19226
+ rpc: ['https://evm-rpc.testnet-1.nibiru.fi'],
19227
+ faucets: [],
19228
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
19229
+ infoURL: 'https://nibiru.fi',
19230
+ shortName: 'nibiru-testnet-1',
19231
+ chainId: 7210,
19232
+ networkId: 7210,
19233
+ icon: 'nibiru',
19234
+ explorers: [],
19235
+ iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
19236
+ },
19237
+ 7222: {
19238
+ name: 'Nibiru Devnet-3',
19239
+ chain: 'Nibiru',
19240
+ rpc: ['https://evm-rpc.devnet-3.nibiru.fi'],
19241
+ faucets: [],
19242
+ nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
19243
+ infoURL: 'https://nibiru.fi',
19244
+ shortName: 'nibiru-devnet-3',
19245
+ chainId: 7222,
19246
+ networkId: 7222,
19247
+ icon: 'nibiru',
19248
+ explorers: [],
19249
+ iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
19250
+ },
18942
19251
  7244: {
18943
19252
  name: 'ZEUS Testnet',
18944
19253
  chain: 'tZEUS',
@@ -20010,9 +20319,9 @@ exports.chains = {
20010
20319
  8217: {
20011
20320
  name: 'Kaia Mainnet',
20012
20321
  chain: 'KAIA',
20013
- rpc: ['https://public-en-cypress.klaytn.net'],
20322
+ rpc: ['https://public-en.node.kaia.io'],
20014
20323
  faucets: [],
20015
- nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
20324
+ nativeCurrency: { name: 'KAIA', symbol: 'KLAY', decimals: 18 },
20016
20325
  infoURL: 'https://kaia.io',
20017
20326
  shortName: 'kaia-mainnet',
20018
20327
  chainId: 8217,
@@ -21015,6 +21324,40 @@ exports.chains = {
21015
21324
  ],
21016
21325
  iconURL: 'https://ipfs.io/ipfs/bafkreib2t2lcaoh6iixrx4gjjvepws5tlsszfla5hb36b3mgyq7clve35y'
21017
21326
  },
21327
+ 9069: {
21328
+ name: 'Apex Fusion - Nexus Mainnet',
21329
+ chain: 'Nexus Mainnet',
21330
+ rpc: ['https://rpc.nexus.mainnet.apexfusion.org/'],
21331
+ faucets: [],
21332
+ nativeCurrency: { name: 'Apex Fusion Token', symbol: 'AP3X', decimals: 18 },
21333
+ infoURL: 'https://apexfusion.org/',
21334
+ features: [{ name: 'EIP155' }],
21335
+ shortName: 'AP3X',
21336
+ chainId: 9069,
21337
+ networkId: 9069,
21338
+ icon: 'apexfusion',
21339
+ explorers: [],
21340
+ iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
21341
+ },
21342
+ 9070: {
21343
+ name: 'Apex Fusion - Nexus testnet',
21344
+ chain: 'Nexus testnet',
21345
+ rpc: ['https://rpc.nexus.testnet.apexfusion.org/'],
21346
+ faucets: [],
21347
+ nativeCurrency: {
21348
+ name: 'Apex Fusion Token',
21349
+ symbol: 'tAP3X',
21350
+ decimals: 18
21351
+ },
21352
+ infoURL: 'https://apexfusion.org/',
21353
+ features: [{ name: 'EIP155' }],
21354
+ shortName: 'tAP3X',
21355
+ chainId: 9070,
21356
+ networkId: 9070,
21357
+ icon: 'apexfusion',
21358
+ explorers: [],
21359
+ iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
21360
+ },
21018
21361
  9100: {
21019
21362
  name: 'Genesis Coin',
21020
21363
  chain: 'Genesis',
@@ -21532,6 +21875,31 @@ exports.chains = {
21532
21875
  ],
21533
21876
  iconURL: 'https://ipfs.io/ipfs/QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf'
21534
21877
  },
21878
+ 9966: {
21879
+ name: 'UXER TESTNET NETWORK',
21880
+ chain: 'UXER',
21881
+ rpc: [
21882
+ 'https://dev-testnet.uxer.network',
21883
+ 'https://data-cloud-testnet.uxer.network'
21884
+ ],
21885
+ faucets: ['https://faucet.uxer.network'],
21886
+ nativeCurrency: { name: 'UXER', symbol: 'tUXER', decimals: 18 },
21887
+ infoURL: 'https://uxer.network',
21888
+ shortName: 'uxer',
21889
+ chainId: 9966,
21890
+ networkId: 9966,
21891
+ slip44: 1,
21892
+ icon: 'uxer',
21893
+ explorers: [
21894
+ {
21895
+ name: 'UXER TESTNET EXPLORER',
21896
+ icon: 'uxer',
21897
+ url: 'https://testnet.uxer.network',
21898
+ standard: 'none'
21899
+ }
21900
+ ],
21901
+ iconURL: 'https://ipfs.io/ipfs/QmQurJBRScSDar6oDJ4pAeKKvzHr49KJfS1iuCkbtiNe4x'
21902
+ },
21535
21903
  9977: {
21536
21904
  name: 'Mind Smart Chain Testnet',
21537
21905
  chain: 'tMIND',
@@ -23449,6 +23817,24 @@ exports.chains = {
23449
23817
  parent: { type: 'L2', chain: 'eip155-248' },
23450
23818
  iconURL: 'https://ipfs.io/ipfs/QmaSqPELi11UepS3odwHyiwfUPkLBnE4WP4zNkwumHoPmw'
23451
23819
  },
23820
+ 16166: {
23821
+ name: 'Cypherium Mainnet',
23822
+ chain: 'CPH',
23823
+ rpc: ['https://pubnodes.cypherium.io/rpc'],
23824
+ faucets: [],
23825
+ nativeCurrency: { name: 'Cypherium', symbol: 'CPH', decimals: 18 },
23826
+ infoURL: 'https://www.cypherium.io/',
23827
+ shortName: 'cph',
23828
+ chainId: 16166,
23829
+ networkId: 16166,
23830
+ explorers: [
23831
+ {
23832
+ name: 'Testnet Block Explorer',
23833
+ url: 'https://cypherium.tryethernal.com',
23834
+ standard: 'EIP3091'
23835
+ }
23836
+ ]
23837
+ },
23452
23838
  16180: {
23453
23839
  name: 'PLYR PHI',
23454
23840
  chain: 'PLYR',
@@ -23489,7 +23875,7 @@ exports.chains = {
23489
23875
  rpc: ['https://sepolia.pivotalprotocol.com'],
23490
23876
  faucets: [],
23491
23877
  shortName: 'pivotal-sepolia',
23492
- nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
23878
+ nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
23493
23879
  infoURL: 'http://thepivotal.xyz/',
23494
23880
  explorers: [
23495
23881
  {
@@ -24440,6 +24826,27 @@ exports.chains = {
24440
24826
  ],
24441
24827
  iconURL: 'https://ipfs.io/ipfs/QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw'
24442
24828
  },
24829
+ 21363: {
24830
+ name: 'Lestnet',
24831
+ chain: 'LETH',
24832
+ rpc: ['https://service.lestnet.org'],
24833
+ faucets: [],
24834
+ nativeCurrency: { name: 'Lestnet Ether', symbol: 'LETH', decimals: 18 },
24835
+ infoURL: 'https://lestnet.org',
24836
+ shortName: 'leth',
24837
+ chainId: 21363,
24838
+ networkId: 21363,
24839
+ icon: 'lestnet',
24840
+ explorers: [
24841
+ {
24842
+ name: 'Lestnet Explorer',
24843
+ url: 'https://explore.lestnet.org',
24844
+ icon: 'blockscout',
24845
+ standard: 'EIP3091'
24846
+ }
24847
+ ],
24848
+ iconURL: 'https://ipfs.io/ipfs/bafkreigg4ovuohje6iva42fou7rc7a6fkozvfkg22fhuvhw5oz7vii74ha'
24849
+ },
24443
24850
  21816: {
24444
24851
  name: 'omChain Mainnet',
24445
24852
  chain: 'OML',
@@ -24889,6 +25296,51 @@ exports.chains = {
24889
25296
  }
24890
25297
  ]
24891
25298
  },
25299
+ 26482: {
25300
+ name: 'DucatusX Testnet',
25301
+ chain: 'DUCX',
25302
+ rpc: [
25303
+ 'https://ducx-testnet-node1.rocknblock.io',
25304
+ 'https://ducx-testnet-node2.rocknblock.io'
25305
+ ],
25306
+ faucets: [],
25307
+ nativeCurrency: { name: 'DUCX', symbol: 'DUCX', decimals: 18 },
25308
+ infoURL: 'https://www.ducatuscoins.com/ducatusx',
25309
+ shortName: 'ducatusx-testnet',
25310
+ chainId: 26482,
25311
+ networkId: 26482,
25312
+ explorers: [
25313
+ {
25314
+ name: 'Blockscout',
25315
+ url: 'https://explorer-testnet.ducatusx.com',
25316
+ icon: 'blockscout',
25317
+ standard: 'EIP3091'
25318
+ }
25319
+ ]
25320
+ },
25321
+ 26483: {
25322
+ name: 'DucatusX',
25323
+ chain: 'DUCX',
25324
+ rpc: [
25325
+ 'https://ducx-mainnet-node1.rocknblock.io',
25326
+ 'https://ducx-mainnet-node2.rocknblock.io',
25327
+ 'https://ducx-mainnet-node3.rocknblock.io'
25328
+ ],
25329
+ faucets: [],
25330
+ nativeCurrency: { name: 'DUCX', symbol: 'DUCX', decimals: 18 },
25331
+ infoURL: 'https://www.ducatuscoins.com/ducatusx',
25332
+ shortName: 'ducatusx',
25333
+ chainId: 26483,
25334
+ networkId: 26483,
25335
+ explorers: [
25336
+ {
25337
+ name: 'Blockscout',
25338
+ url: 'https://explorer.ducatusx.com',
25339
+ icon: 'blockscout',
25340
+ standard: 'EIP3091'
25341
+ }
25342
+ ]
25343
+ },
24892
25344
  26600: {
24893
25345
  name: 'Hertz Network Mainnet',
24894
25346
  chain: 'HTZ',
@@ -25679,7 +26131,7 @@ exports.chains = {
25679
26131
  33111: {
25680
26132
  name: 'Curtis',
25681
26133
  chain: 'Curtis',
25682
- rpc: ['https://curtis.rpc.caldera.xyz/http'],
26134
+ rpc: ['https://rpc.curtis.apechain.com'],
25683
26135
  faucets: ['https://curtis.hub.caldera.xyz'],
25684
26136
  nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
25685
26137
  infoURL: 'https://curtis.hub.caldera.xyz',
@@ -25690,7 +26142,7 @@ exports.chains = {
25690
26142
  explorers: [
25691
26143
  {
25692
26144
  name: 'Curtis Explorer',
25693
- url: 'https://curtis.explorer.caldera.xyz',
26145
+ url: 'https://explorer.curtis.apechain.com',
25694
26146
  standard: 'EIP3091'
25695
26147
  }
25696
26148
  ],
@@ -25794,7 +26246,7 @@ exports.chains = {
25794
26246
  iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
25795
26247
  },
25796
26248
  33469: {
25797
- name: 'Zilliqa-2 EVM Devnet',
26249
+ name: 'Zilliqa 2 EVM devnet',
25798
26250
  chain: 'ZIL',
25799
26251
  rpc: ['https://api.zq2-devnet.zilliqa.com'],
25800
26252
  faucets: ['https://faucet.zq2-devnet.zilliqa.com'],
@@ -26050,6 +26502,27 @@ exports.chains = {
26050
26502
  ],
26051
26503
  iconURL: 'https://ipfs.io/ipfs/QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc'
26052
26504
  },
26505
+ 40000: {
26506
+ name: 'DIV Chain',
26507
+ chain: 'DIVC',
26508
+ rpc: ['https://rpc.divchain.org'],
26509
+ faucets: [],
26510
+ features: [{ name: 'EIP155' }],
26511
+ nativeCurrency: { name: 'DIVC', symbol: 'DIVC', decimals: 18 },
26512
+ infoURL: 'https://www.divchain.org',
26513
+ shortName: 'divc',
26514
+ chainId: 40000,
26515
+ networkId: 40000,
26516
+ icon: 'divc',
26517
+ explorers: [
26518
+ {
26519
+ name: 'DIV Chain explorer',
26520
+ url: 'https://scan.divchain.org',
26521
+ standard: 'EIP3091'
26522
+ }
26523
+ ],
26524
+ iconURL: 'https://ipfs.io/ipfs/QmebuyvTmRvM66rXbxSFtZv7VGj1HtvNQ68hvYpLEPe3bA'
26525
+ },
26053
26526
  41455: {
26054
26527
  name: 'Aleph Zero EVM',
26055
26528
  chain: 'Aleph Zero EVM',
@@ -26647,6 +27120,36 @@ exports.chains = {
26647
27120
  ],
26648
27121
  iconURL: 'https://ipfs.io/ipfs/Qmay2j8biuo5xLJL8NcLtrzubAEHuCWz65cdbKE1pSnGf6'
26649
27122
  },
27123
+ 45513: {
27124
+ name: 'Blessnet',
27125
+ chain: 'ETH',
27126
+ rpc: [
27127
+ 'https://blessnet.calderachain.xyz/http',
27128
+ 'wss://blessnet.calderachain.xyz/ws'
27129
+ ],
27130
+ faucets: [],
27131
+ nativeCurrency: { name: 'Bless', symbol: 'BLESS', decimals: 18 },
27132
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
27133
+ infoURL: 'https://blessnet.io',
27134
+ shortName: 'bless',
27135
+ chainId: 45513,
27136
+ networkId: 45513,
27137
+ icon: 'bless',
27138
+ explorers: [
27139
+ {
27140
+ name: 'blockscout',
27141
+ url: 'https://blessnet.calderaexplorer.xyz',
27142
+ icon: 'bless',
27143
+ standard: 'EIP3091'
27144
+ }
27145
+ ],
27146
+ parent: {
27147
+ type: 'L2',
27148
+ chain: 'eip155-42161',
27149
+ bridges: [{ url: 'https://blessnet.bridge.caldera.xyz' }]
27150
+ },
27151
+ iconURL: 'https://ipfs.io/ipfs/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ'
27152
+ },
26650
27153
  46688: {
26651
27154
  name: 'Fusion Testnet',
26652
27155
  chain: 'FSN',
@@ -26673,7 +27176,10 @@ exports.chains = {
26673
27176
  47763: {
26674
27177
  name: 'Neo X Mainnet',
26675
27178
  chain: 'Neo X',
26676
- rpc: ['https://mainnet-1.rpc.banelabs.org'],
27179
+ rpc: [
27180
+ 'https://mainnet-1.rpc.banelabs.org',
27181
+ 'https://mainnet-2.rpc.banelabs.org'
27182
+ ],
26677
27183
  faucets: [],
26678
27184
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
26679
27185
  infoURL: 'https://neo.org/',
@@ -27136,9 +27642,9 @@ exports.chains = {
27136
27642
  name: 'Toronet Testnet',
27137
27643
  chain: 'Toronet',
27138
27644
  icon: 'toronet',
27139
- rpc: ['http://testnet.toronet.org/rpc'],
27645
+ rpc: ['https://testnet.toronet.org/rpc'],
27140
27646
  faucets: [],
27141
- nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
27647
+ nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
27142
27648
  infoURL: 'https://toronet.org',
27143
27649
  shortName: 'ToronetTestnet',
27144
27650
  chainId: 54321,
@@ -27234,6 +27740,24 @@ exports.chains = {
27234
27740
  ],
27235
27741
  iconURL: 'https://ipfs.io/ipfs/QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf'
27236
27742
  },
27743
+ 55614: {
27744
+ name: 'Flamma Mainnet',
27745
+ chain: 'Flamma',
27746
+ rpc: ['https://rpc.flamma.network'],
27747
+ faucets: [],
27748
+ nativeCurrency: { name: 'Flamma', symbol: 'FLA', decimals: 18 },
27749
+ infoURL: 'https://flamma.network',
27750
+ shortName: 'FlammaMainnet',
27751
+ chainId: 55614,
27752
+ networkId: 55614,
27753
+ explorers: [
27754
+ {
27755
+ name: 'flascan',
27756
+ url: 'https://flascan.net',
27757
+ standard: 'EIP3091'
27758
+ }
27759
+ ]
27760
+ },
27237
27761
  56026: {
27238
27762
  name: 'Lambda Chain Mainnet',
27239
27763
  chain: 'Lambda Chain',
@@ -27419,6 +27943,33 @@ exports.chains = {
27419
27943
  },
27420
27944
  iconURL: 'https://ipfs.io/ipfs/QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS'
27421
27945
  },
27946
+ 58680: {
27947
+ name: 'Lumoz Quidditch Testnet',
27948
+ chain: 'ETH',
27949
+ rpc: ['https://quidditch-rpc.lumoz.org'],
27950
+ faucets: [],
27951
+ nativeCurrency: {
27952
+ name: 'Lumoz Quidditch Testnet Token',
27953
+ symbol: 'MOZ',
27954
+ decimals: 18
27955
+ },
27956
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
27957
+ infoURL: 'https://lumoz.org',
27958
+ shortName: 'Lumoz-Quidditch-Testnet',
27959
+ chainId: 58680,
27960
+ networkId: 58680,
27961
+ slip44: 1,
27962
+ icon: 'opside-new',
27963
+ explorers: [
27964
+ {
27965
+ name: 'LumozQuidditchTestnetInfo',
27966
+ url: 'https://quidditch.lumoz.info',
27967
+ icon: 'opside-new',
27968
+ standard: 'EIP3091'
27969
+ }
27970
+ ],
27971
+ iconURL: 'https://ipfs.io/ipfs/QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay'
27972
+ },
27422
27973
  59140: {
27423
27974
  name: 'Linea Goerli',
27424
27975
  title: 'Linea Goerli Testnet',
@@ -27996,11 +28547,11 @@ exports.chains = {
27996
28547
  63001: {
27997
28548
  name: 'eCredits Testnet',
27998
28549
  chain: 'ECS',
27999
- rpc: ['https://rpc.tst.ecredits.com'],
28550
+ rpc: [],
28000
28551
  faucets: ['https://faucet.tst.ecredits.com'],
28001
28552
  nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
28002
28553
  infoURL: 'https://ecredits.com',
28003
- shortName: 'ecs-testnet',
28554
+ shortName: 'ecs-testnet-old',
28004
28555
  chainId: 63001,
28005
28556
  networkId: 63001,
28006
28557
  slip44: 1,
@@ -28013,8 +28564,32 @@ exports.chains = {
28013
28564
  standard: 'EIP3091'
28014
28565
  }
28015
28566
  ],
28567
+ status: 'deprecated',
28016
28568
  iconURL: 'https://ipfs.io/ipfs/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY'
28017
28569
  },
28570
+ 63002: {
28571
+ name: 'eSync Network Testnet',
28572
+ title: 'eSync Network Testnet',
28573
+ chain: 'ECS',
28574
+ rpc: ['http://rpc.tst.esync.network'],
28575
+ faucets: ['https://faucet.tst.ecredits.com'],
28576
+ nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
28577
+ infoURL: 'https://esync.network',
28578
+ shortName: 'esync-testnet',
28579
+ chainId: 63002,
28580
+ networkId: 63002,
28581
+ slip44: 1,
28582
+ icon: 'esync',
28583
+ explorers: [
28584
+ {
28585
+ name: 'eSync Network Testnet Explorer',
28586
+ url: 'https://explorer.tst.esync.network',
28587
+ icon: 'esync',
28588
+ standard: 'EIP3091'
28589
+ }
28590
+ ],
28591
+ iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
28592
+ },
28018
28593
  65349: {
28019
28594
  name: 'CratD2C Testnet',
28020
28595
  chain: 'CRATD2C',
@@ -28028,6 +28603,7 @@ exports.chains = {
28028
28603
  shortName: 'cratd2c-testnet',
28029
28604
  chainId: 65349,
28030
28605
  networkId: 65349,
28606
+ icon: 'cratd2c-testnet',
28031
28607
  explorers: [
28032
28608
  {
28033
28609
  name: 'Blockscout',
@@ -28035,7 +28611,8 @@ exports.chains = {
28035
28611
  icon: 'blockscout',
28036
28612
  standard: 'EIP3091'
28037
28613
  }
28038
- ]
28614
+ ],
28615
+ iconURL: 'https://ipfs.io/ipfs/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde'
28039
28616
  },
28040
28617
  65357: {
28041
28618
  name: 'Vecno Mainnet',
@@ -28642,9 +29219,9 @@ exports.chains = {
28642
29219
  name: 'Toronet Mainnet',
28643
29220
  chain: 'Toronet',
28644
29221
  icon: 'toronet',
28645
- rpc: ['http://toronet.org/rpc'],
29222
+ rpc: ['https://www.toronet.org/rpc2/'],
28646
29223
  faucets: [],
28647
- nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
29224
+ nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
28648
29225
  infoURL: 'https://toronet.org',
28649
29226
  shortName: 'Toronet',
28650
29227
  chainId: 77777,
@@ -29194,6 +29771,20 @@ exports.chains = {
29194
29771
  parent: { type: 'L2', chain: 'eip155-84532' },
29195
29772
  infoURL: 'https://xprotocol.org/'
29196
29773
  },
29774
+ 83278: {
29775
+ name: 'Esa',
29776
+ chain: 'Esa',
29777
+ rpc: ['http://65.108.151.70:8545'],
29778
+ faucets: [],
29779
+ nativeCurrency: { name: 'Esa', symbol: 'Esa', decimals: 18 },
29780
+ infoURL: 'https://esculap.us',
29781
+ shortName: 'Esa',
29782
+ chainId: 83278,
29783
+ networkId: 83278,
29784
+ icon: 'EsaCoins',
29785
+ explorers: [],
29786
+ iconURL: 'https://ipfs.io/ipfs/QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF'
29787
+ },
29197
29788
  83872: {
29198
29789
  name: 'ZEDXION',
29199
29790
  chain: 'ZEDXION',
@@ -29829,6 +30420,30 @@ exports.chains = {
29829
30420
  ],
29830
30421
  iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
29831
30422
  },
30423
+ 99876: {
30424
+ name: 'Edge Matrix Chain Testnet',
30425
+ chain: 'EMC Testnet',
30426
+ icon: 'emctest',
30427
+ rpc: ['https://rpc1-testnet.emc.network'],
30428
+ faucets: [],
30429
+ nativeCurrency: {
30430
+ name: 'Edge Matrix Chain Token',
30431
+ symbol: 'EMC',
30432
+ decimals: 18
30433
+ },
30434
+ infoURL: '',
30435
+ shortName: 'EMCTestnet',
30436
+ chainId: 99876,
30437
+ networkId: 99876,
30438
+ explorers: [
30439
+ {
30440
+ name: 'blockscout',
30441
+ url: 'https://testnet.emcscan.com',
30442
+ standard: 'EIP3091'
30443
+ }
30444
+ ],
30445
+ iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
30446
+ },
29832
30447
  99998: {
29833
30448
  name: 'UB Smart Chain(testnet)',
29834
30449
  chain: 'USC',
@@ -30151,6 +30766,28 @@ exports.chains = {
30151
30766
  ],
30152
30767
  iconURL: 'https://ipfs.io/ipfs/QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX'
30153
30768
  },
30769
+ 102032: {
30770
+ name: 'Creditcoin Devnet',
30771
+ chain: 'CTC',
30772
+ icon: 'creditcoin',
30773
+ rpc: ['https://rpc.cc3-devnet.creditcoin.network'],
30774
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
30775
+ nativeCurrency: { name: 'Devnet CTC', symbol: 'devCTC', decimals: 18 },
30776
+ infoURL: 'https://creditcoin.org',
30777
+ shortName: 'ctcdev',
30778
+ chainId: 102032,
30779
+ networkId: 102032,
30780
+ faucets: [],
30781
+ explorers: [
30782
+ {
30783
+ name: 'blockscout',
30784
+ url: 'https://creditcoin-devnet.blockscout.com',
30785
+ icon: 'blockscout',
30786
+ standard: 'EIP3091'
30787
+ }
30788
+ ],
30789
+ iconURL: 'https://ipfs.io/ipfs/QmTfecECALDCy51zwVbXBSXb6TokqowCYzVLv65etahLxX'
30790
+ },
30154
30791
  103090: {
30155
30792
  name: 'Crystaleum',
30156
30793
  chain: 'crystal',
@@ -30961,6 +31598,38 @@ exports.chains = {
30961
31598
  ],
30962
31599
  iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
30963
31600
  },
31601
+ 168168: {
31602
+ name: 'Zchains',
31603
+ chain: 'Zchains',
31604
+ rpc: ['https://rpc.zchains.com'],
31605
+ faucets: [],
31606
+ nativeCurrency: { name: 'ZCD', symbol: 'ZCD', decimals: 18 },
31607
+ infoURL: 'https://www.zchains.com/',
31608
+ shortName: 'zchains',
31609
+ chainId: 168168,
31610
+ networkId: 168168,
31611
+ icon: 'zchain',
31612
+ explorers: [
31613
+ {
31614
+ name: 'zchains',
31615
+ url: 'https://scan.zchains.com',
31616
+ standard: 'EIP3091'
31617
+ }
31618
+ ],
31619
+ iconURL: 'https://ipfs.io/ipfs/QmWMbLpzmFCSpgWaXKiazwSyaPQ6qKSboHpko4g4HBZbZm'
31620
+ },
31621
+ 171000: {
31622
+ name: 'Fair Testnet',
31623
+ chain: 'FAIR',
31624
+ rpc: ['https://rpc-testnet.xfair.ai', 'wss://rpc-testnet.xfair.ai'],
31625
+ faucets: [],
31626
+ nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
31627
+ features: [{ name: 'EIP155' }],
31628
+ infoURL: 'https://xfair.ai',
31629
+ shortName: 'fairt',
31630
+ chainId: 171000,
31631
+ networkId: 171000
31632
+ },
30964
31633
  175177: {
30965
31634
  name: 'Chronicle - Lit Protocol Testnet',
30966
31635
  chain: 'LPC',
@@ -31433,6 +32102,31 @@ exports.chains = {
31433
32102
  ],
31434
32103
  iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
31435
32104
  },
32105
+ 212013: {
32106
+ name: 'Litentry',
32107
+ chain: 'Litentry',
32108
+ rpc: [
32109
+ 'https://rpc.litentry-parachain.litentry.io',
32110
+ 'wss://rpc.litentry-parachain.litentry.io',
32111
+ 'https://litentry-rpc.dwellir.com',
32112
+ 'wss://litentry-rpc.dwellir.com'
32113
+ ],
32114
+ faucets: [],
32115
+ nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
32116
+ infoURL: 'https://litentry.com',
32117
+ shortName: 'litentry',
32118
+ chainId: 212013,
32119
+ networkId: 212013,
32120
+ icon: 'litentry',
32121
+ explorers: [
32122
+ {
32123
+ name: 'litentry statescan',
32124
+ url: 'https://litentry.statescan.io',
32125
+ standard: 'none'
32126
+ }
32127
+ ],
32128
+ iconURL: 'https://ipfs.io/ipfs/QmPYr4SiYqPr5jwt7XS4xc3XcB3yEVibDp2UXZdxukHAg6'
32129
+ },
31436
32130
  220315: {
31437
32131
  name: 'Mas Mainnet',
31438
32132
  chain: 'MAS',
@@ -35293,6 +35987,25 @@ exports.chains = {
35293
35987
  ],
35294
35988
  iconURL: 'https://ipfs.io/ipfs/QmeTj6tfaw9qf9wnEUQh7PnCpNWyvm56e7kY35kANRWNxj'
35295
35989
  },
35990
+ 9999999: {
35991
+ name: 'Fluence',
35992
+ chain: 'Fluence',
35993
+ rpc: ['https://rpc.mainnet.fluence.dev/', 'wss://ws.mainnet.fluence.dev/'],
35994
+ faucets: [],
35995
+ nativeCurrency: { name: 'FLT', symbol: 'FLT', decimals: 18 },
35996
+ infoURL: 'https://fluence.network/',
35997
+ shortName: 'fluence',
35998
+ chainId: 9999999,
35999
+ networkId: 9999999,
36000
+ explorers: [
36001
+ {
36002
+ name: 'blockscout',
36003
+ url: 'https://blockscout.mainnet.fluence.dev',
36004
+ standard: 'EIP3091'
36005
+ }
36006
+ ],
36007
+ parent: { type: 'L2', chain: 'eip155-1' }
36008
+ },
35296
36009
  10067275: {
35297
36010
  name: 'Plian Testnet Subchain 1',
35298
36011
  chain: 'Plian',
@@ -35376,6 +36089,36 @@ exports.chains = {
35376
36089
  ],
35377
36090
  iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
35378
36091
  },
36092
+ 11145513: {
36093
+ name: 'Blessnet Sepolia',
36094
+ chain: 'ETH',
36095
+ rpc: [
36096
+ 'https://blessnet-sepolia-testnet.rpc.caldera.xyz/http',
36097
+ 'wss://blessnet-sepolia-testnet.rpc.caldera.xyz/ws'
36098
+ ],
36099
+ faucets: ['https://blessnet-sepolia-testnet.hub.caldera.xyz'],
36100
+ nativeCurrency: { name: 'Bless', symbol: 'BLESS', decimals: 18 },
36101
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
36102
+ infoURL: 'https://blessnet.io',
36103
+ shortName: 'bless-sepolia',
36104
+ chainId: 11145513,
36105
+ networkId: 11145513,
36106
+ icon: 'bless',
36107
+ explorers: [
36108
+ {
36109
+ name: 'blockscout',
36110
+ url: 'https://blessnet-sepolia-testnet.explorer.caldera.xyz',
36111
+ icon: 'bless',
36112
+ standard: 'EIP3091'
36113
+ }
36114
+ ],
36115
+ parent: {
36116
+ type: 'L2',
36117
+ chain: 'eip155-421614',
36118
+ bridges: [{ url: 'https://blessnet-sepolia-testnet.bridge.caldera.xyz' }]
36119
+ },
36120
+ iconURL: 'https://ipfs.io/ipfs/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ'
36121
+ },
35379
36122
  11155111: {
35380
36123
  name: 'Sepolia',
35381
36124
  title: 'Ethereum Testnet Sepolia',
@@ -35479,8 +36222,8 @@ exports.chains = {
35479
36222
  iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
35480
36223
  },
35481
36224
  12227332: {
35482
- name: 'NeoX Testnet T4',
35483
- chain: 'NeoX',
36225
+ name: 'Neo X Testnet T4',
36226
+ chain: 'Neo X',
35484
36227
  rpc: ['https://testnet.rpc.banelabs.org/'],
35485
36228
  faucets: [],
35486
36229
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
@@ -35492,7 +36235,7 @@ exports.chains = {
35492
36235
  explorers: [
35493
36236
  {
35494
36237
  name: 'neox-scan',
35495
- url: 'https://testnet.scan.banelabs.org',
36238
+ url: 'https://xt4scan.ngd.network',
35496
36239
  standard: 'EIP3091'
35497
36240
  }
35498
36241
  ],
@@ -35778,13 +36521,16 @@ exports.chains = {
35778
36521
  shortName: 'Vcity',
35779
36522
  chainId: 20230825,
35780
36523
  networkId: 20230825,
36524
+ icon: 'vcity',
35781
36525
  explorers: [
35782
36526
  {
35783
36527
  name: 'Vcity Explorer',
35784
36528
  url: 'https://scan.vcity.app',
36529
+ icon: 'vcity',
35785
36530
  standard: 'EIP3091'
35786
36531
  }
35787
- ]
36532
+ ],
36533
+ iconURL: 'https://ipfs.io/ipfs/QmXBNp75r6DUCB99vknr5B1hHQFMCc1c2wE3qNbYkuss9C'
35788
36534
  },
35789
36535
  20240324: {
35790
36536
  name: 'DeBank Sepolia Testnet',
@@ -35998,6 +36744,29 @@ exports.chains = {
35998
36744
  explorers: [],
35999
36745
  iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
36000
36746
  },
36747
+ 33626250: {
36748
+ name: 'Toliman Suave Testnet',
36749
+ chain: 'ETH',
36750
+ rpc: ['https://rpc.toliman.suave.flashbots.net'],
36751
+ faucets: ['https://faucet.toliman.suave.flashbots.net'],
36752
+ nativeCurrency: {
36753
+ name: 'SUAVE Toliman Eth',
36754
+ symbol: 'TEEth',
36755
+ decimals: 18
36756
+ },
36757
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
36758
+ infoURL: 'https://suave-alpha.flashbots.net/toliman',
36759
+ shortName: 'suave-toliman',
36760
+ chainId: 33626250,
36761
+ networkId: 33626250,
36762
+ explorers: [
36763
+ {
36764
+ name: 'Blockscout',
36765
+ url: 'https://explorer.toliman.suave.flashbots.net',
36766
+ standard: 'EIP3091'
36767
+ }
36768
+ ]
36769
+ },
36001
36770
  35855456: {
36002
36771
  name: 'Joys Digital Mainnet',
36003
36772
  chain: 'JOYS',
@@ -36074,6 +36843,25 @@ exports.chains = {
36074
36843
  }
36075
36844
  ]
36076
36845
  },
36846
+ 52164803: {
36847
+ name: 'Fluence Testnet',
36848
+ chain: 'Fluence Testnet',
36849
+ rpc: ['https://rpc.testnet.fluence.dev/', 'wss://ws.testnet.fluence.dev/'],
36850
+ faucets: [],
36851
+ nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
36852
+ infoURL: 'https://fluence.network/',
36853
+ shortName: 'fluence-testnet',
36854
+ chainId: 52164803,
36855
+ networkId: 52164803,
36856
+ explorers: [
36857
+ {
36858
+ name: 'blockscout',
36859
+ url: 'https://blockscout.testnet.fluence.dev',
36860
+ standard: 'EIP3091'
36861
+ }
36862
+ ],
36863
+ parent: { type: 'L2', chain: 'eip155-11155111' }
36864
+ },
36077
36865
  61717561: {
36078
36866
  name: 'Aquachain',
36079
36867
  chain: 'AQUA',
@@ -36422,6 +37210,28 @@ exports.chains = {
36422
37210
  networkId: 99415706,
36423
37211
  slip44: 1
36424
37212
  },
37213
+ 100000000: {
37214
+ name: 'Ethos',
37215
+ chain: 'ETHOS',
37216
+ rpc: ['https://rpc.ethos.cool'],
37217
+ faucets: ['https://faucet.ethos.cool'],
37218
+ nativeCurrency: { name: 'ETHOS', symbol: 'ETHOS', decimals: 18 },
37219
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
37220
+ infoURL: 'https://ethos.cool',
37221
+ shortName: 'ETHOS',
37222
+ chainId: 100000000,
37223
+ networkId: 100000000,
37224
+ icon: 'ethos',
37225
+ explorers: [
37226
+ {
37227
+ name: 'ethos scan',
37228
+ url: 'https://scan.ethos.cool',
37229
+ icon: 'ethos',
37230
+ standard: 'EIP3091'
37231
+ }
37232
+ ],
37233
+ iconURL: 'https://ipfs.io/ipfs/QmTHkNAvYzYnHoKm5ht7RKXqChFeBndptunhMDfcCict2J'
37234
+ },
36425
37235
  108160679: {
36426
37236
  name: 'Oraichain Mainnet',
36427
37237
  title: 'Oraichain Mainnet',
@@ -36937,6 +37747,30 @@ exports.chains = {
36937
37747
  ],
36938
37748
  iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
36939
37749
  },
37750
+ 531050104: {
37751
+ name: 'Sophon Testnet',
37752
+ chain: 'Sophon Testnet',
37753
+ rpc: ['https://rpc.testnet.sophon.xyz', 'wss://rpc.testnet.sophon.xyz/ws'],
37754
+ nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
37755
+ faucets: [],
37756
+ infoURL: '',
37757
+ shortName: 'sophon-testnet',
37758
+ chainId: 531050104,
37759
+ networkId: 531050104,
37760
+ explorers: [
37761
+ {
37762
+ name: 'Sophon Block Explorer',
37763
+ url: 'https://explorer.testnet.sophon.xyz',
37764
+ icon: 'sophon-testnet',
37765
+ standard: 'none'
37766
+ }
37767
+ ],
37768
+ parent: {
37769
+ type: 'L2',
37770
+ chain: 'eip155-1',
37771
+ bridges: [{ url: 'https://portal.testnet.sophon.xyz/bridge' }]
37772
+ }
37773
+ },
36940
37774
  666666666: {
36941
37775
  name: 'Degen Chain',
36942
37776
  title: 'Degen Chain',
@@ -36952,6 +37786,30 @@ exports.chains = {
36952
37786
  icon: 'degen',
36953
37787
  iconURL: 'https://ipfs.io/ipfs/Qmb6yAe4wXeBkxjfhxzoUT9TzETcmE7Vne59etm9GJaQf7'
36954
37788
  },
37789
+ 728126428: {
37790
+ name: 'Tron Mainnet',
37791
+ chain: 'TRON',
37792
+ rpc: [
37793
+ 'https://rpc.ankr.com/tron_jsonrpc',
37794
+ 'https://api.trongrid.io/jsonrpc'
37795
+ ],
37796
+ faucets: [],
37797
+ nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
37798
+ infoURL: 'https://tron.network',
37799
+ shortName: 'tron',
37800
+ chainId: 728126428,
37801
+ networkId: 728126428,
37802
+ icon: 'tron',
37803
+ explorers: [
37804
+ {
37805
+ name: 'tronscan',
37806
+ url: 'https://tronscan.org',
37807
+ icon: 'tron',
37808
+ standard: 'none'
37809
+ }
37810
+ ],
37811
+ iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
37812
+ },
36955
37813
  888888888: {
36956
37814
  name: 'Ancient8',
36957
37815
  chain: 'Ancient8',
@@ -37889,6 +38747,27 @@ exports.chains = {
37889
38747
  ],
37890
38748
  iconURL: 'https://ipfs.io/ipfs/QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq'
37891
38749
  },
38750
+ 111551119090: {
38751
+ name: 'Thanos Sepolia',
38752
+ chain: 'ETH',
38753
+ rpc: [
38754
+ 'https://rpc.thanos-sepolia.tokamak.network',
38755
+ 'wss://rpc.thanos-sepolia.tokamak.network'
38756
+ ],
38757
+ faucets: [],
38758
+ nativeCurrency: { name: 'Tokamak Network', symbol: 'TON', decimals: 18 },
38759
+ infoURL: 'https://tokamak.network',
38760
+ shortName: 'thanos-sepolia',
38761
+ chainId: 111551119090,
38762
+ networkId: 111551119090,
38763
+ explorers: [
38764
+ {
38765
+ name: 'blockscout',
38766
+ url: 'https://explorer.thanos-sepolia.tokamak.network',
38767
+ standard: 'EIP3091'
38768
+ }
38769
+ ]
38770
+ },
37892
38771
  123420000220: {
37893
38772
  name: 'Fluence Stage',
37894
38773
  chain: 'Fluence Stage (Testnet)',