@revoke.cash/chains 63.0.0 → 64.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.
@@ -5309,12 +5309,12 @@ exports.chains = {
5309
5309
  273: {
5310
5310
  name: 'XR One',
5311
5311
  chain: 'ETH',
5312
- rpc: ['https://xr-one.calderachain.xyz/http'],
5312
+ rpc: ['https://xr1.calderachain.xyz/http', 'wss://xr1.calderachain.xyz/ws'],
5313
5313
  faucets: [],
5314
5314
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5315
- nativeCurrency: { name: 'XR', symbol: 'XR', decimals: 18 },
5315
+ nativeCurrency: { name: 'XR1', symbol: 'XR1', decimals: 18 },
5316
5316
  infoURL: 'https://xr-one.gitbook.io',
5317
- shortName: 'xr',
5317
+ shortName: 'xr1',
5318
5318
  chainId: 273,
5319
5319
  networkId: 273,
5320
5320
  icon: 'xr',
@@ -5322,7 +5322,7 @@ exports.chains = {
5322
5322
  explorers: [
5323
5323
  {
5324
5324
  name: 'XR One Explorer',
5325
- url: 'https://xr-one.calderaexplorer.xyz',
5325
+ url: 'https://xr1.calderaexplorer.xyz',
5326
5326
  icon: 'blockscout',
5327
5327
  standard: 'EIP3091'
5328
5328
  }
@@ -5330,7 +5330,7 @@ exports.chains = {
5330
5330
  parent: {
5331
5331
  type: 'L2',
5332
5332
  chain: 'eip155-42161',
5333
- bridges: [{ url: 'https://xr-one.bridge.caldera.xyz/' }]
5333
+ bridges: [{ url: 'https://xr1.bridge.caldera.xyz' }]
5334
5334
  },
5335
5335
  status: 'active',
5336
5336
  iconURL: 'https://ipfs.io/ipfs/QmTrFxtjUBwxi87rty13jbXg4BW9nvVuBmtbzb9j9F99Gt'
@@ -5937,6 +5937,32 @@ exports.chains = {
5937
5937
  ],
5938
5938
  iconURL: 'https://ipfs.io/ipfs/QmSuVbbBRAnquu3EsbsFgEMNgM8bTpiVKns2CCBVM6c2aJ'
5939
5939
  },
5940
+ 320: {
5941
+ name: 'ZKcandy Mainnet',
5942
+ chain: 'ETH',
5943
+ rpc: ['https://rpc.zkcandy.io'],
5944
+ faucets: [],
5945
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5946
+ infoURL: 'https://zkcandy.io/',
5947
+ shortName: 'zkcandy',
5948
+ chainId: 320,
5949
+ networkId: 320,
5950
+ icon: 'zkcandymainnet',
5951
+ explorers: [
5952
+ {
5953
+ name: 'ZKcandy Block Explorer',
5954
+ url: 'https://explorer.zkcandy.io',
5955
+ icon: 'zkcandymainnet',
5956
+ standard: 'EIP3091'
5957
+ }
5958
+ ],
5959
+ parent: {
5960
+ type: 'L2',
5961
+ chain: 'eip155-1',
5962
+ bridges: [{ url: 'https://bridge.zkcandy.io/' }]
5963
+ },
5964
+ iconURL: 'https://ipfs.io/ipfs/bafkreib5jsvl6kxn2qvv4giag3l3e54d2wolo2lqbgkhivxu4cpjzi77eq'
5965
+ },
5940
5966
  321: {
5941
5967
  name: 'KCC Mainnet',
5942
5968
  chain: 'KCC',
@@ -6178,6 +6204,22 @@ exports.chains = {
6178
6204
  }
6179
6205
  ]
6180
6206
  },
6207
+ 339: {
6208
+ name: 'Pencils Protocol',
6209
+ chain: 'ETH',
6210
+ rpc: [],
6211
+ faucets: [],
6212
+ nativeCurrency: {
6213
+ name: 'Pencils Protocol Token',
6214
+ symbol: 'DAPP',
6215
+ decimals: 18
6216
+ },
6217
+ infoURL: 'https://pencilsprotocol.io/',
6218
+ shortName: 'dapp',
6219
+ chainId: 339,
6220
+ networkId: 339,
6221
+ status: 'incubating'
6222
+ },
6181
6223
  345: {
6182
6224
  name: 'TSC Mainnet',
6183
6225
  chain: 'Trust Smart Chain',
@@ -7982,23 +8024,24 @@ exports.chains = {
7982
8024
  iconURL: 'https://ipfs.io/ipfs/bafkreieox7v337p3jfhd37dz74mq6mn3uk5i5475rmzpirmyp6ydcfzzqi'
7983
8025
  },
7984
8026
  662: {
7985
- name: 'UltronSmartchain',
7986
- chain: 'UltronSmartchain',
7987
- rpc: ['https://rpc.ultronsmartchain.io'],
8027
+ name: 'AmaxSmartchain',
8028
+ chain: 'AmaxSmartchain',
8029
+ rpc: ['https://rpc.amaxchain.io'],
7988
8030
  faucets: [],
7989
- nativeCurrency: { name: 'ulc', symbol: 'ULC', decimals: 18 },
7990
- infoURL: 'https://ultronsmartchain.io',
7991
- shortName: 'ultronsmartchain',
8031
+ nativeCurrency: { name: 'amax', symbol: 'AMAX', decimals: 18 },
8032
+ infoURL: 'https://amaxchain.io',
8033
+ shortName: 'Amaxsmartchain',
7992
8034
  chainId: 662,
7993
8035
  networkId: 662,
7994
8036
  icon: 'ultronsmartchain',
7995
8037
  explorers: [
7996
8038
  {
7997
- name: 'ultronsmartchain explorer',
7998
- url: 'https://scan.ultronsmartchain.io',
8039
+ name: 'Amaxsmartchain explorer',
8040
+ url: 'https://scan.amaxchain.io',
7999
8041
  standard: 'EIP3091'
8000
8042
  }
8001
8043
  ],
8044
+ redFlags: ['reusedChainId'],
8002
8045
  iconURL: 'https://ipfs.io/ipfs/QmTns2FXAqDCq1QJsocUBGjhxsgWYK7pFfD4UrRZ9JBsF1'
8003
8046
  },
8004
8047
  666: {
@@ -10363,21 +10406,21 @@ exports.chains = {
10363
10406
  slip44: 1020
10364
10407
  },
10365
10408
  1011: {
10366
- name: 'Rebus Mainnet',
10409
+ name: 'Rebus Classic Mainnet',
10367
10410
  title: 'Rebuschain Mainnet',
10368
10411
  chain: 'REBUS',
10369
10412
  rpc: ['https://apievm.rebuschain.com/rpc'],
10370
10413
  faucets: [],
10371
- nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
10414
+ nativeCurrency: { name: 'Rebus Classic', symbol: 'REBUS', decimals: 18 },
10372
10415
  infoURL: 'https://www.rebuschain.com',
10373
- shortName: 'rebus',
10416
+ shortName: 'rebusclassic',
10374
10417
  chainId: 1011,
10375
10418
  networkId: 1011,
10376
- icon: 'rebus',
10419
+ icon: 'rebusc',
10377
10420
  explorers: [
10378
10421
  {
10379
10422
  name: 'Rebus EVM Explorer (Blockscout)',
10380
- url: 'https://evm.rebuschain.com',
10423
+ url: 'https://evm-l1.rebuschain.com',
10381
10424
  icon: 'rebus',
10382
10425
  standard: 'none'
10383
10426
  },
@@ -12244,20 +12287,20 @@ exports.chains = {
12244
12287
  iconURL: 'https://ipfs.io/ipfs/bafkreifd43fcvh77mdcwjrpzpnlhthounc6b4u645kukqpqhduaveatf6i'
12245
12288
  },
12246
12289
  1315: {
12247
- name: 'Story Homer Testnet',
12248
- chain: 'Story Homer Testnet',
12249
- rpc: ['https://devnet.storyrpc.io.'],
12290
+ name: 'Story Aeneid Testnet',
12291
+ chain: 'Story Aeneid Testnet',
12292
+ rpc: ['https://aeneid.storyrpc.io'],
12250
12293
  faucets: [],
12251
12294
  nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12252
12295
  infoURL: 'https://story.foundation/',
12253
12296
  icon: 'story',
12254
- shortName: 'styhmt',
12297
+ shortName: 'story-aeneid',
12255
12298
  chainId: 1315,
12256
12299
  networkId: 1315,
12257
12300
  explorers: [
12258
12301
  {
12259
12302
  name: 'blockscout',
12260
- url: 'https://devnet.storyscan.xyz',
12303
+ url: 'https://aeneid.storyscan.xyz',
12261
12304
  standard: 'EIP3091'
12262
12305
  }
12263
12306
  ],
@@ -14579,6 +14622,17 @@ exports.chains = {
14579
14622
  networkId: 1987,
14580
14623
  slip44: 1987
14581
14624
  },
14625
+ 1989: {
14626
+ name: 'Lydia Coin',
14627
+ chain: 'LYDIA',
14628
+ rpc: ['https://rpc.lydiacoins.com'],
14629
+ faucets: [],
14630
+ nativeCurrency: { name: 'Lydia Coin', symbol: 'BSW', decimals: 18 },
14631
+ infoURL: 'https://raas.gelato.network/rollups/details/public/lydia-coin',
14632
+ shortName: 'lydia',
14633
+ chainId: 1989,
14634
+ networkId: 1989
14635
+ },
14582
14636
  1992: {
14583
14637
  name: 'Hubble Exchange',
14584
14638
  chain: 'Hubblenet',
@@ -16890,6 +16944,28 @@ exports.chains = {
16890
16944
  ],
16891
16945
  iconURL: 'https://ipfs.io/ipfs/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR'
16892
16946
  },
16947
+ 2605: {
16948
+ name: 'Pho Blockchain Mainnet',
16949
+ chain: 'PHO',
16950
+ icon: 'pho',
16951
+ rpc: ['https://mainnet.phochain.org'],
16952
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
16953
+ faucets: [],
16954
+ nativeCurrency: { name: 'Pho', symbol: 'PHO', decimals: 18 },
16955
+ infoURL: 'phochain.org',
16956
+ shortName: 'pho',
16957
+ chainId: 2605,
16958
+ networkId: 2605,
16959
+ explorers: [
16960
+ {
16961
+ name: 'Pho Scan',
16962
+ url: 'https://phoscan.org',
16963
+ standard: 'EIP3091',
16964
+ icon: 'pho'
16965
+ }
16966
+ ],
16967
+ iconURL: 'https://ipfs.io/ipfs/QmZ6WDmzPq5ECRaTW8mEcJmMYonqFTDVizZoG9UaRZ5tsW'
16968
+ },
16893
16969
  2606: {
16894
16970
  name: 'PoCRNet',
16895
16971
  title: 'Proof of Climate awaReness mainnet',
@@ -19295,6 +19371,28 @@ exports.chains = {
19295
19371
  ],
19296
19372
  iconURL: 'https://ipfs.io/ipfs/QmVTS8jmWD5e7jVEn86wLjJsuMnc6s8fym3JbtE4etzSKf'
19297
19373
  },
19374
+ 4203: {
19375
+ name: 'Merlin Erigon Testnet',
19376
+ title: 'Merlin Erigon Testnet',
19377
+ chain: 'Merlin',
19378
+ rpc: ['https://testnet-erigon-rpc.merlinchain.io'],
19379
+ faucets: [],
19380
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
19381
+ infoURL: 'https://merlinchain.io',
19382
+ shortName: 'Merlin-Testnet',
19383
+ chainId: 4203,
19384
+ networkId: 4203,
19385
+ icon: 'merlin',
19386
+ explorers: [
19387
+ {
19388
+ name: 'L2scan',
19389
+ url: 'https://testnet-erigon-scan.merlinchain.io',
19390
+ icon: 'merlin',
19391
+ standard: 'EIP3091'
19392
+ }
19393
+ ],
19394
+ iconURL: 'https://ipfs.io/ipfs/QmULpMFUvKSmJT8sWXS3WDnTm4EacgRbsEynDenpxcfrAj'
19395
+ },
19298
19396
  4242: {
19299
19397
  name: 'Nexi Mainnet',
19300
19398
  chain: 'Nexi',
@@ -24040,6 +24138,28 @@ exports.chains = {
24040
24138
  networkId: 8768,
24041
24139
  iconURL: 'https://ipfs.io/ipfs/Qmcd19ksUvNMD1XQFSC55jJhDPoF2zUzzV7woteFiugwBH'
24042
24140
  },
24141
+ 8811: {
24142
+ name: 'Haven1',
24143
+ chain: 'haven1',
24144
+ rpc: ['https://rpc.haven1.org'],
24145
+ faucets: [],
24146
+ nativeCurrency: { name: 'Haven1', symbol: 'H1', decimals: 18 },
24147
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
24148
+ infoURL: 'https://www.haven1.org',
24149
+ shortName: 'haven1',
24150
+ chainId: 8811,
24151
+ networkId: 8811,
24152
+ icon: 'haven1',
24153
+ explorers: [
24154
+ {
24155
+ name: 'Haven1 Explorer',
24156
+ url: 'https://explorer.haven1.org',
24157
+ icon: 'haven1',
24158
+ standard: 'EIP3091'
24159
+ }
24160
+ ],
24161
+ iconURL: 'https://ipfs.io/ipfs/bafkreih4jq33lz2mjwvu62hmo2ptt277et5l6oqi5ejuyxv2dir2iohsai'
24162
+ },
24043
24163
  8822: {
24044
24164
  name: 'IOTA EVM',
24045
24165
  title: 'IOTA EVM',
@@ -25056,6 +25176,28 @@ exports.chains = {
25056
25176
  ],
25057
25177
  iconURL: 'https://ipfs.io/ipfs/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz'
25058
25178
  },
25179
+ 9696: {
25180
+ name: 'Rebus Mainnet',
25181
+ title: 'Rebuschain Mainnet',
25182
+ chain: 'ETH',
25183
+ rpc: ['https://apievml2.rebuschain.com/l2rpc'],
25184
+ faucets: [],
25185
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
25186
+ infoURL: 'https://www.rebuschain.com',
25187
+ shortName: 'rebus',
25188
+ chainId: 9696,
25189
+ networkId: 9696,
25190
+ icon: 'rebus',
25191
+ explorers: [
25192
+ {
25193
+ name: 'Rebus EVM Explorer (Blockscout)',
25194
+ url: 'https://evm.rebuschain.com',
25195
+ icon: 'rebus',
25196
+ standard: 'none'
25197
+ }
25198
+ ],
25199
+ iconURL: 'https://ipfs.io/ipfs/bafkreifzag46dhp33vb2uldg4htqbqipuqrapjga6ml6pnhn5yibbvb4gq'
25200
+ },
25059
25201
  9700: {
25060
25202
  name: 'Oort MainnetDev',
25061
25203
  title: 'Oort MainnetDev',
@@ -26563,6 +26705,26 @@ exports.chains = {
26563
26705
  ],
26564
26706
  iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
26565
26707
  },
26708
+ 11504: {
26709
+ name: 'BEVM Signet',
26710
+ chain: 'BEVM',
26711
+ rpc: ['https://signet.bevm.io/'],
26712
+ faucets: [],
26713
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
26714
+ infoURL: 'https://bevm.io',
26715
+ shortName: 'bevm-signet',
26716
+ chainId: 11504,
26717
+ networkId: 11504,
26718
+ icon: 'bevm',
26719
+ explorers: [
26720
+ {
26721
+ name: 'bevm signet scan',
26722
+ url: 'https://scan-signet.bevm.io',
26723
+ standard: 'none'
26724
+ }
26725
+ ],
26726
+ iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
26727
+ },
26566
26728
  11521: {
26567
26729
  name: 'SatsChain',
26568
26730
  chain: 'SatsChain',
@@ -28787,6 +28949,27 @@ exports.chains = {
28787
28949
  explorers: [],
28788
28950
  iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
28789
28951
  },
28952
+ 20441: {
28953
+ name: 'XUSD ONE StableChain Mainnet',
28954
+ chain: 'XUSD ONE',
28955
+ icon: 'xusd',
28956
+ rpc: ['https://xusd.live'],
28957
+ faucets: [],
28958
+ nativeCurrency: { name: 'XUSD ONE', symbol: 'X1', decimals: 18 },
28959
+ infoURL: 'https://xusd.co',
28960
+ shortName: 'xusd',
28961
+ chainId: 20441,
28962
+ networkId: 20441,
28963
+ explorers: [
28964
+ {
28965
+ name: 'xusdscan',
28966
+ url: 'https://xusdscan.com',
28967
+ icon: 'xusdscan',
28968
+ standard: 'EIP3091'
28969
+ }
28970
+ ],
28971
+ iconURL: 'https://ipfs.io/ipfs/bafkreid7fdetal6wmyum5tbuhacb66gkcqkrvphcsrc3vid5xidiulycwu'
28972
+ },
28790
28973
  20729: {
28791
28974
  name: 'Callisto Testnet',
28792
28975
  chain: 'CLO',
@@ -30666,6 +30849,22 @@ exports.chains = {
30666
30849
  ],
30667
30850
  iconURL: 'https://ipfs.io/ipfs/QmQnQZ2YUuJMDYoKWhiA1KqY67VFjvMLSXTww46pnrS8js'
30668
30851
  },
30852
+ 33999: {
30853
+ name: 'Pencils Protocol Sepolia Testnet',
30854
+ chain: 'ETH',
30855
+ rpc: [],
30856
+ faucets: [],
30857
+ nativeCurrency: {
30858
+ name: 'Pencils Protocol Sepolia Testnet Token',
30859
+ symbol: 'DAPPST',
30860
+ decimals: 18
30861
+ },
30862
+ infoURL: 'https://pencilsprotocol.io/',
30863
+ shortName: 'dapp-sepolia',
30864
+ chainId: 33999,
30865
+ networkId: 33999,
30866
+ status: 'incubating'
30867
+ },
30669
30868
  34443: {
30670
30869
  name: 'Mode',
30671
30870
  chain: 'ETH',
@@ -31081,6 +31280,21 @@ exports.chains = {
31081
31280
  ],
31082
31281
  iconURL: 'https://ipfs.io/ipfs/QmSj6SSWmBiRjnjZQPb17kvhGDmB9xAGRkG13RwPuXLTCT'
31083
31282
  },
31283
+ 42096: {
31284
+ name: 'Heurist Testnet',
31285
+ chain: 'HEU',
31286
+ status: 'active',
31287
+ rpc: [],
31288
+ faucets: [],
31289
+ nativeCurrency: { name: 'Heurist', symbol: 'HEU', decimals: 18 },
31290
+ infoURL: '',
31291
+ shortName: 'HEU',
31292
+ chainId: 42096,
31293
+ networkId: 42096,
31294
+ slip44: 1,
31295
+ explorers: [],
31296
+ parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
31297
+ },
31084
31298
  42161: {
31085
31299
  name: 'Arbitrum One',
31086
31300
  chainId: 42161,
@@ -32276,6 +32490,32 @@ exports.chains = {
32276
32490
  },
32277
32491
  iconURL: 'https://ipfs.io/ipfs/QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg'
32278
32492
  },
32493
+ 53456: {
32494
+ name: 'BirdLayer',
32495
+ title: 'BirdLayer',
32496
+ chain: 'BirdLayer',
32497
+ icon: 'birdlayer',
32498
+ rpc: [
32499
+ 'https://rpc.birdlayer.xyz',
32500
+ 'https://rpc1.birdlayer.xyz',
32501
+ 'wss://rpc.birdlayer.xyz/ws'
32502
+ ],
32503
+ faucets: [],
32504
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32505
+ infoURL: 'https://www.dodochain.com',
32506
+ shortName: 'birdlayer',
32507
+ chainId: 53456,
32508
+ networkId: 53456,
32509
+ explorers: [
32510
+ {
32511
+ name: 'BirdLayer Explorer',
32512
+ url: 'https://scan.birdlayer.xyz',
32513
+ icon: 'birdlayer',
32514
+ standard: 'EIP3091'
32515
+ }
32516
+ ],
32517
+ iconURL: 'https://ipfs.io/ipfs/QmQDdZQjpKhrVM62479RTzppUG8QHhHd8Bq4RFYAjN1yf4'
32518
+ },
32279
32519
  53457: {
32280
32520
  name: 'DODOchain testnet',
32281
32521
  title: 'DODOchain testnet',
@@ -34624,14 +34864,25 @@ exports.chains = {
34624
34864
  name: 'Berachain',
34625
34865
  chain: 'Berachain',
34626
34866
  rpc: ['https://rpc.berachain.com'],
34627
- faucets: ['https://faucet.berachain.com'],
34867
+ faucets: [],
34628
34868
  nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
34629
34869
  infoURL: 'https://www.berachain.com',
34630
34870
  shortName: 'berachain',
34631
34871
  chainId: 80094,
34632
34872
  networkId: 80094,
34633
34873
  icon: 'berachain',
34634
- explorers: [],
34874
+ explorers: [
34875
+ {
34876
+ name: 'Berascan',
34877
+ url: 'https://berascan.com',
34878
+ standard: 'EIP3091'
34879
+ },
34880
+ {
34881
+ name: 'Beratrail',
34882
+ url: 'https://beratrail.io',
34883
+ standard: 'EIP3091'
34884
+ }
34885
+ ],
34635
34886
  iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
34636
34887
  },
34637
34888
  80096: {
@@ -36507,6 +36758,33 @@ exports.chains = {
36507
36758
  ],
36508
36759
  iconURL: 'https://ipfs.io/ipfs/QmWiRBqfzoZ3GC7oCbYFqbwLyF4uDHM4eYdKUUJ7LHf2EA'
36509
36760
  },
36761
+ 105363: {
36762
+ name: 'Lumoz Chain Testnet',
36763
+ chain: 'ETH',
36764
+ rpc: ['https://testnet-rpc.lumoz.org'],
36765
+ faucets: [],
36766
+ nativeCurrency: {
36767
+ name: 'Lumoz Testnet Token',
36768
+ symbol: 'MOZ',
36769
+ decimals: 18
36770
+ },
36771
+ features: [{ name: 'EIP155' }],
36772
+ infoURL: 'https://lumoz.org',
36773
+ shortName: 'Lumoz-Chain-Testnet',
36774
+ chainId: 105363,
36775
+ networkId: 105363,
36776
+ slip44: 1,
36777
+ icon: 'opside-new',
36778
+ explorers: [
36779
+ {
36780
+ name: 'LumozTestInfo',
36781
+ url: 'https://testnet-scan.lumoz.info',
36782
+ icon: 'opside-new',
36783
+ standard: 'EIP3091'
36784
+ }
36785
+ ],
36786
+ iconURL: 'https://ipfs.io/ipfs/QmZnE2ygPL2ZGuzHGvFCHmrqxwdurrhz3K1yPnwLzKbgay'
36787
+ },
36510
36788
  108801: {
36511
36789
  name: 'BROChain Mainnet',
36512
36790
  chain: 'BRO',
@@ -36903,6 +37181,21 @@ exports.chains = {
36903
37181
  ],
36904
37182
  iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
36905
37183
  },
37184
+ 121224: {
37185
+ name: 'Fushuma',
37186
+ chain: 'Fushuma',
37187
+ rpc: ['https://rpc.fushuma.com'],
37188
+ faucets: [],
37189
+ nativeCurrency: { name: 'FUSHUMA', symbol: 'FUMA', decimals: 18 },
37190
+ features: [{ name: 'EIP155' }],
37191
+ infoURL: '',
37192
+ shortName: 'fushuma',
37193
+ chainId: 121224,
37194
+ networkId: 121224,
37195
+ explorers: [
37196
+ { name: 'FumaScan', url: 'https://fumascan.com', standard: 'none' }
37197
+ ]
37198
+ },
36906
37199
  123321: {
36907
37200
  name: 'Gemchain',
36908
37201
  chain: 'Gemchain',
@@ -37225,7 +37518,7 @@ exports.chains = {
37225
37518
  iconURL: 'https://ipfs.io/ipfs/bafybeigpyvnir6awzgeazkk5xdkvexw7w6ww3yxawszue6zms4a5ygdfky'
37226
37519
  },
37227
37520
  167000: {
37228
- name: 'Taiko Mainnet',
37521
+ name: 'Taiko Alethia',
37229
37522
  chain: 'ETH',
37230
37523
  status: 'active',
37231
37524
  icon: 'taiko',
@@ -37355,7 +37648,7 @@ exports.chains = {
37355
37648
  iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
37356
37649
  },
37357
37650
  167009: {
37358
- name: 'Taiko Hekla L2',
37651
+ name: 'Taiko Hekla',
37359
37652
  chain: 'ETH',
37360
37653
  status: 'active',
37361
37654
  icon: 'taiko',
@@ -37573,6 +37866,17 @@ exports.chains = {
37573
37866
  { name: 'tracehawk', url: 'https://r0arscan.io', standard: 'none' }
37574
37867
  ]
37575
37868
  },
37869
+ 198989: {
37870
+ name: 'Lydia Coin Testnet',
37871
+ chain: 'LYDIA-TESTNET',
37872
+ rpc: ['https://testnet-rpc.lydiacoins.com'],
37873
+ faucets: ['https://faucet.lydiacoins.com/'],
37874
+ nativeCurrency: { name: 'Lydia Token', symbol: 'BSW', decimals: 18 },
37875
+ infoURL: 'https://raas.gelato.network/rollups/details/public/lydia-coin-testnet',
37876
+ shortName: 'lydia-testnet',
37877
+ chainId: 198989,
37878
+ networkId: 198989
37879
+ },
37576
37880
  199991: {
37577
37881
  name: 'MAZZE Testnet',
37578
37882
  chain: 'MAZZE Testnet',
@@ -38292,22 +38596,22 @@ exports.chains = {
38292
38596
  iconURL: 'https://ipfs.io/ipfs/bafkreibjxqd5kqcc2shstjjujvxzg6cwegwr6dgjyyd56v6h7yusgks7sy'
38293
38597
  },
38294
38598
  224433: {
38295
- name: 'CONET Holesky',
38296
- chain: 'CONET Holesky',
38599
+ name: 'CONET Cancun',
38600
+ chain: 'CONET Cancun',
38297
38601
  rpc: ['https://rpc.conet.network'],
38298
38602
  faucets: [],
38299
- nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
38603
+ nativeCurrency: { name: 'CONET Cancun', symbol: 'CONET', decimals: 18 },
38300
38604
  features: [{ name: 'EIP155' }],
38301
38605
  infoURL: 'https://conet.network',
38302
- shortName: 'conet-holesky',
38606
+ shortName: 'conet-cancun',
38303
38607
  chainId: 224433,
38304
38608
  networkId: 224433,
38305
38609
  slip44: 2147708081,
38306
38610
  icon: 'conet',
38307
38611
  explorers: [
38308
38612
  {
38309
- name: 'CONET Holesky Scan',
38310
- url: 'https://scan.conet.network',
38613
+ name: 'CONET Cancun Scan',
38614
+ url: 'https://cancun.conet.network',
38311
38615
  standard: 'EIP3091'
38312
38616
  }
38313
38617
  ],
@@ -42489,6 +42793,28 @@ exports.chains = {
42489
42793
  },
42490
42794
  iconURL: 'https://ipfs.io/ipfs/QmRySLe3su59dE5x5JPm2b1GeZfz6DR9qUzcbp3rt4SD3A'
42491
42795
  },
42796
+ 6231991: {
42797
+ name: 'Block Chain LOL Berachain Testnet',
42798
+ chain: 'Block Chain LOL Berachain',
42799
+ rpc: ['https://block-chain.alt.technology'],
42800
+ faucets: ['https://faucet.block-chain.lol/'],
42801
+ nativeCurrency: {
42802
+ name: 'HarryPotterObamaSonic10Inu',
42803
+ symbol: 'HARRY',
42804
+ decimals: 18
42805
+ },
42806
+ infoURL: 'https://block-chain.lol/',
42807
+ shortName: 'block-chain-lol-testnet',
42808
+ chainId: 6231991,
42809
+ networkId: 6231991,
42810
+ explorers: [
42811
+ {
42812
+ name: 'Block Chain LOL Berachain Testnet Blockscout Explorer',
42813
+ url: 'https://explorer.block-chain.lol',
42814
+ standard: 'EIP3091'
42815
+ }
42816
+ ]
42817
+ },
42492
42818
  6666665: {
42493
42819
  name: 'Safe(AnWang) Mainnet',
42494
42820
  chain: 'Safe(AnWang)',
@@ -43261,6 +43587,30 @@ exports.chains = {
43261
43587
  }
43262
43588
  ]
43263
43589
  },
43590
+ 16969696: {
43591
+ name: ' Privix Chain Mainnet',
43592
+ chain: 'PSC',
43593
+ rpc: [
43594
+ 'https://mainnet-rpc.privixchain.xyz/',
43595
+ 'wss://mainnet-rpc.privixchain.xyz/ws'
43596
+ ],
43597
+ faucets: [],
43598
+ nativeCurrency: { name: 'Privix Coin', symbol: 'PSC', decimals: 18 },
43599
+ infoURL: 'https://privix.co/',
43600
+ shortName: 'mpsc',
43601
+ chainId: 16969696,
43602
+ networkId: 16969696,
43603
+ icon: 'privix',
43604
+ explorers: [
43605
+ {
43606
+ name: 'blockscout',
43607
+ url: 'https://privixscan.io',
43608
+ icon: 'blockscout',
43609
+ standard: 'EIP3091'
43610
+ }
43611
+ ],
43612
+ iconURL: 'https://ipfs.io/ipfs/bafkreigodpsoidrdcnck4gemprf6zh6qptx72t2iit3hq7rhtk5qbr6vri'
43613
+ },
43264
43614
  17000920: {
43265
43615
  name: 'Lambda Chain Testnet',
43266
43616
  chain: 'Lambda Chain',
@@ -44447,6 +44797,30 @@ exports.chains = {
44447
44797
  },
44448
44798
  status: 'active'
44449
44799
  },
44800
+ 96969696: {
44801
+ name: ' Privix Chain Testnet',
44802
+ chain: 'PSC',
44803
+ rpc: [
44804
+ 'https://testnet-rpc.privixchain.xyz/',
44805
+ 'wss://testnet-rpc.privixchain.xyz/ws'
44806
+ ],
44807
+ faucets: ['https://faucet.privixchain.xyz'],
44808
+ nativeCurrency: { name: 'Privix Coin', symbol: 'tPSC', decimals: 18 },
44809
+ infoURL: 'https://privix.co/',
44810
+ shortName: 'tpsc',
44811
+ chainId: 96969696,
44812
+ networkId: 96969696,
44813
+ icon: 'privix',
44814
+ explorers: [
44815
+ {
44816
+ name: 'blockscout',
44817
+ url: 'https://testnet.privixscan.io',
44818
+ icon: 'blockscout',
44819
+ standard: 'EIP3091'
44820
+ }
44821
+ ],
44822
+ iconURL: 'https://ipfs.io/ipfs/bafkreigodpsoidrdcnck4gemprf6zh6qptx72t2iit3hq7rhtk5qbr6vri'
44823
+ },
44450
44824
  97912060: {
44451
44825
  name: 'ChadChain',
44452
44826
  chain: 'CHAD',
@@ -44982,11 +45356,11 @@ exports.chains = {
44982
45356
  iconURL: 'https://ipfs.io/ipfs/bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre'
44983
45357
  },
44984
45358
  476462898: {
44985
- name: 'Skopje Testnet',
45359
+ name: 'GPT Testnet',
44986
45360
  chain: 'Skopje Testnet',
44987
45361
  icon: 'skopje-gpt',
44988
- rpc: ['https://skopje-rpc.gptprotocol.io'],
44989
- faucets: ['https://skopje-faucet.gptprotocol.io'],
45362
+ rpc: ['https://testnet-rpc.gptprotocol.io'],
45363
+ faucets: ['https://testnet-faucet.gptprotocol.io'],
44990
45364
  chainId: 476462898,
44991
45365
  networkId: 476462898,
44992
45366
  nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
@@ -44995,12 +45369,12 @@ exports.chains = {
44995
45369
  parent: {
44996
45370
  type: 'L2',
44997
45371
  chain: 'eip155-11155111',
44998
- bridges: [{ url: 'https://skopje-bridge.gptprotocol.io' }]
45372
+ bridges: [{ url: 'https://testnet-bridge.gptprotocol.io' }]
44999
45373
  },
45000
45374
  explorers: [
45001
45375
  {
45002
45376
  name: 'blockscout',
45003
- url: 'https://skopje-explorer.gptprotocol.io',
45377
+ url: 'https://testnet-explorer.gptprotocol.io',
45004
45378
  standard: 'EIP3091',
45005
45379
  icon: 'blockscout'
45006
45380
  }
@@ -45854,6 +46228,35 @@ exports.chains = {
45854
46228
  networkId: 1666900001,
45855
46229
  explorers: []
45856
46230
  },
46231
+ 1702448187: {
46232
+ name: 'WITNESS CHAIN',
46233
+ title: 'WITNESS CHAIN',
46234
+ chain: 'Witness-Chain',
46235
+ rpc: ['https://sequencer.witnesschain.com'],
46236
+ nativeCurrency: { name: 'ETHER', symbol: 'ETH', decimals: 18 },
46237
+ faucets: [],
46238
+ infoURL: 'https://www.witnesschain.com',
46239
+ shortName: 'Witness',
46240
+ chainId: 1702448187,
46241
+ networkId: 1702448187,
46242
+ icon: 'witness',
46243
+ explorers: [
46244
+ {
46245
+ name: 'Witness Chain Explorer',
46246
+ url: 'https://explorer.witnesschain.com',
46247
+ icon: 'witness',
46248
+ standard: 'EIP3091'
46249
+ }
46250
+ ],
46251
+ parent: {
46252
+ type: 'L2',
46253
+ chain: 'eip155-1',
46254
+ bridges: [{ url: 'https://bridge.witnesschain.com' }]
46255
+ },
46256
+ features: [{ name: 'EIP155' }],
46257
+ status: 'active',
46258
+ iconURL: 'https://ipfs.io/ipfs/bafkreif7kqdtkwsemjxpfiarn5db3zhe7xtqi2z3hmzls3ehygfk2dsfhe'
46259
+ },
45857
46260
  1722641160: {
45858
46261
  name: 'Silicon zkEVM Sepolia Testnet',
45859
46262
  title: 'Silicon zkEVM Sepolia Testnet',
@@ -46118,6 +46521,28 @@ exports.chains = {
46118
46521
  ],
46119
46522
  iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
46120
46523
  },
46524
+ 7088110746: {
46525
+ name: 'pectra-devnet-5',
46526
+ chain: 'ETH',
46527
+ rpc: ['https://rpc.pectra-devnet-5.ethpandaops.io'],
46528
+ faucets: ['https://faucet.pectra-devnet-5.ethpandaops.io'],
46529
+ nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
46530
+ infoURL: 'https://pectra-devnet-5.ethpandaops.io',
46531
+ shortName: 'pectra5',
46532
+ chainId: 7088110746,
46533
+ networkId: 7088110746,
46534
+ icon: 'ethereum',
46535
+ status: 'incubating',
46536
+ explorers: [
46537
+ {
46538
+ name: 'Explorer',
46539
+ url: 'https://explorer.pectra-devnet-5.ethpandaops.io',
46540
+ icon: 'ethereum',
46541
+ standard: 'EIP3091'
46542
+ }
46543
+ ],
46544
+ iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
46545
+ },
46121
46546
  11297108099: {
46122
46547
  name: 'Palm Testnet',
46123
46548
  chain: 'Palm',