@revoke.cash/chains 49.0.0 → 51.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.
- package/dist/src/chains.js +1011 -67
- package/dist/src/enums.d.ts +99 -13
- package/dist/src/enums.js +99 -13
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2967,9 +2967,9 @@ exports.chains = {
|
|
|
2967
2967
|
'wss://polygon.drpc.org'
|
|
2968
2968
|
],
|
|
2969
2969
|
faucets: [],
|
|
2970
|
-
nativeCurrency: { name: '
|
|
2970
|
+
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
2971
2971
|
infoURL: 'https://polygon.technology/',
|
|
2972
|
-
shortName: '
|
|
2972
|
+
shortName: 'pol',
|
|
2973
2973
|
chainId: 137,
|
|
2974
2974
|
networkId: 137,
|
|
2975
2975
|
slip44: 966,
|
|
@@ -3443,7 +3443,7 @@ exports.chains = {
|
|
|
3443
3443
|
networkId: 163
|
|
3444
3444
|
},
|
|
3445
3445
|
164: {
|
|
3446
|
-
name: 'Omni Omega',
|
|
3446
|
+
name: 'Omni Omega Testnet',
|
|
3447
3447
|
chain: 'Omni',
|
|
3448
3448
|
status: 'active',
|
|
3449
3449
|
rpc: ['https://omega.omni.network', 'wss://wss.omega.omni.network'],
|
|
@@ -3699,6 +3699,24 @@ exports.chains = {
|
|
|
3699
3699
|
explorers: [],
|
|
3700
3700
|
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
3701
3701
|
},
|
|
3702
|
+
183: {
|
|
3703
|
+
name: 'Ethernity Mainnet',
|
|
3704
|
+
chain: 'Ethernity',
|
|
3705
|
+
rpc: ['https://mainnet.ethernitychain.io'],
|
|
3706
|
+
faucets: [],
|
|
3707
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3708
|
+
infoURL: 'https://www.ethernity.io',
|
|
3709
|
+
shortName: 'ethernity-mainnet',
|
|
3710
|
+
chainId: 183,
|
|
3711
|
+
networkId: 183,
|
|
3712
|
+
explorers: [
|
|
3713
|
+
{
|
|
3714
|
+
name: 'Ethernity Mainnet Explorer',
|
|
3715
|
+
url: 'https://ernscan.io',
|
|
3716
|
+
standard: 'EIP3091'
|
|
3717
|
+
}
|
|
3718
|
+
]
|
|
3719
|
+
},
|
|
3702
3720
|
184: {
|
|
3703
3721
|
name: 'Dojima Testnet',
|
|
3704
3722
|
chain: 'Dojima',
|
|
@@ -5699,10 +5717,10 @@ exports.chains = {
|
|
|
5699
5717
|
360: {
|
|
5700
5718
|
name: 'Shape',
|
|
5701
5719
|
chain: 'ETH',
|
|
5702
|
-
rpc: [],
|
|
5720
|
+
rpc: ['https://mainnet.shape.network'],
|
|
5703
5721
|
faucets: [],
|
|
5704
5722
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5705
|
-
infoURL: 'https://shape.
|
|
5723
|
+
infoURL: 'https://shape.network',
|
|
5706
5724
|
shortName: 'shape',
|
|
5707
5725
|
chainId: 360,
|
|
5708
5726
|
networkId: 360,
|
|
@@ -6412,7 +6430,7 @@ exports.chains = {
|
|
|
6412
6430
|
480: {
|
|
6413
6431
|
name: 'World Chain',
|
|
6414
6432
|
chain: 'ETH',
|
|
6415
|
-
rpc: [],
|
|
6433
|
+
rpc: ['https://worldchain-mainnet.g.alchemy.com/public'],
|
|
6416
6434
|
faucets: [],
|
|
6417
6435
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6418
6436
|
infoURL: 'https://worldcoin.org',
|
|
@@ -6424,14 +6442,21 @@ exports.chains = {
|
|
|
6424
6442
|
499: {
|
|
6425
6443
|
name: 'Rupaya',
|
|
6426
6444
|
chain: 'RUPX',
|
|
6427
|
-
rpc: [],
|
|
6428
|
-
faucets: [],
|
|
6445
|
+
rpc: ['https://rpc.rupaya.io'],
|
|
6446
|
+
faucets: ['https://faucet.rupaya.io'],
|
|
6429
6447
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
|
6430
6448
|
infoURL: 'https://www.rupaya.io',
|
|
6431
6449
|
shortName: 'rupx',
|
|
6432
6450
|
chainId: 499,
|
|
6433
6451
|
networkId: 499,
|
|
6434
|
-
slip44: 499
|
|
6452
|
+
slip44: 499,
|
|
6453
|
+
explorers: [
|
|
6454
|
+
{
|
|
6455
|
+
name: 'Rupaya Explorer',
|
|
6456
|
+
url: 'https://scan.rupaya.io',
|
|
6457
|
+
standard: 'EIP3091'
|
|
6458
|
+
}
|
|
6459
|
+
]
|
|
6435
6460
|
},
|
|
6436
6461
|
500: {
|
|
6437
6462
|
name: 'Camino C-Chain',
|
|
@@ -6679,10 +6704,10 @@ exports.chains = {
|
|
|
6679
6704
|
]
|
|
6680
6705
|
},
|
|
6681
6706
|
545: {
|
|
6682
|
-
name: 'Testnet',
|
|
6707
|
+
name: 'EVM on Flow Testnet',
|
|
6683
6708
|
chain: 'Flow',
|
|
6684
6709
|
rpc: ['https://testnet.evm.nodes.onflow.org'],
|
|
6685
|
-
faucets: ['https://
|
|
6710
|
+
faucets: ['https://faucet.flow.com/fund-account'],
|
|
6686
6711
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
6687
6712
|
infoURL: 'https://developers.flow.com/evm/about',
|
|
6688
6713
|
shortName: 'flow-testnet',
|
|
@@ -6691,7 +6716,7 @@ exports.chains = {
|
|
|
6691
6716
|
icon: 'flowevm',
|
|
6692
6717
|
explorers: [
|
|
6693
6718
|
{
|
|
6694
|
-
name: 'FlowScan
|
|
6719
|
+
name: 'FlowScan Testnet',
|
|
6695
6720
|
url: 'https://evm-testnet.flowscan.io',
|
|
6696
6721
|
standard: 'EIP3091'
|
|
6697
6722
|
}
|
|
@@ -7143,6 +7168,7 @@ exports.chains = {
|
|
|
7143
7168
|
standard: 'EIP3091'
|
|
7144
7169
|
}
|
|
7145
7170
|
],
|
|
7171
|
+
status: 'deprecated',
|
|
7146
7172
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
7147
7173
|
},
|
|
7148
7174
|
647: {
|
|
@@ -7489,6 +7515,53 @@ exports.chains = {
|
|
|
7489
7515
|
],
|
|
7490
7516
|
iconURL: 'https://ipfs.io/ipfs/bafkreiby27m6esbsjthmknckq5ktsaaj2z6hylzljbsmvx4fgezdra3q4m'
|
|
7491
7517
|
},
|
|
7518
|
+
711: {
|
|
7519
|
+
name: 'Tucana',
|
|
7520
|
+
chain: 'Tucana',
|
|
7521
|
+
title: 'Tucana Testnet',
|
|
7522
|
+
rpc: ['https://evm-rpc.tucana.zone', 'wss://evm-ws.tucana.zone'],
|
|
7523
|
+
faucets: [],
|
|
7524
|
+
nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
|
|
7525
|
+
infoURL: 'https://tucana.zone',
|
|
7526
|
+
shortName: 'tuc',
|
|
7527
|
+
chainId: 711,
|
|
7528
|
+
networkId: 711,
|
|
7529
|
+
slip44: 1,
|
|
7530
|
+
icon: 'tucana',
|
|
7531
|
+
explorers: [
|
|
7532
|
+
{
|
|
7533
|
+
name: 'Tucana Explorer',
|
|
7534
|
+
url: 'https://explorer.tucana.zone',
|
|
7535
|
+
standard: 'EIP3091'
|
|
7536
|
+
}
|
|
7537
|
+
],
|
|
7538
|
+
iconURL: 'https://ipfs.io/ipfs/Qmb7SKBSBusnRy77HsaEsSWNwyXVwuzbM4duxCLtjWZhT8'
|
|
7539
|
+
},
|
|
7540
|
+
712: {
|
|
7541
|
+
name: 'Birdee-2',
|
|
7542
|
+
chain: 'Tucana',
|
|
7543
|
+
title: 'Tucana Testnet',
|
|
7544
|
+
rpc: [
|
|
7545
|
+
'https://evm-rpc.birdee-2.tucana.zone',
|
|
7546
|
+
'wss://evm-ws.birdee-2.tucana.zone'
|
|
7547
|
+
],
|
|
7548
|
+
faucets: [],
|
|
7549
|
+
nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
|
|
7550
|
+
infoURL: 'https://tucana.zone',
|
|
7551
|
+
shortName: 'birdee-2',
|
|
7552
|
+
chainId: 712,
|
|
7553
|
+
networkId: 712,
|
|
7554
|
+
slip44: 1,
|
|
7555
|
+
icon: 'tucana',
|
|
7556
|
+
explorers: [
|
|
7557
|
+
{
|
|
7558
|
+
name: 'Birdee-2 Explorer',
|
|
7559
|
+
url: 'https://explorer.birdee-2.tucana.zone',
|
|
7560
|
+
standard: 'EIP3091'
|
|
7561
|
+
}
|
|
7562
|
+
],
|
|
7563
|
+
iconURL: 'https://ipfs.io/ipfs/Qmb7SKBSBusnRy77HsaEsSWNwyXVwuzbM4duxCLtjWZhT8'
|
|
7564
|
+
},
|
|
7492
7565
|
713: {
|
|
7493
7566
|
name: 'Vrcscan Mainnet',
|
|
7494
7567
|
chain: 'VRC',
|
|
@@ -7659,7 +7732,7 @@ exports.chains = {
|
|
|
7659
7732
|
]
|
|
7660
7733
|
},
|
|
7661
7734
|
747: {
|
|
7662
|
-
name: '
|
|
7735
|
+
name: 'EVM on Flow',
|
|
7663
7736
|
chain: 'Flow',
|
|
7664
7737
|
rpc: ['https://mainnet.evm.nodes.onflow.org'],
|
|
7665
7738
|
faucets: [],
|
|
@@ -7671,9 +7744,9 @@ exports.chains = {
|
|
|
7671
7744
|
icon: 'flowevm',
|
|
7672
7745
|
explorers: [
|
|
7673
7746
|
{
|
|
7674
|
-
name: '
|
|
7675
|
-
url: 'https://
|
|
7676
|
-
standard: '
|
|
7747
|
+
name: 'FlowScan',
|
|
7748
|
+
url: 'https://evm.flowscan.io',
|
|
7749
|
+
standard: 'EIP3091'
|
|
7677
7750
|
}
|
|
7678
7751
|
],
|
|
7679
7752
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
@@ -8586,6 +8659,28 @@ exports.chains = {
|
|
|
8586
8659
|
],
|
|
8587
8660
|
iconURL: 'https://ipfs.io/ipfs/Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj'
|
|
8588
8661
|
},
|
|
8662
|
+
945: {
|
|
8663
|
+
name: 'Subtensor EVM Testnet',
|
|
8664
|
+
chain: 'Bittensor',
|
|
8665
|
+
rpc: ['https://evm-testnet.dev.opentensor.ai'],
|
|
8666
|
+
faucets: [],
|
|
8667
|
+
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 9 },
|
|
8668
|
+
infoURL: 'https://bittensor.com/',
|
|
8669
|
+
shortName: 'bittensor-evm-testnet',
|
|
8670
|
+
chainId: 945,
|
|
8671
|
+
networkId: 945,
|
|
8672
|
+
slip44: 1005,
|
|
8673
|
+
icon: 'bittensor',
|
|
8674
|
+
explorers: [
|
|
8675
|
+
{
|
|
8676
|
+
name: 'Subtensor EVM Explorer',
|
|
8677
|
+
url: 'https://evm-testscan.dev.opentensor.ai',
|
|
8678
|
+
icon: 'bittensor',
|
|
8679
|
+
standard: 'EIP3091'
|
|
8680
|
+
}
|
|
8681
|
+
],
|
|
8682
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ'
|
|
8683
|
+
},
|
|
8589
8684
|
956: {
|
|
8590
8685
|
name: 'muNode Testnet',
|
|
8591
8686
|
chain: 'munode',
|
|
@@ -8888,7 +8983,7 @@ exports.chains = {
|
|
|
8888
8983
|
chain: '5ireChain',
|
|
8889
8984
|
rpc: ['https://rpc.5ire.network'],
|
|
8890
8985
|
faucets: [],
|
|
8891
|
-
nativeCurrency: { name: '5ire Token', symbol: '
|
|
8986
|
+
nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
|
|
8892
8987
|
infoURL: 'https://5ire.org',
|
|
8893
8988
|
shortName: '5ire',
|
|
8894
8989
|
chainId: 995,
|
|
@@ -8918,10 +9013,10 @@ exports.chains = {
|
|
|
8918
9013
|
iconURL: 'https://ipfs.io/ipfs/QmcNsubj4ane1QXTfWt4Xm4SYU59TMnevtW5TuKprrBCHk'
|
|
8919
9014
|
},
|
|
8920
9015
|
997: {
|
|
8921
|
-
name: '5ireChain Thunder',
|
|
8922
|
-
chain: '5ireChain
|
|
8923
|
-
rpc: ['https://rpc
|
|
8924
|
-
faucets: ['https://
|
|
9016
|
+
name: '5ireChain Thunder Testnet',
|
|
9017
|
+
chain: '5ireChain',
|
|
9018
|
+
rpc: ['https://rpc.testnet.5ire.network'],
|
|
9019
|
+
faucets: ['https://testnet.5irescan.io/faucet'],
|
|
8925
9020
|
nativeCurrency: {
|
|
8926
9021
|
name: '5ire Testnet Token',
|
|
8927
9022
|
symbol: 'T5IRE',
|
|
@@ -8934,8 +9029,8 @@ exports.chains = {
|
|
|
8934
9029
|
icon: '5ireChain',
|
|
8935
9030
|
explorers: [
|
|
8936
9031
|
{
|
|
8937
|
-
name: '5ireChain Explorer',
|
|
8938
|
-
url: 'https://
|
|
9032
|
+
name: '5ireChain Testnet Explorer',
|
|
9033
|
+
url: 'https://testnet.5irescan.io',
|
|
8939
9034
|
standard: 'none',
|
|
8940
9035
|
icon: '5ireChain'
|
|
8941
9036
|
}
|
|
@@ -9073,6 +9168,33 @@ exports.chains = {
|
|
|
9073
9168
|
],
|
|
9074
9169
|
iconURL: 'https://ipfs.io/ipfs/QmfMd564KUPK8eKZDwGCT71ZC2jMnUZqP6LCtLpup3rHH1'
|
|
9075
9170
|
},
|
|
9171
|
+
1005: {
|
|
9172
|
+
name: 'LemonChainTestnet',
|
|
9173
|
+
chain: 'tLEMX',
|
|
9174
|
+
rpc: [
|
|
9175
|
+
'https://rpc.testnet.lemonchain.io',
|
|
9176
|
+
'https://rpc.testnet.allthingslemon.io'
|
|
9177
|
+
],
|
|
9178
|
+
faucets: [],
|
|
9179
|
+
nativeCurrency: { name: 'testnet LEMX', symbol: 'tLEMX', decimals: 18 },
|
|
9180
|
+
infoURL: 'https://dapp.allthingslemon.io/home',
|
|
9181
|
+
shortName: 'tlemx',
|
|
9182
|
+
chainId: 1005,
|
|
9183
|
+
networkId: 1005,
|
|
9184
|
+
explorers: []
|
|
9185
|
+
},
|
|
9186
|
+
1006: {
|
|
9187
|
+
name: 'LemonChain',
|
|
9188
|
+
chain: 'LEMX',
|
|
9189
|
+
rpc: ['https://rpc.lemonchain.io', 'https://rpc.allthingslemon.io'],
|
|
9190
|
+
faucets: [],
|
|
9191
|
+
nativeCurrency: { name: 'LEMX', symbol: 'LEMX', decimals: 18 },
|
|
9192
|
+
infoURL: 'https://dapp.allthingslemon.io/home',
|
|
9193
|
+
shortName: 'lemx',
|
|
9194
|
+
chainId: 1006,
|
|
9195
|
+
networkId: 1006,
|
|
9196
|
+
explorers: []
|
|
9197
|
+
},
|
|
9076
9198
|
1007: {
|
|
9077
9199
|
name: 'Newton Testnet',
|
|
9078
9200
|
chain: 'NEW',
|
|
@@ -10498,6 +10620,27 @@ exports.chains = {
|
|
|
10498
10620
|
],
|
|
10499
10621
|
iconURL: 'https://ipfs.io/ipfs/QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU'
|
|
10500
10622
|
},
|
|
10623
|
+
1260: {
|
|
10624
|
+
name: 'Metacces Testnet',
|
|
10625
|
+
chain: 'Metacces Testnet',
|
|
10626
|
+
icon: 'metacces',
|
|
10627
|
+
rpc: ['https://tapi.accesscan.io'],
|
|
10628
|
+
faucets: [],
|
|
10629
|
+
nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
|
|
10630
|
+
infoURL: 'https://metacces.com',
|
|
10631
|
+
shortName: 'ACCESt',
|
|
10632
|
+
chainId: 1260,
|
|
10633
|
+
networkId: 1260,
|
|
10634
|
+
explorers: [
|
|
10635
|
+
{
|
|
10636
|
+
name: 'accesscan',
|
|
10637
|
+
url: 'https://testnet.accesscan.io',
|
|
10638
|
+
icon: 'metacces',
|
|
10639
|
+
standard: 'EIP3091'
|
|
10640
|
+
}
|
|
10641
|
+
],
|
|
10642
|
+
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
10643
|
+
},
|
|
10501
10644
|
1280: {
|
|
10502
10645
|
name: 'HALO Mainnet',
|
|
10503
10646
|
chain: 'HALO',
|
|
@@ -10796,7 +10939,7 @@ exports.chains = {
|
|
|
10796
10939
|
standard: 'EIP3091'
|
|
10797
10940
|
}
|
|
10798
10941
|
],
|
|
10799
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
10942
|
+
iconURL: 'https://ipfs.io/ipfs/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg'
|
|
10800
10943
|
},
|
|
10801
10944
|
1320: {
|
|
10802
10945
|
name: 'AIA Testnet',
|
|
@@ -10818,7 +10961,7 @@ exports.chains = {
|
|
|
10818
10961
|
standard: 'EIP3091'
|
|
10819
10962
|
}
|
|
10820
10963
|
],
|
|
10821
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
10964
|
+
iconURL: 'https://ipfs.io/ipfs/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg'
|
|
10822
10965
|
},
|
|
10823
10966
|
1328: {
|
|
10824
10967
|
name: 'Sei Testnet',
|
|
@@ -11111,20 +11254,20 @@ exports.chains = {
|
|
|
11111
11254
|
status: 'deprecated'
|
|
11112
11255
|
},
|
|
11113
11256
|
1414: {
|
|
11114
|
-
name: 'Silicon zkEVM Sepolia Testnet',
|
|
11115
|
-
title: 'Silicon zkEVM Sepolia Testnet',
|
|
11257
|
+
name: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
|
|
11258
|
+
title: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
|
|
11116
11259
|
chain: 'Silicon',
|
|
11117
11260
|
rpc: [],
|
|
11118
11261
|
faucets: [],
|
|
11119
11262
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
11120
11263
|
infoURL: '',
|
|
11121
|
-
shortName: 'silicon-sepolia-testnet',
|
|
11264
|
+
shortName: 'silicon-sepolia-testnet-deprecated',
|
|
11122
11265
|
chainId: 1414,
|
|
11123
11266
|
networkId: 1414,
|
|
11124
11267
|
icon: 'silicon',
|
|
11125
11268
|
explorers: [],
|
|
11126
11269
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
11127
|
-
status: '
|
|
11270
|
+
status: 'deprecated',
|
|
11128
11271
|
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
11129
11272
|
},
|
|
11130
11273
|
1422: {
|
|
@@ -11549,7 +11692,7 @@ exports.chains = {
|
|
|
11549
11692
|
1625: {
|
|
11550
11693
|
name: 'Gravity Alpha Mainnet',
|
|
11551
11694
|
chain: 'Gravity',
|
|
11552
|
-
rpc: ['https://rpc.gravity.xyz'],
|
|
11695
|
+
rpc: ['https://rpc.gravity.xyz', 'https://rpc.ankr.com/gravity'],
|
|
11553
11696
|
faucets: [],
|
|
11554
11697
|
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
|
11555
11698
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
|
|
@@ -11563,7 +11706,8 @@ exports.chains = {
|
|
|
11563
11706
|
name: 'Gravity Alpha Mainnet Explorer',
|
|
11564
11707
|
url: 'https://explorer.gravity.xyz',
|
|
11565
11708
|
standard: 'EIP3091'
|
|
11566
|
-
}
|
|
11709
|
+
},
|
|
11710
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
|
11567
11711
|
],
|
|
11568
11712
|
parent: {
|
|
11569
11713
|
type: 'L2',
|
|
@@ -13431,8 +13575,8 @@ exports.chains = {
|
|
|
13431
13575
|
]
|
|
13432
13576
|
},
|
|
13433
13577
|
2039: {
|
|
13434
|
-
name: 'Aleph Zero
|
|
13435
|
-
chain: 'Aleph Zero
|
|
13578
|
+
name: 'Aleph Zero',
|
|
13579
|
+
chain: 'Aleph Zero',
|
|
13436
13580
|
icon: 'aleph',
|
|
13437
13581
|
rpc: [
|
|
13438
13582
|
'https://rpc.alephzero-testnet.gelato.digital',
|
|
@@ -13440,14 +13584,14 @@ exports.chains = {
|
|
|
13440
13584
|
],
|
|
13441
13585
|
faucets: [],
|
|
13442
13586
|
nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
|
|
13443
|
-
infoURL: 'https://
|
|
13587
|
+
infoURL: 'https://alephzero.org/',
|
|
13444
13588
|
shortName: 'aleph',
|
|
13445
13589
|
chainId: 2039,
|
|
13446
13590
|
networkId: 2039,
|
|
13447
13591
|
explorers: [
|
|
13448
13592
|
{
|
|
13449
|
-
name: 'Aleph Zero
|
|
13450
|
-
url: 'https://
|
|
13593
|
+
name: 'Aleph Zero',
|
|
13594
|
+
url: 'https://evm-explorer-testnet.alephzero.org',
|
|
13451
13595
|
icon: 'aleph',
|
|
13452
13596
|
standard: 'none'
|
|
13453
13597
|
}
|
|
@@ -13594,6 +13738,27 @@ exports.chains = {
|
|
|
13594
13738
|
],
|
|
13595
13739
|
iconURL: 'https://ipfs.io/ipfs/QmSQGKhhBpMTM7vYpGdgMTDFyzaAN3PGG5AnmWy7KQPdSn'
|
|
13596
13740
|
},
|
|
13741
|
+
2071: {
|
|
13742
|
+
name: 'Metacces Mainnet',
|
|
13743
|
+
chain: 'Metacces Mainnet',
|
|
13744
|
+
icon: 'metacces',
|
|
13745
|
+
rpc: ['https://oli.accesscan.io'],
|
|
13746
|
+
faucets: [],
|
|
13747
|
+
nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
|
|
13748
|
+
infoURL: 'https://metacces.com',
|
|
13749
|
+
shortName: 'ACCES',
|
|
13750
|
+
chainId: 2071,
|
|
13751
|
+
networkId: 2071,
|
|
13752
|
+
explorers: [
|
|
13753
|
+
{
|
|
13754
|
+
name: 'accesscan',
|
|
13755
|
+
url: 'https://accesscan.io',
|
|
13756
|
+
icon: 'metacces',
|
|
13757
|
+
standard: 'EIP3091'
|
|
13758
|
+
}
|
|
13759
|
+
],
|
|
13760
|
+
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
13761
|
+
},
|
|
13597
13762
|
2077: {
|
|
13598
13763
|
name: 'Quokkacoin Mainnet',
|
|
13599
13764
|
chain: 'Qkacoin',
|
|
@@ -13973,6 +14138,27 @@ exports.chains = {
|
|
|
13973
14138
|
}
|
|
13974
14139
|
]
|
|
13975
14140
|
},
|
|
14141
|
+
2192: {
|
|
14142
|
+
name: 'SnaxChain',
|
|
14143
|
+
chain: 'ETH',
|
|
14144
|
+
rpc: ['https://mainnet.snaxchain.io'],
|
|
14145
|
+
faucets: [],
|
|
14146
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14147
|
+
infoURL: 'https://synthetix.io',
|
|
14148
|
+
shortName: 'snax',
|
|
14149
|
+
chainId: 2192,
|
|
14150
|
+
networkId: 2192,
|
|
14151
|
+
icon: 'snax',
|
|
14152
|
+
explorers: [
|
|
14153
|
+
{
|
|
14154
|
+
name: 'blockscout',
|
|
14155
|
+
url: 'https://explorer.snaxchain.io',
|
|
14156
|
+
icon: 'blockscout',
|
|
14157
|
+
standard: 'EIP3091'
|
|
14158
|
+
}
|
|
14159
|
+
],
|
|
14160
|
+
iconURL: 'https://ipfs.io/ipfs/QmQPHTTpgSjvP18Yc522ZxHYKRwLLxeR6xWdEdcw1XHwZo'
|
|
14161
|
+
},
|
|
13976
14162
|
2199: {
|
|
13977
14163
|
name: 'Moonsama Network',
|
|
13978
14164
|
chain: 'MSN',
|
|
@@ -14383,17 +14569,33 @@ exports.chains = {
|
|
|
14383
14569
|
name: 'Silicon zkEVM',
|
|
14384
14570
|
title: 'Silicon zkEVM Mainnet',
|
|
14385
14571
|
chain: 'Silicon',
|
|
14386
|
-
rpc: [
|
|
14572
|
+
rpc: [
|
|
14573
|
+
'https://rpc.silicon.network',
|
|
14574
|
+
'https://silicon-mainnet.nodeinfra.com'
|
|
14575
|
+
],
|
|
14387
14576
|
faucets: [],
|
|
14388
14577
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14389
|
-
infoURL: '',
|
|
14578
|
+
infoURL: 'https://docs.silicon.network',
|
|
14390
14579
|
shortName: 'silicon-zk',
|
|
14391
14580
|
chainId: 2355,
|
|
14392
14581
|
networkId: 2355,
|
|
14393
14582
|
icon: 'silicon',
|
|
14394
|
-
explorers: [
|
|
14395
|
-
|
|
14396
|
-
|
|
14583
|
+
explorers: [
|
|
14584
|
+
{
|
|
14585
|
+
name: 'siliconscope',
|
|
14586
|
+
url: 'https://scope.silicon.network',
|
|
14587
|
+
standard: 'EIP3091'
|
|
14588
|
+
}
|
|
14589
|
+
],
|
|
14590
|
+
parent: {
|
|
14591
|
+
type: 'L2',
|
|
14592
|
+
chain: 'eip155-1',
|
|
14593
|
+
bridges: [
|
|
14594
|
+
{ url: 'https://bridge.silicon.network' },
|
|
14595
|
+
{ url: 'https://bridge.orbitchain.io' }
|
|
14596
|
+
]
|
|
14597
|
+
},
|
|
14598
|
+
status: 'active',
|
|
14397
14599
|
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
14398
14600
|
},
|
|
14399
14601
|
2357: {
|
|
@@ -14665,6 +14867,27 @@ exports.chains = {
|
|
|
14665
14867
|
],
|
|
14666
14868
|
iconURL: 'https://ipfs.io/ipfs/QmQDNdhPvCrrijEKC3G9Px5if2CHgdxq7Q2Pg66cy9xwbF'
|
|
14667
14869
|
},
|
|
14870
|
+
2477: {
|
|
14871
|
+
name: '6Degree of Outreach',
|
|
14872
|
+
chain: '6DO',
|
|
14873
|
+
rpc: ['https://rpc.6do.world'],
|
|
14874
|
+
faucets: [],
|
|
14875
|
+
nativeCurrency: { name: '6Degree Coin', symbol: '6DO', decimals: 18 },
|
|
14876
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14877
|
+
infoURL: 'https://6do.world',
|
|
14878
|
+
shortName: '6do',
|
|
14879
|
+
chainId: 2477,
|
|
14880
|
+
networkId: 2477,
|
|
14881
|
+
icon: '6do',
|
|
14882
|
+
explorers: [
|
|
14883
|
+
{
|
|
14884
|
+
name: '6Degree Chain Explorer',
|
|
14885
|
+
url: 'https://explorer.6do.world',
|
|
14886
|
+
standard: 'EIP3091'
|
|
14887
|
+
}
|
|
14888
|
+
],
|
|
14889
|
+
iconURL: 'https://ipfs.io/ipfs/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi'
|
|
14890
|
+
},
|
|
14668
14891
|
2484: {
|
|
14669
14892
|
name: 'Unicorn Ultra Nebulas Testnet',
|
|
14670
14893
|
chain: 'u2u',
|
|
@@ -15104,7 +15327,7 @@ exports.chains = {
|
|
|
15104
15327
|
'wss://rpc-quicknode-holesky.morphl2.io',
|
|
15105
15328
|
'https://rpc-holesky.morphl2.io'
|
|
15106
15329
|
],
|
|
15107
|
-
faucets: [],
|
|
15330
|
+
faucets: ['https://morphfaucet.com/'],
|
|
15108
15331
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15109
15332
|
infoURL: 'https://morphl2.io',
|
|
15110
15333
|
shortName: 'hmorph',
|
|
@@ -15124,6 +15347,25 @@ exports.chains = {
|
|
|
15124
15347
|
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
15125
15348
|
}
|
|
15126
15349
|
},
|
|
15350
|
+
2868: {
|
|
15351
|
+
name: 'HyperAGI Mainnet',
|
|
15352
|
+
chain: 'HyperAGI',
|
|
15353
|
+
rpc: [],
|
|
15354
|
+
faucets: [],
|
|
15355
|
+
nativeCurrency: { name: 'Hyperdust', symbol: 'HYPT', decimals: 18 },
|
|
15356
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15357
|
+
infoURL: 'https://hyperagi.network',
|
|
15358
|
+
shortName: 'hypt',
|
|
15359
|
+
chainId: 2868,
|
|
15360
|
+
networkId: 1,
|
|
15361
|
+
explorers: [
|
|
15362
|
+
{
|
|
15363
|
+
name: 'hyptscan',
|
|
15364
|
+
url: 'https://block.hyperagi.network',
|
|
15365
|
+
standard: 'EIP3091'
|
|
15366
|
+
}
|
|
15367
|
+
]
|
|
15368
|
+
},
|
|
15127
15369
|
2882: {
|
|
15128
15370
|
name: 'Chips Network',
|
|
15129
15371
|
chain: 'CHIPS',
|
|
@@ -15162,6 +15404,27 @@ exports.chains = {
|
|
|
15162
15404
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
15163
15405
|
}
|
|
15164
15406
|
},
|
|
15407
|
+
2889: {
|
|
15408
|
+
name: 'Aarma Mainnet',
|
|
15409
|
+
chain: 'Aarma',
|
|
15410
|
+
rpc: ['https://aarmarpc.com/'],
|
|
15411
|
+
faucets: [],
|
|
15412
|
+
nativeCurrency: { name: 'Aarma', symbol: 'ARMA', decimals: 18 },
|
|
15413
|
+
infoURL: 'https://aarmachain.com',
|
|
15414
|
+
shortName: 'ARMA',
|
|
15415
|
+
chainId: 2889,
|
|
15416
|
+
networkId: 2889,
|
|
15417
|
+
icon: 'arma',
|
|
15418
|
+
explorers: [
|
|
15419
|
+
{
|
|
15420
|
+
name: 'aarmascan',
|
|
15421
|
+
url: 'https://aarmascan.com',
|
|
15422
|
+
icon: 'arma',
|
|
15423
|
+
standard: 'none'
|
|
15424
|
+
}
|
|
15425
|
+
],
|
|
15426
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwQFHeLV7PCMe37nDb6pAgisUo5tVH6TBXsySDGtC9b9'
|
|
15427
|
+
},
|
|
15165
15428
|
2907: {
|
|
15166
15429
|
name: 'Elux Chain',
|
|
15167
15430
|
chain: 'ELUX',
|
|
@@ -16605,6 +16868,27 @@ exports.chains = {
|
|
|
16605
16868
|
],
|
|
16606
16869
|
iconURL: 'https://ipfs.io/ipfs/QmXARMjJGkXEVEdjUyxkeG4ffsWvEo9vSJpVon3JwRxckS'
|
|
16607
16870
|
},
|
|
16871
|
+
4088: {
|
|
16872
|
+
name: 'Zeroth Mainnet',
|
|
16873
|
+
chain: 'ZRH',
|
|
16874
|
+
icon: 'zeroth',
|
|
16875
|
+
rpc: ['https://my.zeroth.run'],
|
|
16876
|
+
faucets: [],
|
|
16877
|
+
nativeCurrency: { name: 'ZRH', symbol: 'ZRH', decimals: 18 },
|
|
16878
|
+
infoURL: 'https://www.zeroth.foundation',
|
|
16879
|
+
shortName: 'ZRH',
|
|
16880
|
+
chainId: 4088,
|
|
16881
|
+
networkId: 4088,
|
|
16882
|
+
explorers: [
|
|
16883
|
+
{
|
|
16884
|
+
name: 'Zeroth Explorer',
|
|
16885
|
+
url: 'https://scan.zeroth.run',
|
|
16886
|
+
icon: 'zeroth',
|
|
16887
|
+
standard: 'EIP3091'
|
|
16888
|
+
}
|
|
16889
|
+
],
|
|
16890
|
+
iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
|
|
16891
|
+
},
|
|
16608
16892
|
4090: {
|
|
16609
16893
|
name: 'Fastex Chain (Bahamut) Oasis Testnet',
|
|
16610
16894
|
title: 'Bahamut testnet Oasis',
|
|
@@ -17219,7 +17503,7 @@ exports.chains = {
|
|
|
17219
17503
|
4801: {
|
|
17220
17504
|
name: 'World Chain Sepolia Testnet',
|
|
17221
17505
|
chain: 'ETH',
|
|
17222
|
-
rpc: [],
|
|
17506
|
+
rpc: ['https://worldchain-sepolia.g.alchemy.com/public'],
|
|
17223
17507
|
faucets: [],
|
|
17224
17508
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
17225
17509
|
infoURL: 'https://worldcoin.org/',
|
|
@@ -17943,6 +18227,20 @@ exports.chains = {
|
|
|
17943
18227
|
],
|
|
17944
18228
|
iconURL: 'https://ipfs.io/ipfs/QmcZiEAGFYEEax1uxYnDUh8X5YBvZqMi9K92yZoq4o2zeM'
|
|
17945
18229
|
},
|
|
18230
|
+
5545: {
|
|
18231
|
+
name: 'DuckChain Mainnet',
|
|
18232
|
+
title: 'DuckChain Mainnet',
|
|
18233
|
+
chain: 'DuckChain',
|
|
18234
|
+
icon: 'duckchain',
|
|
18235
|
+
rpc: ['https://rpc.duckchain.io', 'https://rpc-hk.duckchain.io'],
|
|
18236
|
+
faucets: [],
|
|
18237
|
+
nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
|
|
18238
|
+
infoURL: 'https://duckchain.io',
|
|
18239
|
+
shortName: 'Duck-Chain-Mainnet',
|
|
18240
|
+
chainId: 5545,
|
|
18241
|
+
networkId: 5545,
|
|
18242
|
+
iconURL: 'https://ipfs.io/ipfs/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL'
|
|
18243
|
+
},
|
|
17946
18244
|
5551: {
|
|
17947
18245
|
name: 'Nahmii 2 Mainnet',
|
|
17948
18246
|
chain: 'Nahmii',
|
|
@@ -18758,6 +19056,27 @@ exports.chains = {
|
|
|
18758
19056
|
},
|
|
18759
19057
|
iconURL: 'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
|
|
18760
19058
|
},
|
|
19059
|
+
6667: {
|
|
19060
|
+
name: 'Storchain',
|
|
19061
|
+
chain: 'STR',
|
|
19062
|
+
rpc: ['https://rpc.storchain.io'],
|
|
19063
|
+
faucets: [],
|
|
19064
|
+
nativeCurrency: { name: 'Storchain', symbol: 'STR', decimals: 18 },
|
|
19065
|
+
infoURL: 'https://storchain.io',
|
|
19066
|
+
shortName: 'str',
|
|
19067
|
+
chainId: 6667,
|
|
19068
|
+
networkId: 6667,
|
|
19069
|
+
icon: 'str',
|
|
19070
|
+
explorers: [
|
|
19071
|
+
{
|
|
19072
|
+
name: 'storscan',
|
|
19073
|
+
url: 'https://scan.storchain.io',
|
|
19074
|
+
icon: 'str',
|
|
19075
|
+
standard: 'none'
|
|
19076
|
+
}
|
|
19077
|
+
],
|
|
19078
|
+
iconURL: 'https://ipfs.io/ipfs/QmdXSyjZvtVPDTLAuYoVU1cuRTEKnY96p65jgcz6wt7pfA'
|
|
19079
|
+
},
|
|
18761
19080
|
6678: {
|
|
18762
19081
|
name: 'Edge Matrix Chain',
|
|
18763
19082
|
chain: 'EMC',
|
|
@@ -18963,6 +19282,30 @@ exports.chains = {
|
|
|
18963
19282
|
],
|
|
18964
19283
|
iconURL: 'https://ipfs.io/ipfs/QmV18PRFPkp9pwKKJp4ksVDhMEiqNZ8A5DhQapdNCckeeQ'
|
|
18965
19284
|
},
|
|
19285
|
+
6880: {
|
|
19286
|
+
name: 'Mtt Mainnet',
|
|
19287
|
+
chain: 'MTT',
|
|
19288
|
+
rpc: ['https://evm-rpc.mtt.network'],
|
|
19289
|
+
faucets: [],
|
|
19290
|
+
nativeCurrency: {
|
|
19291
|
+
name: 'Mtt mainnet native coin',
|
|
19292
|
+
symbol: 'MTT',
|
|
19293
|
+
decimals: 18
|
|
19294
|
+
},
|
|
19295
|
+
infoURL: 'https://mtt.network',
|
|
19296
|
+
shortName: 'mtt-mainnet',
|
|
19297
|
+
chainId: 6880,
|
|
19298
|
+
networkId: 6880,
|
|
19299
|
+
icon: 'mttnetwork',
|
|
19300
|
+
explorers: [
|
|
19301
|
+
{
|
|
19302
|
+
name: 'Mtt explorer',
|
|
19303
|
+
url: 'https://explorer.mtt.network',
|
|
19304
|
+
standard: 'EIP3091'
|
|
19305
|
+
}
|
|
19306
|
+
],
|
|
19307
|
+
iconURL: 'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
|
|
19308
|
+
},
|
|
18966
19309
|
6942: {
|
|
18967
19310
|
name: 'Laika Mainnet',
|
|
18968
19311
|
chain: 'LAIKA',
|
|
@@ -19253,7 +19596,7 @@ exports.chains = {
|
|
|
19253
19596
|
chain: 'tZEUS',
|
|
19254
19597
|
icon: 'zeusicon',
|
|
19255
19598
|
rpc: ['https://testnet-rpc.zeuschainscan.io'],
|
|
19256
|
-
nativeCurrency: { name: 'The ZEUS Token', symbol: '
|
|
19599
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
|
|
19257
19600
|
infoURL: 'https://testnet-explorer.zeuschainscan.io',
|
|
19258
19601
|
shortName: 'ZEUS-Testnet',
|
|
19259
19602
|
chainId: 7244,
|
|
@@ -19990,6 +20333,29 @@ exports.chains = {
|
|
|
19990
20333
|
],
|
|
19991
20334
|
iconURL: 'https://ipfs.io/ipfs/bafybeiadb4izxxptk3wy34cam3k2rxgqb2vrzxtltqnp3vwdvd2igwoghu'
|
|
19992
20335
|
},
|
|
20336
|
+
8017: {
|
|
20337
|
+
name: 'iSunCoin Mainnet',
|
|
20338
|
+
chain: 'iSunCoin',
|
|
20339
|
+
icon: 'isuncoin',
|
|
20340
|
+
rpc: ['https://mainnet.isuncoin.com'],
|
|
20341
|
+
faucets: [],
|
|
20342
|
+
nativeCurrency: { name: 'ISC', symbol: 'ISC', decimals: 18 },
|
|
20343
|
+
infoURL: 'https://isuncoin.com',
|
|
20344
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20345
|
+
shortName: 'isc',
|
|
20346
|
+
chainId: 8017,
|
|
20347
|
+
networkId: 8017,
|
|
20348
|
+
slip44: 8017,
|
|
20349
|
+
explorers: [
|
|
20350
|
+
{
|
|
20351
|
+
name: 'iSunCoin Explorer',
|
|
20352
|
+
icon: 'isuncoin',
|
|
20353
|
+
url: 'https://baifa.io/app/chains/8017',
|
|
20354
|
+
standard: 'none'
|
|
20355
|
+
}
|
|
20356
|
+
],
|
|
20357
|
+
iconURL: 'https://ipfs.io/ipfs/Qmdj8PwchmbpZKYvkB3oJiRX9eZdY6C16AbEz6D1DU3Vqn'
|
|
20358
|
+
},
|
|
19993
20359
|
8029: {
|
|
19994
20360
|
name: 'MDGL Testnet',
|
|
19995
20361
|
chain: 'MDGL',
|
|
@@ -20452,6 +20818,27 @@ exports.chains = {
|
|
|
20452
20818
|
explorers: [],
|
|
20453
20819
|
iconURL: 'https://ipfs.io/ipfs/bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya'
|
|
20454
20820
|
},
|
|
20821
|
+
8428: {
|
|
20822
|
+
name: 'THAT Mainnet',
|
|
20823
|
+
chain: 'THAT',
|
|
20824
|
+
rpc: ['https://api.thatchain.io', 'https://api.thatchain.io/mainnet'],
|
|
20825
|
+
faucets: [],
|
|
20826
|
+
nativeCurrency: { name: 'THAT', symbol: 'THAT', decimals: 18 },
|
|
20827
|
+
infoURL: 'https://that.website',
|
|
20828
|
+
shortName: 'THAT',
|
|
20829
|
+
chainId: 8428,
|
|
20830
|
+
networkId: 8428,
|
|
20831
|
+
icon: 'that',
|
|
20832
|
+
explorers: [
|
|
20833
|
+
{
|
|
20834
|
+
name: 'THAT Explorer',
|
|
20835
|
+
url: 'https://that.blockscout.com',
|
|
20836
|
+
icon: 'blockscout',
|
|
20837
|
+
standard: 'EIP3091'
|
|
20838
|
+
}
|
|
20839
|
+
],
|
|
20840
|
+
iconURL: 'https://ipfs.io/ipfs/QmQM3TAFBskGGpog4EZkEGj2svtmTbxzcNZBcbWCMnu5JL'
|
|
20841
|
+
},
|
|
20455
20842
|
8453: {
|
|
20456
20843
|
name: 'Base',
|
|
20457
20844
|
chain: 'ETH',
|
|
@@ -21831,6 +22218,40 @@ exports.chains = {
|
|
|
21831
22218
|
}
|
|
21832
22219
|
]
|
|
21833
22220
|
},
|
|
22221
|
+
9897: {
|
|
22222
|
+
name: 'arena-z-testnet',
|
|
22223
|
+
title: 'Arena-Z-Testnet',
|
|
22224
|
+
chain: 'arena-z-testnet',
|
|
22225
|
+
rpc: [
|
|
22226
|
+
'https://rpc.arena-z.t.raas.gelato.cloud',
|
|
22227
|
+
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
22228
|
+
],
|
|
22229
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22230
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
22231
|
+
faucets: [],
|
|
22232
|
+
shortName: 'arena-z-testnet',
|
|
22233
|
+
chainId: 9897,
|
|
22234
|
+
networkId: 9897,
|
|
22235
|
+
slip44: 60,
|
|
22236
|
+
explorers: [
|
|
22237
|
+
{
|
|
22238
|
+
name: 'blockscout',
|
|
22239
|
+
url: 'https://arena-z.blockscout.com',
|
|
22240
|
+
icon: 'blockscout',
|
|
22241
|
+
standard: 'EIP3091'
|
|
22242
|
+
}
|
|
22243
|
+
],
|
|
22244
|
+
parent: {
|
|
22245
|
+
type: 'L2',
|
|
22246
|
+
chain: 'eip155-11155111',
|
|
22247
|
+
bridges: [
|
|
22248
|
+
{
|
|
22249
|
+
url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
|
|
22250
|
+
}
|
|
22251
|
+
]
|
|
22252
|
+
},
|
|
22253
|
+
status: 'active'
|
|
22254
|
+
},
|
|
21834
22255
|
9898: {
|
|
21835
22256
|
name: 'Larissa Chain',
|
|
21836
22257
|
title: 'Larissa Chain',
|
|
@@ -22567,6 +22988,25 @@ exports.chains = {
|
|
|
22567
22988
|
],
|
|
22568
22989
|
iconURL: 'https://ipfs.io/ipfs/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck'
|
|
22569
22990
|
},
|
|
22991
|
+
11000: {
|
|
22992
|
+
name: 'KB Chain',
|
|
22993
|
+
chain: 'KB',
|
|
22994
|
+
rpc: ['https://mainnet-rpc.kbcfoundation.com'],
|
|
22995
|
+
faucets: [],
|
|
22996
|
+
features: [{ name: 'EIP155' }],
|
|
22997
|
+
nativeCurrency: { name: 'KBC', symbol: 'KBC', decimals: 18 },
|
|
22998
|
+
infoURL: 'https://kbcfoundation.com',
|
|
22999
|
+
shortName: 'KBC',
|
|
23000
|
+
chainId: 11000,
|
|
23001
|
+
networkId: 11000,
|
|
23002
|
+
explorers: [
|
|
23003
|
+
{
|
|
23004
|
+
name: 'KBC Explorer',
|
|
23005
|
+
url: 'https://scan.kbcfoundation.com',
|
|
23006
|
+
standard: 'EIP3091'
|
|
23007
|
+
}
|
|
23008
|
+
]
|
|
23009
|
+
},
|
|
22570
23010
|
11011: {
|
|
22571
23011
|
name: 'Shape Sepolia Testnet',
|
|
22572
23012
|
chain: 'ETH',
|
|
@@ -22580,7 +23020,7 @@ exports.chains = {
|
|
|
22580
23020
|
explorers: [
|
|
22581
23021
|
{
|
|
22582
23022
|
name: 'blockscout',
|
|
22583
|
-
url: 'https://
|
|
23023
|
+
url: 'https://explorer-sepolia.shape.network',
|
|
22584
23024
|
standard: 'EIP3091'
|
|
22585
23025
|
}
|
|
22586
23026
|
],
|
|
@@ -23368,6 +23808,22 @@ exports.chains = {
|
|
|
23368
23808
|
],
|
|
23369
23809
|
iconURL: 'https://ipfs.io/ipfs/QmQJ21NWyGGDraicVEzS1Uqq1yXahM9NCuNZgnfYvtspdt'
|
|
23370
23810
|
},
|
|
23811
|
+
13370: {
|
|
23812
|
+
name: 'Cannon Testnet',
|
|
23813
|
+
title: 'Cannon Private Testnet',
|
|
23814
|
+
chain: 'ETH',
|
|
23815
|
+
rpc: ['http://127.0.0.1:8545'],
|
|
23816
|
+
faucets: [],
|
|
23817
|
+
nativeCurrency: {
|
|
23818
|
+
name: 'Cannon Testnet Ether',
|
|
23819
|
+
symbol: 'ETH',
|
|
23820
|
+
decimals: 18
|
|
23821
|
+
},
|
|
23822
|
+
infoURL: 'https://usecannon.com',
|
|
23823
|
+
shortName: 'cannon',
|
|
23824
|
+
chainId: 13370,
|
|
23825
|
+
networkId: 13370
|
|
23826
|
+
},
|
|
23371
23827
|
13371: {
|
|
23372
23828
|
name: 'Immutable zkEVM',
|
|
23373
23829
|
chain: 'Immutable zkEVM',
|
|
@@ -23543,6 +23999,27 @@ exports.chains = {
|
|
|
23543
23999
|
}
|
|
23544
24000
|
]
|
|
23545
24001
|
},
|
|
24002
|
+
14088: {
|
|
24003
|
+
name: 'Zeroth Testnet',
|
|
24004
|
+
chain: 'Zeroth',
|
|
24005
|
+
icon: 'zeroth',
|
|
24006
|
+
rpc: ['https://test-my.zeroth.run'],
|
|
24007
|
+
faucets: [],
|
|
24008
|
+
nativeCurrency: { name: 'Zeroth', symbol: 'ZRHt', decimals: 18 },
|
|
24009
|
+
infoURL: 'https://www.zeroth.foundation',
|
|
24010
|
+
shortName: 'ZRHt',
|
|
24011
|
+
chainId: 14088,
|
|
24012
|
+
networkId: 14088,
|
|
24013
|
+
explorers: [
|
|
24014
|
+
{
|
|
24015
|
+
name: 'Zeroth Explorer',
|
|
24016
|
+
url: 'https://test-scan.zeroth.run',
|
|
24017
|
+
icon: 'zeroth',
|
|
24018
|
+
standard: 'EIP3091'
|
|
24019
|
+
}
|
|
24020
|
+
],
|
|
24021
|
+
iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
|
|
24022
|
+
},
|
|
23546
24023
|
14324: {
|
|
23547
24024
|
name: 'EVOLVE Testnet',
|
|
23548
24025
|
chain: 'EVO',
|
|
@@ -23590,6 +24067,25 @@ exports.chains = {
|
|
|
23590
24067
|
],
|
|
23591
24068
|
iconURL: 'https://ipfs.io/ipfs/bafkreidjhjv7uu7if745ys7ari3ka75spm2hqyr5po66sbe7kqsfk7ahua'
|
|
23592
24069
|
},
|
|
24070
|
+
14800: {
|
|
24071
|
+
name: 'Vana Moksha Testnet',
|
|
24072
|
+
chain: 'Vana Moksha Testnet',
|
|
24073
|
+
rpc: ['https://rpc.moksha.vana.org'],
|
|
24074
|
+
nativeCurrency: { name: 'VANA', symbol: 'VANA', decimals: 18 },
|
|
24075
|
+
faucets: [],
|
|
24076
|
+
infoURL: '',
|
|
24077
|
+
shortName: 'vana-moksha',
|
|
24078
|
+
chainId: 14800,
|
|
24079
|
+
networkId: 14800,
|
|
24080
|
+
explorers: [
|
|
24081
|
+
{
|
|
24082
|
+
name: 'Vana Moksha Testnet',
|
|
24083
|
+
url: 'https://vanascan.io',
|
|
24084
|
+
icon: 'vanamoksha',
|
|
24085
|
+
standard: 'none'
|
|
24086
|
+
}
|
|
24087
|
+
]
|
|
24088
|
+
},
|
|
23593
24089
|
14801: {
|
|
23594
24090
|
name: 'Vana Satori Testnet',
|
|
23595
24091
|
chain: 'Satori',
|
|
@@ -25212,6 +25708,25 @@ exports.chains = {
|
|
|
25212
25708
|
],
|
|
25213
25709
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayuuzfpcgwjll4us4hquvpqa5gwq3lbiedv4qftmlwcxhcyjzzpq'
|
|
25214
25710
|
},
|
|
25711
|
+
25327: {
|
|
25712
|
+
name: 'Everclear Mainnet',
|
|
25713
|
+
chain: 'Everclear Mainnet',
|
|
25714
|
+
rpc: ['https://rpc.everclear.raas.gelato.cloud'],
|
|
25715
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
25716
|
+
faucets: [],
|
|
25717
|
+
infoURL: '',
|
|
25718
|
+
shortName: 'Everclear',
|
|
25719
|
+
chainId: 25327,
|
|
25720
|
+
networkId: 25327,
|
|
25721
|
+
explorers: [
|
|
25722
|
+
{
|
|
25723
|
+
name: 'Everclear',
|
|
25724
|
+
url: 'https://scan.everclear.org',
|
|
25725
|
+
icon: 'everclear',
|
|
25726
|
+
standard: 'none'
|
|
25727
|
+
}
|
|
25728
|
+
]
|
|
25729
|
+
},
|
|
25215
25730
|
25839: {
|
|
25216
25731
|
name: 'AlveyChain Testnet',
|
|
25217
25732
|
chain: 'tALV',
|
|
@@ -25645,6 +26160,27 @@ exports.chains = {
|
|
|
25645
26160
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
25646
26161
|
iconURL: 'https://ipfs.io/ipfs/QmZZnwR1y6cU1sare2TQmwqkNDLXQxD4GdPrmHLmUoPtbU'
|
|
25647
26162
|
},
|
|
26163
|
+
30000: {
|
|
26164
|
+
name: 'qChain Mainnet',
|
|
26165
|
+
chain: 'qChain',
|
|
26166
|
+
rpc: ['https://rpc.qchain.kr'],
|
|
26167
|
+
faucets: [],
|
|
26168
|
+
features: [{ name: 'EIP155' }],
|
|
26169
|
+
nativeCurrency: { name: 'QCO', symbol: 'QCO', decimals: 18 },
|
|
26170
|
+
infoURL: 'https://www.qchain.kr',
|
|
26171
|
+
shortName: 'qchain',
|
|
26172
|
+
chainId: 30000,
|
|
26173
|
+
networkId: 30000,
|
|
26174
|
+
icon: 'qchain',
|
|
26175
|
+
explorers: [
|
|
26176
|
+
{
|
|
26177
|
+
name: 'qChain explorer',
|
|
26178
|
+
url: 'https://scan.qchain.kr',
|
|
26179
|
+
standard: 'EIP3091'
|
|
26180
|
+
}
|
|
26181
|
+
],
|
|
26182
|
+
iconURL: 'https://ipfs.io/ipfs/QmZESsg3P8cimYjibkD8w1T8DgszAHcKn7UReC8FWbfDGz'
|
|
26183
|
+
},
|
|
25648
26184
|
30067: {
|
|
25649
26185
|
name: 'Piece testnet',
|
|
25650
26186
|
chain: 'PieceNetwork',
|
|
@@ -25984,7 +26520,7 @@ exports.chains = {
|
|
|
25984
26520
|
name: 'Bitgert Mainnet',
|
|
25985
26521
|
chain: 'Brise',
|
|
25986
26522
|
rpc: [
|
|
25987
|
-
'https://rpc.icecreamswap.com',
|
|
26523
|
+
'https://rpc-bitgert.icecreamswap.com',
|
|
25988
26524
|
'https://mainnet-rpc.brisescan.com',
|
|
25989
26525
|
'https://chainrpc.com',
|
|
25990
26526
|
'https://serverrpc.com'
|
|
@@ -26319,12 +26855,12 @@ exports.chains = {
|
|
|
26319
26855
|
},
|
|
26320
26856
|
34504: {
|
|
26321
26857
|
name: 'ZEUS Mainnet',
|
|
26322
|
-
chain: '
|
|
26858
|
+
chain: 'ZEUSX',
|
|
26323
26859
|
icon: 'zeusicon',
|
|
26324
26860
|
rpc: ['https://mainnet-rpc.zeuschainscan.io'],
|
|
26325
|
-
nativeCurrency: { name: 'The ZEUS Token', symbol: '
|
|
26861
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUSX', decimals: 18 },
|
|
26326
26862
|
infoURL: 'https://zeuschainscan.io',
|
|
26327
|
-
shortName: '
|
|
26863
|
+
shortName: 'ZEUSX',
|
|
26328
26864
|
chainId: 34504,
|
|
26329
26865
|
networkId: 34504,
|
|
26330
26866
|
faucets: [],
|
|
@@ -26756,8 +27292,8 @@ exports.chains = {
|
|
|
26756
27292
|
]
|
|
26757
27293
|
},
|
|
26758
27294
|
42421: {
|
|
26759
|
-
name: '
|
|
26760
|
-
chain: '
|
|
27295
|
+
name: 'Asset Chain Testnet',
|
|
27296
|
+
chain: 'Asset Chain',
|
|
26761
27297
|
rpc: ['https://enugu-rpc.assetchain.org'],
|
|
26762
27298
|
faucets: ['https://faucet.assetchain.org'],
|
|
26763
27299
|
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
@@ -27457,6 +27993,27 @@ exports.chains = {
|
|
|
27457
27993
|
],
|
|
27458
27994
|
parent: { type: 'L2', chain: 'eip155-3' }
|
|
27459
27995
|
},
|
|
27996
|
+
50888: {
|
|
27997
|
+
name: 'Erbie Mainnet',
|
|
27998
|
+
chain: 'Erbie',
|
|
27999
|
+
rpc: ['https://api.erbie.io'],
|
|
28000
|
+
faucets: [],
|
|
28001
|
+
nativeCurrency: { name: 'ERB', symbol: 'ERB', decimals: 18 },
|
|
28002
|
+
infoURL: 'https://www.erbie.io',
|
|
28003
|
+
shortName: 'Erbie',
|
|
28004
|
+
chainId: 50888,
|
|
28005
|
+
networkId: 50888,
|
|
28006
|
+
icon: 'erbie',
|
|
28007
|
+
explorers: [
|
|
28008
|
+
{
|
|
28009
|
+
name: 'Erbie Explorer',
|
|
28010
|
+
url: 'https://www.erbie.io/explorer',
|
|
28011
|
+
standard: 'none',
|
|
28012
|
+
icon: 'erbie'
|
|
28013
|
+
}
|
|
28014
|
+
],
|
|
28015
|
+
iconURL: 'https://ipfs.io/ipfs/QmfS33Wd4e5pwq4JpNeK3wV1tbPDTakFA6KLxjewHp553z'
|
|
28016
|
+
},
|
|
27460
28017
|
51178: {
|
|
27461
28018
|
name: 'Lumoz Testnet Alpha',
|
|
27462
28019
|
chain: 'ETH',
|
|
@@ -27619,6 +28176,26 @@ exports.chains = {
|
|
|
27619
28176
|
],
|
|
27620
28177
|
iconURL: 'https://ipfs.io/ipfs/QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ'
|
|
27621
28178
|
},
|
|
28179
|
+
54176: {
|
|
28180
|
+
name: 'OverProtocol Mainnet',
|
|
28181
|
+
chain: 'OverProtocol',
|
|
28182
|
+
icon: 'overIcon',
|
|
28183
|
+
rpc: ['https://public.rpc.overprotocol.com'],
|
|
28184
|
+
faucets: [],
|
|
28185
|
+
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
|
28186
|
+
infoURL: 'https://docs.over.network',
|
|
28187
|
+
shortName: 'overprotocol',
|
|
28188
|
+
chainId: 54176,
|
|
28189
|
+
networkId: 54176,
|
|
28190
|
+
explorers: [
|
|
28191
|
+
{
|
|
28192
|
+
name: 'OverView',
|
|
28193
|
+
url: 'https://view.over.network',
|
|
28194
|
+
standard: 'EIP3091'
|
|
28195
|
+
}
|
|
28196
|
+
],
|
|
28197
|
+
iconURL: 'https://ipfs.io/ipfs/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs'
|
|
28198
|
+
},
|
|
27622
28199
|
54211: {
|
|
27623
28200
|
name: 'Haqq Chain Testnet',
|
|
27624
28201
|
chain: 'TestEdge2',
|
|
@@ -28022,7 +28599,9 @@ exports.chains = {
|
|
|
28022
28599
|
'https://rpc.sepolia.linea.build',
|
|
28023
28600
|
'wss://rpc.sepolia.linea.build',
|
|
28024
28601
|
'https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
28025
|
-
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
28602
|
+
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
28603
|
+
'https://linea-sepolia-rpc.publicnode.com',
|
|
28604
|
+
'wss://linea-sepolia-rpc.publicnode.com'
|
|
28026
28605
|
],
|
|
28027
28606
|
faucets: [],
|
|
28028
28607
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -28062,7 +28641,9 @@ exports.chains = {
|
|
|
28062
28641
|
'https://rpc.linea.build',
|
|
28063
28642
|
'wss://rpc.linea.build',
|
|
28064
28643
|
'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
28065
|
-
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
28644
|
+
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
28645
|
+
'https://linea-rpc.publicnode.com',
|
|
28646
|
+
'wss://linea-rpc.publicnode.com'
|
|
28066
28647
|
],
|
|
28067
28648
|
faucets: [],
|
|
28068
28649
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -28571,7 +29152,7 @@ exports.chains = {
|
|
|
28571
29152
|
name: 'eSync Network Testnet',
|
|
28572
29153
|
title: 'eSync Network Testnet',
|
|
28573
29154
|
chain: 'ECS',
|
|
28574
|
-
rpc: ['
|
|
29155
|
+
rpc: ['https://rpc.tst.esync.network'],
|
|
28575
29156
|
faucets: ['https://faucet.tst.ecredits.com'],
|
|
28576
29157
|
nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
|
|
28577
29158
|
infoURL: 'https://esync.network',
|
|
@@ -28670,6 +29251,26 @@ exports.chains = {
|
|
|
28670
29251
|
explorers: [],
|
|
28671
29252
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
28672
29253
|
},
|
|
29254
|
+
66665: {
|
|
29255
|
+
name: 'Creator Chain Testnet',
|
|
29256
|
+
chain: 'creatorchain',
|
|
29257
|
+
icon: 'creatorchain',
|
|
29258
|
+
rpc: ['https://rpc.creatorchain.io'],
|
|
29259
|
+
faucets: [],
|
|
29260
|
+
nativeCurrency: { name: 'CreatorETH', symbol: 'CETH', decimals: 18 },
|
|
29261
|
+
infoURL: 'https://docs.creatorchain.io/',
|
|
29262
|
+
shortName: 'ceth',
|
|
29263
|
+
chainId: 66665,
|
|
29264
|
+
networkId: 66665,
|
|
29265
|
+
explorers: [
|
|
29266
|
+
{
|
|
29267
|
+
name: 'creatorchainscan',
|
|
29268
|
+
url: 'https://explorer.creatorchain.io',
|
|
29269
|
+
standard: 'EIP3091'
|
|
29270
|
+
}
|
|
29271
|
+
],
|
|
29272
|
+
iconURL: 'https://ipfs.io/ipfs/QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4'
|
|
29273
|
+
},
|
|
28673
29274
|
66988: {
|
|
28674
29275
|
name: 'Janus Testnet',
|
|
28675
29276
|
chain: 'JanusNetwork',
|
|
@@ -28745,6 +29346,27 @@ exports.chains = {
|
|
|
28745
29346
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
28746
29347
|
iconURL: 'https://ipfs.io/ipfs/QmPMqjf5XKZ4Cxa1u8qc8Zj9mmVLBoqK7N5h2zFr3Rsyzw'
|
|
28747
29348
|
},
|
|
29349
|
+
68775: {
|
|
29350
|
+
name: 'DM2 Verse Testnet',
|
|
29351
|
+
chain: 'DM2 Verse',
|
|
29352
|
+
icon: 'dm2verse',
|
|
29353
|
+
rpc: ['https://rpc.testnet.dm2verse.dmm.com'],
|
|
29354
|
+
faucets: [],
|
|
29355
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
29356
|
+
infoURL: 'https://seamoon.dmm.com',
|
|
29357
|
+
shortName: 'dm2t',
|
|
29358
|
+
chainId: 68775,
|
|
29359
|
+
networkId: 68775,
|
|
29360
|
+
explorers: [
|
|
29361
|
+
{
|
|
29362
|
+
name: 'DM2Verse Testnet Explorer',
|
|
29363
|
+
url: 'https://explorer.testnet.dm2verse.dmm.com',
|
|
29364
|
+
standard: 'EIP3091'
|
|
29365
|
+
}
|
|
29366
|
+
],
|
|
29367
|
+
parent: { type: 'L2', chain: 'eip155-248' },
|
|
29368
|
+
iconURL: 'https://ipfs.io/ipfs/QmPMqjf5XKZ4Cxa1u8qc8Zj9mmVLBoqK7N5h2zFr3Rsyzw'
|
|
29369
|
+
},
|
|
28748
29370
|
69420: {
|
|
28749
29371
|
name: 'Condrieu',
|
|
28750
29372
|
title: 'Ethereum Verkle Testnet Condrieu',
|
|
@@ -29684,7 +30306,8 @@ exports.chains = {
|
|
|
29684
30306
|
'https://blast.din.dev/rpc',
|
|
29685
30307
|
'https://blastl2-mainnet.public.blastapi.io',
|
|
29686
30308
|
'https://blast.blockpi.network/v1/rpc/public',
|
|
29687
|
-
'https://blast-rpc.publicnode.com'
|
|
30309
|
+
'https://blast-rpc.publicnode.com',
|
|
30310
|
+
'wss://blast-rpc.publicnode.com'
|
|
29688
30311
|
],
|
|
29689
30312
|
faucets: [],
|
|
29690
30313
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -30305,6 +30928,44 @@ exports.chains = {
|
|
|
30305
30928
|
],
|
|
30306
30929
|
iconURL: 'https://ipfs.io/ipfs/Qma8dDhxSSVUyzV8Pu5bo252WaZEEikYFndRh7LVktvQEy'
|
|
30307
30930
|
},
|
|
30931
|
+
97053: {
|
|
30932
|
+
name: 'Tetron Testnet Smart Chain',
|
|
30933
|
+
chain: 'Tetron Testnet',
|
|
30934
|
+
rpc: ['https://test-rpc.tscscan.org'],
|
|
30935
|
+
faucets: [],
|
|
30936
|
+
features: [{ name: 'EIP155' }],
|
|
30937
|
+
nativeCurrency: { name: 'Tetron Testnet', symbol: 'TSC', decimals: 18 },
|
|
30938
|
+
infoURL: 'https://tetronchain.com/',
|
|
30939
|
+
shortName: 'TetronTestnet',
|
|
30940
|
+
chainId: 97053,
|
|
30941
|
+
networkId: 97053,
|
|
30942
|
+
explorers: [
|
|
30943
|
+
{
|
|
30944
|
+
name: 'Tetron Explorer',
|
|
30945
|
+
url: 'https://testnet.tscscan.org',
|
|
30946
|
+
standard: 'EIP3091'
|
|
30947
|
+
}
|
|
30948
|
+
]
|
|
30949
|
+
},
|
|
30950
|
+
97055: {
|
|
30951
|
+
name: 'Tetron Smart Chain',
|
|
30952
|
+
chain: 'Tetron Mainnet',
|
|
30953
|
+
rpc: ['https://rpc.tscscan.org'],
|
|
30954
|
+
faucets: [],
|
|
30955
|
+
features: [{ name: 'EIP155' }],
|
|
30956
|
+
nativeCurrency: { name: 'Tetron Mainnet', symbol: 'TSC', decimals: 18 },
|
|
30957
|
+
infoURL: 'https://tetronchain.com/',
|
|
30958
|
+
shortName: 'Tetron',
|
|
30959
|
+
chainId: 97055,
|
|
30960
|
+
networkId: 97055,
|
|
30961
|
+
explorers: [
|
|
30962
|
+
{
|
|
30963
|
+
name: 'Tetron Smart ChainExplorer',
|
|
30964
|
+
url: 'https://tscscan.org',
|
|
30965
|
+
standard: 'EIP3091'
|
|
30966
|
+
}
|
|
30967
|
+
]
|
|
30968
|
+
},
|
|
30308
30969
|
97288: {
|
|
30309
30970
|
name: 'Boba BNB Mainnet Old',
|
|
30310
30971
|
chain: 'Boba BNB Mainnet',
|
|
@@ -30744,6 +31405,28 @@ exports.chains = {
|
|
|
30744
31405
|
redFlags: ['reusedChainId'],
|
|
30745
31406
|
iconURL: 'https://ipfs.io/ipfs/bafkreid3wd6ouu53r677q2z24a4eq5un5tlwbc4izfapcvvtrlhkmz43au'
|
|
30746
31407
|
},
|
|
31408
|
+
102030: {
|
|
31409
|
+
name: 'Creditcoin',
|
|
31410
|
+
chain: 'CTC',
|
|
31411
|
+
icon: 'creditcoin',
|
|
31412
|
+
rpc: ['https://mainnet3.creditcoin.network'],
|
|
31413
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31414
|
+
nativeCurrency: { name: 'CTC', symbol: 'CTC', decimals: 18 },
|
|
31415
|
+
infoURL: 'https://creditcoin.org',
|
|
31416
|
+
shortName: 'ctc',
|
|
31417
|
+
chainId: 102030,
|
|
31418
|
+
networkId: 102030,
|
|
31419
|
+
faucets: [],
|
|
31420
|
+
explorers: [
|
|
31421
|
+
{
|
|
31422
|
+
name: 'blockscout',
|
|
31423
|
+
url: 'https://creditcoin.blockscout.com',
|
|
31424
|
+
icon: 'blockscout',
|
|
31425
|
+
standard: 'EIP3091'
|
|
31426
|
+
}
|
|
31427
|
+
],
|
|
31428
|
+
iconURL: 'https://ipfs.io/ipfs/QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd'
|
|
31429
|
+
},
|
|
30747
31430
|
102031: {
|
|
30748
31431
|
name: 'Creditcoin Testnet',
|
|
30749
31432
|
chain: 'CTC',
|
|
@@ -30764,7 +31447,7 @@ exports.chains = {
|
|
|
30764
31447
|
standard: 'EIP3091'
|
|
30765
31448
|
}
|
|
30766
31449
|
],
|
|
30767
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31450
|
+
iconURL: 'https://ipfs.io/ipfs/QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd'
|
|
30768
31451
|
},
|
|
30769
31452
|
102032: {
|
|
30770
31453
|
name: 'Creditcoin Devnet',
|
|
@@ -30786,7 +31469,7 @@ exports.chains = {
|
|
|
30786
31469
|
standard: 'EIP3091'
|
|
30787
31470
|
}
|
|
30788
31471
|
],
|
|
30789
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31472
|
+
iconURL: 'https://ipfs.io/ipfs/QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd'
|
|
30790
31473
|
},
|
|
30791
31474
|
103090: {
|
|
30792
31475
|
name: 'Crystaleum',
|
|
@@ -31165,8 +31848,9 @@ exports.chains = {
|
|
|
31165
31848
|
title: 're.al Real-World Assets network',
|
|
31166
31849
|
chain: 're.al',
|
|
31167
31850
|
rpc: [
|
|
31851
|
+
'https://rpc.realforreal.gelato.digital',
|
|
31852
|
+
'wss://ws.realforreal.gelato.digital',
|
|
31168
31853
|
'https://tangible-real.gateway.tenderly.co',
|
|
31169
|
-
'wss://tangible-real.gateway.tenderly.co',
|
|
31170
31854
|
'https://real.drpc.org',
|
|
31171
31855
|
'wss://real.drpc.org'
|
|
31172
31856
|
],
|
|
@@ -31407,6 +32091,25 @@ exports.chains = {
|
|
|
31407
32091
|
],
|
|
31408
32092
|
iconURL: 'https://ipfs.io/ipfs/QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX'
|
|
31409
32093
|
},
|
|
32094
|
+
158245: {
|
|
32095
|
+
name: 'CryptoX',
|
|
32096
|
+
chain: 'XCOIN',
|
|
32097
|
+
rpc: ['https://rpc-xcoin.cryptoxnetwork.io'],
|
|
32098
|
+
faucets: [],
|
|
32099
|
+
nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
|
|
32100
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32101
|
+
infoURL: 'https://cryptoxnetwork.io',
|
|
32102
|
+
shortName: 'cryptox',
|
|
32103
|
+
chainId: 158245,
|
|
32104
|
+
networkId: 158245,
|
|
32105
|
+
explorers: [
|
|
32106
|
+
{
|
|
32107
|
+
name: 'CryptoX explorer',
|
|
32108
|
+
url: 'https://cryptoxscan.io',
|
|
32109
|
+
standard: 'EIP3091'
|
|
32110
|
+
}
|
|
32111
|
+
]
|
|
32112
|
+
},
|
|
31410
32113
|
161212: {
|
|
31411
32114
|
name: 'PlayFi Mainnet',
|
|
31412
32115
|
chain: 'PLAY',
|
|
@@ -31445,7 +32148,11 @@ exports.chains = {
|
|
|
31445
32148
|
chain: 'ETH',
|
|
31446
32149
|
status: 'active',
|
|
31447
32150
|
icon: 'taiko',
|
|
31448
|
-
rpc: [
|
|
32151
|
+
rpc: [
|
|
32152
|
+
'https://rpc.mainnet.taiko.xyz',
|
|
32153
|
+
'https://taiko-rpc.publicnode.com',
|
|
32154
|
+
'wss://taiko-rpc.publicnode.com'
|
|
32155
|
+
],
|
|
31449
32156
|
faucets: [],
|
|
31450
32157
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31451
32158
|
infoURL: 'https://taiko.xyz',
|
|
@@ -31577,7 +32284,12 @@ exports.chains = {
|
|
|
31577
32284
|
chain: 'ETH',
|
|
31578
32285
|
status: 'active',
|
|
31579
32286
|
icon: 'taiko',
|
|
31580
|
-
rpc: [
|
|
32287
|
+
rpc: [
|
|
32288
|
+
'https://rpc.hekla.taiko.xyz',
|
|
32289
|
+
'wss://ws.hekla.taiko.xyz',
|
|
32290
|
+
'https://taiko-hekla-rpc.publicnode.com',
|
|
32291
|
+
'wss://taiko-hekla-rpc.publicnode.com'
|
|
32292
|
+
],
|
|
31581
32293
|
faucets: [],
|
|
31582
32294
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31583
32295
|
infoURL: 'https://taiko.xyz',
|
|
@@ -31968,6 +32680,56 @@ exports.chains = {
|
|
|
31968
32680
|
],
|
|
31969
32681
|
iconURL: 'https://ipfs.io/ipfs/QmSgzwKnJJjys3Uq2aVVdwJ3NffLj3CXMVCph9uByTBegc'
|
|
31970
32682
|
},
|
|
32683
|
+
202105: {
|
|
32684
|
+
name: 'DuckChain Testnet',
|
|
32685
|
+
title: 'DuckChain Testnet',
|
|
32686
|
+
chain: 'DuckChain',
|
|
32687
|
+
icon: 'duckchain',
|
|
32688
|
+
rpc: [
|
|
32689
|
+
'https://testnet-rpc.duckchain.io',
|
|
32690
|
+
'https://testnet-rpc-hk.duckchain.io'
|
|
32691
|
+
],
|
|
32692
|
+
faucets: [],
|
|
32693
|
+
nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
|
|
32694
|
+
infoURL: 'https://duckchain.io',
|
|
32695
|
+
shortName: 'Duck-Chain-Testnet',
|
|
32696
|
+
chainId: 202105,
|
|
32697
|
+
networkId: 202105,
|
|
32698
|
+
explorers: [
|
|
32699
|
+
{
|
|
32700
|
+
name: 'DuckChain Scan',
|
|
32701
|
+
url: 'https://www.okx.com/web3/explorer/duckchain-testnet',
|
|
32702
|
+
icon: 'duckchain',
|
|
32703
|
+
standard: 'EIP3091'
|
|
32704
|
+
},
|
|
32705
|
+
{
|
|
32706
|
+
name: 'DuckChain Scan',
|
|
32707
|
+
url: 'https://www.oklink.com/duckchain-testnet',
|
|
32708
|
+
icon: 'duckchain',
|
|
32709
|
+
standard: 'EIP3091'
|
|
32710
|
+
}
|
|
32711
|
+
],
|
|
32712
|
+
iconURL: 'https://ipfs.io/ipfs/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL'
|
|
32713
|
+
},
|
|
32714
|
+
202202: {
|
|
32715
|
+
name: 'Bethel Sydney',
|
|
32716
|
+
chain: 'Bethel',
|
|
32717
|
+
rpc: ['https://rpc-sydney.bethel.network'],
|
|
32718
|
+
faucets: ['https://faucet-sydney.bethel.network'],
|
|
32719
|
+
nativeCurrency: { name: 'Bethel', symbol: 'BECX', decimals: 18 },
|
|
32720
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32721
|
+
infoURL: '',
|
|
32722
|
+
shortName: 'bethel-sydney',
|
|
32723
|
+
chainId: 202202,
|
|
32724
|
+
networkId: 202202,
|
|
32725
|
+
explorers: [
|
|
32726
|
+
{
|
|
32727
|
+
name: 'Betehl Sydney Explorer',
|
|
32728
|
+
url: 'https://sydney.bethel.network',
|
|
32729
|
+
standard: 'none'
|
|
32730
|
+
}
|
|
32731
|
+
]
|
|
32732
|
+
},
|
|
31971
32733
|
202212: {
|
|
31972
32734
|
name: 'X1 Devnet',
|
|
31973
32735
|
chain: 'X1',
|
|
@@ -33623,7 +34385,9 @@ exports.chains = {
|
|
|
33623
34385
|
'https://sepolia-rpc.scroll.io',
|
|
33624
34386
|
'https://rpc.ankr.com/scroll_sepolia_testnet',
|
|
33625
34387
|
'https://scroll-sepolia.chainstacklabs.com',
|
|
33626
|
-
'https://scroll-testnet-public.unifra.io'
|
|
34388
|
+
'https://scroll-testnet-public.unifra.io',
|
|
34389
|
+
'https://scroll-sepolia-rpc.publicnode.com',
|
|
34390
|
+
'wss://scroll-sepolia-rpc.publicnode.com'
|
|
33627
34391
|
],
|
|
33628
34392
|
faucets: [],
|
|
33629
34393
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -33652,7 +34416,9 @@ exports.chains = {
|
|
|
33652
34416
|
rpc: [
|
|
33653
34417
|
'https://rpc.scroll.io',
|
|
33654
34418
|
'https://rpc.ankr.com/scroll',
|
|
33655
|
-
'https://scroll-mainnet.chainstacklabs.com'
|
|
34419
|
+
'https://scroll-mainnet.chainstacklabs.com',
|
|
34420
|
+
'https://scroll-rpc.publicnode.com',
|
|
34421
|
+
'wss://scroll-rpc.publicnode.com'
|
|
33656
34422
|
],
|
|
33657
34423
|
faucets: [],
|
|
33658
34424
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -33751,6 +34517,26 @@ exports.chains = {
|
|
|
33751
34517
|
}
|
|
33752
34518
|
]
|
|
33753
34519
|
},
|
|
34520
|
+
541764: {
|
|
34521
|
+
name: 'OverProtocol Testnet',
|
|
34522
|
+
chain: 'OverProtocol',
|
|
34523
|
+
icon: 'overIcon',
|
|
34524
|
+
rpc: ['https://wallet-dolphin.rpc.over.network'],
|
|
34525
|
+
faucets: [],
|
|
34526
|
+
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
|
34527
|
+
infoURL: 'https://docs.over.network',
|
|
34528
|
+
shortName: 'overprotocol-testnet',
|
|
34529
|
+
chainId: 541764,
|
|
34530
|
+
networkId: 541764,
|
|
34531
|
+
explorers: [
|
|
34532
|
+
{
|
|
34533
|
+
name: 'OverView Testnet',
|
|
34534
|
+
url: 'https://dolphin.view.over.network',
|
|
34535
|
+
standard: 'EIP3091'
|
|
34536
|
+
}
|
|
34537
|
+
],
|
|
34538
|
+
iconURL: 'https://ipfs.io/ipfs/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs'
|
|
34539
|
+
},
|
|
33754
34540
|
552981: {
|
|
33755
34541
|
name: 'One World Chain Testnet',
|
|
33756
34542
|
chain: 'One World Chain',
|
|
@@ -33812,6 +34598,31 @@ exports.chains = {
|
|
|
33812
34598
|
}
|
|
33813
34599
|
]
|
|
33814
34600
|
},
|
|
34601
|
+
555888: {
|
|
34602
|
+
name: 'DustBoy IoT',
|
|
34603
|
+
title: 'DustBoy IoT',
|
|
34604
|
+
status: 'active',
|
|
34605
|
+
chain: 'DUSTBOY',
|
|
34606
|
+
rpc: ['https://dustboy-rpc.jibl2.com/'],
|
|
34607
|
+
faucets: [],
|
|
34608
|
+
nativeCurrency: { name: 'Ether', symbol: 'DST', decimals: 18 },
|
|
34609
|
+
infoURL: 'https://www.cmuccdc.org/',
|
|
34610
|
+
shortName: 'DustBoy_IoT',
|
|
34611
|
+
chainId: 555888,
|
|
34612
|
+
networkId: 555888,
|
|
34613
|
+
slip44: 1,
|
|
34614
|
+
icon: 'dustboy',
|
|
34615
|
+
explorers: [
|
|
34616
|
+
{
|
|
34617
|
+
name: 'blockscout',
|
|
34618
|
+
url: 'https://dustboy.jibl2.com',
|
|
34619
|
+
standard: 'EIP3091',
|
|
34620
|
+
icon: 'dustboy'
|
|
34621
|
+
}
|
|
34622
|
+
],
|
|
34623
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
34624
|
+
iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
|
|
34625
|
+
},
|
|
33815
34626
|
622277: {
|
|
33816
34627
|
name: 'Hypra Mainnet',
|
|
33817
34628
|
chain: 'HYP',
|
|
@@ -34093,6 +34904,24 @@ exports.chains = {
|
|
|
34093
34904
|
],
|
|
34094
34905
|
iconURL: 'https://ipfs.io/ipfs/QmQyu82MtGVLYMwCc5rseNXDV12V3UUX7iNq8q86SyeaPh'
|
|
34095
34906
|
},
|
|
34907
|
+
723107: {
|
|
34908
|
+
name: 'TixChain Testnet',
|
|
34909
|
+
chain: 'TIXCHAIN',
|
|
34910
|
+
rpc: ['https://subnets.avax.network/tixchain/testnet/rpc'],
|
|
34911
|
+
faucets: [],
|
|
34912
|
+
nativeCurrency: { name: 'TIX Token', symbol: 'TIX', decimals: 18 },
|
|
34913
|
+
infoURL: 'https://subnets-test.avax.network/tixchain/details',
|
|
34914
|
+
shortName: 'tixchain',
|
|
34915
|
+
chainId: 723107,
|
|
34916
|
+
networkId: 723107,
|
|
34917
|
+
explorers: [
|
|
34918
|
+
{
|
|
34919
|
+
name: 'TixChain Testnet Subnet Explorer',
|
|
34920
|
+
url: 'https://subnets-test.avax.network/tixchain',
|
|
34921
|
+
standard: 'EIP3091'
|
|
34922
|
+
}
|
|
34923
|
+
]
|
|
34924
|
+
},
|
|
34096
34925
|
743111: {
|
|
34097
34926
|
name: 'Hemi Sepolia',
|
|
34098
34927
|
chain: 'ETH',
|
|
@@ -34391,6 +35220,27 @@ exports.chains = {
|
|
|
34391
35220
|
},
|
|
34392
35221
|
iconURL: 'https://ipfs.io/ipfs/bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm'
|
|
34393
35222
|
},
|
|
35223
|
+
812397: {
|
|
35224
|
+
name: 'SG Verse Mainnet',
|
|
35225
|
+
chain: 'SG Verse',
|
|
35226
|
+
icon: 'sg_verse',
|
|
35227
|
+
rpc: ['https://rpc.sgverse.net/'],
|
|
35228
|
+
faucets: [],
|
|
35229
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
35230
|
+
infoURL: '',
|
|
35231
|
+
shortName: 'SGV',
|
|
35232
|
+
chainId: 812397,
|
|
35233
|
+
networkId: 812397,
|
|
35234
|
+
explorers: [
|
|
35235
|
+
{
|
|
35236
|
+
name: 'SG Verse Explorer',
|
|
35237
|
+
url: 'https://explorer.sgverse.net',
|
|
35238
|
+
standard: 'EIP3091'
|
|
35239
|
+
}
|
|
35240
|
+
],
|
|
35241
|
+
parent: { type: 'L2', chain: 'eip155-248' },
|
|
35242
|
+
iconURL: 'https://ipfs.io/ipfs/QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk'
|
|
35243
|
+
},
|
|
34394
35244
|
820522: {
|
|
34395
35245
|
name: 'TSC Testnet',
|
|
34396
35246
|
chain: 'Trust Smart Chain Testnet',
|
|
@@ -35106,6 +35956,26 @@ exports.chains = {
|
|
|
35106
35956
|
],
|
|
35107
35957
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
35108
35958
|
},
|
|
35959
|
+
1398244: {
|
|
35960
|
+
name: 'Automata Orbit Testnet',
|
|
35961
|
+
chain: 'Automata Orbit Testnet',
|
|
35962
|
+
rpc: ['https://rpc-orbit-testnet.ata.network'],
|
|
35963
|
+
faucets: [],
|
|
35964
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
35965
|
+
infoURL: 'https://ata.network',
|
|
35966
|
+
shortName: 'automataorbittestnet',
|
|
35967
|
+
chainId: 1398244,
|
|
35968
|
+
networkId: 1398244,
|
|
35969
|
+
icon: 'automata',
|
|
35970
|
+
explorers: [
|
|
35971
|
+
{
|
|
35972
|
+
name: 'Automata Orbit Testnet Explorer',
|
|
35973
|
+
url: 'https://automata-orbit-testnet-explorer.alt.technology',
|
|
35974
|
+
standard: 'EIP3091'
|
|
35975
|
+
}
|
|
35976
|
+
],
|
|
35977
|
+
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
35978
|
+
},
|
|
35109
35979
|
1612127: {
|
|
35110
35980
|
name: 'PlayFi Albireo Testnet',
|
|
35111
35981
|
chain: 'ETH',
|
|
@@ -35719,6 +36589,28 @@ exports.chains = {
|
|
|
35719
36589
|
],
|
|
35720
36590
|
iconURL: 'https://ipfs.io/ipfs/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv'
|
|
35721
36591
|
},
|
|
36592
|
+
7082400: {
|
|
36593
|
+
name: 'COTI Testnet',
|
|
36594
|
+
title: 'COTI Testnet',
|
|
36595
|
+
chain: 'COTI',
|
|
36596
|
+
icon: 'coti',
|
|
36597
|
+
rpc: ['https://testnet.coti.io/rpc'],
|
|
36598
|
+
faucets: ['https://faucet.coti.io'],
|
|
36599
|
+
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
|
36600
|
+
infoURL: 'https://coti.io/',
|
|
36601
|
+
shortName: 'coti-testnet',
|
|
36602
|
+
chainId: 7082400,
|
|
36603
|
+
networkId: 7082400,
|
|
36604
|
+
explorers: [
|
|
36605
|
+
{
|
|
36606
|
+
name: 'COTI Testnet Explorer',
|
|
36607
|
+
url: 'https://testnet.cotiscan.io',
|
|
36608
|
+
icon: 'ethernal',
|
|
36609
|
+
standard: 'EIP3091'
|
|
36610
|
+
}
|
|
36611
|
+
],
|
|
36612
|
+
iconURL: 'https://ipfs.io/ipfs/QmR58SroHx7ovpqEB5iRkw4PufEXmcCBAJ8AZ7mChDgTfV'
|
|
36613
|
+
},
|
|
35722
36614
|
7225878: {
|
|
35723
36615
|
name: 'Saakuru Mainnet',
|
|
35724
36616
|
chain: 'Saakuru',
|
|
@@ -36631,6 +37523,31 @@ exports.chains = {
|
|
|
36631
37523
|
],
|
|
36632
37524
|
iconURL: 'https://ipfs.io/ipfs/QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP'
|
|
36633
37525
|
},
|
|
37526
|
+
24772477: {
|
|
37527
|
+
name: '6Degree of Outreach - Testnet',
|
|
37528
|
+
chain: '6DO',
|
|
37529
|
+
rpc: ['https://rpc-testnet.6do.world'],
|
|
37530
|
+
faucets: [],
|
|
37531
|
+
nativeCurrency: {
|
|
37532
|
+
name: '6Degree-Testnet Coin',
|
|
37533
|
+
symbol: '6DO-T',
|
|
37534
|
+
decimals: 18
|
|
37535
|
+
},
|
|
37536
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37537
|
+
infoURL: 'https://6do.world',
|
|
37538
|
+
shortName: '6dotest',
|
|
37539
|
+
chainId: 24772477,
|
|
37540
|
+
networkId: 24772477,
|
|
37541
|
+
icon: '6do',
|
|
37542
|
+
explorers: [
|
|
37543
|
+
{
|
|
37544
|
+
name: '6Degree Testnet Chain Explorer',
|
|
37545
|
+
url: 'https://explorer-testnet.6do.world',
|
|
37546
|
+
standard: 'EIP3091'
|
|
37547
|
+
}
|
|
37548
|
+
],
|
|
37549
|
+
iconURL: 'https://ipfs.io/ipfs/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi'
|
|
37550
|
+
},
|
|
36634
37551
|
27082017: {
|
|
36635
37552
|
name: 'Excoincial Chain Volta-Testnet',
|
|
36636
37553
|
chain: 'TEXL',
|
|
@@ -38421,6 +39338,36 @@ exports.chains = {
|
|
|
38421
39338
|
networkId: 1666900001,
|
|
38422
39339
|
explorers: []
|
|
38423
39340
|
},
|
|
39341
|
+
1722641160: {
|
|
39342
|
+
name: 'Silicon zkEVM Sepolia Testnet',
|
|
39343
|
+
title: 'Silicon zkEVM Sepolia Testnet',
|
|
39344
|
+
chain: 'Silicon',
|
|
39345
|
+
rpc: [
|
|
39346
|
+
'https://rpc-sepolia.silicon.network',
|
|
39347
|
+
'https://silicon-testnet.nodeinfra.com'
|
|
39348
|
+
],
|
|
39349
|
+
faucets: [],
|
|
39350
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
39351
|
+
infoURL: 'https://docs.silicon.network',
|
|
39352
|
+
shortName: 'silicon-sepolia-testnet',
|
|
39353
|
+
chainId: 1722641160,
|
|
39354
|
+
networkId: 1722641160,
|
|
39355
|
+
icon: 'silicon',
|
|
39356
|
+
explorers: [
|
|
39357
|
+
{
|
|
39358
|
+
name: 'siliconscope-sepolia',
|
|
39359
|
+
url: 'https://scope-sepolia.silicon.network',
|
|
39360
|
+
standard: 'EIP3091'
|
|
39361
|
+
}
|
|
39362
|
+
],
|
|
39363
|
+
parent: {
|
|
39364
|
+
type: 'L2',
|
|
39365
|
+
chain: 'eip155-11155111',
|
|
39366
|
+
bridges: [{ url: 'https://bridge-sepolia.silicon.network' }]
|
|
39367
|
+
},
|
|
39368
|
+
status: 'active',
|
|
39369
|
+
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
39370
|
+
},
|
|
38424
39371
|
1802203764: {
|
|
38425
39372
|
name: 'Kakarot Sepolia',
|
|
38426
39373
|
chain: 'ETH',
|
|
@@ -38771,10 +39718,7 @@ exports.chains = {
|
|
|
38771
39718
|
123420000220: {
|
|
38772
39719
|
name: 'Fluence Stage',
|
|
38773
39720
|
chain: 'Fluence Stage (Testnet)',
|
|
38774
|
-
rpc: [
|
|
38775
|
-
'https://rpc-123420000220.raas-testnet.gelato.digital/',
|
|
38776
|
-
'wss://ws-123420000220.raas-testnet.gelato.digital/'
|
|
38777
|
-
],
|
|
39721
|
+
rpc: ['https://rpc.stage.fluence.dev', 'wss://ws.stage.fluence.dev'],
|
|
38778
39722
|
faucets: [],
|
|
38779
39723
|
nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
|
|
38780
39724
|
infoURL: 'https://fluence.network/',
|
|
@@ -38784,7 +39728,7 @@ exports.chains = {
|
|
|
38784
39728
|
explorers: [
|
|
38785
39729
|
{
|
|
38786
39730
|
name: 'blockscout',
|
|
38787
|
-
url: 'https://blockscout
|
|
39731
|
+
url: 'https://blockscout.stage.fluence.dev',
|
|
38788
39732
|
standard: 'EIP3091'
|
|
38789
39733
|
}
|
|
38790
39734
|
],
|