@revoke.cash/chains 40.0.0 → 42.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.
@@ -1333,11 +1333,8 @@ exports.chains = {
1333
1333
  rpc: [
1334
1334
  'https://etc.rivet.link',
1335
1335
  'https://besu-at.etc-network.info',
1336
- 'https://besu-de.etc-network.info',
1337
1336
  'https://geth-at.etc-network.info',
1338
- 'https://geth-de.etc-network.info',
1339
1337
  'https://etc.etcdesktop.com',
1340
- 'https://rpc.etcinscribe.com',
1341
1338
  'https://etc.mytokenpocket.vip'
1342
1339
  ],
1343
1340
  features: [{ name: 'EIP155' }],
@@ -2791,6 +2788,17 @@ exports.chains = {
2791
2788
  }
2792
2789
  ]
2793
2790
  },
2791
+ 132: {
2792
+ name: 'Namefi Chain Mainnet',
2793
+ chain: 'NFIC',
2794
+ rpc: ['https://rpc.chain.namefi.io'],
2795
+ faucets: [],
2796
+ nativeCurrency: { name: 'Namefi Coin', symbol: 'NFIC', decimals: 18 },
2797
+ infoURL: 'https://namefi.io/',
2798
+ shortName: 'nfic',
2799
+ chainId: 132,
2800
+ networkId: 132
2801
+ },
2794
2802
  133: {
2795
2803
  name: 'HashKey Chain Testnet',
2796
2804
  title: 'HashKey Chain Testnet',
@@ -2959,6 +2967,21 @@ exports.chains = {
2959
2967
  }
2960
2968
  ]
2961
2969
  },
2970
+ 140: {
2971
+ name: 'EternalCoin Mainnet',
2972
+ chain: 'Eter',
2973
+ icon: 'eternal',
2974
+ rpc: [
2975
+ 'https://mainnet.eternalcoin.io/v1',
2976
+ 'ws://mainnet.eternalcoin.io/v1/ws'
2977
+ ],
2978
+ faucets: [],
2979
+ nativeCurrency: { name: 'Eternal', symbol: 'Eter', decimals: 18 },
2980
+ infoURL: 'https://eternalcoin.io',
2981
+ shortName: 'Eter',
2982
+ chainId: 140,
2983
+ networkId: 140
2984
+ },
2962
2985
  141: {
2963
2986
  name: 'Openpiece Testnet',
2964
2987
  chain: 'OPENPIECE',
@@ -3311,15 +3334,15 @@ exports.chains = {
3311
3334
  networkId: 163
3312
3335
  },
3313
3336
  164: {
3314
- name: 'Omni Testnet (incubating)',
3337
+ name: 'Omni Testnet',
3315
3338
  chain: 'Omni',
3316
- status: 'incubating',
3317
- rpc: [],
3339
+ status: 'active',
3340
+ rpc: ['https://testnet.omni.network'],
3318
3341
  features: [{ name: 'EIP155' }],
3319
3342
  faucets: [],
3320
3343
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3321
3344
  infoURL: 'https://docs.omni.network',
3322
- shortName: 'omni_testnet_164',
3345
+ shortName: 'omni_testnet',
3323
3346
  chainId: 164,
3324
3347
  networkId: 164,
3325
3348
  slip44: 1,
@@ -3333,28 +3356,28 @@ exports.chains = {
3333
3356
  name: 'Omni EVM Explorer on Blockscout',
3334
3357
  url: 'https://omni-testnet.blockscout.com',
3335
3358
  standard: 'EIP3091'
3359
+ },
3360
+ {
3361
+ name: 'Omni EVM Explorer on Routescan',
3362
+ url: 'https://testnet.omniscan.network',
3363
+ standard: 'EIP3091'
3336
3364
  }
3337
3365
  ]
3338
3366
  },
3339
3367
  165: {
3340
- name: 'Omni Testnet',
3368
+ name: 'Omni Testnet (Deprecated)',
3341
3369
  chain: 'Omni',
3342
- rpc: ['https://testnet.omni.network'],
3370
+ rpc: [],
3343
3371
  features: [{ name: 'EIP155' }],
3344
3372
  faucets: [],
3345
3373
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3346
3374
  infoURL: 'https://docs.omni.network/',
3347
- shortName: 'omni_testnet',
3375
+ shortName: 'omni_testnet_deprecated',
3348
3376
  chainId: 165,
3349
3377
  networkId: 165,
3350
3378
  slip44: 1,
3351
- explorers: [
3352
- {
3353
- name: 'Omni Explorer',
3354
- url: 'https://testnet.explorer.omni.network',
3355
- standard: 'EIP3091'
3356
- }
3357
- ]
3379
+ explorers: [],
3380
+ status: 'deprecated'
3358
3381
  },
3359
3382
  166: {
3360
3383
  name: 'Omni',
@@ -3462,6 +3485,25 @@ exports.chains = {
3462
3485
  networkId: 172,
3463
3486
  slip44: 1
3464
3487
  },
3488
+ 176: {
3489
+ name: 'DC Mainnet',
3490
+ chain: 'dcchain',
3491
+ icon: 'dcchain',
3492
+ rpc: ['https://rpc.dcnetio.cloud', 'wss://ws.dcnetio.cloud'],
3493
+ faucets: [],
3494
+ nativeCurrency: { name: 'DC Native Token', symbol: 'DCT', decimals: 18 },
3495
+ infoURL: 'https://www.dcnetio.cloud',
3496
+ shortName: 'dcchain',
3497
+ chainId: 176,
3498
+ networkId: 176,
3499
+ explorers: [
3500
+ {
3501
+ name: 'dcscan',
3502
+ url: 'https://exp.dcnetio.cloud',
3503
+ standard: 'none'
3504
+ }
3505
+ ]
3506
+ },
3465
3507
  180: {
3466
3508
  name: 'AME Chain Mainnet',
3467
3509
  chain: 'AME',
@@ -3480,6 +3522,30 @@ exports.chains = {
3480
3522
  }
3481
3523
  ]
3482
3524
  },
3525
+ 185: {
3526
+ name: 'Mint Mainnet',
3527
+ chain: 'ETH',
3528
+ rpc: [
3529
+ 'https://rpc.mintchain.io',
3530
+ 'https://global.rpc.mintchain.io',
3531
+ 'https://asia.rpc.mintchain.io'
3532
+ ],
3533
+ faucets: [],
3534
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3535
+ infoURL: 'https://www.mintchain.io',
3536
+ shortName: 'mint',
3537
+ chainId: 185,
3538
+ networkId: 185,
3539
+ icon: 'mint',
3540
+ explorers: [
3541
+ {
3542
+ name: 'blockscout',
3543
+ url: 'https://explorer.mintchain.io',
3544
+ icon: 'mint',
3545
+ standard: 'EIP3091'
3546
+ }
3547
+ ]
3548
+ },
3483
3549
  186: {
3484
3550
  name: 'Seele Mainnet',
3485
3551
  chain: 'Seele',
@@ -4287,7 +4353,7 @@ exports.chains = {
4287
4353
  255: {
4288
4354
  name: 'Kroma',
4289
4355
  chain: 'ETH',
4290
- rpc: ['https://api.kroma.network'],
4356
+ rpc: ['https://api.kroma.network', 'https://rpc-kroma.rockx.com'],
4291
4357
  faucets: [],
4292
4358
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4293
4359
  infoURL: 'https://kroma.network',
@@ -6394,7 +6460,8 @@ exports.chains = {
6394
6460
  type: 'L2',
6395
6461
  chain: 'eip155-4',
6396
6462
  bridges: [{ url: 'https://testnet-bridge.metis.io' }]
6397
- }
6463
+ },
6464
+ status: 'deprecated'
6398
6465
  },
6399
6466
  600: {
6400
6467
  name: 'Meshnyan testnet',
@@ -6873,7 +6940,14 @@ exports.chains = {
6873
6940
  721: {
6874
6941
  name: 'Lycan Chain',
6875
6942
  chain: 'LYC',
6876
- rpc: ['https://rpc.lycanchain.com/'],
6943
+ rpc: [
6944
+ 'https://rpc.lycanchain.com/',
6945
+ 'https://us-east.lycanchain.com',
6946
+ 'https://us-west.lycanchain.com',
6947
+ 'https://eu-north.lycanchain.com',
6948
+ 'https://eu-west.lycanchain.com',
6949
+ 'https://asia-southeast.lycanchain.com'
6950
+ ],
6877
6951
  faucets: [],
6878
6952
  nativeCurrency: { name: 'Lycan', symbol: 'LYC', decimals: 18 },
6879
6953
  infoURL: 'https://lycanchain.com',
@@ -7886,6 +7960,29 @@ exports.chains = {
7886
7960
  }
7887
7961
  ]
7888
7962
  },
7963
+ 969: {
7964
+ name: 'EthXY',
7965
+ chain: 'EthXY',
7966
+ rpc: ['https://rpc.ethxy.com'],
7967
+ faucets: [],
7968
+ nativeCurrency: {
7969
+ name: 'Settled EthXY Token',
7970
+ symbol: 'SEXY',
7971
+ decimals: 18
7972
+ },
7973
+ icon: 'sexy',
7974
+ infoURL: 'https://ethxy.com',
7975
+ shortName: 'sexy',
7976
+ chainId: 969,
7977
+ networkId: 969,
7978
+ explorers: [
7979
+ {
7980
+ name: 'EthXY Network Explorer',
7981
+ url: 'https://explorer.ethxy.com',
7982
+ standard: 'EIP3091'
7983
+ }
7984
+ ]
7985
+ },
7889
7986
  970: {
7890
7987
  name: 'Oort Mainnet',
7891
7988
  chain: 'Oort Mainnet',
@@ -9443,6 +9540,14 @@ exports.chains = {
9443
9540
  rpc: [
9444
9541
  'https://rpc.api.moonbeam.network',
9445
9542
  'wss://wss.api.moonbeam.network',
9543
+ 'https://moonbeam.public.blastapi.io',
9544
+ 'wss://moonbeam.public.blastapi.io',
9545
+ 'https://moonbeam-rpc.dwellir.com',
9546
+ 'wss://moonbeam-rpc.dwellir.com',
9547
+ 'https://moonbeam.api.onfinality.io/public',
9548
+ 'wss://moonbeam.api.onfinality.io/public-ws',
9549
+ 'https://moonbeam.unitedbloc.com',
9550
+ 'wss://moonbeam.unitedbloc.com',
9446
9551
  'https://moonbeam-rpc.publicnode.com',
9447
9552
  'wss://moonbeam-rpc.publicnode.com',
9448
9553
  'https://moonbeam.drpc.org',
@@ -9468,6 +9573,14 @@ exports.chains = {
9468
9573
  rpc: [
9469
9574
  'https://rpc.api.moonriver.moonbeam.network',
9470
9575
  'wss://wss.api.moonriver.moonbeam.network',
9576
+ 'https://moonriver.public.blastapi.io',
9577
+ 'wss://moonriver.public.blastapi.io',
9578
+ 'https://moonriver-rpc.dwellir.com',
9579
+ 'wss://moonriver-rpc.dwellir.com',
9580
+ 'https://moonriver.api.onfinality.io/public',
9581
+ 'wss://moonriver.api.onfinality.io/public-ws',
9582
+ 'https://moonriver.unitedbloc.com',
9583
+ 'wss://moonriver.unitedbloc.com',
9471
9584
  'https://moonriver-rpc.publicnode.com',
9472
9585
  'wss://moonriver-rpc.publicnode.com',
9473
9586
  'https://moonriver.drpc.org',
@@ -9505,12 +9618,20 @@ exports.chains = {
9505
9618
  rpc: [
9506
9619
  'https://rpc.api.moonbase.moonbeam.network',
9507
9620
  'wss://wss.api.moonbase.moonbeam.network',
9621
+ 'https://moonbase-alpha.public.blastapi.io',
9622
+ 'wss://moonbase-alpha.public.blastapi.io',
9623
+ 'https://moonbase-rpc.dwellir.com',
9624
+ 'wss://moonbase-rpc.dwellir.com',
9625
+ 'https://moonbeam-alpha.api.onfinality.io/public',
9626
+ 'wss://moonbeam-alpha.api.onfinality.io/public-ws',
9627
+ 'https://moonbase.unitedbloc.com',
9628
+ 'wss://moonbase.unitedbloc.com',
9508
9629
  'https://moonbase-alpha.drpc.org',
9509
9630
  'wss://moonbase-alpha.drpc.org'
9510
9631
  ],
9511
9632
  faucets: [],
9512
9633
  nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
9513
- infoURL: 'https://docs.moonbeam.network/networks/testnet/',
9634
+ infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
9514
9635
  shortName: 'mbase',
9515
9636
  chainId: 1287,
9516
9637
  networkId: 1287,
@@ -9890,6 +10011,22 @@ exports.chains = {
9890
10011
  ],
9891
10012
  status: 'deprecated'
9892
10013
  },
10014
+ 1414: {
10015
+ name: 'Silicon zkEVM Sepolia Testnet',
10016
+ title: 'Silicon zkEVM Sepolia Testnet',
10017
+ chain: 'Silicon',
10018
+ rpc: [],
10019
+ faucets: [],
10020
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
10021
+ infoURL: '',
10022
+ shortName: 'silicon-sepolia-testnet',
10023
+ chainId: 1414,
10024
+ networkId: 1414,
10025
+ icon: 'silicon',
10026
+ explorers: [],
10027
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
10028
+ status: 'incubating'
10029
+ },
9893
10030
  1422: {
9894
10031
  name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
9895
10032
  title: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
@@ -10216,6 +10353,31 @@ exports.chains = {
10216
10353
  networkId: 11235813,
10217
10354
  slip44: 1620
10218
10355
  },
10356
+ 1625: {
10357
+ name: 'Gravity Alpha Mainnet',
10358
+ chain: 'Gravity',
10359
+ rpc: ['https://rpc.gravity.xyz'],
10360
+ faucets: [],
10361
+ nativeCurrency: { name: 'Gravity', symbol: 'G.', decimals: 18 },
10362
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
10363
+ infoURL: 'https://gravity.xyz',
10364
+ shortName: 'gravity',
10365
+ chainId: 1625,
10366
+ networkId: 1625,
10367
+ icon: 'gravity',
10368
+ explorers: [
10369
+ {
10370
+ name: 'Gravity Alpha Mainnet Explorer',
10371
+ url: 'https://explorer.gravity.xyz',
10372
+ standard: 'EIP3091'
10373
+ }
10374
+ ],
10375
+ parent: {
10376
+ type: 'L2',
10377
+ chain: 'eip155-1',
10378
+ bridges: [{ url: 'https://bridge.gravity.xyz' }]
10379
+ }
10380
+ },
10219
10381
  1657: {
10220
10382
  name: 'Btachain',
10221
10383
  chain: 'btachain',
@@ -10450,6 +10612,46 @@ exports.chains = {
10450
10612
  }
10451
10613
  ]
10452
10614
  },
10615
+ 1740: {
10616
+ name: 'Metal L2 Testnet',
10617
+ chain: 'Metal L2 Testnet',
10618
+ rpc: ['https://testnet.rpc.metall2.com'],
10619
+ faucets: [],
10620
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
10621
+ infoURL: 'https://metall2.com',
10622
+ shortName: 'metall2-testnet',
10623
+ chainId: 1740,
10624
+ networkId: 1740,
10625
+ icon: 'metal',
10626
+ explorers: [
10627
+ {
10628
+ name: 'blockscout',
10629
+ url: 'https://testnet.explorer.metall2.com',
10630
+ icon: 'blockscout',
10631
+ standard: 'EIP3091'
10632
+ }
10633
+ ]
10634
+ },
10635
+ 1750: {
10636
+ name: 'Metal L2',
10637
+ chain: 'Metal L2',
10638
+ rpc: ['https://rpc.metall2.com'],
10639
+ faucets: [],
10640
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
10641
+ infoURL: 'https://metall2.com',
10642
+ shortName: 'metall2',
10643
+ chainId: 1750,
10644
+ networkId: 1750,
10645
+ icon: 'metal',
10646
+ explorers: [
10647
+ {
10648
+ name: 'blockscout',
10649
+ url: 'https://explorer.metall2.com',
10650
+ icon: 'blockscout',
10651
+ standard: 'EIP3091'
10652
+ }
10653
+ ]
10654
+ },
10453
10655
  1773: {
10454
10656
  name: 'PartyChain',
10455
10657
  chain: 'mainnet',
@@ -10962,6 +11164,25 @@ exports.chains = {
10962
11164
  bridges: [{ url: 'https://bridge.dexilla.com' }]
10963
11165
  }
10964
11166
  },
11167
+ 1956: {
11168
+ name: 'AIW3 Testnet',
11169
+ chain: 'AIW3',
11170
+ rpc: ['https://rpc-testnet.aiw3.io/'],
11171
+ faucets: [],
11172
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
11173
+ infoURL: 'https://aiw3.io/',
11174
+ shortName: 'AIW3-Testnet',
11175
+ chainId: 1956,
11176
+ networkId: 1956,
11177
+ icon: 'aiw3',
11178
+ explorers: [
11179
+ {
11180
+ name: 'aiw3 testnet scan',
11181
+ url: 'https://scan-testnet.aiw3.io',
11182
+ standard: 'none'
11183
+ }
11184
+ ]
11185
+ },
10965
11186
  1961: {
10966
11187
  name: 'Selendra Network Mainnet',
10967
11188
  chain: 'SEL',
@@ -11238,6 +11459,25 @@ exports.chains = {
11238
11459
  }
11239
11460
  ]
11240
11461
  },
11462
+ 1996: {
11463
+ name: 'Sanko',
11464
+ chain: 'Sanko',
11465
+ rpc: ['https://mainnet.sanko.xyz'],
11466
+ faucets: [],
11467
+ nativeCurrency: { name: 'DMT', symbol: 'DMT', decimals: 18 },
11468
+ infoURL: 'https://sanko.xyz/',
11469
+ shortName: 'Sanko',
11470
+ chainId: 1996,
11471
+ networkId: 1996,
11472
+ icon: 'sanko',
11473
+ explorers: [
11474
+ {
11475
+ name: 'Sanko Explorer',
11476
+ url: 'https://explorer.sanko.xyz',
11477
+ standard: 'EIP3091'
11478
+ }
11479
+ ]
11480
+ },
11241
11481
  1998: {
11242
11482
  name: 'Kyoto Testnet',
11243
11483
  chain: 'KYOTO',
@@ -11370,6 +11610,32 @@ exports.chains = {
11370
11610
  }
11371
11611
  ]
11372
11612
  },
11613
+ 2013: {
11614
+ name: 'Panarchy',
11615
+ chain: 'Panarchy',
11616
+ rpc: ['https://polytopia.org:8545'],
11617
+ faucets: [],
11618
+ nativeCurrency: { name: 'GAS', symbol: 'GAS', decimals: 18 },
11619
+ infoURL: 'https://polytopia.org/',
11620
+ shortName: 'panarchy',
11621
+ chainId: 2013,
11622
+ networkId: 1
11623
+ },
11624
+ 2014: {
11625
+ name: 'NOW Chain',
11626
+ chain: 'NOW',
11627
+ icon: 'nowchain',
11628
+ rpc: ['https://rpc.nowscan.io'],
11629
+ faucets: [],
11630
+ nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
11631
+ infoURL: 'https://nowchain.co',
11632
+ shortName: 'now',
11633
+ chainId: 2014,
11634
+ networkId: 2014,
11635
+ explorers: [
11636
+ { name: 'nowscan', url: 'https://nowscan.io', standard: 'EIP3091' }
11637
+ ]
11638
+ },
11373
11639
  2016: {
11374
11640
  name: 'MainnetZ Mainnet',
11375
11641
  chain: 'NetZ',
@@ -11716,6 +11982,29 @@ exports.chains = {
11716
11982
  }
11717
11983
  ]
11718
11984
  },
11985
+ 2039: {
11986
+ name: 'Aleph Zero Testnet',
11987
+ chain: 'Aleph Zero Testnet',
11988
+ icon: 'aleph',
11989
+ rpc: [
11990
+ 'https://rpc.alephzero-testnet.gelato.digital',
11991
+ 'wss://rpc.alephzero-testnet.gelato.digital'
11992
+ ],
11993
+ faucets: [],
11994
+ nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
11995
+ infoURL: 'https://testnet.alephzero.org',
11996
+ shortName: 'aleph',
11997
+ chainId: 2039,
11998
+ networkId: 2039,
11999
+ explorers: [
12000
+ {
12001
+ name: 'Aleph Zero Testnet',
12002
+ url: 'https://test.azero.dev/#/explorer',
12003
+ icon: 'aleph',
12004
+ standard: 'none'
12005
+ }
12006
+ ]
12007
+ },
11719
12008
  2040: {
11720
12009
  name: 'Vanar Mainnet',
11721
12010
  title: 'Vanarchain',
@@ -11771,6 +12060,20 @@ exports.chains = {
11771
12060
  chainId: 2044,
11772
12061
  networkId: 2044
11773
12062
  },
12063
+ 2045: {
12064
+ name: 'AIW3 Mainnet',
12065
+ chain: 'AIW3',
12066
+ status: 'incubating',
12067
+ rpc: [],
12068
+ faucets: [],
12069
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
12070
+ infoURL: 'https://aiw3.io/',
12071
+ shortName: 'AIW3',
12072
+ chainId: 2045,
12073
+ networkId: 2045,
12074
+ icon: 'aiw3',
12075
+ explorers: []
12076
+ },
11774
12077
  2047: {
11775
12078
  name: 'Stratos Testnet',
11776
12079
  chain: 'STOS',
@@ -11948,6 +12251,26 @@ exports.chains = {
11948
12251
  }
11949
12252
  ]
11950
12253
  },
12254
+ 2112: {
12255
+ name: 'UCHAIN Mainnet',
12256
+ chain: 'UCHAIN',
12257
+ rpc: ['https://rpc.uchain.link/'],
12258
+ faucets: [],
12259
+ nativeCurrency: { name: 'UCASH', symbol: 'UCASH', decimals: 18 },
12260
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
12261
+ infoURL: 'https://u.cash/',
12262
+ shortName: 'uchain',
12263
+ chainId: 2112,
12264
+ networkId: 2112,
12265
+ icon: 'ucash',
12266
+ explorers: [
12267
+ {
12268
+ name: 'uchain.info',
12269
+ url: 'https://uchain.info',
12270
+ standard: 'EIP3091'
12271
+ }
12272
+ ]
12273
+ },
11951
12274
  2121: {
11952
12275
  name: 'Catena Mainnet',
11953
12276
  chain: 'CMCX',
@@ -12538,6 +12861,22 @@ exports.chains = {
12538
12861
  }
12539
12862
  ]
12540
12863
  },
12864
+ 2355: {
12865
+ name: 'Silicon zkEVM',
12866
+ title: 'Silicon zkEVM Mainnet',
12867
+ chain: 'Silicon',
12868
+ rpc: [],
12869
+ faucets: [],
12870
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12871
+ infoURL: '',
12872
+ shortName: 'silicon-zk',
12873
+ chainId: 2355,
12874
+ networkId: 2355,
12875
+ icon: 'silicon',
12876
+ explorers: [],
12877
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
12878
+ status: 'incubating'
12879
+ },
12541
12880
  2357: {
12542
12881
  name: '(deprecated) Kroma Sepolia',
12543
12882
  title: '(deprecated) Kroma Testnet Sepolia',
@@ -13155,7 +13494,11 @@ exports.chains = {
13155
13494
  name: 'Morph Holesky',
13156
13495
  title: 'Morph Holesky Testnet',
13157
13496
  chain: 'ETH',
13158
- rpc: ['https://rpc-holesky.morphl2.io'],
13497
+ rpc: [
13498
+ 'https://rpc-quicknode-holesky.morphl2.io',
13499
+ 'wss://rpc-quicknode-holesky.morphl2.io',
13500
+ 'https://rpc-holesky.morphl2.io'
13501
+ ],
13159
13502
  faucets: [],
13160
13503
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13161
13504
  infoURL: 'https://morphl2.io',
@@ -13603,6 +13946,18 @@ exports.chains = {
13603
13946
  }
13604
13947
  ]
13605
13948
  },
13949
+ 3335: {
13950
+ name: 'EthStorage Mainnet',
13951
+ chain: 'EthStorage',
13952
+ rpc: ['http://mainnet.ethstorage.io:9540'],
13953
+ faucets: [],
13954
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13955
+ infoURL: 'https://ethstorage.io/',
13956
+ shortName: 'es-m',
13957
+ chainId: 3335,
13958
+ networkId: 3335,
13959
+ slip44: 1
13960
+ },
13606
13961
  3400: {
13607
13962
  name: 'Paribu Net Mainnet',
13608
13963
  chain: 'PRB',
@@ -13738,6 +14093,17 @@ exports.chains = {
13738
14093
  }
13739
14094
  ]
13740
14095
  },
14096
+ 3630: {
14097
+ name: 'Tycooncoin',
14098
+ chain: 'TYCON',
14099
+ rpc: ['https://mainnet-rpc.tycoscan.com'],
14100
+ faucets: [],
14101
+ nativeCurrency: { name: 'Tycooncoin', symbol: 'TYCO', decimals: 18 },
14102
+ infoURL: '',
14103
+ shortName: 'TYCON',
14104
+ chainId: 3630,
14105
+ networkId: 3630
14106
+ },
13741
14107
  3636: {
13742
14108
  name: 'Botanix Testnet',
13743
14109
  chain: 'BOTANIX',
@@ -14278,6 +14644,30 @@ exports.chains = {
14278
14644
  }
14279
14645
  ]
14280
14646
  },
14647
+ 4040: {
14648
+ name: 'Carbonium Testnet Network',
14649
+ chain: 'CBR',
14650
+ rpc: [
14651
+ 'https://rpc-dev.carbonium.network/',
14652
+ 'https://server-testnet.carbonium.network'
14653
+ ],
14654
+ nativeCurrency: { name: 'Carbonium', symbol: 'tCBR', decimals: 18 },
14655
+ infoURL: 'https://carbonium.network',
14656
+ shortName: 'tcbr',
14657
+ chainId: 4040,
14658
+ networkId: 4040,
14659
+ slip44: 1,
14660
+ icon: 'cbr',
14661
+ faucets: ['https://getfaucet.carbonium.network'],
14662
+ explorers: [
14663
+ {
14664
+ name: 'Carbonium Network tesnet Explorer',
14665
+ icon: 'cbr',
14666
+ url: 'https://testnet.carboniumscan.com',
14667
+ standard: 'none'
14668
+ }
14669
+ ]
14670
+ },
14281
14671
  4048: {
14282
14672
  name: 'GAN Testnet',
14283
14673
  chain: 'GAN',
@@ -14386,6 +14776,25 @@ exports.chains = {
14386
14776
  infoURL: '',
14387
14777
  parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
14388
14778
  },
14779
+ 4080: {
14780
+ name: 'Tobe Chain',
14781
+ chain: 'TBC',
14782
+ icon: 'tobe',
14783
+ rpc: ['https://rpc.tobescan.com'],
14784
+ faucets: [],
14785
+ nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
14786
+ infoURL: 'https://tobechain.net',
14787
+ shortName: 'tbc',
14788
+ chainId: 4080,
14789
+ networkId: 4080,
14790
+ explorers: [
14791
+ {
14792
+ name: 'tobescan',
14793
+ url: 'https://tobescan.com',
14794
+ standard: 'EIP3091'
14795
+ }
14796
+ ]
14797
+ },
14389
14798
  4090: {
14390
14799
  name: 'Fastex Chain (Bahamut) Oasis Testnet',
14391
14800
  title: 'Bahamut testnet Oasis',
@@ -14547,7 +14956,8 @@ exports.chains = {
14547
14956
  chain: 'Merlin',
14548
14957
  rpc: [
14549
14958
  'https://rpc.merlinchain.io',
14550
- 'https://merlin-mainnet-enterprise.unifra.io'
14959
+ 'https://merlin-mainnet-enterprise.unifra.io',
14960
+ 'https://rpc-merlin.rockx.com'
14551
14961
  ],
14552
14962
  faucets: [],
14553
14963
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
@@ -15119,9 +15529,10 @@ exports.chains = {
15119
15529
  faucets: [],
15120
15530
  nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
15121
15531
  infoURL: 'https://www.ongr.org/',
15122
- shortName: 'onigiri',
15532
+ shortName: 'onigiritest',
15123
15533
  chainId: 5039,
15124
15534
  networkId: 5039,
15535
+ icon: 'onigiri',
15125
15536
  explorers: [
15126
15537
  {
15127
15538
  name: 'ONIGIRI Explorer',
@@ -15130,6 +15541,26 @@ exports.chains = {
15130
15541
  }
15131
15542
  ]
15132
15543
  },
15544
+ 5040: {
15545
+ name: 'ONIGIRI Subnet',
15546
+ chain: 'ONIGIRI',
15547
+ rpc: ['https://subnets.avax.network/onigiri/mainnet/rpc'],
15548
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
15549
+ faucets: [],
15550
+ nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
15551
+ infoURL: 'https://www.ongr.org/',
15552
+ shortName: 'onigiri',
15553
+ chainId: 5040,
15554
+ networkId: 5040,
15555
+ icon: 'onigiri',
15556
+ explorers: [
15557
+ {
15558
+ name: 'ONIGIRI Explorer',
15559
+ url: 'https://subnets.avax.network/onigiri',
15560
+ standard: 'EIP3091'
15561
+ }
15562
+ ]
15563
+ },
15133
15564
  5051: {
15134
15565
  name: 'Nollie Skatechain Testnet',
15135
15566
  chain: 'Skatechain',
@@ -15975,7 +16406,7 @@ exports.chains = {
15975
16406
  name: 'Aura Euphoria Testnet',
15976
16407
  chain: 'Aura',
15977
16408
  rpc: ['https://jsonrpc.euphoria.aura.network'],
15978
- faucets: [],
16409
+ faucets: ['https://aura.faucetme.pro'],
15979
16410
  nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
15980
16411
  infoURL: 'https://aura.network',
15981
16412
  shortName: 'eaura',
@@ -16241,6 +16672,31 @@ exports.chains = {
16241
16672
  }
16242
16673
  ]
16243
16674
  },
16675
+ 6868: {
16676
+ name: 'Pools Mainnet',
16677
+ chain: 'Pools',
16678
+ rpc: ['https://rpc.poolsmobility.com'],
16679
+ faucets: [],
16680
+ nativeCurrency: {
16681
+ name: 'POOLS Native Token',
16682
+ symbol: 'POOLS',
16683
+ decimals: 18
16684
+ },
16685
+ infoURL: 'https://www.poolschain.org',
16686
+ shortName: 'POOLS',
16687
+ icon: 'POOLS',
16688
+ chainId: 6868,
16689
+ networkId: 6868,
16690
+ slip44: 6868,
16691
+ explorers: [
16692
+ {
16693
+ name: 'poolsscan',
16694
+ url: 'https://scan.poolsmobility.com',
16695
+ icon: 'POOLS',
16696
+ standard: 'EIP3091'
16697
+ }
16698
+ ]
16699
+ },
16244
16700
  6969: {
16245
16701
  name: 'Tomb Chain Mainnet',
16246
16702
  chain: 'Tomb Chain',
@@ -16584,14 +17040,13 @@ exports.chains = {
16584
17040
  {
16585
17041
  name: 'Cyber Mainnet Explorer',
16586
17042
  url: 'https://cyberscan.co',
16587
- icon: 'blockscout',
16588
17043
  standard: 'EIP3091'
16589
17044
  }
16590
17045
  ],
16591
17046
  parent: {
16592
17047
  type: 'L2',
16593
17048
  chain: 'eip155-1',
16594
- bridges: [{ url: 'https://cyber-bridge.alt.technology/deposit' }]
17049
+ bridges: [{ url: 'https://cyber.co/bridge' }]
16595
17050
  }
16596
17051
  },
16597
17052
  7575: {
@@ -17825,6 +18280,88 @@ exports.chains = {
17825
18280
  }
17826
18281
  ]
17827
18282
  },
18283
+ 8911: {
18284
+ name: 'Algen',
18285
+ chain: 'ALG',
18286
+ rpc: ['https://rpc.algen.network'],
18287
+ faucets: [],
18288
+ nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 },
18289
+ infoURL: 'https://www.algen.network',
18290
+ shortName: 'alg',
18291
+ chainId: 8911,
18292
+ networkId: 8911,
18293
+ icon: 'alg',
18294
+ explorers: [
18295
+ {
18296
+ name: 'algscan',
18297
+ url: 'https://scan.algen.network',
18298
+ icon: 'alg',
18299
+ standard: 'EIP3091'
18300
+ }
18301
+ ]
18302
+ },
18303
+ 8912: {
18304
+ name: 'Algen Testnet',
18305
+ chain: 'ALG',
18306
+ rpc: ['https://rpc.test.algen.network'],
18307
+ faucets: [],
18308
+ nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 },
18309
+ infoURL: 'https://www.algen.network',
18310
+ shortName: 'algTest',
18311
+ chainId: 8912,
18312
+ networkId: 8912,
18313
+ icon: 'alg',
18314
+ explorers: [
18315
+ {
18316
+ name: 'algscan',
18317
+ url: 'https://scan.test.algen.network',
18318
+ icon: 'alg',
18319
+ standard: 'EIP3091'
18320
+ }
18321
+ ]
18322
+ },
18323
+ 8921: {
18324
+ name: 'Algen Layer2',
18325
+ chain: 'ALG L2',
18326
+ rpc: ['https://rpc.alg2.algen.network'],
18327
+ faucets: [],
18328
+ nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 },
18329
+ infoURL: 'https://www.algen.network',
18330
+ shortName: 'algl2',
18331
+ chainId: 8921,
18332
+ networkId: 8921,
18333
+ icon: 'algl2',
18334
+ explorers: [
18335
+ {
18336
+ name: 'algl2scan',
18337
+ url: 'https://scan.alg2.algen.network',
18338
+ icon: 'algl2',
18339
+ standard: 'EIP3091'
18340
+ }
18341
+ ],
18342
+ parent: { chain: 'eip155-8911', type: 'shard' }
18343
+ },
18344
+ 8922: {
18345
+ name: 'Algen Layer2 Testnet',
18346
+ chain: 'ALG L2',
18347
+ rpc: ['https://rpc.alg2-test.algen.network'],
18348
+ faucets: [],
18349
+ nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 },
18350
+ infoURL: 'https://www.algen.network',
18351
+ shortName: 'algl2Test',
18352
+ chainId: 8922,
18353
+ networkId: 8922,
18354
+ icon: 'algl2',
18355
+ explorers: [
18356
+ {
18357
+ name: 'algl2scan',
18358
+ url: 'https://scan.alg2-test.algen.network',
18359
+ icon: 'algl2',
18360
+ standard: 'EIP3091'
18361
+ }
18362
+ ],
18363
+ parent: { chain: 'eip155-8921', type: 'shard' }
18364
+ },
17828
18365
  8989: {
17829
18366
  name: 'Giant Mammoth Mainnet',
17830
18367
  title: 'Giant Mammoth Chain',
@@ -18303,6 +18840,24 @@ exports.chains = {
18303
18840
  }
18304
18841
  ]
18305
18842
  },
18843
+ 9789: {
18844
+ name: 'Tabi Testnet',
18845
+ chain: 'TabiNetwork',
18846
+ rpc: ['https://rpc.testnet.tabichain.com'],
18847
+ faucets: ['https://faucet.testnet.tabichain.com'],
18848
+ nativeCurrency: { name: 'Tabi', symbol: 'TABI', decimals: 18 },
18849
+ infoURL: 'https://www.tabichain.com',
18850
+ shortName: 'tabitest',
18851
+ chainId: 9789,
18852
+ networkId: 9789,
18853
+ explorers: [
18854
+ {
18855
+ name: 'Tabi Testnet Explorer',
18856
+ url: 'https://testnet.tabiscan.com',
18857
+ standard: 'none'
18858
+ }
18859
+ ]
18860
+ },
18306
18861
  9790: {
18307
18862
  name: 'Carbon EVM',
18308
18863
  chain: 'Carbon',
@@ -18808,6 +19363,44 @@ exports.chains = {
18808
19363
  }
18809
19364
  ]
18810
19365
  },
19366
+ 10321: {
19367
+ name: 'TAO EVM Mainnet',
19368
+ chain: 'TAO EVM',
19369
+ icon: 'taoevmIcon',
19370
+ rpc: ['https://rpc.taoevm.io'],
19371
+ faucets: [],
19372
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
19373
+ infoURL: 'https://taoevm.io',
19374
+ shortName: 'TAOm',
19375
+ chainId: 10321,
19376
+ networkId: 10321,
19377
+ explorers: [
19378
+ {
19379
+ name: 'TAO Mainnet Explorer',
19380
+ url: 'https://taoscan.org',
19381
+ standard: 'EIP3091'
19382
+ }
19383
+ ]
19384
+ },
19385
+ 10324: {
19386
+ name: 'TAO EVM Testnet',
19387
+ chain: 'TAO EVM',
19388
+ icon: 'taoevmIcon',
19389
+ rpc: ['https://testnet-rpc.taoevm.io'],
19390
+ faucets: ['https://faucet.taoevm.io'],
19391
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
19392
+ infoURL: 'https://taoevm.io',
19393
+ shortName: 'TAOt',
19394
+ chainId: 10324,
19395
+ networkId: 10324,
19396
+ explorers: [
19397
+ {
19398
+ name: 'TAO Testnet Explorer',
19399
+ url: 'https://testnet.taoscan.org',
19400
+ standard: 'EIP3091'
19401
+ }
19402
+ ]
19403
+ },
18811
19404
  10395: {
18812
19405
  name: 'WorldLand Testnet',
18813
19406
  chain: 'Worldland',
@@ -19355,6 +19948,54 @@ exports.chains = {
19355
19948
  networkId: 12321,
19356
19949
  slip44: 1
19357
19950
  },
19951
+ 12324: {
19952
+ name: 'L3X Protocol',
19953
+ chainId: 12324,
19954
+ shortName: 'l3x',
19955
+ chain: 'L3X',
19956
+ icon: 'l3x',
19957
+ networkId: 12324,
19958
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19959
+ rpc: ['https://rpc-mainnet.l3x.com'],
19960
+ faucets: [],
19961
+ explorers: [
19962
+ {
19963
+ name: 'L3X Mainnet Explorer',
19964
+ url: 'https://explorer.l3x.com',
19965
+ standard: 'EIP3091'
19966
+ }
19967
+ ],
19968
+ infoURL: 'https://l3x.com',
19969
+ parent: {
19970
+ type: 'L2',
19971
+ chain: 'eip155-42161',
19972
+ bridges: [{ url: 'https://bridge.arbitrum.io' }]
19973
+ }
19974
+ },
19975
+ 12325: {
19976
+ name: 'L3X Protocol Testnet',
19977
+ chainId: 12325,
19978
+ shortName: 'l3x-testnet',
19979
+ chain: 'L3X',
19980
+ icon: 'l3x',
19981
+ networkId: 12325,
19982
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19983
+ rpc: ['https://rpc-testnet.l3x.com'],
19984
+ faucets: [],
19985
+ explorers: [
19986
+ {
19987
+ name: 'L3X Testnet Explorer',
19988
+ url: 'https://explorer-testnet.l3x.com',
19989
+ standard: 'EIP3091'
19990
+ }
19991
+ ],
19992
+ infoURL: 'https://l3x.com',
19993
+ parent: {
19994
+ type: 'L2',
19995
+ chain: 'eip155-421614',
19996
+ bridges: [{ url: 'https://bridge.arbitrum.io' }]
19997
+ }
19998
+ },
19358
19999
  12345: {
19359
20000
  name: 'Step Testnet',
19360
20001
  title: 'Step Test Network',
@@ -19423,6 +20064,26 @@ exports.chains = {
19423
20064
  }
19424
20065
  ]
19425
20066
  },
20067
+ 12781: {
20068
+ name: 'Playdapp Testnet',
20069
+ chain: 'PDA',
20070
+ icon: 'pda',
20071
+ rpc: ['https://subnets.avax.network/playdappte/testnet/rpc'],
20072
+ features: [{ name: 'EIP1559' }],
20073
+ faucets: [],
20074
+ nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
20075
+ infoURL: 'https://playdapp.io',
20076
+ shortName: 'PDA-TESTNET',
20077
+ chainId: 12781,
20078
+ networkId: 12781,
20079
+ explorers: [
20080
+ {
20081
+ name: 'Playdapp Testnet Explorer',
20082
+ url: 'https://subnets-test.avax.network/playdappte',
20083
+ standard: 'EIP3091'
20084
+ }
20085
+ ]
20086
+ },
19426
20087
  12890: {
19427
20088
  name: 'Quantum Chain Testnet',
19428
20089
  chain: 'tQNET',
@@ -19443,6 +20104,27 @@ exports.chains = {
19443
20104
  }
19444
20105
  ]
19445
20106
  },
20107
+ 12898: {
20108
+ name: 'PlayFair Testnet Subnet',
20109
+ chain: 'PLAYFAIR',
20110
+ icon: 'playfair',
20111
+ rpc: [
20112
+ 'https://rpc.letsplayfair.ai/ext/bc/2hhXFNp1jR4RuqvCmWQnBtt9CZnCmmyGr7TNTkxt7XY7pAzHMY/rpc'
20113
+ ],
20114
+ faucets: [],
20115
+ nativeCurrency: { name: 'BTLT Token', symbol: 'BTLT', decimals: 18 },
20116
+ infoURL: 'https://letsplayfair.ai',
20117
+ shortName: 'playfair',
20118
+ chainId: 12898,
20119
+ networkId: 12898,
20120
+ explorers: [
20121
+ {
20122
+ name: 'Avalanche Subnet Explorer',
20123
+ url: 'https://subnets-test.avax.network/letsplayfair',
20124
+ standard: 'EIP3091'
20125
+ }
20126
+ ]
20127
+ },
19446
20128
  13000: {
19447
20129
  name: 'SPS',
19448
20130
  chain: 'SPS',
@@ -19827,6 +20509,27 @@ exports.chains = {
19827
20509
  networkId: 16001,
19828
20510
  slip44: 1
19829
20511
  },
20512
+ 16116: {
20513
+ name: 'DeFiVerse Mainnet',
20514
+ chain: 'DeFiVerse',
20515
+ icon: 'defiverse',
20516
+ rpc: ['https://rpc.defi-verse.org/'],
20517
+ faucets: [],
20518
+ nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
20519
+ infoURL: 'https://defi-verse.org',
20520
+ shortName: 'DFV',
20521
+ chainId: 16116,
20522
+ networkId: 16116,
20523
+ explorers: [
20524
+ {
20525
+ name: 'DeFiVerse Explorer',
20526
+ url: 'https://scan.defi-verse.org',
20527
+ icon: 'defiverse',
20528
+ standard: 'EIP3091'
20529
+ }
20530
+ ],
20531
+ parent: { type: 'L2', chain: 'eip155-248' }
20532
+ },
19830
20533
  16507: {
19831
20534
  name: 'Genesys Mainnet',
19832
20535
  chain: 'Genesys',
@@ -19916,7 +20619,8 @@ exports.chains = {
19916
20619
  'https://ethereum-holesky-rpc.publicnode.com',
19917
20620
  'wss://ethereum-holesky-rpc.publicnode.com',
19918
20621
  'https://holesky.drpc.org',
19919
- 'wss://holesky.drpc.org'
20622
+ 'wss://holesky.drpc.org',
20623
+ 'https://rpc-holesky.rockx.com'
19920
20624
  ],
19921
20625
  faucets: [
19922
20626
  'https://faucet.holesky.ethpandaops.io',
@@ -20002,6 +20706,26 @@ exports.chains = {
20002
20706
  bridges: [{ url: 'https://garnetchain.com/deposit' }]
20003
20707
  }
20004
20708
  },
20709
+ 17117: {
20710
+ name: 'DeFiVerse Testnet',
20711
+ chain: 'DeFiVerse Testnet',
20712
+ icon: 'defiverse',
20713
+ rpc: ['https://rpc-testnet.defi-verse.org/'],
20714
+ faucets: [],
20715
+ nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
20716
+ infoURL: 'https://defi-verse.org',
20717
+ shortName: 'DFV-testnet',
20718
+ chainId: 17117,
20719
+ networkId: 17117,
20720
+ explorers: [
20721
+ {
20722
+ name: 'DeFiVerse Testnet Explorer',
20723
+ url: 'https://scan-testnet.defi-verse.org',
20724
+ icon: 'defiverse',
20725
+ standard: 'EIP3091'
20726
+ }
20727
+ ]
20728
+ },
20005
20729
  17171: {
20006
20730
  name: 'G8Chain Mainnet',
20007
20731
  chain: 'G8C',
@@ -20528,6 +21252,44 @@ exports.chains = {
20528
21252
  }
20529
21253
  ]
20530
21254
  },
21255
+ 21223: {
21256
+ name: 'DCpay Mainnet',
21257
+ chain: 'DCpay',
21258
+ icon: 'dcpayIcon',
21259
+ rpc: ['https://rpc.dcpay.io'],
21260
+ faucets: [],
21261
+ nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
21262
+ infoURL: 'https://dcpay.io',
21263
+ shortName: 'DCPm',
21264
+ chainId: 21223,
21265
+ networkId: 21223,
21266
+ explorers: [
21267
+ {
21268
+ name: 'DCpay Mainnet Explorer',
21269
+ url: 'https://mainnet.dcpay.io',
21270
+ standard: 'EIP3091'
21271
+ }
21272
+ ]
21273
+ },
21274
+ 21224: {
21275
+ name: 'DCpay Testnet',
21276
+ chain: 'DCpay',
21277
+ icon: 'dcpayIcon',
21278
+ rpc: ['https://testnet-rpc.dcpay.io'],
21279
+ faucets: ['https://faucet.dcpay.io'],
21280
+ nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
21281
+ infoURL: 'https://dcpay.io',
21282
+ shortName: 'DCPt',
21283
+ chainId: 21224,
21284
+ networkId: 21224,
21285
+ explorers: [
21286
+ {
21287
+ name: 'DCpay Testnet Explorer',
21288
+ url: 'https://testnet.dcpay.io',
21289
+ standard: 'EIP3091'
21290
+ }
21291
+ ]
21292
+ },
20531
21293
  21337: {
20532
21294
  name: 'CENNZnet Azalea',
20533
21295
  chain: 'CENNZnet',
@@ -21465,6 +22227,48 @@ exports.chains = {
21465
22227
  slip44: 1,
21466
22228
  explorers: []
21467
22229
  },
22230
+ 31753: {
22231
+ name: 'Xchain Mainnet',
22232
+ chain: 'Xchain',
22233
+ icon: 'intd',
22234
+ rpc: ['https://rpc.xchainscan.com'],
22235
+ faucets: [],
22236
+ nativeCurrency: { name: 'Intdestcoin', symbol: 'INTD', decimals: 18 },
22237
+ infoURL: 'https://xchainscan.com',
22238
+ shortName: 'INTD',
22239
+ chainId: 31753,
22240
+ networkId: 31753,
22241
+ explorers: [
22242
+ {
22243
+ name: 'Xchain Mainnet Explorer',
22244
+ url: 'https://xchainscan.com',
22245
+ standard: 'EIP3091'
22246
+ }
22247
+ ]
22248
+ },
22249
+ 31754: {
22250
+ name: 'Xchain Testnet',
22251
+ chain: 'Xchain',
22252
+ icon: 'intd',
22253
+ rpc: ['https://rpc.xchaintest.net'],
22254
+ faucets: ['https://xchainfaucet.net'],
22255
+ nativeCurrency: {
22256
+ name: 'Intdestcoin Testnet',
22257
+ symbol: 'INTD',
22258
+ decimals: 18
22259
+ },
22260
+ infoURL: 'https://xchaintest.net',
22261
+ shortName: 'tINTD',
22262
+ chainId: 31754,
22263
+ networkId: 31754,
22264
+ explorers: [
22265
+ {
22266
+ name: 'Xchain Testnet Explorer',
22267
+ url: 'https://xchaintest.net',
22268
+ standard: 'EIP3091'
22269
+ }
22270
+ ]
22271
+ },
21468
22272
  32001: {
21469
22273
  name: 'W3Gamez Holesky Testnet',
21470
22274
  chain: 'ETH',
@@ -21575,6 +22379,25 @@ exports.chains = {
21575
22379
  }
21576
22380
  ]
21577
22381
  },
22382
+ 33033: {
22383
+ name: 'Entangle Mainnet',
22384
+ chain: 'NGL',
22385
+ icon: 'ngl',
22386
+ rpc: ['https://json-rpc.entangle.fi'],
22387
+ faucets: [],
22388
+ nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
22389
+ infoURL: 'https://www.entangle.fi',
22390
+ shortName: 'ngl',
22391
+ chainId: 33033,
22392
+ networkId: 33033,
22393
+ explorers: [
22394
+ {
22395
+ name: 'Entangle Mainnet Explorer',
22396
+ url: 'https://explorer.entangle.fi',
22397
+ standard: 'none'
22398
+ }
22399
+ ]
22400
+ },
21578
22401
  33101: {
21579
22402
  name: 'Zilliqa EVM Testnet',
21580
22403
  chain: 'ZIL',
@@ -21594,6 +22417,19 @@ exports.chains = {
21594
22417
  }
21595
22418
  ]
21596
22419
  },
22420
+ 33133: {
22421
+ name: 'Entangle Testnet',
22422
+ chain: 'NGL',
22423
+ icon: 'ngl',
22424
+ rpc: ['https://evm-testnet.entangle.fi'],
22425
+ faucets: [],
22426
+ nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
22427
+ infoURL: 'https://www.entangle.fi',
22428
+ shortName: 'tngl',
22429
+ chainId: 33133,
22430
+ networkId: 33133,
22431
+ explorers: []
22432
+ },
21597
22433
  33210: {
21598
22434
  name: 'Cloudverse Subnet',
21599
22435
  chain: 'CLOUDVERSE',
@@ -21672,6 +22508,25 @@ exports.chains = {
21672
22508
  }
21673
22509
  ]
21674
22510
  },
22511
+ 33979: {
22512
+ name: 'Funki',
22513
+ chain: 'ETH',
22514
+ icon: 'funki',
22515
+ rpc: [],
22516
+ faucets: [],
22517
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
22518
+ infoURL: 'https://funkichain.com',
22519
+ shortName: 'funki',
22520
+ chainId: 33979,
22521
+ networkId: 33979,
22522
+ explorers: [
22523
+ {
22524
+ name: 'Funki Mainnet Explorer',
22525
+ url: 'https://mainnet.funkichain.com',
22526
+ standard: 'none'
22527
+ }
22528
+ ]
22529
+ },
21675
22530
  34443: {
21676
22531
  name: 'Mode',
21677
22532
  chain: 'ETH',
@@ -21802,6 +22657,25 @@ exports.chains = {
21802
22657
  }
21803
22658
  ]
21804
22659
  },
22660
+ 39656: {
22661
+ name: 'PRM Mainnet',
22662
+ chain: 'prm',
22663
+ icon: 'prmIcon',
22664
+ rpc: ['https://mainnet-rpc.prmscan.org'],
22665
+ faucets: [],
22666
+ nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
22667
+ infoURL: 'https://primalnetwork.org',
22668
+ shortName: 'prm',
22669
+ chainId: 39656,
22670
+ networkId: 39656,
22671
+ explorers: [
22672
+ {
22673
+ name: 'Primal Network',
22674
+ url: 'https://prmscan.org',
22675
+ standard: 'EIP3091'
22676
+ }
22677
+ ]
22678
+ },
21805
22679
  39797: {
21806
22680
  name: 'Energi Mainnet',
21807
22681
  chain: 'NRG',
@@ -22046,6 +22920,26 @@ exports.chains = {
22046
22920
  bridges: [{ url: 'https://wallet.zkfair.io' }]
22047
22921
  }
22048
22922
  },
22923
+ 42793: {
22924
+ name: 'Etherlink Mainnet',
22925
+ chain: 'Etherlink',
22926
+ icon: 'etherlink',
22927
+ chainId: 42793,
22928
+ networkId: 42793,
22929
+ features: [{ name: 'EIP1559' }],
22930
+ infoURL: 'https://etherlink.com',
22931
+ shortName: 'etlk',
22932
+ nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
22933
+ rpc: ['https://node.mainnet.etherlink.com'],
22934
+ faucets: [],
22935
+ explorers: [
22936
+ {
22937
+ name: 'Etherlink Explorer',
22938
+ url: 'https://explorer.etherlink.com',
22939
+ standard: 'EIP3091'
22940
+ }
22941
+ ]
22942
+ },
22049
22943
  42801: {
22050
22944
  name: 'Gesoten Verse Testnet',
22051
22945
  chain: 'Gesoten Verse',
@@ -22108,6 +23002,7 @@ exports.chains = {
22108
23002
  shortName: 'hemi',
22109
23003
  chainId: 43111,
22110
23004
  networkId: 43111,
23005
+ icon: 'hemi',
22111
23006
  explorers: [],
22112
23007
  parent: { type: 'L2', chain: 'eip155-1' },
22113
23008
  status: 'incubating'
@@ -22623,7 +23518,7 @@ exports.chains = {
22623
23518
  'wss://dodochain-testnet.alt.technology/ws'
22624
23519
  ],
22625
23520
  faucets: [],
22626
- nativeCurrency: { name: 'Berd', symbol: 'BERD', decimals: 18 },
23521
+ nativeCurrency: { name: 'DODO', symbol: 'DODO', decimals: 18 },
22627
23522
  infoURL: 'https://www.dodochain.com',
22628
23523
  shortName: 'dodochain',
22629
23524
  chainId: 53457,
@@ -23303,9 +24198,8 @@ exports.chains = {
23303
24198
  },
23304
24199
  62050: {
23305
24200
  name: 'Optopia Mainnet',
23306
- status: 'incubating',
23307
24201
  chain: 'ETH',
23308
- rpc: [],
24202
+ rpc: ['https://rpc-mainnet.optopia.ai', 'https://rpc-mainnet-2.optopia.ai'],
23309
24203
  faucets: [],
23310
24204
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23311
24205
  features: [{ name: 'EIP1559' }],
@@ -23314,8 +24208,19 @@ exports.chains = {
23314
24208
  chainId: 62050,
23315
24209
  networkId: 62050,
23316
24210
  icon: 'optopia',
23317
- explorers: [],
23318
- parent: { type: 'L2', chain: 'eip155-1' }
24211
+ explorers: [
24212
+ {
24213
+ name: 'optopia-scan',
24214
+ url: 'https://scan.optopia.ai',
24215
+ icon: 'optopia',
24216
+ standard: 'EIP3091'
24217
+ }
24218
+ ],
24219
+ parent: {
24220
+ type: 'L2',
24221
+ chain: 'eip155-1',
24222
+ bridges: [{ url: 'https://bridge.optopia.ai' }]
24223
+ }
23319
24224
  },
23320
24225
  62320: {
23321
24226
  name: 'Celo Baklava Testnet',
@@ -23351,6 +24256,26 @@ exports.chains = {
23351
24256
  }
23352
24257
  ]
23353
24258
  },
24259
+ 62831: {
24260
+ name: 'PLYR TAU Testnet',
24261
+ chain: 'PLYR',
24262
+ icon: 'plyr',
24263
+ rpc: ['https://subnets.avax.network/plyr/testnet/rpc'],
24264
+ faucets: ['https://faucet.avax.network/?subnet=plyr'],
24265
+ nativeCurrency: { name: 'PLYR', symbol: 'PLYR', decimals: 18 },
24266
+ infoURL: 'https://plyr.network',
24267
+ shortName: 'plyr-tau-testnet',
24268
+ chainId: 62831,
24269
+ networkId: 62831,
24270
+ slip44: 1,
24271
+ explorers: [
24272
+ {
24273
+ name: 'Avalanche Subnet Testnet Explorer',
24274
+ url: 'https://subnets-test.avax.network/plyr',
24275
+ standard: 'EIP3091'
24276
+ }
24277
+ ]
24278
+ },
23354
24279
  63000: {
23355
24280
  name: 'eCredits Mainnet',
23356
24281
  chain: 'ECS',
@@ -24485,6 +25410,21 @@ exports.chains = {
24485
25410
  }
24486
25411
  ]
24487
25412
  },
25413
+ 88559: {
25414
+ name: 'Inoai Network',
25415
+ chain: 'INOAI',
25416
+ faucets: [],
25417
+ rpc: ['https://inoai-network.com'],
25418
+ nativeCurrency: { name: 'Inoai', symbol: 'INO', decimals: 18 },
25419
+ infoURL: 'https://inoai.info',
25420
+ shortName: 'INOAI',
25421
+ chainId: 88559,
25422
+ networkId: 88559,
25423
+ icon: 'inoai',
25424
+ explorers: [
25425
+ { name: 'inoai live', url: 'https://inoai.live', standard: 'none' }
25426
+ ]
25427
+ },
24488
25428
  88817: {
24489
25429
  name: 'Unit Zero Testnet',
24490
25430
  chain: 'Unit Zero',
@@ -24526,6 +25466,7 @@ exports.chains = {
24526
25466
  88880: {
24527
25467
  name: 'Chiliz Scoville Testnet',
24528
25468
  chain: 'CHZ',
25469
+ status: 'deprecated',
24529
25470
  rpc: ['https://scoville-rpc.chiliz.com'],
24530
25471
  faucets: ['https://scoville-faucet.chiliz.com'],
24531
25472
  nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
@@ -24543,21 +25484,57 @@ exports.chains = {
24543
25484
  }
24544
25485
  ]
24545
25486
  },
25487
+ 88882: {
25488
+ name: 'Chiliz Spicy Testnet',
25489
+ chain: 'CHZ',
25490
+ rpc: ['https://spicy-rpc.chiliz.com'],
25491
+ faucets: [
25492
+ 'https://spicy-faucet.chiliz.com',
25493
+ 'https://tatum.io/faucets/chiliz'
25494
+ ],
25495
+ nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
25496
+ icon: 'chilizspicy',
25497
+ infoURL: 'https://www.chiliz.com/en/chain',
25498
+ shortName: 'chzspicy',
25499
+ chainId: 88882,
25500
+ networkId: 88882,
25501
+ slip44: 1,
25502
+ explorers: [
25503
+ {
25504
+ name: 'spicy-explorer',
25505
+ url: 'https://testnet.chiliscan.com',
25506
+ standard: 'EIP3091'
25507
+ }
25508
+ ]
25509
+ },
24546
25510
  88888: {
24547
- name: 'IVAR Chain Mainnet',
24548
- chain: 'IVAR',
24549
- icon: 'ivar',
24550
- rpc: ['https://mainnet-rpc.ivarex.com'],
24551
- faucets: ['https://faucet.ivarex.com/'],
24552
- nativeCurrency: { name: 'Ivar', symbol: 'IVAR', decimals: 18 },
24553
- infoURL: 'https://ivarex.com',
24554
- shortName: 'ivar',
25511
+ name: 'Chiliz Chain Mainnet',
25512
+ chain: 'CHZ',
25513
+ icon: 'chilizchain',
25514
+ rpc: [
25515
+ 'https://rpc.chiliz.com',
25516
+ 'https://rpc.ankr.com/chiliz',
25517
+ 'https://chiliz.publicnode.com'
25518
+ ],
25519
+ faucets: [
25520
+ 'https://spicy-faucet.chiliz.com',
25521
+ 'https://tatum.io/faucets/chiliz'
25522
+ ],
25523
+ nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
25524
+ infoURL: 'https://chiliz.com',
25525
+ shortName: 'chzmainnet',
24555
25526
  chainId: 88888,
24556
25527
  networkId: 88888,
25528
+ redFlags: ['reusedChainId'],
24557
25529
  explorers: [
24558
25530
  {
24559
- name: 'ivarscan',
24560
- url: 'https://ivarscan.com',
25531
+ name: 'chiliscan',
25532
+ url: 'https://chiliscan.com',
25533
+ standard: 'EIP3091'
25534
+ },
25535
+ {
25536
+ name: 'chilizscan',
25537
+ url: 'https://scan.chiliz.com',
24561
25538
  standard: 'EIP3091'
24562
25539
  }
24563
25540
  ]
@@ -24785,6 +25762,38 @@ exports.chains = {
24785
25762
  ],
24786
25763
  status: 'deprecated'
24787
25764
  },
25765
+ 97531: {
25766
+ name: 'Green Chain Testnet',
25767
+ chain: 'Green Chain',
25768
+ icon: 'greenchain',
25769
+ rpc: ['https://node.greenchain.app/rpc/'],
25770
+ faucets: [],
25771
+ nativeCurrency: { name: 'GREEN', symbol: 'GREEN', decimals: 18 },
25772
+ infoURL: 'https://www.greenchain.app',
25773
+ shortName: 'greenchain',
25774
+ chainId: 97531,
25775
+ networkId: 97531,
25776
+ explorers: [
25777
+ {
25778
+ name: 'Green Chain Explorer',
25779
+ url: 'https://explorer.greenchain.app',
25780
+ standard: 'EIP3091'
25781
+ }
25782
+ ]
25783
+ },
25784
+ 98881: {
25785
+ name: 'Ebi Chain',
25786
+ title: 'Ebi Chain',
25787
+ chain: 'Ebi',
25788
+ rpc: ['https://rpc.ebi.xyz'],
25789
+ faucets: [],
25790
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25791
+ infoURL: 'https://ebi.xyz',
25792
+ shortName: 'ebi',
25793
+ chainId: 98881,
25794
+ networkId: 98881,
25795
+ status: 'incubating'
25796
+ },
24788
25797
  99099: {
24789
25798
  name: 'eLiberty Testnet',
24790
25799
  chain: '$EL',
@@ -25646,6 +26655,25 @@ exports.chains = {
25646
26655
  explorers: [],
25647
26656
  status: 'incubating'
25648
26657
  },
26658
+ 165279: {
26659
+ name: 'Eclat Mainnet',
26660
+ chain: 'Eclat',
26661
+ icon: 'eclat',
26662
+ rpc: ['https://mainnet-rpc.eclatscan.com'],
26663
+ faucets: [],
26664
+ nativeCurrency: { name: 'Eclat', symbol: 'ECLAT', decimals: 18 },
26665
+ infoURL: 'https://eclatscan.com',
26666
+ shortName: 'ECLAT',
26667
+ chainId: 165279,
26668
+ networkId: 165279,
26669
+ explorers: [
26670
+ {
26671
+ name: 'Eclat Mainnet Explorer',
26672
+ url: 'https://eclatscan.com',
26673
+ standard: 'EIP3091'
26674
+ }
26675
+ ]
26676
+ },
25649
26677
  167000: {
25650
26678
  name: 'Taiko Mainnet',
25651
26679
  chain: 'ETH',
@@ -25837,8 +26865,8 @@ exports.chains = {
25837
26865
  name: 'Mind Network Testnet',
25838
26866
  chain: 'FHET',
25839
26867
  rpc: [
25840
- 'https://rpc_testnet.mindnetwork.xyz',
25841
- 'wss://rpc_testnet.mindnetwork.xyz'
26868
+ 'https://rpc-testnet.mindnetwork.xyz',
26869
+ 'wss://rpc-testnet.mindnetwork.xyz'
25842
26870
  ],
25843
26871
  faucets: [],
25844
26872
  nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
@@ -25948,6 +26976,7 @@ exports.chains = {
25948
26976
  'https://rpc.bitlayer.org',
25949
26977
  'https://rpc.bitlayer-rpc.com',
25950
26978
  'https://rpc.ankr.com/bitlayer',
26979
+ 'https://rpc-bitlayer.rockx.com',
25951
26980
  'wss://ws.bitlayer.org',
25952
26981
  'wss://ws.bitlayer-rpc.com'
25953
26982
  ],
@@ -26474,6 +27503,25 @@ exports.chains = {
26474
27503
  }
26475
27504
  ]
26476
27505
  },
27506
+ 262371: {
27507
+ name: 'Eclat Testnet',
27508
+ chain: 'Eclat',
27509
+ icon: 'eclat',
27510
+ rpc: ['https://testnet-rpc.eclatscan.com'],
27511
+ faucets: ['https://faucet.eclatscan.com'],
27512
+ nativeCurrency: { name: 'Eclat Testnet', symbol: 'ECLAT', decimals: 18 },
27513
+ infoURL: 'https://testnet-explorer.eclatscan.com',
27514
+ shortName: 'tECLAT',
27515
+ chainId: 262371,
27516
+ networkId: 262371,
27517
+ explorers: [
27518
+ {
27519
+ name: 'Eclat Testnet Explorer',
27520
+ url: 'https://testnet-explorer.eclatscan.com',
27521
+ standard: 'EIP3091'
27522
+ }
27523
+ ]
27524
+ },
26477
27525
  266256: {
26478
27526
  name: 'Gear Zero Network Testnet',
26479
27527
  chain: 'GearZero',
@@ -26546,6 +27594,25 @@ exports.chains = {
26546
27594
  ],
26547
27595
  parent: { type: 'L2', chain: 'eip155-11155111' }
26548
27596
  },
27597
+ 309075: {
27598
+ name: 'One World Chain Mainnet',
27599
+ chain: 'One World Chain',
27600
+ icon: 'oneWorldChainIcon',
27601
+ rpc: ['https://mainnet-rpc.oneworldchain.org'],
27602
+ faucets: [],
27603
+ nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
27604
+ infoURL: 'https://oneworldchain.org',
27605
+ shortName: 'OWCTm',
27606
+ chainId: 309075,
27607
+ networkId: 309075,
27608
+ explorers: [
27609
+ {
27610
+ name: 'One World Chain Mainnet Explorer',
27611
+ url: 'https://mainnet.oneworldchain.org',
27612
+ standard: 'EIP3091'
27613
+ }
27614
+ ]
27615
+ },
26549
27616
  313313: {
26550
27617
  name: 'SaharaAI Testnet',
26551
27618
  chain: 'Sahara',
@@ -26604,6 +27671,27 @@ exports.chains = {
26604
27671
  { name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
26605
27672
  ]
26606
27673
  },
27674
+ 322202: {
27675
+ name: 'Parex Mainnet',
27676
+ title: 'Parex Mainnet',
27677
+ chain: 'Parex',
27678
+ rpc: ['https://mainnet-rpc.parex.network'],
27679
+ faucets: [],
27680
+ nativeCurrency: { name: 'PAREX', symbol: 'PRX', decimals: 18 },
27681
+ infoURL: 'https://parex.network',
27682
+ shortName: 'parex',
27683
+ chainId: 322202,
27684
+ networkId: 322202,
27685
+ icon: 'parexmain',
27686
+ explorers: [
27687
+ {
27688
+ name: 'Parex Mainnet Explorer',
27689
+ url: 'https://scan.parex.network',
27690
+ icon: 'parexmain',
27691
+ standard: 'EIP3091'
27692
+ }
27693
+ ]
27694
+ },
26607
27695
  323213: {
26608
27696
  name: 'Bloom Genesis Testnet',
26609
27697
  chain: 'Bloom',
@@ -26813,23 +27901,69 @@ exports.chains = {
26813
27901
  }
26814
27902
  ]
26815
27903
  },
27904
+ 355110: {
27905
+ name: 'Bitfinity Network Mainnet',
27906
+ chain: 'BFT',
27907
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
27908
+ rpc: ['https://mainnet.bitfinity.network'],
27909
+ faucets: [],
27910
+ nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 },
27911
+ infoURL: 'https://bitfinity.network',
27912
+ shortName: 'bitfinity-mainnet',
27913
+ chainId: 355110,
27914
+ networkId: 355110,
27915
+ explorers: [
27916
+ {
27917
+ name: 'Bitfinity Mainnet Block Explorer',
27918
+ url: 'https://explorer.mainnet.bitfinity.network',
27919
+ icon: 'bitfinity',
27920
+ standard: 'EIP3091'
27921
+ }
27922
+ ]
27923
+ },
26816
27924
  355113: {
26817
27925
  name: 'Bitfinity Network Testnet',
26818
27926
  chain: 'BFT',
27927
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
26819
27928
  rpc: ['https://testnet.bitfinity.network'],
26820
27929
  faucets: ['https://bitfinity.network/faucet'],
26821
- nativeCurrency: { name: 'BITFINITY', symbol: 'BFT', decimals: 18 },
27930
+ nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 },
26822
27931
  infoURL: 'https://bitfinity.network',
26823
- shortName: 'Bitfinity',
27932
+ shortName: 'bitfinity-testnet',
26824
27933
  chainId: 355113,
26825
27934
  networkId: 355113,
26826
- slip44: 1,
26827
27935
  explorers: [
26828
27936
  {
26829
- name: 'Bitfinity Block Explorer',
26830
- url: 'https://explorer.bitfinity.network',
27937
+ name: 'Bitfinity Testnet Block Explorer',
27938
+ url: 'https://explorer.testnet.bitfinity.network',
26831
27939
  icon: 'bitfinity',
26832
27940
  standard: 'EIP3091'
27941
+ },
27942
+ {
27943
+ name: 'Bitfinity Testnet Block Explorer',
27944
+ url: 'https://bitfinity-test.dex.guru',
27945
+ icon: 'dexguru',
27946
+ standard: 'EIP3091'
27947
+ }
27948
+ ]
27949
+ },
27950
+ 360890: {
27951
+ name: 'LAVITA Mainnet',
27952
+ chain: 'LAVITA',
27953
+ icon: 'lavita',
27954
+ rpc: ['https://tsub360890-eth-rpc.thetatoken.org/rpc'],
27955
+ faucets: [],
27956
+ nativeCurrency: { name: 'vTFUEL', symbol: 'vTFUEL', decimals: 18 },
27957
+ infoURL: 'https://www.lavita.ai',
27958
+ shortName: 'lavita-mainnet',
27959
+ chainId: 360890,
27960
+ networkId: 360890,
27961
+ explorers: [
27962
+ {
27963
+ name: 'LAVITA Mainnet Explorer',
27964
+ url: 'https://tsub360890-explorer.thetatoken.org',
27965
+ icon: 'lavita',
27966
+ standard: 'EIP3091'
26833
27967
  }
26834
27968
  ]
26835
27969
  },
@@ -26843,7 +27977,14 @@ exports.chains = {
26843
27977
  infoURL: '',
26844
27978
  shortName: 'DS2',
26845
27979
  chainId: 363636,
26846
- networkId: 363636
27980
+ networkId: 363636,
27981
+ explorers: [
27982
+ {
27983
+ name: 'Digit Soul Explorer',
27984
+ url: 'https://dgs-exp.digitsoul.co.th',
27985
+ standard: 'EIP3091'
27986
+ }
27987
+ ]
26847
27988
  },
26848
27989
  373737: {
26849
27990
  name: 'HAPchain Testnet',
@@ -27276,6 +28417,26 @@ exports.chains = {
27276
28417
  }
27277
28418
  ]
27278
28419
  },
28420
+ 504441: {
28421
+ name: 'Playdapp Network',
28422
+ chain: 'PDA',
28423
+ icon: 'pda',
28424
+ rpc: ['https://subnets.avax.network/playdappne/mainnet/rpc'],
28425
+ features: [{ name: 'EIP1559' }],
28426
+ faucets: [],
28427
+ nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
28428
+ infoURL: 'https://playdapp.io',
28429
+ shortName: 'PDA',
28430
+ chainId: 504441,
28431
+ networkId: 504441,
28432
+ explorers: [
28433
+ {
28434
+ name: 'Playdapp Explorer',
28435
+ url: 'https://subnets.avax.network/playdappne',
28436
+ standard: 'EIP3091'
28437
+ }
28438
+ ]
28439
+ },
27279
28440
  512512: {
27280
28441
  name: 'CMP-Testnet',
27281
28442
  chain: 'CMP',
@@ -27474,6 +28635,25 @@ exports.chains = {
27474
28635
  }
27475
28636
  ]
27476
28637
  },
28638
+ 552981: {
28639
+ name: 'One World Chain Testnet',
28640
+ chain: 'One World Chain',
28641
+ icon: 'oneWorldChainIcon',
28642
+ rpc: ['https://testnet-rpc.oneworldchain.org'],
28643
+ faucets: ['https://faucet.oneworldchain.org'],
28644
+ nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
28645
+ infoURL: 'https://oneworldchain.org',
28646
+ shortName: 'OWCTt',
28647
+ chainId: 552981,
28648
+ networkId: 552981,
28649
+ explorers: [
28650
+ {
28651
+ name: 'One World Chain Testnet Explorer',
28652
+ url: 'https://testnet.oneworldchain.org',
28653
+ standard: 'EIP3091'
28654
+ }
28655
+ ]
28656
+ },
27477
28657
  555666: {
27478
28658
  name: 'Eclipse Testnet',
27479
28659
  chain: 'ECLIPSE',
@@ -27715,10 +28895,11 @@ exports.chains = {
27715
28895
  shortName: 'hemi-sep',
27716
28896
  chainId: 743111,
27717
28897
  networkId: 743111,
28898
+ icon: 'hemi',
27718
28899
  explorers: [
27719
28900
  {
27720
28901
  name: 'blockscout',
27721
- url: 'https://testnet.explorer.hemi.network',
28902
+ url: 'https://testnet.explorer.hemi.xyz',
27722
28903
  icon: 'blockscout',
27723
28904
  standard: 'EIP3091'
27724
28905
  }
@@ -27925,6 +29106,25 @@ exports.chains = {
27925
29106
  }
27926
29107
  ]
27927
29108
  },
29109
+ 839320: {
29110
+ name: 'PRM Testnet',
29111
+ chain: 'prm',
29112
+ icon: 'prmIcon',
29113
+ rpc: ['https://testnet-rpc.prmscan.org'],
29114
+ faucets: ['https://faucet.prmscan.org'],
29115
+ nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
29116
+ infoURL: 'https://primalnetwork.org',
29117
+ shortName: 'prmtest',
29118
+ chainId: 839320,
29119
+ networkId: 839320,
29120
+ explorers: [
29121
+ {
29122
+ name: 'Primal Network Testnet',
29123
+ url: 'https://testnet-explorer.prmscan.org',
29124
+ standard: 'EIP3091'
29125
+ }
29126
+ ]
29127
+ },
27928
29128
  846000: {
27929
29129
  name: '4GoodNetwork',
27930
29130
  chain: '4GN',
@@ -28413,6 +29613,19 @@ exports.chains = {
28413
29613
  }
28414
29614
  ]
28415
29615
  },
29616
+ 1398243: {
29617
+ name: 'Automata Testnet',
29618
+ chain: 'Automata Testnet',
29619
+ rpc: [],
29620
+ faucets: [],
29621
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
29622
+ infoURL: 'https://ata.network',
29623
+ shortName: 'automatatest',
29624
+ chainId: 1398243,
29625
+ networkId: 1398243,
29626
+ icon: 'automata',
29627
+ explorers: []
29628
+ },
28416
29629
  1612127: {
28417
29630
  name: 'PlayFi Albireo Testnet',
28418
29631
  chain: 'ETH',
@@ -28573,6 +29786,25 @@ exports.chains = {
28573
29786
  slip44: 1,
28574
29787
  explorers: []
28575
29788
  },
29789
+ 3397901: {
29790
+ name: 'Funki Sepolia Sandbox',
29791
+ chain: 'ETH',
29792
+ icon: 'funki',
29793
+ rpc: ['https://funki-testnet.alt.technology'],
29794
+ faucets: [],
29795
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
29796
+ infoURL: 'https://funkichain.com',
29797
+ shortName: 'funkisepolia',
29798
+ chainId: 3397901,
29799
+ networkId: 3397901,
29800
+ explorers: [
29801
+ {
29802
+ name: 'Funki Sepolia Sandbox Explorer',
29803
+ url: 'https://sepolia-sandbox.funkichain.com',
29804
+ standard: 'none'
29805
+ }
29806
+ ]
29807
+ },
28576
29808
  3441005: {
28577
29809
  name: 'Manta Pacific Testnet',
28578
29810
  chain: 'Manta Pacific',
@@ -29004,6 +30236,20 @@ exports.chains = {
29004
30236
  }
29005
30237
  ]
29006
30238
  },
30239
+ 8601152: {
30240
+ name: 'Waterfall 8 Test Network',
30241
+ chain: 'Waterfall Testnet8',
30242
+ rpc: ['https://rpc.testnet8.waterfall.network/'],
30243
+ faucets: ['https://faucet.testnet8.waterfall.network'],
30244
+ nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
30245
+ features: [{ name: 'EIP1559' }],
30246
+ infoURL: 'https://waterfall.network',
30247
+ shortName: 'waterfall',
30248
+ chainId: 8601152,
30249
+ networkId: 8601152,
30250
+ icon: 'waterfall',
30251
+ explorers: []
30252
+ },
29007
30253
  8794598: {
29008
30254
  name: 'HAPchain',
29009
30255
  chain: 'HAPchain',
@@ -29138,6 +30384,28 @@ exports.chains = {
29138
30384
  }
29139
30385
  ]
29140
30386
  },
30387
+ 10241025: {
30388
+ name: 'ALIENX Hal Testnet',
30389
+ chain: 'ALIENX Hal',
30390
+ rpc: [
30391
+ 'https://hal-rpc.alienxchain.io/http',
30392
+ 'https://hal.rpc.caldera.xyz/http'
30393
+ ],
30394
+ faucets: [],
30395
+ nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
30396
+ infoURL: 'https://alienxchain.io/home',
30397
+ shortName: 'ALIENXHal',
30398
+ chainId: 10241025,
30399
+ networkId: 10241025,
30400
+ icon: 'hal',
30401
+ explorers: [
30402
+ {
30403
+ name: 'Hal Explorer',
30404
+ url: 'https://hal-explorer.alienxchain.io',
30405
+ standard: 'EIP3091'
30406
+ }
30407
+ ]
30408
+ },
29141
30409
  11155111: {
29142
30410
  name: 'Sepolia',
29143
30411
  title: 'Ethereum Testnet Sepolia',
@@ -29154,7 +30422,8 @@ exports.chains = {
29154
30422
  'https://ethereum-sepolia-rpc.publicnode.com',
29155
30423
  'wss://ethereum-sepolia-rpc.publicnode.com',
29156
30424
  'https://sepolia.drpc.org',
29157
- 'wss://sepolia.drpc.org'
30425
+ 'wss://sepolia.drpc.org',
30426
+ 'https://rpc-sepolia.rockx.com'
29158
30427
  ],
29159
30428
  faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
29160
30429
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
@@ -29200,6 +30469,27 @@ exports.chains = {
29200
30469
  }
29201
30470
  ]
29202
30471
  },
30472
+ 13068200: {
30473
+ name: 'COTI Devnet',
30474
+ title: 'COTI Devnet',
30475
+ chain: 'COTI',
30476
+ icon: 'coti',
30477
+ rpc: ['https://devnet.coti.io/rpc'],
30478
+ faucets: ['https://faucet.coti.io'],
30479
+ nativeCurrency: { name: 'COTI2', symbol: 'COTI2', decimals: 18 },
30480
+ infoURL: 'https://coti.io/',
30481
+ shortName: 'coti-devnet',
30482
+ chainId: 13068200,
30483
+ networkId: 13068200,
30484
+ explorers: [
30485
+ {
30486
+ name: 'coti devnet explorer',
30487
+ url: 'https://explorer-devnet.coti.io',
30488
+ icon: 'ethernal',
30489
+ standard: 'EIP3091'
30490
+ }
30491
+ ]
30492
+ },
29203
30493
  13371337: {
29204
30494
  name: 'PepChain Churchill',
29205
30495
  chain: 'PEP',
@@ -29394,6 +30684,24 @@ exports.chains = {
29394
30684
  }
29395
30685
  ]
29396
30686
  },
30687
+ 20241133: {
30688
+ name: 'Swan Proxima Testnet',
30689
+ chain: 'SWAN',
30690
+ rpc: ['https://rpc-proxima.swanchain.io'],
30691
+ faucets: [],
30692
+ nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
30693
+ infoURL: 'https://swanchain.io/',
30694
+ shortName: 'Proxima',
30695
+ chainId: 20241133,
30696
+ networkId: 20241133,
30697
+ explorers: [
30698
+ {
30699
+ name: 'Swan Proxima Chain explorer',
30700
+ url: 'https://proxima-explorer.swanchain.io',
30701
+ standard: 'EIP3091'
30702
+ }
30703
+ ]
30704
+ },
29397
30705
  20482050: {
29398
30706
  name: 'Hokum Testnet',
29399
30707
  chain: 'HokumTestnet',
@@ -29890,14 +31198,13 @@ exports.chains = {
29890
31198
  {
29891
31199
  name: 'Cyber Testnet Explorer',
29892
31200
  url: 'https://testnet.cyberscan.co',
29893
- icon: 'blockscout',
29894
31201
  standard: 'EIP3091'
29895
31202
  }
29896
31203
  ],
29897
31204
  parent: {
29898
31205
  type: 'L2',
29899
31206
  chain: 'eip155-11155111',
29900
- bridges: [{ url: 'https://cyber-testnet-bridge.alt.technology/deposit' }]
31207
+ bridges: [{ url: 'https://cyber-testnet.testnets.rollbridge.app/' }]
29901
31208
  }
29902
31209
  },
29903
31210
  123420111: {
@@ -30901,6 +32208,11 @@ exports.chains = {
30901
32208
  name: 'Kakarot Scan',
30902
32209
  url: 'https://sepolia.kakarotscan.org',
30903
32210
  standard: 'EIP3091'
32211
+ },
32212
+ {
32213
+ name: 'Kakarot Explorer',
32214
+ url: 'https://sepolia-explorer.kakarot.org',
32215
+ standard: 'EIP3091'
30904
32216
  }
30905
32217
  ],
30906
32218
  parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
@@ -31304,5 +32616,26 @@ exports.chains = {
31304
32616
  standard: 'EIP3091'
31305
32617
  }
31306
32618
  ]
32619
+ },
32620
+ 2716446429837000: {
32621
+ name: 'DCHAIN',
32622
+ title: 'DCHAIN Mainnet',
32623
+ chain: 'dchainmainnet',
32624
+ icon: 'dchainmainnet',
32625
+ rpc: ['https://dchain-2716446429837000-1.jsonrpc.sagarpc.io'],
32626
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
32627
+ faucets: [],
32628
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32629
+ infoURL: 'https://www.dchain.foundation/',
32630
+ shortName: 'dchainmainnet',
32631
+ chainId: 2716446429837000,
32632
+ networkId: 2716446429837000,
32633
+ explorers: [
32634
+ {
32635
+ name: 'dchain scan',
32636
+ url: 'https://dchain-2716446429837000-1.sagaexplorer.io',
32637
+ standard: 'EIP3091'
32638
+ }
32639
+ ]
31307
32640
  }
31308
32641
  };