@revoke.cash/chains 61.0.0 → 63.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.
@@ -23,7 +23,8 @@ exports.chains = {
23
23
  'https://rpc.mevblocker.io/noreverts',
24
24
  'https://rpc.mevblocker.io/fullprivacy',
25
25
  'https://eth.drpc.org',
26
- 'wss://eth.drpc.org'
26
+ 'wss://eth.drpc.org',
27
+ 'https://api.securerpc.com/v1'
27
28
  ],
28
29
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
29
30
  faucets: [],
@@ -4826,6 +4827,21 @@ exports.chains = {
4826
4827
  ],
4827
4828
  iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
4828
4829
  },
4830
+ 239: {
4831
+ name: 'TAC Mainnet',
4832
+ title: 'TAC Mainnet',
4833
+ chain: 'TAC',
4834
+ icon: 'tac',
4835
+ rpc: [],
4836
+ faucets: [],
4837
+ nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
4838
+ infoURL: 'https://tac.build/',
4839
+ shortName: 'tac',
4840
+ chainId: 239,
4841
+ networkId: 239,
4842
+ explorers: [],
4843
+ iconURL: 'https://ipfs.io/ipfs/bafkreigvlt7py3h7ehy75x3w2ksmncfj57xt6giyfkhoue2vlrnfokezse'
4844
+ },
4829
4845
  240: {
4830
4846
  name: 'Cronos zkEVM Testnet',
4831
4847
  chain: 'CronosZkEVMTestnet',
@@ -5680,7 +5696,7 @@ exports.chains = {
5680
5696
  ]
5681
5697
  },
5682
5698
  302: {
5683
- name: 'zkCandy Sepolia Testnet',
5699
+ name: 'ZKcandy Sepolia Testnet',
5684
5700
  chain: 'ETH',
5685
5701
  rpc: ['https://sepolia.rpc.zkcandy.io'],
5686
5702
  faucets: [],
@@ -5692,7 +5708,7 @@ exports.chains = {
5692
5708
  icon: 'zkcandy',
5693
5709
  explorers: [
5694
5710
  {
5695
- name: 'zkCandy Block Explorer',
5711
+ name: 'ZKcandy Block Explorer',
5696
5712
  url: 'https://sepolia.explorer.zkcandy.io',
5697
5713
  icon: 'zkcandy',
5698
5714
  standard: 'EIP3091'
@@ -5894,9 +5910,9 @@ exports.chains = {
5894
5910
  iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
5895
5911
  },
5896
5912
  315: {
5897
- name: 'WEMblockchain MainNet',
5913
+ name: 'WorldEcoMoney',
5898
5914
  chain: 'WEM',
5899
- rpc: ['http://rpc.wemblockchain.com'],
5915
+ rpc: ['https://rpc.wemblockchain.com'],
5900
5916
  faucets: [],
5901
5917
  nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
5902
5918
  features: [
@@ -5910,13 +5926,16 @@ exports.chains = {
5910
5926
  shortName: 'wem',
5911
5927
  chainId: 315,
5912
5928
  networkId: 315,
5929
+ icon: 'wem',
5913
5930
  explorers: [
5914
5931
  {
5915
5932
  name: 'wemscan',
5916
5933
  url: 'https://wemscan.com',
5934
+ icon: 'wemscan',
5917
5935
  standard: 'EIP3091'
5918
5936
  }
5919
- ]
5937
+ ],
5938
+ iconURL: 'https://ipfs.io/ipfs/QmSuVbbBRAnquu3EsbsFgEMNgM8bTpiVKns2CCBVM6c2aJ'
5920
5939
  },
5921
5940
  321: {
5922
5941
  name: 'KCC Mainnet',
@@ -8399,6 +8418,28 @@ exports.chains = {
8399
8418
  icon: 'vrcscan',
8400
8419
  iconURL: 'https://ipfs.io/ipfs/QmasMkZJ6m7y77fgY6SooNnrH3Y4a3vVYNDWe9T3KusxeU'
8401
8420
  },
8421
+ 718: {
8422
+ name: 'UXLINK ONE Mainnet',
8423
+ chain: 'UXLINK ONE',
8424
+ rpc: ['https://rpc.uxlinkone.com'],
8425
+ faucets: [],
8426
+ nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
8427
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
8428
+ infoURL: 'https://www.uxlinkone.com',
8429
+ shortName: 'uxlink1',
8430
+ chainId: 718,
8431
+ networkId: 718,
8432
+ icon: 'uxlinkone',
8433
+ explorers: [
8434
+ {
8435
+ name: 'UXLINK ONE Mainnet Explorer',
8436
+ url: 'https://sepolia.uxlinkone.com',
8437
+ icon: 'uxlinkone',
8438
+ standard: 'EIP3091'
8439
+ }
8440
+ ],
8441
+ iconURL: 'https://ipfs.io/ipfs/bafkreibppp6mjqupwr5ffrcj4fcculphzoxxoqx5m4sjypsxwglljuq7sy'
8442
+ },
8402
8443
  719: {
8403
8444
  name: 'Shibarium Beta',
8404
8445
  chain: 'Shibarium',
@@ -12092,6 +12133,27 @@ exports.chains = {
12092
12133
  ],
12093
12134
  iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
12094
12135
  },
12136
+ 1300: {
12137
+ name: 'Glue Mainnet',
12138
+ chain: 'GLUE',
12139
+ rpc: ['https://rpc.glue.net'],
12140
+ faucets: [],
12141
+ nativeCurrency: { name: 'Glue', symbol: 'GLUE', decimals: 18 },
12142
+ infoURL: 'https://glue.net/',
12143
+ shortName: 'glue',
12144
+ chainId: 1300,
12145
+ networkId: 1300,
12146
+ icon: 'glue',
12147
+ explorers: [
12148
+ {
12149
+ name: 'Glue Explorer',
12150
+ url: 'https://explorer.glue.net',
12151
+ icon: 'glue',
12152
+ standard: 'EIP3091'
12153
+ }
12154
+ ],
12155
+ iconURL: 'https://ipfs.io/ipfs/QmRPBdzXX433zTD8zLjFu9uYYq16aLz1Pu1xCjJZYMP4wE'
12156
+ },
12095
12157
  1301: {
12096
12158
  name: 'Unichain Sepolia Testnet',
12097
12159
  chain: 'ETH',
@@ -12181,6 +12243,26 @@ exports.chains = {
12181
12243
  icon: 'alyx',
12182
12244
  iconURL: 'https://ipfs.io/ipfs/bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i'
12183
12245
  },
12246
+ 1315: {
12247
+ name: 'Story Homer Testnet',
12248
+ chain: 'Story Homer Testnet',
12249
+ rpc: ['https://devnet.storyrpc.io.'],
12250
+ faucets: [],
12251
+ nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12252
+ infoURL: 'https://story.foundation/',
12253
+ icon: 'story',
12254
+ shortName: 'styhmt',
12255
+ chainId: 1315,
12256
+ networkId: 1315,
12257
+ explorers: [
12258
+ {
12259
+ name: 'blockscout',
12260
+ url: 'https://devnet.storyscan.xyz',
12261
+ standard: 'EIP3091'
12262
+ }
12263
+ ],
12264
+ iconURL: 'https://ipfs.io/ipfs/bafkreierdbo6kxvq5l353dqzg5qkaennz5s6hjp3nvmvyz2dx7gfka4nuu'
12265
+ },
12184
12266
  1319: {
12185
12267
  name: 'AIA Mainnet',
12186
12268
  chain: 'AIA',
@@ -13218,7 +13300,7 @@ exports.chains = {
13218
13300
  ],
13219
13301
  parent: {
13220
13302
  type: 'L2',
13221
- chain: 'eip155-1',
13303
+ chain: 'eip155-11155111',
13222
13304
  bridges: [{ url: 'https://sepolia-testnet-bridge.mintchain.io' }]
13223
13305
  },
13224
13306
  iconURL: 'https://ipfs.io/ipfs/QmQsYisbKkCTKoKG2YSVs94UGuWWMiBspirH4Af4FyZeZz'
@@ -14892,21 +14974,21 @@ exports.chains = {
14892
14974
  ]
14893
14975
  },
14894
14976
  2020: {
14895
- name: 'PublicMint Mainnet',
14896
- title: 'Public Mint Mainnet',
14897
- chain: 'PublicMint',
14898
- rpc: ['https://rpc.publicmint.io:8545'],
14899
- faucets: [],
14900
- nativeCurrency: { name: 'USD', symbol: 'USD', decimals: 18 },
14901
- infoURL: 'https://publicmint.com',
14902
- shortName: 'pmint',
14977
+ name: 'Ronin Mainnet',
14978
+ title: 'Ronin',
14979
+ chain: 'ronin',
14980
+ rpc: ['https://api.roninchain.com/rpc'],
14981
+ faucets: [],
14982
+ nativeCurrency: { name: 'RON', symbol: 'RON', decimals: 18 },
14983
+ infoURL: 'https://roninchain.com',
14984
+ shortName: 'ron',
14903
14985
  chainId: 2020,
14904
14986
  networkId: 2020,
14905
- slip44: 60,
14987
+ redFlags: ['reusedChainId'],
14906
14988
  explorers: [
14907
14989
  {
14908
- name: 'PublicMint Explorer',
14909
- url: 'https://explorer.publicmint.io',
14990
+ name: 'Ronin Block Explorer',
14991
+ url: 'https://app.roninchain.com',
14910
14992
  standard: 'EIP3091'
14911
14993
  }
14912
14994
  ]
@@ -16302,6 +16384,27 @@ exports.chains = {
16302
16384
  },
16303
16385
  iconURL: 'https://ipfs.io/ipfs/QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho'
16304
16386
  },
16387
+ 2368: {
16388
+ name: 'KiteAI Testnet',
16389
+ chain: 'KiteAI',
16390
+ icon: 'kite',
16391
+ rpc: ['https://rpc-testnet.gokite.ai'],
16392
+ faucets: ['https://faucet.gokite.ai/'],
16393
+ nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
16394
+ infoURL: 'https://gokite.ai/',
16395
+ shortName: 'KiteAI',
16396
+ chainId: 2368,
16397
+ networkId: 1,
16398
+ slip44: 1,
16399
+ explorers: [
16400
+ {
16401
+ name: 'Kitescan',
16402
+ url: 'https://testnet.kitescan.ai',
16403
+ standard: 'EIP3091'
16404
+ }
16405
+ ],
16406
+ iconURL: 'https://ipfs.io/ipfs/QmZmY5VTAaYo3Hd7Y1dyWn5DcffFtr2xpYEHammzfKVoZ2'
16407
+ },
16305
16408
  2370: {
16306
16409
  name: 'Nexis Network Testnet',
16307
16410
  chain: 'Nexis Network',
@@ -16322,6 +16425,32 @@ exports.chains = {
16322
16425
  ],
16323
16426
  iconURL: 'https://ipfs.io/ipfs/QmdJwWuMgbhoZhgFM4zWrZne6qs5ktcL1vBLKX12VGgALM'
16324
16427
  },
16428
+ 2390: {
16429
+ name: 'TAC Turin',
16430
+ title: 'TAC Testnet Turin',
16431
+ chain: 'TAC',
16432
+ icon: 'tactestnet',
16433
+ rpc: [
16434
+ 'https://turin.rpc.tac.build',
16435
+ 'https://rpc.ankr.com/tac_turin',
16436
+ 'https://turin-ws.rpc.tac.build'
16437
+ ],
16438
+ faucets: ['https://turin.faucet.tac.build/'],
16439
+ nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
16440
+ infoURL: 'https://tac.build/',
16441
+ shortName: 'tacchain_2390-1',
16442
+ chainId: 2390,
16443
+ networkId: 2390,
16444
+ slip44: 1,
16445
+ explorers: [
16446
+ {
16447
+ name: 'TAC Turin Blockscout',
16448
+ url: 'https://turin.explorer.tac.build',
16449
+ standard: 'EIP3091'
16450
+ }
16451
+ ],
16452
+ iconURL: 'https://ipfs.io/ipfs/bafkreidhtm3kefmhw3vh7kl5uwx2rigq7h7r7beoq7sepblcrmclgyynue'
16453
+ },
16325
16454
  2399: {
16326
16455
  name: 'BOMB Chain Testnet',
16327
16456
  chain: 'BOMB',
@@ -17031,7 +17160,7 @@ exports.chains = {
17031
17160
  2741: {
17032
17161
  name: 'Abstract',
17033
17162
  chain: 'Abstract',
17034
- rpc: [],
17163
+ rpc: ['https://api.mainnet.abs.xyz'],
17035
17164
  faucets: [],
17036
17165
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17037
17166
  infoURL: 'https://abs.xyz',
@@ -17039,8 +17168,23 @@ exports.chains = {
17039
17168
  chainId: 2741,
17040
17169
  networkId: 2741,
17041
17170
  icon: 'abstract',
17042
- explorers: [],
17043
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
17171
+ explorers: [
17172
+ {
17173
+ name: 'Etherscan',
17174
+ url: 'https://abscan.org',
17175
+ standard: 'EIP3091'
17176
+ },
17177
+ {
17178
+ name: 'Abstract Explorer',
17179
+ url: 'https://explorer.mainnet.abs.xyz',
17180
+ standard: 'EIP3091'
17181
+ }
17182
+ ],
17183
+ parent: {
17184
+ type: 'L2',
17185
+ chain: 'eip155-1',
17186
+ bridges: [{ url: 'https://portal.mainnet.abs.xyz/bridge' }]
17187
+ },
17044
17188
  iconURL: 'https://ipfs.io/ipfs/QmSRp5BGvwW9xmNNiRwZkJiTnjkyeQFU8Fy2BYwaBVJn58'
17045
17189
  },
17046
17190
  2748: {
@@ -20459,36 +20603,54 @@ exports.chains = {
20459
20603
  ],
20460
20604
  iconURL: 'https://ipfs.io/ipfs/QmRm6gcEPJmU9a86zrmyP7FALTN4Toz9HrnrL2Kwg6FPeh'
20461
20605
  },
20606
+ 5371: {
20607
+ name: 'Settlus',
20608
+ chain: 'ETH',
20609
+ rpc: [],
20610
+ faucets: [],
20611
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20612
+ infoURL: 'https://settlus.org',
20613
+ shortName: 'setl',
20614
+ chainId: 5371,
20615
+ networkId: 5371,
20616
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
20617
+ status: 'incubating'
20618
+ },
20462
20619
  5372: {
20463
20620
  name: 'Settlus Testnet',
20464
20621
  chain: 'Settlus',
20465
- rpc: ['https://settlus-test-eth.settlus.io'],
20466
- faucets: ['https://faucet.settlus.io'],
20622
+ rpc: [],
20623
+ faucets: [],
20467
20624
  nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
20468
20625
  infoURL: 'https://settlus.org',
20469
20626
  shortName: 'settlus-testnet',
20470
20627
  chainId: 5372,
20471
20628
  networkId: 5372,
20472
- explorers: [
20473
- {
20474
- name: 'Settlus Scan',
20475
- url: 'https://testnet.settlus.network',
20476
- standard: 'EIP3091'
20477
- }
20478
- ]
20629
+ status: 'deprecated'
20479
20630
  },
20480
20631
  5373: {
20481
20632
  name: 'Settlus Sepolia Testnet',
20482
20633
  chain: 'ETH',
20483
- rpc: [],
20634
+ rpc: ['https://settlus-septestnet.g.alchemy.com/public'],
20484
20635
  faucets: [],
20485
20636
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
20486
20637
  infoURL: 'https://settlus.org',
20487
20638
  shortName: 'setl-sepolia',
20488
20639
  chainId: 5373,
20489
20640
  networkId: 5373,
20490
- parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
20491
- status: 'incubating'
20641
+ parent: {
20642
+ type: 'L2',
20643
+ chain: 'eip155-11155111',
20644
+ bridges: [{ url: 'https://settlus-sep-testnet.bridge.alchemy.com/' }]
20645
+ },
20646
+ explorers: [
20647
+ {
20648
+ name: 'Settlus Sepolia Testnet Explorer',
20649
+ url: 'https://settlus-sepolia-testnet.explorer.alchemy.com',
20650
+ standard: 'EIP3091'
20651
+ }
20652
+ ],
20653
+ status: 'active'
20492
20654
  },
20493
20655
  5424: {
20494
20656
  name: 'edeXa Mainnet',
@@ -23235,6 +23397,7 @@ exports.chains = {
23235
23397
  8086: {
23236
23398
  name: 'Bitcoin Chain',
23237
23399
  chain: 'BTC',
23400
+ icon: 'BTCChain',
23238
23401
  rpc: ['https://rpc.bitcoinevm.org'],
23239
23402
  faucets: [],
23240
23403
  nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
@@ -23242,11 +23405,13 @@ exports.chains = {
23242
23405
  shortName: 'Bitcoin',
23243
23406
  chainId: 8086,
23244
23407
  networkId: 8086,
23245
- explorers: []
23408
+ explorers: [],
23409
+ iconURL: 'https://ipfs.io/ipfs/bafkreib6is2nmoadrbvigzrd54z53eya5whfmyeukrl5mfxmskvbw5juxa'
23246
23410
  },
23247
23411
  8087: {
23248
23412
  name: 'E-Dollar',
23249
23413
  chain: 'USD',
23414
+ icon: 'edollar',
23250
23415
  rpc: ['https://rpc.e-dollar.org'],
23251
23416
  faucets: [],
23252
23417
  nativeCurrency: { name: 'E-Dollar', symbol: 'USD', decimals: 18 },
@@ -23254,7 +23419,8 @@ exports.chains = {
23254
23419
  shortName: 'E-Dollar',
23255
23420
  chainId: 8087,
23256
23421
  networkId: 8087,
23257
- explorers: []
23422
+ explorers: [],
23423
+ iconURL: 'https://ipfs.io/ipfs/bafkreic4aq265oaf6yze7ba5okefqh6vnqudyrz6ovukvbnrlhet36itle'
23258
23424
  },
23259
23425
  8098: {
23260
23426
  name: 'StreamuX Blockchain',
@@ -24392,6 +24558,34 @@ exports.chains = {
24392
24558
  ],
24393
24559
  iconURL: 'https://ipfs.io/ipfs/QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c'
24394
24560
  },
24561
+ 9003: {
24562
+ name: 'Qubetics Testnet',
24563
+ chain: 'Qubetics Testnet',
24564
+ rpc: [
24565
+ 'https://alphatestnet-evm-rpc.qubetics.work/',
24566
+ 'wss://wss-testnet-nodes.shidoscan.com'
24567
+ ],
24568
+ faucets: ['https://alphatestnet-explorer.qubetics.work/faucet'],
24569
+ nativeCurrency: {
24570
+ name: 'Qubetics Testnet Token',
24571
+ symbol: 'TICS',
24572
+ decimals: 18
24573
+ },
24574
+ infoURL: 'https://www.qubetics.com/',
24575
+ shortName: 'Qubetics',
24576
+ chainId: 9003,
24577
+ networkId: 9003,
24578
+ icon: 'qubetics',
24579
+ explorers: [
24580
+ {
24581
+ name: 'Qubetics Testnet Explorer',
24582
+ url: 'https://testnet.shidoscan.com',
24583
+ standard: 'none',
24584
+ icon: 'qubetics'
24585
+ }
24586
+ ],
24587
+ iconURL: 'https://ipfs.io/ipfs/bafkreigsioq2bd4c6slficwtzjq6gbti2c4vhzjlsjtihz2b762j4zjqhy'
24588
+ },
24395
24589
  9007: {
24396
24590
  name: 'Shido Testnet Block',
24397
24591
  chain: 'Shido Testnet',
@@ -25537,6 +25731,17 @@ exports.chains = {
25537
25731
  ],
25538
25732
  iconURL: 'https://ipfs.io/ipfs/Qmeq49hbjDHYyWs4UyUHwwde5WUemJYJSLSXiik6up5NjE'
25539
25733
  },
25734
+ 10066: {
25735
+ name: 'Chain Opera Testnet',
25736
+ chain: 'Chain Opera Testnet',
25737
+ rpc: ['http://40.78.123.6:8545'],
25738
+ faucets: [],
25739
+ nativeCurrency: { name: 'coai', symbol: 'CO', decimals: 18 },
25740
+ infoURL: 'https://chainopera.ai/',
25741
+ shortName: 'chainopera-testnet',
25742
+ chainId: 10066,
25743
+ networkId: 10066
25744
+ },
25540
25745
  10081: {
25541
25746
  name: 'Japan Open Chain Testnet',
25542
25747
  chain: 'JOCT',
@@ -25620,7 +25825,7 @@ exports.chains = {
25620
25825
  name: 'Monad Testnet',
25621
25826
  chain: 'MON',
25622
25827
  icon: 'monad',
25623
- rpc: [],
25828
+ rpc: ['https://testnet-rpc.monad.xyz'],
25624
25829
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
25625
25830
  faucets: [],
25626
25831
  nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
@@ -25629,7 +25834,13 @@ exports.chains = {
25629
25834
  chainId: 10143,
25630
25835
  networkId: 10143,
25631
25836
  slip44: 1,
25632
- explorers: [],
25837
+ explorers: [
25838
+ {
25839
+ name: 'Monad Testnet Explorer',
25840
+ url: 'https://testnet.monadexplorer.com',
25841
+ standard: 'EIP3091'
25842
+ }
25843
+ ],
25633
25844
  iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
25634
25845
  },
25635
25846
  10200: {
@@ -26287,7 +26498,7 @@ exports.chains = {
26287
26498
  iconURL: 'https://ipfs.io/ipfs/QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi'
26288
26499
  },
26289
26500
  11451: {
26290
- name: 'eGoldChain',
26501
+ name: 'eGold Chain',
26291
26502
  chain: 'EGC',
26292
26503
  icon: 'egoldchain',
26293
26504
  rpc: ['https://rpc.egoldchain.com', 'wss://rpc.egoldchain.com'],
@@ -26299,7 +26510,7 @@ exports.chains = {
26299
26510
  networkId: 11451,
26300
26511
  explorers: [
26301
26512
  {
26302
- name: 'eGoldChain Block Explorer',
26513
+ name: 'eGold Chain Block Explorer',
26303
26514
  url: 'https://egoldscan.io',
26304
26515
  standard: 'none',
26305
26516
  icon: 'egoldchain'
@@ -28480,6 +28691,26 @@ exports.chains = {
28480
28691
  }
28481
28692
  ]
28482
28693
  },
28694
+ 19991: {
28695
+ name: 'Ultra EVM Network',
28696
+ chain: 'Ultra',
28697
+ icon: 'ultra',
28698
+ rpc: ['https://evm.ultra.eosusa.io'],
28699
+ faucets: [],
28700
+ nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
28701
+ infoURL: 'https://ultra.io',
28702
+ shortName: 'ultra',
28703
+ chainId: 19991,
28704
+ networkId: 19991,
28705
+ explorers: [
28706
+ {
28707
+ name: 'Ultra EVM Explorer',
28708
+ url: 'https://evmexplorer.ultra.io',
28709
+ standard: 'EIP3091'
28710
+ }
28711
+ ],
28712
+ iconURL: 'https://ipfs.io/ipfs/QmeGtXdTHHMnf6rWUWFcefMGaVp7dJ6SWNgxgbVgm9YHTZ'
28713
+ },
28483
28714
  20001: {
28484
28715
  name: 'Camelark Mainnet',
28485
28716
  chainId: 20001,
@@ -30781,6 +31012,24 @@ exports.chains = {
30781
31012
  },
30782
31013
  iconURL: 'https://ipfs.io/ipfs/QmaEMH8gUpdBuZdMpw2nnZ6tFA8qcRLqVdTtuoTT8U95X6'
30783
31014
  },
31015
+ 42026: {
31016
+ name: 'Donatuz',
31017
+ chain: 'ETH',
31018
+ rpc: ['https://rpc.donatuz.com'],
31019
+ faucets: [],
31020
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
31021
+ infoURL: 'https://www.donatuz.com',
31022
+ shortName: 'donatuz',
31023
+ chainId: 42026,
31024
+ networkId: 42026,
31025
+ explorers: [
31026
+ {
31027
+ name: 'Donatuz Explorer',
31028
+ url: 'https://explorer.donatuz.com',
31029
+ standard: 'EIP3091'
31030
+ }
31031
+ ]
31032
+ },
30784
31033
  42069: {
30785
31034
  name: 'pegglecoin',
30786
31035
  chain: '42069',
@@ -31683,6 +31932,32 @@ exports.chains = {
31683
31932
  networkId: 49797,
31684
31933
  slip44: 1
31685
31934
  },
31935
+ 50000: {
31936
+ name: 'Citronus',
31937
+ chain: 'Citronus',
31938
+ rpc: ['https://rpc.citronus.com'],
31939
+ faucets: [],
31940
+ nativeCurrency: { name: 'CITRO', symbol: 'CITRO', decimals: 18 },
31941
+ infoURL: 'https://citronus.com',
31942
+ shortName: 'citro',
31943
+ chainId: 50000,
31944
+ networkId: 50000,
31945
+ icon: 'citro',
31946
+ explorers: [
31947
+ {
31948
+ name: 'citro',
31949
+ url: 'https://explorer.citronus.com',
31950
+ icon: 'citro',
31951
+ standard: 'EIP3091'
31952
+ }
31953
+ ],
31954
+ parent: {
31955
+ type: 'L2',
31956
+ chain: 'eip155-1',
31957
+ bridges: [{ url: 'https://bridge.gelato.network/bridge/citronus' }]
31958
+ },
31959
+ iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2ws'
31960
+ },
31686
31961
  50001: {
31687
31962
  name: 'Liveplex OracleEVM',
31688
31963
  chain: 'Liveplex OracleEVM Network',
@@ -36560,7 +36835,7 @@ exports.chains = {
36560
36835
  iconURL: 'https://ipfs.io/ipfs/QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9'
36561
36836
  },
36562
36837
  111451: {
36563
- name: 'eGoldChain Testnet',
36838
+ name: 'eGold Chain Testnet',
36564
36839
  chain: 'EGC',
36565
36840
  icon: 'egoldchain',
36566
36841
  rpc: [
@@ -36575,7 +36850,7 @@ exports.chains = {
36575
36850
  networkId: 111451,
36576
36851
  explorers: [
36577
36852
  {
36578
- name: 'eGoldChain Block Explorer',
36853
+ name: 'eGold Chain Block Explorer',
36579
36854
  url: 'http://testnet.egoldscan.io',
36580
36855
  standard: 'none',
36581
36856
  icon: 'egoldchain'
@@ -36897,8 +37172,8 @@ exports.chains = {
36897
37172
  ]
36898
37173
  },
36899
37174
  161201: {
36900
- name: 'Openledger Testnet',
36901
- chain: 'Openledger Testnet',
37175
+ name: 'OpenLedger Testnet',
37176
+ chain: 'OpenLedger Testnet',
36902
37177
  rpc: ['https://rpctn.openledger.xyz'],
36903
37178
  faucets: [],
36904
37179
  nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
@@ -36909,7 +37184,7 @@ exports.chains = {
36909
37184
  icon: 'openledger',
36910
37185
  explorers: [
36911
37186
  {
36912
- name: 'Openledger Testnet Explorer',
37187
+ name: 'OpenLedger Testnet Explorer',
36913
37188
  url: 'https://scantn.openledger.xyz',
36914
37189
  standard: 'EIP3091'
36915
37190
  }
@@ -37972,6 +38247,28 @@ exports.chains = {
37972
38247
  ],
37973
38248
  iconURL: 'https://ipfs.io/ipfs/bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy'
37974
38249
  },
38250
+ 224400: {
38251
+ name: 'CONET Mainnet',
38252
+ chain: 'CONET Mainnet',
38253
+ rpc: ['https://mainnet-rpc.conet.network'],
38254
+ faucets: [],
38255
+ nativeCurrency: { name: 'CONET ETH', symbol: 'ETH', decimals: 18 },
38256
+ features: [{ name: 'EIP155' }],
38257
+ infoURL: 'https://conet.network',
38258
+ shortName: 'conet-mainnet',
38259
+ chainId: 224400,
38260
+ networkId: 224400,
38261
+ slip44: 2147708048,
38262
+ icon: 'conet',
38263
+ explorers: [
38264
+ {
38265
+ name: 'CONET Mainnet Explorer',
38266
+ url: 'https://mainnet.conet.network',
38267
+ standard: 'EIP3091'
38268
+ }
38269
+ ],
38270
+ iconURL: 'https://ipfs.io/ipfs/bafkreibjxqd5kqcc2shstjjujvxzg6cwegwr6dgjyyd56v6h7yusgks7sy'
38271
+ },
37975
38272
  224422: {
37976
38273
  name: 'CONET Sebolia Testnet',
37977
38274
  chain: 'CONET',
@@ -39487,6 +39784,24 @@ exports.chains = {
39487
39784
  ],
39488
39785
  iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
39489
39786
  },
39787
+ 490092: {
39788
+ name: 'PUMPFI CHAIN TESTNET',
39789
+ chain: 'PUMPFI CHAIN TESTNET',
39790
+ rpc: ['https://rpc1testnet.pumpfi.me'],
39791
+ faucets: ['https://faucet.pumpfi.me'],
39792
+ nativeCurrency: { name: 'PMPT', symbol: 'PMPT', decimals: 18 },
39793
+ infoURL: 'https://pumpfi.me',
39794
+ shortName: 'pumpfi-testnet',
39795
+ chainId: 490092,
39796
+ networkId: 490092,
39797
+ explorers: [
39798
+ {
39799
+ name: 'Pumpfi Testnet Scan',
39800
+ url: 'https://testnetscan.pumpfi.me',
39801
+ standard: 'EIP3091'
39802
+ }
39803
+ ]
39804
+ },
39490
39805
  504441: {
39491
39806
  name: 'Playdapp Network',
39492
39807
  chain: 'PDA',
@@ -44638,7 +44953,7 @@ exports.chains = {
44638
44953
  {
44639
44954
  name: 'subscan',
44640
44955
  icon: 'subscan',
44641
- url: 'https://assethub-westend.subscan.io',
44956
+ url: 'https://westend-asset-hub-eth-explorer.parity.io',
44642
44957
  standard: 'EIP3091'
44643
44958
  }
44644
44959
  ]
@@ -45007,6 +45322,35 @@ exports.chains = {
45007
45322
  }
45008
45323
  ]
45009
45324
  },
45325
+ 1278060416: {
45326
+ name: 'OFFICIAL VASYL',
45327
+ title: 'OFFICIAL VASYL',
45328
+ chain: 'Official-Vasyl',
45329
+ rpc: ['https://rpc.official-vasyl.network'],
45330
+ faucets: ['https://faucet.official-vasyl.network'],
45331
+ nativeCurrency: { name: 'OFFICIAL VASYL', symbol: 'VASYL', decimals: 18 },
45332
+ infoURL: 'official-vasyl.network',
45333
+ shortName: 'Vasyl',
45334
+ chainId: 1278060416,
45335
+ networkId: 1278060416,
45336
+ icon: 'vasyl',
45337
+ explorers: [
45338
+ {
45339
+ name: 'Official Vasyl Explorer',
45340
+ url: 'https://explorer.official-vasyl.network',
45341
+ icon: 'vasyl',
45342
+ standard: 'EIP3091'
45343
+ }
45344
+ ],
45345
+ parent: {
45346
+ type: 'L2',
45347
+ chain: 'eip155-11155111',
45348
+ bridges: [{ url: 'https://bridge.official-vasyl.network' }]
45349
+ },
45350
+ features: [{ name: 'EIP155' }],
45351
+ status: 'active',
45352
+ iconURL: 'https://ipfs.io/ipfs/bafkreib454hflqzfcvpsmk43mkgwsj3ds36olbf2nidtr4kppfk2ghpu2q'
45353
+ },
45010
45354
  1313161554: {
45011
45355
  name: 'Aurora Mainnet',
45012
45356
  chain: 'NEAR',
@@ -45283,6 +45627,35 @@ exports.chains = {
45283
45627
  ],
45284
45628
  iconURL: 'https://ipfs.io/ipfs/bafkreiagrt5dhgltg2kmw7hf24kslstr5h42e745luuxwp2wbg24gm6zza'
45285
45629
  },
45630
+ 1523903251: {
45631
+ name: 'Haust Network Testnet',
45632
+ title: 'Haust Network Testnet',
45633
+ chain: 'haust-network-testnet',
45634
+ rpc: ['https://rpc-testnet.haust.app'],
45635
+ features: [{ name: 'EIP155' }],
45636
+ faucets: ['https://faucet.haust.app'],
45637
+ status: 'active',
45638
+ nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
45639
+ infoURL: 'https://haust.network/',
45640
+ shortName: 'HaustTestnet',
45641
+ chainId: 1523903251,
45642
+ networkId: 1523903251,
45643
+ icon: 'haust',
45644
+ explorers: [
45645
+ {
45646
+ name: 'Haust Network Testnet Explorer',
45647
+ url: 'https://explorer-testnet.haust.app',
45648
+ icon: 'haust',
45649
+ standard: 'EIP3091'
45650
+ }
45651
+ ],
45652
+ parent: {
45653
+ type: 'L2',
45654
+ chain: 'eip155-11155111',
45655
+ bridges: [{ url: 'https://bridge-testnet.haust.app' }]
45656
+ },
45657
+ iconURL: 'https://ipfs.io/ipfs/QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm'
45658
+ },
45286
45659
  1564830818: {
45287
45660
  name: 'SKALE Calypso Hub',
45288
45661
  chain: 'honorable-steel-rasalhague',