@revoke.cash/chains 15.0.0 → 17.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.
@@ -286,7 +286,10 @@ exports.chains = {
286
286
  name: 'Flare Mainnet',
287
287
  chain: 'FLR',
288
288
  icon: 'flare',
289
- rpc: ['https://flare-api.flare.network/ext/C/rpc'],
289
+ rpc: [
290
+ 'https://flare-api.flare.network/ext/C/rpc',
291
+ 'https://rpc.ftso.au/flare'
292
+ ],
290
293
  faucets: [],
291
294
  nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
292
295
  infoURL: 'https://flare.xyz',
@@ -375,7 +378,8 @@ exports.chains = {
375
378
  'https://songbird-api.flare.network/ext/C/rpc',
376
379
  'https://sgb.ftso.com.au/ext/bc/C/rpc',
377
380
  'https://sgb.lightft.so/rpc',
378
- 'https://sgb-rpc.ftso.eu'
381
+ 'https://sgb-rpc.ftso.eu',
382
+ 'https://rpc.ftso.au/songbird'
379
383
  ],
380
384
  faucets: [],
381
385
  nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
@@ -563,38 +567,46 @@ exports.chains = {
563
567
  ]
564
568
  },
565
569
  30: {
566
- name: 'RSK Mainnet',
567
- chain: 'RSK',
570
+ name: 'Rootstock Mainnet',
571
+ chain: 'Rootstock',
568
572
  rpc: ['https://public-node.rsk.co', 'https://mycrypto.rsk.co'],
569
573
  faucets: [],
574
+ icon: 'rootstock',
570
575
  nativeCurrency: { name: 'Smart Bitcoin', symbol: 'RBTC', decimals: 18 },
571
- infoURL: 'https://rsk.co',
576
+ infoURL: 'https://rootstock.io',
572
577
  shortName: 'rsk',
573
578
  chainId: 30,
574
579
  networkId: 30,
575
580
  slip44: 137,
576
581
  explorers: [
577
582
  {
578
- name: 'RSK Explorer',
583
+ name: 'Rootstock Explorer',
579
584
  url: 'https://explorer.rsk.co',
580
585
  standard: 'EIP3091'
586
+ },
587
+ {
588
+ name: 'blockscout',
589
+ url: 'https://rootstock.blockscout.com',
590
+ icon: 'blockscout',
591
+ standard: 'EIP3091'
581
592
  }
582
593
  ]
583
594
  },
584
595
  31: {
585
- name: 'RSK Testnet',
586
- chain: 'RSK',
596
+ name: 'Rootstock Testnet',
597
+ chain: 'Rootstock',
587
598
  rpc: [
588
599
  'https://public-node.testnet.rsk.co',
589
600
  'https://mycrypto.testnet.rsk.co'
590
601
  ],
591
602
  faucets: ['https://faucet.rsk.co/'],
603
+ icon: 'rootstock',
592
604
  nativeCurrency: {
593
605
  name: 'Testnet Smart Bitcoin',
594
606
  symbol: 'tRBTC',
595
607
  decimals: 18
596
608
  },
597
- infoURL: 'https://rsk.co',
609
+ infoURL: 'https://rootstock.io',
598
610
  shortName: 'trsk',
599
611
  chainId: 31,
600
612
  networkId: 31,
@@ -2430,7 +2442,8 @@ exports.chains = {
2430
2442
  infoURL: 'https://fuse.io/',
2431
2443
  shortName: 'fuse',
2432
2444
  chainId: 122,
2433
- networkId: 122
2445
+ networkId: 122,
2446
+ icon: 'fuse'
2434
2447
  },
2435
2448
  123: {
2436
2449
  name: 'Fuse Sparknet',
@@ -2728,6 +2741,27 @@ exports.chains = {
2728
2741
  }
2729
2742
  ]
2730
2743
  },
2744
+ 148: {
2745
+ name: 'ShimmerEVM Mainnet',
2746
+ title: 'ShimmerEVM Mainnet',
2747
+ chain: 'ShimmerEVM',
2748
+ rpc: ['https://json-rpc.evm.shimmer.network'],
2749
+ faucets: [],
2750
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
2751
+ infoURL: 'https://shimmer.network',
2752
+ shortName: 'shimmerevm-mainnet',
2753
+ chainId: 148,
2754
+ networkId: 148,
2755
+ icon: 'shimmerevm',
2756
+ explorers: [
2757
+ {
2758
+ name: 'explorer',
2759
+ url: 'https://explorer.evm.shimmer.network',
2760
+ icon: 'shimmerevm',
2761
+ standard: 'EIP3091'
2762
+ }
2763
+ ]
2764
+ },
2731
2765
  150: {
2732
2766
  name: 'Six Protocol Testnet',
2733
2767
  chain: 'FIVENET',
@@ -2974,6 +3008,26 @@ exports.chains = {
2974
3008
  }
2975
3009
  ]
2976
3010
  },
3011
+ 169: {
3012
+ name: 'Manta Pacific Mainnet',
3013
+ chain: 'Manta Pacific',
3014
+ rpc: ['https://pacific-rpc.manta.network/http'],
3015
+ faucets: [],
3016
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3017
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
3018
+ infoURL: 'https://pacific-info.manta.network',
3019
+ shortName: 'manta',
3020
+ chainId: 169,
3021
+ networkId: 169,
3022
+ icon: 'manta',
3023
+ explorers: [
3024
+ {
3025
+ name: 'manta-pacific Explorer',
3026
+ url: 'https://pacific-explorer.manta.network',
3027
+ standard: 'EIP3091'
3028
+ }
3029
+ ]
3030
+ },
2977
3031
  170: {
2978
3032
  name: 'HOO Smart Chain Testnet',
2979
3033
  chain: 'ETH',
@@ -3915,6 +3969,27 @@ exports.chains = {
3915
3969
  }
3916
3970
  ]
3917
3971
  },
3972
+ 309: {
3973
+ name: 'Wyzth Testnet',
3974
+ chain: 'WYZ',
3975
+ rpc: ['https://rpc-testnet3.wyzthchain.org/'],
3976
+ faucets: [],
3977
+ nativeCurrency: { name: 'Wyzth', symbol: 'WYZ', decimals: 18 },
3978
+ features: [{ name: 'EIP155' }],
3979
+ infoURL: 'https://wyzth.org/',
3980
+ shortName: 'wyz',
3981
+ chainId: 309,
3982
+ networkId: 309,
3983
+ icon: 'wyzth_icon',
3984
+ explorers: [
3985
+ {
3986
+ name: 'wyzth',
3987
+ url: 'http://24.199.108.65:4000',
3988
+ icon: 'wyzth',
3989
+ standard: 'EIP3091'
3990
+ }
3991
+ ]
3992
+ },
3918
3993
  311: {
3919
3994
  name: 'Omax Mainnet',
3920
3995
  chain: 'OMAX Chain',
@@ -3964,7 +4039,8 @@ exports.chains = {
3964
4039
  rpc: [
3965
4040
  'https://api.node.glif.io/',
3966
4041
  'https://rpc.ankr.com/filecoin',
3967
- 'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
4042
+ 'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
4043
+ 'https://filfox.info/rpc/v1'
3968
4044
  ],
3969
4045
  faucets: [],
3970
4046
  nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
@@ -4256,7 +4332,9 @@ exports.chains = {
4256
4332
  'https://rpc.pulsechain.com',
4257
4333
  'wss://rpc.pulsechain.com',
4258
4334
  'https://pulsechain.publicnode.com',
4259
- 'wss://pulsechain.publicnode.com'
4335
+ 'wss://pulsechain.publicnode.com',
4336
+ 'https://rpc-pulsechain.g4mm4.io',
4337
+ 'wss://rpc-pulsechain.g4mm4.io'
4260
4338
  ],
4261
4339
  slip44: 60,
4262
4340
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
@@ -4503,25 +4581,33 @@ exports.chains = {
4503
4581
  }
4504
4582
  },
4505
4583
  444: {
4506
- name: 'Frenchain Testnet',
4507
- status: 'deprecated',
4508
- chain: 'tfren',
4509
- rpc: ['https://rpc-01tn.frenchain.app'],
4584
+ name: 'Synapse Chain Testnet',
4585
+ status: 'active',
4586
+ chain: 'ETH',
4587
+ rpc: ['https://sepolia.synapseprotocol.com'],
4510
4588
  faucets: [],
4511
- nativeCurrency: { name: 'tFREN', symbol: 'FtREN', decimals: 18 },
4512
- infoURL: 'https://frenchain.app',
4513
- shortName: 'tFREN',
4589
+ nativeCurrency: { name: 'Sepolia ETH', symbol: 'ETH', decimals: 18 },
4590
+ infoURL: 'https://synapseprotocol.com',
4591
+ shortName: 'synapse-sepolia',
4514
4592
  chainId: 444,
4515
4593
  networkId: 444,
4516
- icon: 'fren',
4594
+ redFlags: ['reusedChainId'],
4517
4595
  explorers: [
4518
4596
  {
4519
- name: 'blockscout',
4520
- url: 'https://testnet.frenscan.io',
4521
- icon: 'fren',
4597
+ name: 'Synapse Chain Sepolia',
4598
+ url: 'https://sepolia.synapsescan.com',
4522
4599
  standard: 'EIP3091'
4523
4600
  }
4524
- ]
4601
+ ],
4602
+ parent: {
4603
+ type: 'L2',
4604
+ chain: 'eip155-11155111',
4605
+ bridges: [
4606
+ {
4607
+ url: 'https://docs.synapseprotocol.com/synapse-chain/using-synapse-chain/bridging-to-synapse-chain'
4608
+ }
4609
+ ]
4610
+ }
4525
4611
  },
4526
4612
  456: {
4527
4613
  name: 'ARZIO Chain',
@@ -4548,9 +4634,9 @@ exports.chains = {
4548
4634
  icon: 'areon',
4549
4635
  rpc: ['https://testnet-rpc.areon.network'],
4550
4636
  faucets: [],
4551
- nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
4637
+ nativeCurrency: { name: 'Areon', symbol: 'TAREA', decimals: 18 },
4552
4638
  infoURL: 'https://areon.network',
4553
- shortName: 'area',
4639
+ shortName: 'tarea',
4554
4640
  chainId: 462,
4555
4641
  networkId: 462,
4556
4642
  explorers: [
@@ -5939,6 +6025,25 @@ exports.chains = {
5939
6025
  bridges: [{ url: 'https://bridge.mode.network/' }]
5940
6026
  }
5941
6027
  },
6028
+ 927: {
6029
+ name: 'Yidark Chain Mainnet',
6030
+ chain: 'Yidark',
6031
+ icon: 'ydk',
6032
+ rpc: ['https://rpc.yidark.io'],
6033
+ faucets: [],
6034
+ nativeCurrency: { name: 'Yidark', symbol: 'YDK', decimals: 18 },
6035
+ infoURL: 'https://yidarkscan.com',
6036
+ shortName: 'ydk',
6037
+ chainId: 927,
6038
+ networkId: 927,
6039
+ explorers: [
6040
+ {
6041
+ name: 'Yidarkscan',
6042
+ url: 'https://yidarkscan.com',
6043
+ standard: 'EIP3091'
6044
+ }
6045
+ ]
6046
+ },
5942
6047
  940: {
5943
6048
  name: 'PulseChain Testnet',
5944
6049
  shortName: 'tpls',
@@ -5993,10 +6098,12 @@ exports.chains = {
5993
6098
  icon: 'pulsechain',
5994
6099
  infoURL: 'https://pulsechain.com',
5995
6100
  rpc: [
5996
- 'https://rpc.v4.testnet.pulsechain.com/',
5997
- 'wss://rpc.v4.testnet.pulsechain.com/',
6101
+ 'https://rpc.v4.testnet.pulsechain.com',
6102
+ 'wss://rpc.v4.testnet.pulsechain.com',
5998
6103
  'https://pulsechain-testnet.publicnode.com',
5999
- 'wss://pulsechain-testnet.publicnode.com'
6104
+ 'wss://pulsechain-testnet.publicnode.com',
6105
+ 'https://rpc-testnet-pulsechain.g4mm4.io',
6106
+ 'wss://rpc-testnet-pulsechain.g4mm4.io'
6000
6107
  ],
6001
6108
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
6002
6109
  faucets: ['https://faucet.v4.testnet.pulsechain.com/'],
@@ -6010,6 +6117,11 @@ exports.chains = {
6010
6117
  url: 'https://scan.v4.testnet.pulsechain.com',
6011
6118
  icon: 'blockscout',
6012
6119
  standard: 'EIP3091'
6120
+ },
6121
+ {
6122
+ name: 'blockscout',
6123
+ url: 'https://otter-testnet-pulsechain.g4mm4.io',
6124
+ standard: 'EIP3091'
6013
6125
  }
6014
6126
  ]
6015
6127
  },
@@ -6241,6 +6353,24 @@ exports.chains = {
6241
6353
  chainId: 1001,
6242
6354
  networkId: 1001
6243
6355
  },
6356
+ 1003: {
6357
+ name: 'Tectum Emission Token',
6358
+ chain: 'TET',
6359
+ rpc: ['https://rpc.softnote.com/'],
6360
+ faucets: [],
6361
+ nativeCurrency: { name: 'Tectum', symbol: 'TET', decimals: 8 },
6362
+ infoURL: 'https://softnote.com',
6363
+ shortName: 'tet',
6364
+ chainId: 1003,
6365
+ networkId: 1003,
6366
+ explorers: [
6367
+ {
6368
+ name: 'Tectum explorer',
6369
+ url: 'https://explorer.tectum.io',
6370
+ standard: 'none'
6371
+ }
6372
+ ]
6373
+ },
6244
6374
  1004: {
6245
6375
  name: 'T-EKTA',
6246
6376
  title: 'EKTA Testnet T-EKTA',
@@ -6635,7 +6765,7 @@ exports.chains = {
6635
6765
  faucets: [],
6636
6766
  nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
6637
6767
  infoURL: 'https://blx.org',
6638
- shortName: 'blxq',
6768
+ shortName: 'tblxq',
6639
6769
  chainId: 1107,
6640
6770
  networkId: 1107,
6641
6771
  explorers: [
@@ -6647,6 +6777,26 @@ exports.chains = {
6647
6777
  }
6648
6778
  ]
6649
6779
  },
6780
+ 1108: {
6781
+ name: 'BLXq Mainnet',
6782
+ chain: 'BLXQ',
6783
+ icon: 'blxq',
6784
+ rpc: ['https://mainnet.blxq.org'],
6785
+ faucets: [],
6786
+ nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
6787
+ infoURL: 'https://blx.org',
6788
+ shortName: 'blxq',
6789
+ chainId: 1108,
6790
+ networkId: 1108,
6791
+ explorers: [
6792
+ {
6793
+ name: 'BLXq Explorer',
6794
+ url: 'https://explorer.blxq.org',
6795
+ icon: 'blxq',
6796
+ standard: 'EIP3091'
6797
+ }
6798
+ ]
6799
+ },
6650
6800
  1111: {
6651
6801
  name: 'WEMIX3.0 Mainnet',
6652
6802
  chain: 'WEMIX',
@@ -7370,39 +7520,45 @@ exports.chains = {
7370
7520
  icon: 'alyx'
7371
7521
  },
7372
7522
  1319: {
7373
- name: 'Aitd Mainnet',
7374
- chain: 'AITD',
7375
- icon: 'aitd',
7376
- rpc: ['https://walletrpc.aitd.io', 'https://node.aitd.io'],
7377
- faucets: [],
7378
- nativeCurrency: { name: 'AITD Mainnet', symbol: 'AITD', decimals: 18 },
7379
- infoURL: 'https://www.aitd.io/',
7380
- shortName: 'aitd',
7523
+ name: 'AIA Mainnet',
7524
+ chain: 'AIA',
7525
+ icon: 'aia',
7526
+ rpc: [
7527
+ 'https://aia-dataseed1.aiachain.org',
7528
+ 'https://aia-dataseed2.aiachain.org',
7529
+ 'https://aia-dataseed3.aiachain.org',
7530
+ 'https://aia-dataseed4.aiachain.org'
7531
+ ],
7532
+ faucets: [],
7533
+ nativeCurrency: { name: 'AIA Mainnet', symbol: 'AIA', decimals: 18 },
7534
+ infoURL: 'https://aiachain.org/',
7535
+ shortName: 'aia',
7381
7536
  chainId: 1319,
7382
7537
  networkId: 1319,
7383
7538
  explorers: [
7384
7539
  {
7385
- name: 'AITD Chain Explorer Mainnet',
7386
- url: 'https://aitd-explorer-new.aitd.io',
7540
+ name: 'AIA Chain Explorer Mainnet',
7541
+ url: 'https://aiascan.com',
7387
7542
  standard: 'EIP3091'
7388
7543
  }
7389
7544
  ]
7390
7545
  },
7391
7546
  1320: {
7392
- name: 'Aitd Testnet',
7393
- chain: 'AITD',
7394
- icon: 'aitd',
7395
- rpc: ['http://http-testnet.aitd.io'],
7396
- faucets: ['https://aitd-faucet-pre.aitdcoin.com/'],
7397
- nativeCurrency: { name: 'AITD Testnet', symbol: 'AITD', decimals: 18 },
7398
- infoURL: 'https://www.aitd.io/',
7399
- shortName: 'aitdtestnet',
7547
+ name: 'AIA Testnet',
7548
+ chain: 'AIA',
7549
+ icon: 'aia',
7550
+ rpc: ['https://aia-dataseed1-testnet.aiachain.org'],
7551
+ faucets: ['https://aia-faucet-testnet.aiachain.org'],
7552
+ nativeCurrency: { name: 'AIA Testnet', symbol: 'AIA', decimals: 18 },
7553
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
7554
+ infoURL: 'https://aiachain.org',
7555
+ shortName: 'aiatestnet',
7400
7556
  chainId: 1320,
7401
7557
  networkId: 1320,
7402
7558
  explorers: [
7403
7559
  {
7404
- name: 'AITD Chain Explorer Testnet',
7405
- url: 'https://block-explorer-testnet.aitd.io',
7560
+ name: 'AIA Chain Explorer Testnet',
7561
+ url: 'https://testnet.aiascan.com',
7406
7562
  standard: 'EIP3091'
7407
7563
  }
7408
7564
  ]
@@ -8968,16 +9124,27 @@ exports.chains = {
8968
9124
  ]
8969
9125
  },
8970
9126
  2048: {
8971
- name: 'Stratos Mainnet',
9127
+ name: 'Stratos',
8972
9128
  chain: 'STOS',
8973
- rpc: [],
9129
+ rpc: ['https://web3-rpc.thestratos.org'],
8974
9130
  faucets: [],
8975
9131
  nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
8976
9132
  infoURL: 'https://www.thestratos.org',
8977
9133
  shortName: 'stos-mainnet',
8978
9134
  chainId: 2048,
8979
9135
  networkId: 2048,
8980
- status: 'incubating'
9136
+ explorers: [
9137
+ {
9138
+ name: 'Stratos EVM Explorer (Blockscout)',
9139
+ url: 'https://web3-explorer.thestratos.org',
9140
+ standard: 'none'
9141
+ },
9142
+ {
9143
+ name: 'Stratos Cosmos Explorer (BigDipper)',
9144
+ url: 'https://explorer.thestratos.org',
9145
+ standard: 'none'
9146
+ }
9147
+ ]
8981
9148
  },
8982
9149
  2077: {
8983
9150
  name: 'Quokkacoin Mainnet',
@@ -9377,6 +9544,30 @@ exports.chains = {
9377
9544
  }
9378
9545
  ]
9379
9546
  },
9547
+ 2241: {
9548
+ name: 'The Krest Network',
9549
+ chain: 'Krest',
9550
+ icon: 'krest',
9551
+ rpc: ['https://erpc-krest.peaq.network'],
9552
+ faucets: [],
9553
+ nativeCurrency: { name: 'Krest', symbol: 'KRST', decimals: 18 },
9554
+ infoURL: 'https://www.peaq.network',
9555
+ shortName: 'KRST',
9556
+ chainId: 2241,
9557
+ networkId: 2241,
9558
+ explorers: [
9559
+ {
9560
+ name: 'Polkadot.js',
9561
+ url: 'https://polkadot.js.org/apps/?rpc=wss://wss-krest.peaq.network#/explorer',
9562
+ standard: 'none'
9563
+ },
9564
+ {
9565
+ name: 'Subscan',
9566
+ url: 'https://krest.subscan.io',
9567
+ standard: 'none'
9568
+ }
9569
+ ]
9570
+ },
9380
9571
  2300: {
9381
9572
  name: 'BOMB Chain',
9382
9573
  chain: 'BOMB',
@@ -11174,7 +11365,14 @@ exports.chains = {
11174
11365
  shortName: 'hmnd',
11175
11366
  chainId: 5234,
11176
11367
  networkId: 5234,
11177
- explorers: []
11368
+ explorers: [
11369
+ {
11370
+ name: 'Subscan',
11371
+ url: 'https://humanode.subscan.io',
11372
+ standard: 'EIP3091',
11373
+ icon: 'subscan'
11374
+ }
11375
+ ]
11178
11376
  },
11179
11377
  5290: {
11180
11378
  name: 'Firechain Mainnet Old',
@@ -11228,6 +11426,25 @@ exports.chains = {
11228
11426
  }
11229
11427
  ]
11230
11428
  },
11429
+ 5522: {
11430
+ name: 'VEX EVM TESTNET',
11431
+ chain: 'vex',
11432
+ icon: 'vex',
11433
+ rpc: ['https://testnet.vexascan.com/evmapi'],
11434
+ faucets: ['https://t.me/vexfaucetbot'],
11435
+ nativeCurrency: { name: 'VEX EVM TESTNET', symbol: 'VEX', decimals: 18 },
11436
+ infoURL: 'https://vexanium.com',
11437
+ shortName: 'VEX',
11438
+ chainId: 5522,
11439
+ networkId: 5522,
11440
+ explorers: [
11441
+ {
11442
+ name: 'Vexascan-EVM-TestNet',
11443
+ url: 'https://testnet.vexascan.com/evmexplorer',
11444
+ standard: 'EIP3091'
11445
+ }
11446
+ ]
11447
+ },
11231
11448
  5551: {
11232
11449
  name: 'Nahmii Mainnet',
11233
11450
  chain: 'Nahmii',
@@ -13206,7 +13423,7 @@ exports.chains = {
13206
13423
  ],
13207
13424
  faucets: ['https://faucet.mindchain.info/'],
13208
13425
  nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
13209
- infoURL: 'https://mindscan.info',
13426
+ infoURL: 'https://mindchain.info',
13210
13427
  shortName: 'tMIND',
13211
13428
  chainId: 9977,
13212
13429
  networkId: 9977,
@@ -13218,6 +13435,25 @@ exports.chains = {
13218
13435
  }
13219
13436
  ]
13220
13437
  },
13438
+ 9990: {
13439
+ name: 'Agung Network',
13440
+ chain: 'Agung',
13441
+ icon: 'agung',
13442
+ rpc: ['https://rpcpc1-qa.agung.peaq.network'],
13443
+ faucets: [],
13444
+ nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
13445
+ infoURL: 'https://www.peaq.network',
13446
+ shortName: 'AGNG',
13447
+ chainId: 9990,
13448
+ networkId: 9990,
13449
+ explorers: [
13450
+ {
13451
+ name: 'Polkadot.js',
13452
+ url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
13453
+ standard: 'none'
13454
+ }
13455
+ ]
13456
+ },
13221
13457
  9996: {
13222
13458
  name: 'Mind Smart Chain Mainnet',
13223
13459
  chain: 'MIND',
@@ -13229,7 +13465,7 @@ exports.chains = {
13229
13465
  ],
13230
13466
  faucets: [],
13231
13467
  nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
13232
- infoURL: 'https://mindscan.info',
13468
+ infoURL: 'https://mindchain.info',
13233
13469
  shortName: 'MIND',
13234
13470
  chainId: 9996,
13235
13471
  networkId: 9996,
@@ -13955,6 +14191,22 @@ exports.chains = {
13955
14191
  ],
13956
14192
  parent: { type: 'L2', chain: 'eip155-43113' }
13957
14193
  },
14194
+ 12611: {
14195
+ name: 'Astar zkEVM',
14196
+ shortName: 'astrzk',
14197
+ title: 'Astar zkEVM Mainnet',
14198
+ chain: 'ETH',
14199
+ icon: 'astarzk',
14200
+ rpc: [],
14201
+ faucets: [],
14202
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14203
+ infoURL: 'https://astar.network',
14204
+ chainId: 12611,
14205
+ networkId: 12611,
14206
+ explorers: [],
14207
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
14208
+ status: 'incubating'
14209
+ },
13958
14210
  12715: {
13959
14211
  name: 'Rikeza Network Testnet',
13960
14212
  title: 'Rikeza Network Testnet',
@@ -13977,13 +14229,13 @@ exports.chains = {
13977
14229
  },
13978
14230
  12890: {
13979
14231
  name: 'Quantum Chain Testnet',
13980
- chain: 'QNET',
14232
+ chain: 'tQNET',
13981
14233
  icon: 'qnet',
13982
14234
  rpc: ['https://testnet-rpc.quantumscan.org'],
13983
14235
  faucets: [],
13984
- nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
14236
+ nativeCurrency: { name: 'Quantum Chain', symbol: 'tQNET', decimals: 18 },
13985
14237
  infoURL: 'https://quantumnetwork.gg',
13986
- shortName: 'qnet',
14238
+ shortName: 'tqnet',
13987
14239
  chainId: 12890,
13988
14240
  networkId: 12890,
13989
14241
  explorers: [
@@ -14637,7 +14889,7 @@ exports.chains = {
14637
14889
  icon: 'map',
14638
14890
  rpc: ['https://rpc.maplabs.io'],
14639
14891
  faucets: [],
14640
- nativeCurrency: { name: 'MAP', symbol: 'MAP', decimals: 18 },
14892
+ nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
14641
14893
  infoURL: 'https://maplabs.io',
14642
14894
  shortName: 'map',
14643
14895
  chainId: 22776,
@@ -15170,6 +15422,29 @@ exports.chains = {
15170
15422
  }
15171
15423
  ]
15172
15424
  },
15425
+ 38400: {
15426
+ name: 'ConnectorManager',
15427
+ chain: 'Rangers',
15428
+ icon: 'rangers',
15429
+ rpc: ['https://cm.rangersprotocol.com/api/jsonrpc'],
15430
+ faucets: [],
15431
+ nativeCurrency: {
15432
+ name: 'Rangers Protocol Gas',
15433
+ symbol: 'cmRPG',
15434
+ decimals: 18
15435
+ },
15436
+ infoURL: 'https://rangersprotocol.com',
15437
+ shortName: 'cmrpg',
15438
+ chainId: 38400,
15439
+ networkId: 38400,
15440
+ explorers: [
15441
+ {
15442
+ name: 'rangersscan',
15443
+ url: 'https://scan.rangersprotocol.com',
15444
+ standard: 'none'
15445
+ }
15446
+ ]
15447
+ },
15173
15448
  38401: {
15174
15449
  name: 'ConnectorManager Robin',
15175
15450
  chain: 'Rangers',
@@ -15520,8 +15795,8 @@ exports.chains = {
15520
15795
  infoURL: 'https://docs.celo.org/',
15521
15796
  explorers: [
15522
15797
  {
15523
- name: 'Celoscan',
15524
- url: 'https://celoscan.io',
15798
+ name: 'Alfajoresscan',
15799
+ url: 'https://alfajores.celoscan.io',
15525
15800
  standard: 'EIP3091'
15526
15801
  }
15527
15802
  ]
@@ -16504,6 +16779,29 @@ exports.chains = {
16504
16779
  }
16505
16780
  ]
16506
16781
  },
16782
+ 77238: {
16783
+ name: 'Foundry Chain Testnet',
16784
+ chain: 'tFNC',
16785
+ icon: 'fnc',
16786
+ rpc: ['https://testnet-rpc.foundryscan.org/'],
16787
+ faucets: ['https://faucet.foundryscan.org'],
16788
+ nativeCurrency: {
16789
+ name: 'Foundry Chain Testnet',
16790
+ symbol: 'tFNC',
16791
+ decimals: 18
16792
+ },
16793
+ infoURL: 'https://foundrychain.org',
16794
+ shortName: 'fnc',
16795
+ chainId: 77238,
16796
+ networkId: 77238,
16797
+ explorers: [
16798
+ {
16799
+ name: 'Foundry Scan Testnet',
16800
+ url: 'https://testnet-explorer.foundryscan.org',
16801
+ standard: 'EIP3091'
16802
+ }
16803
+ ]
16804
+ },
16507
16805
  77612: {
16508
16806
  name: 'Vention Smart Chain Mainnet',
16509
16807
  chain: 'VSC',
@@ -16798,6 +17096,25 @@ exports.chains = {
16798
17096
  networkId: 81363,
16799
17097
  status: 'incubating'
16800
17098
  },
17099
+ 81720: {
17100
+ name: 'Quantum Chain Mainnet',
17101
+ chain: 'QNET',
17102
+ icon: 'qnet',
17103
+ rpc: ['https://rpc.quantumscan.org'],
17104
+ faucets: [],
17105
+ nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
17106
+ infoURL: 'https://quantumnetwork.gg',
17107
+ shortName: 'qnet',
17108
+ chainId: 81720,
17109
+ networkId: 81720,
17110
+ explorers: [
17111
+ {
17112
+ name: 'Quantum Scan Mainnet',
17113
+ url: 'https://quantumscan.org',
17114
+ standard: 'EIP3091'
17115
+ }
17116
+ ]
17117
+ },
16801
17118
  84531: {
16802
17119
  name: 'Base Goerli Testnet',
16803
17120
  chain: 'ETH',
@@ -17750,6 +18067,26 @@ exports.chains = {
17750
18067
  }
17751
18068
  ]
17752
18069
  },
18070
+ 167007: {
18071
+ name: 'Taiko Jolnir L2',
18072
+ chain: 'ETH',
18073
+ status: 'incubating',
18074
+ icon: 'taiko',
18075
+ rpc: ['https://rpc.jolnir.taiko.xyz'],
18076
+ faucets: [],
18077
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
18078
+ infoURL: 'https://taiko.xyz',
18079
+ shortName: 'tko-jolnir',
18080
+ chainId: 167007,
18081
+ networkId: 167007,
18082
+ explorers: [
18083
+ {
18084
+ name: 'blockscout',
18085
+ url: 'https://explorer.jolnir.taiko.xyz',
18086
+ standard: 'EIP3091'
18087
+ }
18088
+ ]
18089
+ },
17753
18090
  188881: {
17754
18091
  name: 'Condor Test Network',
17755
18092
  chain: 'CONDOR',
@@ -17980,7 +18317,7 @@ exports.chains = {
17980
18317
  221230: {
17981
18318
  name: 'Reapchain Mainnet',
17982
18319
  chain: 'REAP',
17983
- rpc: ['https://rpc.reapchain.org'],
18320
+ rpc: ['https://eth.reapchain.org'],
17984
18321
  faucets: [],
17985
18322
  nativeCurrency: { name: 'Reap', symbol: 'REAP', decimals: 18 },
17986
18323
  features: [],
@@ -18191,7 +18528,8 @@ exports.chains = {
18191
18528
  'https://api.calibration.node.glif.io/rpc/v1',
18192
18529
  'https://rpc.ankr.com/filecoin_testnet',
18193
18530
  'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
18194
- 'https://filecoin-calibration.chainup.net/rpc/v1'
18531
+ 'https://filecoin-calibration.chainup.net/rpc/v1',
18532
+ 'https://calibration.filfox.info/rpc/v1'
18195
18533
  ],
18196
18534
  faucets: ['https://faucet.calibration.fildev.network/'],
18197
18535
  nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
@@ -18265,20 +18603,38 @@ exports.chains = {
18265
18603
  }
18266
18604
  ]
18267
18605
  },
18268
- 333777: {
18606
+ 333666: {
18269
18607
  name: 'Oone Chain Testnet',
18270
- chain: 'OONE',
18271
- rpc: ['https://blockchain-test.adigium.world'],
18608
+ chain: 'OONE Testnet',
18609
+ rpc: ['https://rpc.testnet.oonechain.com'],
18272
18610
  faucets: ['https://apps-test.adigium.com/faucet'],
18273
- nativeCurrency: { name: 'Oone', symbol: 'tOONE', decimals: 18 },
18274
- infoURL: 'https://oone.world',
18611
+ nativeCurrency: { name: 'tOONE', symbol: 'tOONE', decimals: 18 },
18612
+ infoURL: 'https://oonechain.com',
18275
18613
  shortName: 'oonetest',
18614
+ chainId: 333666,
18615
+ networkId: 333666,
18616
+ explorers: [
18617
+ {
18618
+ name: 'blockscout',
18619
+ url: 'https://testnet.oonescan.com',
18620
+ standard: 'none'
18621
+ }
18622
+ ]
18623
+ },
18624
+ 333777: {
18625
+ name: 'Oone Chain Devnet',
18626
+ chain: 'OONE Devnet',
18627
+ rpc: ['https://rpc.dev.oonechain.com'],
18628
+ faucets: ['https://apps-test.adigium.com/faucet'],
18629
+ nativeCurrency: { name: 'tOONE', symbol: 'tOONE', decimals: 18 },
18630
+ infoURL: 'https://oonechain.com',
18631
+ shortName: 'oonedev',
18276
18632
  chainId: 333777,
18277
18633
  networkId: 333777,
18278
18634
  explorers: [
18279
18635
  {
18280
- name: 'expedition',
18281
- url: 'https://explorer-test.adigium.world',
18636
+ name: 'blockscout',
18637
+ url: 'https://dev.oonescan.com',
18282
18638
  standard: 'none'
18283
18639
  }
18284
18640
  ]
@@ -18726,7 +19082,12 @@ exports.chains = {
18726
19082
  name: 'Scroll Sepolia Testnet',
18727
19083
  chain: 'ETH',
18728
19084
  status: 'active',
18729
- rpc: ['https://sepolia-rpc.scroll.io/'],
19085
+ rpc: [
19086
+ 'https://sepolia-rpc.scroll.io',
19087
+ 'https://rpc.ankr.com/scroll_sepolia_testnet',
19088
+ 'https://scroll-sepolia.chainstacklabs.com',
19089
+ 'https://scroll-testnet-public.unifra.io'
19090
+ ],
18730
19091
  faucets: [],
18731
19092
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
18732
19093
  infoURL: 'https://scroll.io',
@@ -18735,7 +19096,12 @@ exports.chains = {
18735
19096
  networkId: 534351,
18736
19097
  explorers: [
18737
19098
  {
18738
- name: 'Scroll Sepolia Testnet Block Explorer',
19099
+ name: 'Scroll Sepolia Etherscan',
19100
+ url: 'https://sepolia.scrollscan.dev',
19101
+ standard: 'EIP3091'
19102
+ },
19103
+ {
19104
+ name: 'Scroll Sepolia Blockscout',
18739
19105
  url: 'https://sepolia-blockscout.scroll.io',
18740
19106
  standard: 'EIP3091'
18741
19107
  }
@@ -19176,6 +19542,22 @@ exports.chains = {
19176
19542
  }
19177
19543
  ]
19178
19544
  },
19545
+ 1261120: {
19546
+ name: 'zKatana',
19547
+ shortName: 'azktn',
19548
+ title: 'Astar zkEVM Testnet zKatana',
19549
+ chain: 'ETH',
19550
+ icon: 'astarzk',
19551
+ rpc: [],
19552
+ faucets: [],
19553
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
19554
+ infoURL: 'https://astar.network',
19555
+ chainId: 1261120,
19556
+ networkId: 1261120,
19557
+ explorers: [],
19558
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
19559
+ status: 'incubating'
19560
+ },
19179
19561
  1313114: {
19180
19562
  name: 'Etho Protocol',
19181
19563
  chain: 'ETHO',
@@ -19380,7 +19762,7 @@ exports.chains = {
19380
19762
  nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
19381
19763
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
19382
19764
  infoURL: 'https://manta-testnet.caldera.dev/',
19383
- shortName: 'manta',
19765
+ shortName: 'mantaTestnet',
19384
19766
  chainId: 3441005,
19385
19767
  networkId: 3441005,
19386
19768
  icon: 'manta',