@revoke.cash/chains 47.0.0 → 48.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 +1090 -97
- package/dist/src/enums.d.ts +110 -16
- package/dist/src/enums.js +110 -16
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -1782,7 +1782,8 @@ exports.chains = {
|
|
|
1782
1782
|
chain: 'JOC',
|
|
1783
1783
|
rpc: [
|
|
1784
1784
|
'https://rpc-1.japanopenchain.org:8545',
|
|
1785
|
-
'https://rpc-2.japanopenchain.org:8545'
|
|
1785
|
+
'https://rpc-2.japanopenchain.org:8545',
|
|
1786
|
+
'https://rpc-3.japanopenchain.org'
|
|
1786
1787
|
],
|
|
1787
1788
|
faucets: [],
|
|
1788
1789
|
nativeCurrency: {
|
|
@@ -2857,14 +2858,21 @@ exports.chains = {
|
|
|
2857
2858
|
name: 'HashKey Chain Testnet',
|
|
2858
2859
|
title: 'HashKey Chain Testnet',
|
|
2859
2860
|
chain: 'HashKey Chain Testnet',
|
|
2860
|
-
rpc: [],
|
|
2861
|
+
rpc: ['https://hashkeychain-testnet.alt.technology'],
|
|
2861
2862
|
faucets: [],
|
|
2862
2863
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2863
2864
|
infoURL: 'https://hashkey.cloud',
|
|
2864
2865
|
shortName: 'HSKT',
|
|
2865
2866
|
chainId: 133,
|
|
2866
2867
|
networkId: 133,
|
|
2867
|
-
explorers: [
|
|
2868
|
+
explorers: [
|
|
2869
|
+
{
|
|
2870
|
+
name: 'blockscout',
|
|
2871
|
+
url: 'https://hashkeychain-testnet-explorer.alt.technology',
|
|
2872
|
+
icon: 'blockscout',
|
|
2873
|
+
standard: 'EIP3091'
|
|
2874
|
+
}
|
|
2875
|
+
],
|
|
2868
2876
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
2869
2877
|
},
|
|
2870
2878
|
134: {
|
|
@@ -3433,32 +3441,22 @@ exports.chains = {
|
|
|
3433
3441
|
networkId: 163
|
|
3434
3442
|
},
|
|
3435
3443
|
164: {
|
|
3436
|
-
name: 'Omni
|
|
3444
|
+
name: 'Omni Omega',
|
|
3437
3445
|
chain: 'Omni',
|
|
3438
3446
|
status: 'active',
|
|
3439
|
-
rpc: ['https://
|
|
3447
|
+
rpc: ['https://omega.omni.network'],
|
|
3440
3448
|
features: [{ name: 'EIP155' }],
|
|
3441
3449
|
faucets: [],
|
|
3442
3450
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3443
3451
|
infoURL: 'https://docs.omni.network',
|
|
3444
|
-
shortName: '
|
|
3452
|
+
shortName: 'omni_omega',
|
|
3445
3453
|
chainId: 164,
|
|
3446
3454
|
networkId: 164,
|
|
3447
3455
|
slip44: 1,
|
|
3448
3456
|
explorers: [
|
|
3449
3457
|
{
|
|
3450
|
-
name: 'Omni
|
|
3451
|
-
url: 'https://
|
|
3452
|
-
standard: 'none'
|
|
3453
|
-
},
|
|
3454
|
-
{
|
|
3455
|
-
name: 'Omni EVM Explorer on Blockscout',
|
|
3456
|
-
url: 'https://omni-testnet.blockscout.com',
|
|
3457
|
-
standard: 'EIP3091'
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
name: 'Omni EVM Explorer on Routescan',
|
|
3461
|
-
url: 'https://testnet.omniscan.network',
|
|
3458
|
+
name: 'Omni EVM and cross-chain Explorer',
|
|
3459
|
+
url: 'https://omega.omniscan.network',
|
|
3462
3460
|
standard: 'EIP3091'
|
|
3463
3461
|
}
|
|
3464
3462
|
]
|
|
@@ -5845,6 +5843,24 @@ exports.chains = {
|
|
|
5845
5843
|
chainId: 385,
|
|
5846
5844
|
networkId: 385
|
|
5847
5845
|
},
|
|
5846
|
+
388: {
|
|
5847
|
+
name: 'Cronos zkEVM Mainnet',
|
|
5848
|
+
chain: 'CronosZkEVMMainnet',
|
|
5849
|
+
rpc: ['https://mainnet.zkevm.cronos.org'],
|
|
5850
|
+
faucets: [],
|
|
5851
|
+
nativeCurrency: { name: 'Cronos zkEVM CRO', symbol: 'zkCRO', decimals: 18 },
|
|
5852
|
+
infoURL: 'https://cronos.org/zkevm',
|
|
5853
|
+
shortName: 'zkCRO',
|
|
5854
|
+
chainId: 388,
|
|
5855
|
+
networkId: 388,
|
|
5856
|
+
explorers: [
|
|
5857
|
+
{
|
|
5858
|
+
name: 'Cronos zkEVM (Mainnet) Chain Explorer',
|
|
5859
|
+
url: 'https://explorer.zkevm.cronos.org',
|
|
5860
|
+
standard: 'none'
|
|
5861
|
+
}
|
|
5862
|
+
]
|
|
5863
|
+
},
|
|
5848
5864
|
395: {
|
|
5849
5865
|
name: 'CamDL Testnet',
|
|
5850
5866
|
chain: 'CADL',
|
|
@@ -6930,8 +6946,8 @@ exports.chains = {
|
|
|
6930
6946
|
610: {
|
|
6931
6947
|
name: 'Darwin Devnet',
|
|
6932
6948
|
chain: 'Darwin',
|
|
6933
|
-
rpc: ['https://devnet.darwinchain.ai'],
|
|
6934
|
-
faucets: ['https://devnet.darwinchain.ai/faucet'],
|
|
6949
|
+
rpc: ['https://devnet-rpc.darwinchain.ai'],
|
|
6950
|
+
faucets: ['https://devnet-rpc.darwinchain.ai/faucet'],
|
|
6935
6951
|
nativeCurrency: {
|
|
6936
6952
|
name: 'Darwin Devnet token',
|
|
6937
6953
|
symbol: 'DNA',
|
|
@@ -6950,7 +6966,7 @@ exports.chains = {
|
|
|
6950
6966
|
standard: 'none'
|
|
6951
6967
|
}
|
|
6952
6968
|
],
|
|
6953
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
6969
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiec5zeuhb4tkbhvbrmeeqrsqtjbhrjfpqx4yysejephiczresf5ci'
|
|
6954
6970
|
},
|
|
6955
6971
|
612: {
|
|
6956
6972
|
name: 'EIOB Mainnet',
|
|
@@ -6990,6 +7006,42 @@ exports.chains = {
|
|
|
6990
7006
|
}
|
|
6991
7007
|
]
|
|
6992
7008
|
},
|
|
7009
|
+
624: {
|
|
7010
|
+
name: 'Binary Mainnet',
|
|
7011
|
+
chain: 'The Binary Holdings',
|
|
7012
|
+
rpc: ['https://rpc.zero.thebinaryholdings.com'],
|
|
7013
|
+
faucets: [],
|
|
7014
|
+
nativeCurrency: { name: 'Binary Token', symbol: 'BNRY', decimals: 18 },
|
|
7015
|
+
infoURL: '',
|
|
7016
|
+
shortName: 'thebinaryholdings-mainnet',
|
|
7017
|
+
chainId: 624,
|
|
7018
|
+
networkId: 624,
|
|
7019
|
+
explorers: [
|
|
7020
|
+
{
|
|
7021
|
+
name: 'Tracehawk',
|
|
7022
|
+
url: 'https://explorer.thebinaryholdings.com',
|
|
7023
|
+
standard: 'none'
|
|
7024
|
+
}
|
|
7025
|
+
]
|
|
7026
|
+
},
|
|
7027
|
+
625: {
|
|
7028
|
+
name: 'Binary Sepolia',
|
|
7029
|
+
chain: 'The Binary Holdings',
|
|
7030
|
+
rpc: ['https://rpc.testnet.thebinaryholdings.com'],
|
|
7031
|
+
faucets: [],
|
|
7032
|
+
nativeCurrency: { name: 'Test BNRY', symbol: 'BNRY', decimals: 18 },
|
|
7033
|
+
infoURL: '',
|
|
7034
|
+
shortName: 'thebinaryholdings-sepolia',
|
|
7035
|
+
chainId: 625,
|
|
7036
|
+
networkId: 625,
|
|
7037
|
+
explorers: [
|
|
7038
|
+
{
|
|
7039
|
+
name: 'Tracehawk',
|
|
7040
|
+
url: 'https://explorer.sepolia.thebinaryholdings.com',
|
|
7041
|
+
standard: 'none'
|
|
7042
|
+
}
|
|
7043
|
+
]
|
|
7044
|
+
},
|
|
6993
7045
|
634: {
|
|
6994
7046
|
name: 'Avocado',
|
|
6995
7047
|
chain: 'Avocado',
|
|
@@ -8863,16 +8915,13 @@ exports.chains = {
|
|
|
8863
8915
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
8864
8916
|
},
|
|
8865
8917
|
1001: {
|
|
8866
|
-
name: '
|
|
8867
|
-
chain: '
|
|
8868
|
-
rpc: [
|
|
8869
|
-
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
8874
|
-
infoURL: 'https://klaytn.foundation',
|
|
8875
|
-
shortName: 'Baobab',
|
|
8918
|
+
name: 'Kaia Testnet Kairos',
|
|
8919
|
+
chain: 'KAIA',
|
|
8920
|
+
rpc: ['https://public-en.kairos.node.kaia.io'],
|
|
8921
|
+
faucets: ['https://faucet.kaia.io'],
|
|
8922
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
8923
|
+
infoURL: 'https://kaia.io/',
|
|
8924
|
+
shortName: 'kaia-kairos',
|
|
8876
8925
|
chainId: 1001,
|
|
8877
8926
|
networkId: 1001,
|
|
8878
8927
|
slip44: 1,
|
|
@@ -10110,6 +10159,27 @@ exports.chains = {
|
|
|
10110
10159
|
status: 'active',
|
|
10111
10160
|
iconURL: 'https://ipfs.io/ipfs/QmdGfvH9qfvbMXYKosS1nHbw3q5UtFJky4hdMDmmKDTx8Y'
|
|
10112
10161
|
},
|
|
10162
|
+
1227: {
|
|
10163
|
+
name: 'Bitcoin Protocol Testnet',
|
|
10164
|
+
chain: 'BTCP Testnet',
|
|
10165
|
+
icon: 'btcprotocol',
|
|
10166
|
+
rpc: ['https://testnet-chain.btcprotocol.io/'],
|
|
10167
|
+
faucets: [],
|
|
10168
|
+
nativeCurrency: { name: 'BTC Protocol', symbol: 'BTCP', decimals: 18 },
|
|
10169
|
+
infoURL: 'https://btcprotocol.io/',
|
|
10170
|
+
shortName: 'BTCP',
|
|
10171
|
+
chainId: 1227,
|
|
10172
|
+
networkId: 1227,
|
|
10173
|
+
explorers: [
|
|
10174
|
+
{
|
|
10175
|
+
name: 'BTCP explorer',
|
|
10176
|
+
url: 'https://explorer.btcprotocol.io',
|
|
10177
|
+
standard: 'EIP3091'
|
|
10178
|
+
}
|
|
10179
|
+
],
|
|
10180
|
+
status: 'active',
|
|
10181
|
+
iconURL: 'https://ipfs.io/ipfs/QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB'
|
|
10182
|
+
},
|
|
10113
10183
|
1229: {
|
|
10114
10184
|
name: 'Exzo Network Mainnet',
|
|
10115
10185
|
chain: 'EXZO',
|
|
@@ -11356,7 +11426,7 @@ exports.chains = {
|
|
|
11356
11426
|
chain: 'Gravity',
|
|
11357
11427
|
rpc: ['https://rpc.gravity.xyz'],
|
|
11358
11428
|
faucets: [],
|
|
11359
|
-
nativeCurrency: { name: 'Gravity', symbol: 'G
|
|
11429
|
+
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
|
11360
11430
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
|
|
11361
11431
|
infoURL: 'https://gravity.xyz',
|
|
11362
11432
|
shortName: 'gravity',
|
|
@@ -12038,6 +12108,27 @@ exports.chains = {
|
|
|
12038
12108
|
}
|
|
12039
12109
|
]
|
|
12040
12110
|
},
|
|
12111
|
+
1899: {
|
|
12112
|
+
name: 'ReDeFi Layer 2',
|
|
12113
|
+
chain: 'ReDeFi',
|
|
12114
|
+
icon: 'redefi',
|
|
12115
|
+
rpc: ['https://layer2.redefi.world'],
|
|
12116
|
+
faucets: [],
|
|
12117
|
+
nativeCurrency: { name: 'RED', symbol: 'RED', decimals: 18 },
|
|
12118
|
+
infoURL: 'https://redefi.world',
|
|
12119
|
+
shortName: 'red',
|
|
12120
|
+
chainId: 1899,
|
|
12121
|
+
networkId: 1899,
|
|
12122
|
+
slip44: 1899,
|
|
12123
|
+
explorers: [
|
|
12124
|
+
{
|
|
12125
|
+
name: 'ReDeFi Scan',
|
|
12126
|
+
url: 'https://scanlayer2.redefi.world',
|
|
12127
|
+
standard: 'EIP3091'
|
|
12128
|
+
}
|
|
12129
|
+
],
|
|
12130
|
+
iconURL: 'https://ipfs.io/ipfs/QmQd2MWwDkGsH6JsHPAKXqy8o2kedYMzbnaEHoRpmvSiLW'
|
|
12131
|
+
},
|
|
12041
12132
|
1904: {
|
|
12042
12133
|
name: 'Sports Chain Network',
|
|
12043
12134
|
chain: 'SCN',
|
|
@@ -12792,18 +12883,22 @@ exports.chains = {
|
|
|
12792
12883
|
networkId: 1
|
|
12793
12884
|
},
|
|
12794
12885
|
2014: {
|
|
12795
|
-
name: 'NOW Chain',
|
|
12886
|
+
name: 'NOW Chain Testnet',
|
|
12796
12887
|
chain: 'NOW',
|
|
12797
12888
|
icon: 'nowchain',
|
|
12798
|
-
rpc: ['https://rpc.nowscan.io'],
|
|
12799
|
-
faucets: [],
|
|
12889
|
+
rpc: ['https://rpc-testnet.nowscan.io'],
|
|
12890
|
+
faucets: ['https://faucet.nowchain.co'],
|
|
12800
12891
|
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
12801
12892
|
infoURL: 'https://nowchain.co',
|
|
12802
12893
|
shortName: 'now',
|
|
12803
12894
|
chainId: 2014,
|
|
12804
12895
|
networkId: 2014,
|
|
12805
12896
|
explorers: [
|
|
12806
|
-
{
|
|
12897
|
+
{
|
|
12898
|
+
name: 'nowscan',
|
|
12899
|
+
url: 'https://testnet.nowscan.io',
|
|
12900
|
+
standard: 'EIP3091'
|
|
12901
|
+
}
|
|
12807
12902
|
],
|
|
12808
12903
|
iconURL: 'https://ipfs.io/ipfs/QmSUzhRGzMyMyGwBcE3ooZ5jvHKyJ1FjVjh5SfoGHG36MX'
|
|
12809
12904
|
},
|
|
@@ -13684,6 +13779,24 @@ exports.chains = {
|
|
|
13684
13779
|
}
|
|
13685
13780
|
]
|
|
13686
13781
|
},
|
|
13782
|
+
2162: {
|
|
13783
|
+
name: 'Animechain Testnet',
|
|
13784
|
+
chain: 'Animechain',
|
|
13785
|
+
rpc: ['https://rpc.kanda.animechain.ai'],
|
|
13786
|
+
faucets: [],
|
|
13787
|
+
nativeCurrency: { name: 'Coin', symbol: 'COIN', decimals: 18 },
|
|
13788
|
+
infoURL: 'https://animechain.ai',
|
|
13789
|
+
shortName: 'animechaint',
|
|
13790
|
+
chainId: 2162,
|
|
13791
|
+
networkId: 2162,
|
|
13792
|
+
explorers: [
|
|
13793
|
+
{
|
|
13794
|
+
name: 'blockscout',
|
|
13795
|
+
url: 'https://explorer.kanda.animechain.ai',
|
|
13796
|
+
standard: 'EIP3091'
|
|
13797
|
+
}
|
|
13798
|
+
]
|
|
13799
|
+
},
|
|
13687
13800
|
2199: {
|
|
13688
13801
|
name: 'Moonsama Network',
|
|
13689
13802
|
chain: 'MSN',
|
|
@@ -14835,6 +14948,19 @@ exports.chains = {
|
|
|
14835
14948
|
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
14836
14949
|
}
|
|
14837
14950
|
},
|
|
14951
|
+
2882: {
|
|
14952
|
+
name: 'Chips Network',
|
|
14953
|
+
chain: 'CHIPS',
|
|
14954
|
+
rpc: [
|
|
14955
|
+
'https://node.chips.ooo/wasp/api/v1/chains/iota1pp3d3mnap3ufmgqnjsnw344sqmf5svjh26y2khnmc89sv6788y3r207a8fn/evm'
|
|
14956
|
+
],
|
|
14957
|
+
faucets: [],
|
|
14958
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
14959
|
+
infoURL: 'https://www.chips.ooo',
|
|
14960
|
+
shortName: 'chips',
|
|
14961
|
+
chainId: 2882,
|
|
14962
|
+
networkId: 2882
|
|
14963
|
+
},
|
|
14838
14964
|
2888: {
|
|
14839
14965
|
name: 'Boba Network Goerli Testnet',
|
|
14840
14966
|
chain: 'ETH',
|
|
@@ -15119,6 +15245,30 @@ exports.chains = {
|
|
|
15119
15245
|
status: 'incubating',
|
|
15120
15246
|
iconURL: 'https://ipfs.io/ipfs/QmWRAor77N6VyjJiQgtsEE7h9Bd1Q7vtRveTYv2A6wZyAT'
|
|
15121
15247
|
},
|
|
15248
|
+
3084: {
|
|
15249
|
+
name: 'XL Network Testnet',
|
|
15250
|
+
chain: 'XL Network Testnet',
|
|
15251
|
+
rpc: [
|
|
15252
|
+
'https://subnets.avax.network/xlnetworkt/testnet/rpc',
|
|
15253
|
+
'wss://subnets.avax.network/xlnetworkt/testnet/ws'
|
|
15254
|
+
],
|
|
15255
|
+
features: [{ name: 'EIP1559' }],
|
|
15256
|
+
faucets: [],
|
|
15257
|
+
nativeCurrency: { name: 'XLNetwork', symbol: 'XLN', decimals: 18 },
|
|
15258
|
+
infoURL: 'https://www.nysl.io/',
|
|
15259
|
+
shortName: 'nysl',
|
|
15260
|
+
icon: 'nysl',
|
|
15261
|
+
chainId: 3084,
|
|
15262
|
+
networkId: 3084,
|
|
15263
|
+
explorers: [
|
|
15264
|
+
{
|
|
15265
|
+
name: 'XL Network Explorer',
|
|
15266
|
+
url: 'https://subnets-test.avax.network/xlnetworkt',
|
|
15267
|
+
standard: 'EIP3091'
|
|
15268
|
+
}
|
|
15269
|
+
],
|
|
15270
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiaybbrbmfizoy3zdnypi2yefozyfjnrqa6ug6bel7ld7caack5d6e'
|
|
15271
|
+
},
|
|
15122
15272
|
3100: {
|
|
15123
15273
|
name: 'Immu3 EVM',
|
|
15124
15274
|
chain: 'EVMCC',
|
|
@@ -15292,12 +15442,14 @@ exports.chains = {
|
|
|
15292
15442
|
slip44: 1
|
|
15293
15443
|
},
|
|
15294
15444
|
3338: {
|
|
15295
|
-
name: '
|
|
15445
|
+
name: 'peaq',
|
|
15296
15446
|
chain: 'peaq',
|
|
15297
15447
|
icon: 'peaq',
|
|
15298
15448
|
rpc: [
|
|
15299
15449
|
'https://peaq.api.onfinality.io/public',
|
|
15300
|
-
'https://peaq-rpc.dwellir.com'
|
|
15450
|
+
'https://peaq-rpc.dwellir.com',
|
|
15451
|
+
'https://peaq-rpc.publicnode.com',
|
|
15452
|
+
'https://evm.peaq.network'
|
|
15301
15453
|
],
|
|
15302
15454
|
faucets: [],
|
|
15303
15455
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
@@ -15306,18 +15458,13 @@ exports.chains = {
|
|
|
15306
15458
|
chainId: 3338,
|
|
15307
15459
|
networkId: 3338,
|
|
15308
15460
|
explorers: [
|
|
15309
|
-
{
|
|
15310
|
-
name: 'Polkadot.js',
|
|
15311
|
-
url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic-ws#/explorer',
|
|
15312
|
-
standard: 'none'
|
|
15313
|
-
},
|
|
15314
15461
|
{
|
|
15315
15462
|
name: 'Subscan',
|
|
15316
15463
|
url: 'https://peaq.subscan.io',
|
|
15317
15464
|
standard: 'none'
|
|
15318
15465
|
}
|
|
15319
15466
|
],
|
|
15320
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15467
|
+
iconURL: 'https://ipfs.io/ipfs/QmQ7Jue8v2YXyhmDTkSbzCJxzZDa2v4GZZKViESdyswzrj'
|
|
15321
15468
|
},
|
|
15322
15469
|
3400: {
|
|
15323
15470
|
name: 'Paribu Net Mainnet',
|
|
@@ -16426,6 +16573,28 @@ exports.chains = {
|
|
|
16426
16573
|
],
|
|
16427
16574
|
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
16428
16575
|
},
|
|
16576
|
+
4162: {
|
|
16577
|
+
name: 'SX Rollup',
|
|
16578
|
+
chain: 'SX',
|
|
16579
|
+
icon: 'SX',
|
|
16580
|
+
rpc: ['https://rpc.sx-rollup.gelato.digital'],
|
|
16581
|
+
faucets: [],
|
|
16582
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
|
16583
|
+
infoURL: 'https://www.sx.technology',
|
|
16584
|
+
shortName: 'SXR',
|
|
16585
|
+
chainId: 4162,
|
|
16586
|
+
networkId: 4162,
|
|
16587
|
+
explorers: [
|
|
16588
|
+
{
|
|
16589
|
+
name: 'SX L2 Explorer',
|
|
16590
|
+
url: 'https://explorerl2.sx.technology',
|
|
16591
|
+
standard: 'EIP3091',
|
|
16592
|
+
icon: 'SX'
|
|
16593
|
+
}
|
|
16594
|
+
],
|
|
16595
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
16596
|
+
iconURL: 'https://ipfs.io/ipfs/QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF'
|
|
16597
|
+
},
|
|
16429
16598
|
4181: {
|
|
16430
16599
|
name: 'PHI Network V1',
|
|
16431
16600
|
chain: 'PHI V1',
|
|
@@ -16851,6 +17020,19 @@ exports.chains = {
|
|
|
16851
17020
|
],
|
|
16852
17021
|
iconURL: 'https://ipfs.io/ipfs/QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC'
|
|
16853
17022
|
},
|
|
17023
|
+
4801: {
|
|
17024
|
+
name: 'World Chain Sepolia Testnet',
|
|
17025
|
+
chain: 'ETH',
|
|
17026
|
+
rpc: [],
|
|
17027
|
+
faucets: [],
|
|
17028
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
17029
|
+
infoURL: 'https://worldcoin.org/',
|
|
17030
|
+
shortName: 'wcsep',
|
|
17031
|
+
chainId: 4801,
|
|
17032
|
+
networkId: 4801,
|
|
17033
|
+
slip44: 1,
|
|
17034
|
+
explorers: []
|
|
17035
|
+
},
|
|
16854
17036
|
4893: {
|
|
16855
17037
|
name: 'Globel Chain',
|
|
16856
17038
|
chain: 'GC',
|
|
@@ -18138,6 +18320,25 @@ exports.chains = {
|
|
|
18138
18320
|
networkId: 6363,
|
|
18139
18321
|
iconURL: 'https://ipfs.io/ipfs/QmRiAUu3xV5uiX6Nk1iXD5w6qjki5ugGFETRVavzJ2h5QF'
|
|
18140
18322
|
},
|
|
18323
|
+
6398: {
|
|
18324
|
+
name: 'Connext Sepolia',
|
|
18325
|
+
chain: 'Connext Sepolia',
|
|
18326
|
+
rpc: ['https://rpc.connext-sepolia.gelato.digital/'],
|
|
18327
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
18328
|
+
faucets: [],
|
|
18329
|
+
infoURL: '',
|
|
18330
|
+
shortName: 'connext-sepolia',
|
|
18331
|
+
chainId: 6398,
|
|
18332
|
+
networkId: 6398,
|
|
18333
|
+
explorers: [
|
|
18334
|
+
{
|
|
18335
|
+
name: 'Connext Sepolia',
|
|
18336
|
+
url: 'https://connext-sepolia.blockscout.com',
|
|
18337
|
+
icon: 'connext',
|
|
18338
|
+
standard: 'none'
|
|
18339
|
+
}
|
|
18340
|
+
]
|
|
18341
|
+
},
|
|
18141
18342
|
6502: {
|
|
18142
18343
|
name: 'Peerpay',
|
|
18143
18344
|
chain: 'P2P',
|
|
@@ -18296,6 +18497,30 @@ exports.chains = {
|
|
|
18296
18497
|
},
|
|
18297
18498
|
iconURL: 'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
|
|
18298
18499
|
},
|
|
18500
|
+
6678: {
|
|
18501
|
+
name: 'EdgaMatrix Chain',
|
|
18502
|
+
chain: 'EMC',
|
|
18503
|
+
icon: 'emc',
|
|
18504
|
+
rpc: ['https://rpc1-mainnet.emc.network'],
|
|
18505
|
+
faucets: [],
|
|
18506
|
+
nativeCurrency: {
|
|
18507
|
+
name: 'EdgaMatrix Chain Token',
|
|
18508
|
+
symbol: 'EMC',
|
|
18509
|
+
decimals: 18
|
|
18510
|
+
},
|
|
18511
|
+
infoURL: '',
|
|
18512
|
+
shortName: 'EMC',
|
|
18513
|
+
chainId: 6678,
|
|
18514
|
+
networkId: 6678,
|
|
18515
|
+
explorers: [
|
|
18516
|
+
{
|
|
18517
|
+
name: 'blockscout',
|
|
18518
|
+
url: 'https://emcscan.com',
|
|
18519
|
+
standard: 'EIP3091'
|
|
18520
|
+
}
|
|
18521
|
+
],
|
|
18522
|
+
iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
|
|
18523
|
+
},
|
|
18299
18524
|
6688: {
|
|
18300
18525
|
name: 'IRIShub',
|
|
18301
18526
|
chain: 'IRIShub',
|
|
@@ -18714,6 +18939,27 @@ exports.chains = {
|
|
|
18714
18939
|
],
|
|
18715
18940
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
18716
18941
|
},
|
|
18942
|
+
7244: {
|
|
18943
|
+
name: 'ZEUS Testnet',
|
|
18944
|
+
chain: 'tZEUS',
|
|
18945
|
+
icon: 'zeusicon',
|
|
18946
|
+
rpc: ['https://testnet-rpc.zeuschainscan.io'],
|
|
18947
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
|
|
18948
|
+
infoURL: 'https://testnet-explorer.zeuschainscan.io',
|
|
18949
|
+
shortName: 'ZEUS-Testnet',
|
|
18950
|
+
chainId: 7244,
|
|
18951
|
+
networkId: 7244,
|
|
18952
|
+
faucets: ['https://faucet.zeuschainscan.io'],
|
|
18953
|
+
explorers: [
|
|
18954
|
+
{
|
|
18955
|
+
name: 'ZEUS Testnet Explorer',
|
|
18956
|
+
url: 'https://testnet-explorer.zeuschainscan.io',
|
|
18957
|
+
icon: 'zeusicon',
|
|
18958
|
+
standard: 'EIP3091'
|
|
18959
|
+
}
|
|
18960
|
+
],
|
|
18961
|
+
iconURL: 'https://ipfs.io/ipfs/QmdktFyG3dM6Jk4j7V9xzvWwSpmnLcaNDuWhPwFHJw7K6e'
|
|
18962
|
+
},
|
|
18717
18963
|
7300: {
|
|
18718
18964
|
name: 'XPLA Verse',
|
|
18719
18965
|
chain: 'XPLA Verse',
|
|
@@ -19070,6 +19316,24 @@ exports.chains = {
|
|
|
19070
19316
|
],
|
|
19071
19317
|
iconURL: 'https://ipfs.io/ipfs/QmY4vp1mJoGpUiuWbRVenNiDZC17wSyyueGPK9A5QyK1M2'
|
|
19072
19318
|
},
|
|
19319
|
+
7776: {
|
|
19320
|
+
name: 'PandaSea Mainnet',
|
|
19321
|
+
chain: 'PandaSea',
|
|
19322
|
+
rpc: ['https://rpc1.pandasea.io'],
|
|
19323
|
+
faucets: [],
|
|
19324
|
+
nativeCurrency: { name: 'PandaSea Coin', symbol: 'PANDA', decimals: 18 },
|
|
19325
|
+
infoURL: '',
|
|
19326
|
+
shortName: 'pandaSea-mainnet',
|
|
19327
|
+
chainId: 7776,
|
|
19328
|
+
networkId: 7776,
|
|
19329
|
+
explorers: [
|
|
19330
|
+
{
|
|
19331
|
+
name: 'Tracehawk',
|
|
19332
|
+
url: 'https://pandaseascan.com',
|
|
19333
|
+
standard: 'none'
|
|
19334
|
+
}
|
|
19335
|
+
]
|
|
19336
|
+
},
|
|
19073
19337
|
7777: {
|
|
19074
19338
|
name: 'Rise of the Warbots Testnet',
|
|
19075
19339
|
chain: 'nmactest',
|
|
@@ -19165,6 +19429,54 @@ exports.chains = {
|
|
|
19165
19429
|
],
|
|
19166
19430
|
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
19167
19431
|
},
|
|
19432
|
+
7862: {
|
|
19433
|
+
name: 'MaalChain V2',
|
|
19434
|
+
chain: 'MAAL',
|
|
19435
|
+
icon: 'maal',
|
|
19436
|
+
rpc: [
|
|
19437
|
+
'https://node1-mainnet-new.maalscan.io/',
|
|
19438
|
+
'https://node2-mainnet-new.maalscan.io/',
|
|
19439
|
+
'https://node3-mainnet-new.maalscan.io/'
|
|
19440
|
+
],
|
|
19441
|
+
faucets: [],
|
|
19442
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
19443
|
+
infoURL: 'https://www.maalchain.com/',
|
|
19444
|
+
shortName: 'maal-v2',
|
|
19445
|
+
chainId: 7862,
|
|
19446
|
+
networkId: 7862,
|
|
19447
|
+
explorers: [
|
|
19448
|
+
{
|
|
19449
|
+
name: 'maalscan',
|
|
19450
|
+
url: 'https://maalscan.io',
|
|
19451
|
+
standard: 'EIP3091'
|
|
19452
|
+
}
|
|
19453
|
+
],
|
|
19454
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
19455
|
+
},
|
|
19456
|
+
7863: {
|
|
19457
|
+
name: 'MaalChain Testnet V2',
|
|
19458
|
+
chain: 'MaalChain Testnet V2',
|
|
19459
|
+
icon: 'maal-test',
|
|
19460
|
+
rpc: [
|
|
19461
|
+
'https://node-testnet.maalscan.io/',
|
|
19462
|
+
'https://node2-testnet.maalscan.io/'
|
|
19463
|
+
],
|
|
19464
|
+
faucets: ['https://faucet-new-testnet.maalscan.io/'],
|
|
19465
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
19466
|
+
infoURL: 'https://www.maalchain.com/',
|
|
19467
|
+
shortName: 'maal-test-v2',
|
|
19468
|
+
chainId: 7863,
|
|
19469
|
+
networkId: 7863,
|
|
19470
|
+
slip44: 1,
|
|
19471
|
+
explorers: [
|
|
19472
|
+
{
|
|
19473
|
+
name: 'maalscan testnet',
|
|
19474
|
+
url: 'https://new-testnet.maalscan.io',
|
|
19475
|
+
standard: 'EIP3091'
|
|
19476
|
+
}
|
|
19477
|
+
],
|
|
19478
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
19479
|
+
},
|
|
19168
19480
|
7878: {
|
|
19169
19481
|
name: 'Hazlor Testnet',
|
|
19170
19482
|
chain: 'SCAS',
|
|
@@ -19348,6 +19660,27 @@ exports.chains = {
|
|
|
19348
19660
|
],
|
|
19349
19661
|
iconURL: 'https://ipfs.io/ipfs/QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz'
|
|
19350
19662
|
},
|
|
19663
|
+
8008: {
|
|
19664
|
+
name: 'Polynomial',
|
|
19665
|
+
chain: 'Polynomial',
|
|
19666
|
+
rpc: ['https://rpc.polynomial.fi'],
|
|
19667
|
+
faucets: [],
|
|
19668
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19669
|
+
infoURL: 'https://polynomial.fi',
|
|
19670
|
+
shortName: 'polynomial',
|
|
19671
|
+
chainId: 8008,
|
|
19672
|
+
networkId: 8008,
|
|
19673
|
+
icon: 'polynomial',
|
|
19674
|
+
explorers: [
|
|
19675
|
+
{
|
|
19676
|
+
name: 'Polynomial Explorer',
|
|
19677
|
+
url: 'https://polynomialscan.io',
|
|
19678
|
+
standard: 'none',
|
|
19679
|
+
icon: 'polynomial'
|
|
19680
|
+
}
|
|
19681
|
+
],
|
|
19682
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiadb4izxxptk3wy34cam3k2rxgqb2vrzxtltqnp3vwdvd2igwoghu'
|
|
19683
|
+
},
|
|
19351
19684
|
8029: {
|
|
19352
19685
|
name: 'MDGL Testnet',
|
|
19353
19686
|
chain: 'MDGL',
|
|
@@ -19675,13 +20008,13 @@ exports.chains = {
|
|
|
19675
20008
|
iconURL: 'https://ipfs.io/ipfs/bafkreidchntjaxmq52cuqqoalpajk5ssk4p77k7n4jgywqmkpldo5qgobm'
|
|
19676
20009
|
},
|
|
19677
20010
|
8217: {
|
|
19678
|
-
name: '
|
|
19679
|
-
chain: '
|
|
20011
|
+
name: 'Kaia Mainnet',
|
|
20012
|
+
chain: 'KAIA',
|
|
19680
20013
|
rpc: ['https://public-en-cypress.klaytn.net'],
|
|
19681
20014
|
faucets: [],
|
|
19682
|
-
nativeCurrency: { name: '
|
|
19683
|
-
infoURL: 'https://
|
|
19684
|
-
shortName: '
|
|
20015
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
20016
|
+
infoURL: 'https://kaia.io',
|
|
20017
|
+
shortName: 'kaia-mainnet',
|
|
19685
20018
|
chainId: 8217,
|
|
19686
20019
|
networkId: 8217,
|
|
19687
20020
|
slip44: 8217,
|
|
@@ -19771,6 +20104,26 @@ exports.chains = {
|
|
|
19771
20104
|
],
|
|
19772
20105
|
iconURL: 'https://ipfs.io/ipfs/QmcwDCeZpzvRWBwtTgyEFv4tLJk6SFUb26rwsRXyJrhnP7'
|
|
19773
20106
|
},
|
|
20107
|
+
8333: {
|
|
20108
|
+
name: 'B3',
|
|
20109
|
+
chain: 'B3',
|
|
20110
|
+
icon: 'b3',
|
|
20111
|
+
rpc: ['https://mainnet-rpc.b3.fun'],
|
|
20112
|
+
faucets: [],
|
|
20113
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
20114
|
+
infoURL: 'https://b3.fun',
|
|
20115
|
+
shortName: 'b3',
|
|
20116
|
+
chainId: 8333,
|
|
20117
|
+
networkId: 8333,
|
|
20118
|
+
explorers: [
|
|
20119
|
+
{
|
|
20120
|
+
name: 'Blockscout',
|
|
20121
|
+
url: 'https://explorer.b3.fun',
|
|
20122
|
+
standard: 'EIP3091'
|
|
20123
|
+
}
|
|
20124
|
+
],
|
|
20125
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
|
|
20126
|
+
},
|
|
19774
20127
|
8387: {
|
|
19775
20128
|
name: 'Dracones Financial Services',
|
|
19776
20129
|
title: 'The Dracones Mainnet',
|
|
@@ -19958,6 +20311,25 @@ exports.chains = {
|
|
|
19958
20311
|
],
|
|
19959
20312
|
iconURL: 'https://ipfs.io/ipfs/QmfN9r1S7FvzkbjqfNMdUikhHmCw5e6UqsTuRD51S8T6Cq'
|
|
19960
20313
|
},
|
|
20314
|
+
8732: {
|
|
20315
|
+
name: 'Bullions Smart Chain',
|
|
20316
|
+
chain: 'Bullions',
|
|
20317
|
+
rpc: ['https://rpc.bullionsx.org'],
|
|
20318
|
+
faucets: [],
|
|
20319
|
+
nativeCurrency: { name: 'Bullions', symbol: 'BLN', decimals: 18 },
|
|
20320
|
+
infoURL: 'https://www.bullionsx.io',
|
|
20321
|
+
shortName: 'bln',
|
|
20322
|
+
chainId: 8732,
|
|
20323
|
+
networkId: 8732,
|
|
20324
|
+
slip44: 8732,
|
|
20325
|
+
explorers: [
|
|
20326
|
+
{
|
|
20327
|
+
name: 'Bullionscan',
|
|
20328
|
+
url: 'https://bullionscan.org',
|
|
20329
|
+
standard: 'EIP3091'
|
|
20330
|
+
}
|
|
20331
|
+
]
|
|
20332
|
+
},
|
|
19961
20333
|
8738: {
|
|
19962
20334
|
name: 'Alph Network',
|
|
19963
20335
|
chain: 'ALPH',
|
|
@@ -20313,7 +20685,7 @@ exports.chains = {
|
|
|
20313
20685
|
8899: {
|
|
20314
20686
|
name: 'JIBCHAIN L1',
|
|
20315
20687
|
chain: 'JBC',
|
|
20316
|
-
rpc: ['https://rpc-l1.jibchain.net', 'https://
|
|
20688
|
+
rpc: ['https://rpc-l1.jibchain.net', 'https://rpc-l1.inan.in.th'],
|
|
20317
20689
|
faucets: [],
|
|
20318
20690
|
icon: 'jbc',
|
|
20319
20691
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -20776,7 +21148,7 @@ exports.chains = {
|
|
|
20776
21148
|
9496: {
|
|
20777
21149
|
name: 'WeaveVM Testnet',
|
|
20778
21150
|
chain: 'WVM',
|
|
20779
|
-
rpc: ['https://testnet.wvm.dev'],
|
|
21151
|
+
rpc: ['https://testnet.wvm.dev', 'https://testnet-rpc.wvm.dev'],
|
|
20780
21152
|
faucets: [],
|
|
20781
21153
|
nativeCurrency: {
|
|
20782
21154
|
name: 'Testnet WeaveVM Token',
|
|
@@ -21392,7 +21764,8 @@ exports.chains = {
|
|
|
21392
21764
|
chain: 'JOCT',
|
|
21393
21765
|
rpc: [
|
|
21394
21766
|
'https://rpc-1.testnet.japanopenchain.org:8545',
|
|
21395
|
-
'https://rpc-2.testnet.japanopenchain.org:8545'
|
|
21767
|
+
'https://rpc-2.testnet.japanopenchain.org:8545',
|
|
21768
|
+
'https://rpc-3.testnet.japanopenchain.org'
|
|
21396
21769
|
],
|
|
21397
21770
|
faucets: [],
|
|
21398
21771
|
nativeCurrency: {
|
|
@@ -21431,15 +21804,20 @@ exports.chains = {
|
|
|
21431
21804
|
faucets: [],
|
|
21432
21805
|
nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
|
|
21433
21806
|
features: [],
|
|
21434
|
-
infoURL: 'https://
|
|
21807
|
+
infoURL: 'https://metanovaverse.com/',
|
|
21435
21808
|
shortName: 'mnv',
|
|
21436
21809
|
chainId: 10096,
|
|
21437
21810
|
networkId: 10096,
|
|
21438
21811
|
explorers: [
|
|
21439
21812
|
{
|
|
21440
21813
|
name: 'Blockscout',
|
|
21441
|
-
url: 'https://explorer.
|
|
21814
|
+
url: 'https://explorer.metanovaverse.com',
|
|
21442
21815
|
standard: 'EIP3091'
|
|
21816
|
+
},
|
|
21817
|
+
{
|
|
21818
|
+
name: 'Cosmos Explorer (Ping)',
|
|
21819
|
+
url: 'https://ping.metanovaverse.com/metanovaverse',
|
|
21820
|
+
standard: 'none'
|
|
21443
21821
|
}
|
|
21444
21822
|
]
|
|
21445
21823
|
},
|
|
@@ -21821,6 +22199,25 @@ exports.chains = {
|
|
|
21821
22199
|
],
|
|
21822
22200
|
iconURL: 'https://ipfs.io/ipfs/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck'
|
|
21823
22201
|
},
|
|
22202
|
+
11011: {
|
|
22203
|
+
name: 'Shape Sepolia Testnet',
|
|
22204
|
+
chain: 'ETH',
|
|
22205
|
+
rpc: ['https://sepolia.shape.network'],
|
|
22206
|
+
faucets: [],
|
|
22207
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
22208
|
+
infoURL: 'https://shape.network',
|
|
22209
|
+
shortName: 'shapesep',
|
|
22210
|
+
chainId: 11011,
|
|
22211
|
+
networkId: 11011,
|
|
22212
|
+
explorers: [
|
|
22213
|
+
{
|
|
22214
|
+
name: 'blockscout',
|
|
22215
|
+
url: 'https://shape-sepolia-explorer.alchemy.com',
|
|
22216
|
+
standard: 'EIP3091'
|
|
22217
|
+
}
|
|
22218
|
+
],
|
|
22219
|
+
slip44: 1
|
|
22220
|
+
},
|
|
21824
22221
|
11110: {
|
|
21825
22222
|
name: 'Astra',
|
|
21826
22223
|
chain: 'Astra',
|
|
@@ -21918,6 +22315,29 @@ exports.chains = {
|
|
|
21918
22315
|
}
|
|
21919
22316
|
]
|
|
21920
22317
|
},
|
|
22318
|
+
11124: {
|
|
22319
|
+
name: 'Abstract Testnet',
|
|
22320
|
+
chain: 'Abstract Testnet',
|
|
22321
|
+
rpc: ['https://api.testnet.abs.xyz'],
|
|
22322
|
+
faucets: ['https://faucet.triangleplatform.com/abstract/testnet'],
|
|
22323
|
+
chainId: 11124,
|
|
22324
|
+
networkId: 11124,
|
|
22325
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
22326
|
+
infoURL: 'https://abs.xyz/',
|
|
22327
|
+
shortName: 'Abstract',
|
|
22328
|
+
parent: {
|
|
22329
|
+
type: 'L2',
|
|
22330
|
+
chain: 'eip155-11155111',
|
|
22331
|
+
bridges: [{ url: 'https://portal.testnet.abs.xyz/bridge' }]
|
|
22332
|
+
},
|
|
22333
|
+
explorers: [
|
|
22334
|
+
{
|
|
22335
|
+
name: 'Abstract Block Explorer',
|
|
22336
|
+
url: 'https://explorer.testnet.abs.xyz',
|
|
22337
|
+
standard: 'none'
|
|
22338
|
+
}
|
|
22339
|
+
]
|
|
22340
|
+
},
|
|
21921
22341
|
11221: {
|
|
21922
22342
|
name: 'Shine Chain',
|
|
21923
22343
|
chain: 'SC20',
|
|
@@ -22151,6 +22571,24 @@ exports.chains = {
|
|
|
22151
22571
|
],
|
|
22152
22572
|
parent: { chain: 'eip155-1', type: 'L2' }
|
|
22153
22573
|
},
|
|
22574
|
+
12001: {
|
|
22575
|
+
name: 'Fuse Testnet',
|
|
22576
|
+
chain: 'Fuse',
|
|
22577
|
+
rpc: ['https://rpc.flash.fuse.io'],
|
|
22578
|
+
faucets: ['https://faucet.flash.fuse.io'],
|
|
22579
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22580
|
+
infoURL: '',
|
|
22581
|
+
shortName: 'fuseZK',
|
|
22582
|
+
chainId: 12001,
|
|
22583
|
+
networkId: 12001,
|
|
22584
|
+
explorers: [
|
|
22585
|
+
{
|
|
22586
|
+
name: 'Blockscout',
|
|
22587
|
+
url: 'https://explorer.flash.fuse.io',
|
|
22588
|
+
standard: 'none'
|
|
22589
|
+
}
|
|
22590
|
+
]
|
|
22591
|
+
},
|
|
22154
22592
|
12009: {
|
|
22155
22593
|
name: 'SatoshiChain Mainnet',
|
|
22156
22594
|
chain: 'SATS',
|
|
@@ -22659,7 +23097,7 @@ exports.chains = {
|
|
|
22659
23097
|
chain: 'Gravity',
|
|
22660
23098
|
rpc: ['https://rpc-sepolia.gravity.xyz'],
|
|
22661
23099
|
faucets: [],
|
|
22662
|
-
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G
|
|
23100
|
+
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G', decimals: 18 },
|
|
22663
23101
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
|
|
22664
23102
|
infoURL: 'https://gravity.xyz',
|
|
22665
23103
|
shortName: 'gravitysep',
|
|
@@ -23692,12 +24130,12 @@ exports.chains = {
|
|
|
23692
24130
|
19191: {
|
|
23693
24131
|
name: 'BlockX Mainnet',
|
|
23694
24132
|
chain: 'blockx',
|
|
23695
|
-
rpc: [],
|
|
24133
|
+
rpc: ['https://web3.blockxnet.com'],
|
|
23696
24134
|
faucets: ['https://ping.blockxnet.com/blockx/faucet'],
|
|
23697
|
-
nativeCurrency: { name: '
|
|
24135
|
+
nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
|
|
23698
24136
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23699
24137
|
infoURL: 'https://www.blockxnet.com/',
|
|
23700
|
-
shortName: '
|
|
24138
|
+
shortName: 'bcx',
|
|
23701
24139
|
chainId: 19191,
|
|
23702
24140
|
networkId: 19191,
|
|
23703
24141
|
explorers: [
|
|
@@ -24690,6 +25128,28 @@ exports.chains = {
|
|
|
24690
25128
|
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] },
|
|
24691
25129
|
iconURL: 'https://ipfs.io/ipfs/QmcSJmAfk3iay6uCGJxgUPd9pTsRxbtF4BrNnC5txE9cg8'
|
|
24692
25130
|
},
|
|
25131
|
+
29223: {
|
|
25132
|
+
name: 'Nexa MetaNet',
|
|
25133
|
+
chain: 'NEXA',
|
|
25134
|
+
rpc: ['https://nexa.sh/metanet'],
|
|
25135
|
+
faucets: [],
|
|
25136
|
+
nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
|
|
25137
|
+
infoURL: 'https://nexa.sh/meta',
|
|
25138
|
+
shortName: 'nexameta',
|
|
25139
|
+
chainId: 29223,
|
|
25140
|
+
networkId: 29223,
|
|
25141
|
+
slip44: 29223,
|
|
25142
|
+
icon: 'nexameta',
|
|
25143
|
+
explorers: [
|
|
25144
|
+
{
|
|
25145
|
+
name: 'NexaShell',
|
|
25146
|
+
url: 'https://nexa.sh',
|
|
25147
|
+
standard: 'none',
|
|
25148
|
+
icon: 'nexashell'
|
|
25149
|
+
}
|
|
25150
|
+
],
|
|
25151
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni'
|
|
25152
|
+
},
|
|
24693
25153
|
29536: {
|
|
24694
25154
|
name: 'KaiChain Testnet',
|
|
24695
25155
|
chain: 'KaiChain',
|
|
@@ -24843,7 +25303,7 @@ exports.chains = {
|
|
|
24843
25303
|
30732: {
|
|
24844
25304
|
name: 'Movement EVM Testnet',
|
|
24845
25305
|
chain: 'MOVE',
|
|
24846
|
-
rpc: [],
|
|
25306
|
+
rpc: ['https://mevm.testnet.imola.movementlabs.xyz'],
|
|
24847
25307
|
faucets: [],
|
|
24848
25308
|
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
24849
25309
|
infoURL: 'https://movementlabs.xyz',
|
|
@@ -24854,7 +25314,7 @@ exports.chains = {
|
|
|
24854
25314
|
explorers: [
|
|
24855
25315
|
{
|
|
24856
25316
|
name: 'mevm explorer',
|
|
24857
|
-
url: 'https://explorer.movementlabs.xyz',
|
|
25317
|
+
url: 'https://explorer.testnet.imola.movementlabs.xyz',
|
|
24858
25318
|
standard: 'none'
|
|
24859
25319
|
}
|
|
24860
25320
|
],
|
|
@@ -25216,6 +25676,26 @@ exports.chains = {
|
|
|
25216
25676
|
],
|
|
25217
25677
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
25218
25678
|
},
|
|
25679
|
+
33111: {
|
|
25680
|
+
name: 'Curtis',
|
|
25681
|
+
chain: 'Curtis',
|
|
25682
|
+
rpc: ['https://curtis.rpc.caldera.xyz/http'],
|
|
25683
|
+
faucets: ['https://curtis.hub.caldera.xyz'],
|
|
25684
|
+
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
25685
|
+
infoURL: 'https://curtis.hub.caldera.xyz',
|
|
25686
|
+
shortName: 'curtis',
|
|
25687
|
+
chainId: 33111,
|
|
25688
|
+
networkId: 33111,
|
|
25689
|
+
icon: 'curtis',
|
|
25690
|
+
explorers: [
|
|
25691
|
+
{
|
|
25692
|
+
name: 'Curtis Explorer',
|
|
25693
|
+
url: 'https://curtis.explorer.caldera.xyz',
|
|
25694
|
+
standard: 'EIP3091'
|
|
25695
|
+
}
|
|
25696
|
+
],
|
|
25697
|
+
iconURL: 'https://ipfs.io/ipfs/QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP'
|
|
25698
|
+
},
|
|
25219
25699
|
33133: {
|
|
25220
25700
|
name: 'Entangle Testnet',
|
|
25221
25701
|
chain: 'NGL',
|
|
@@ -25291,6 +25771,28 @@ exports.chains = {
|
|
|
25291
25771
|
],
|
|
25292
25772
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
25293
25773
|
},
|
|
25774
|
+
33401: {
|
|
25775
|
+
name: 'SlingShot',
|
|
25776
|
+
chain: 'SLING',
|
|
25777
|
+
rpc: ['https://rpc.slingshotdao.com'],
|
|
25778
|
+
faucets: [],
|
|
25779
|
+
nativeCurrency: { name: 'Sling', symbol: 'SLING', decimals: 18 },
|
|
25780
|
+
features: [{ name: 'EIP155' }],
|
|
25781
|
+
infoURL: 'https://slingshotdao.com',
|
|
25782
|
+
shortName: 'slingshot',
|
|
25783
|
+
chainId: 33401,
|
|
25784
|
+
networkId: 33401,
|
|
25785
|
+
icon: 'slingshot',
|
|
25786
|
+
explorers: [
|
|
25787
|
+
{
|
|
25788
|
+
name: 'SlingShot Explorer',
|
|
25789
|
+
url: 'https://explore.slingshotdao.com',
|
|
25790
|
+
icon: 'slingshot',
|
|
25791
|
+
standard: 'EIP3091'
|
|
25792
|
+
}
|
|
25793
|
+
],
|
|
25794
|
+
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
25795
|
+
},
|
|
25294
25796
|
33469: {
|
|
25295
25797
|
name: 'Zilliqa-2 EVM Devnet',
|
|
25296
25798
|
chain: 'ZIL',
|
|
@@ -25363,6 +25865,27 @@ exports.chains = {
|
|
|
25363
25865
|
],
|
|
25364
25866
|
iconURL: 'https://ipfs.io/ipfs/bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou'
|
|
25365
25867
|
},
|
|
25868
|
+
34504: {
|
|
25869
|
+
name: 'ZEUS Mainnet',
|
|
25870
|
+
chain: 'ZEUS',
|
|
25871
|
+
icon: 'zeusicon',
|
|
25872
|
+
rpc: ['https://mainnet-rpc.zeuschainscan.io'],
|
|
25873
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
|
|
25874
|
+
infoURL: 'https://zeuschainscan.io',
|
|
25875
|
+
shortName: 'ZEUS',
|
|
25876
|
+
chainId: 34504,
|
|
25877
|
+
networkId: 34504,
|
|
25878
|
+
faucets: [],
|
|
25879
|
+
explorers: [
|
|
25880
|
+
{
|
|
25881
|
+
name: 'ZEUS Mainnet Explorer',
|
|
25882
|
+
url: 'https://zeuschainscan.io',
|
|
25883
|
+
icon: 'zeusicon',
|
|
25884
|
+
standard: 'EIP3091'
|
|
25885
|
+
}
|
|
25886
|
+
],
|
|
25887
|
+
iconURL: 'https://ipfs.io/ipfs/QmdktFyG3dM6Jk4j7V9xzvWwSpmnLcaNDuWhPwFHJw7K6e'
|
|
25888
|
+
},
|
|
25366
25889
|
35011: {
|
|
25367
25890
|
name: 'J2O Taro',
|
|
25368
25891
|
chain: 'TARO',
|
|
@@ -25527,6 +26050,30 @@ exports.chains = {
|
|
|
25527
26050
|
],
|
|
25528
26051
|
iconURL: 'https://ipfs.io/ipfs/QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc'
|
|
25529
26052
|
},
|
|
26053
|
+
41455: {
|
|
26054
|
+
name: 'Aleph Zero EVM',
|
|
26055
|
+
chain: 'Aleph Zero EVM',
|
|
26056
|
+
icon: 'aleph-zero',
|
|
26057
|
+
rpc: [
|
|
26058
|
+
'https://rpc.alephzero.raas.gelato.cloud',
|
|
26059
|
+
'wss://ws.alephzero.raas.gelato.cloud'
|
|
26060
|
+
],
|
|
26061
|
+
faucets: [],
|
|
26062
|
+
nativeCurrency: { name: 'Aleph Zero', symbol: 'AZERO', decimals: 18 },
|
|
26063
|
+
infoURL: 'https://alephzero.org/',
|
|
26064
|
+
shortName: 'aleph-zero',
|
|
26065
|
+
chainId: 41455,
|
|
26066
|
+
networkId: 41455,
|
|
26067
|
+
explorers: [
|
|
26068
|
+
{
|
|
26069
|
+
name: 'Aleph Zero EVM Mainnet Explorer',
|
|
26070
|
+
url: 'https://evm-explorer.alephzero.org',
|
|
26071
|
+
icon: 'aleph-zero',
|
|
26072
|
+
standard: 'none'
|
|
26073
|
+
}
|
|
26074
|
+
],
|
|
26075
|
+
iconURL: 'https://ipfs.io/ipfs/QmUmw7yJDdkTV6SNp5PDfMLe5LWMfUo6vyQbh7fdhTfGDH'
|
|
26076
|
+
},
|
|
25530
26077
|
41500: {
|
|
25531
26078
|
name: 'Opulent-X BETA',
|
|
25532
26079
|
chainId: 41500,
|
|
@@ -25735,6 +26282,26 @@ exports.chains = {
|
|
|
25735
26282
|
}
|
|
25736
26283
|
]
|
|
25737
26284
|
},
|
|
26285
|
+
42421: {
|
|
26286
|
+
name: 'AssetChain Testnet',
|
|
26287
|
+
chain: 'RWA',
|
|
26288
|
+
rpc: ['https://enugu-rpc.assetchain.org'],
|
|
26289
|
+
faucets: ['https://faucet.assetchain.org'],
|
|
26290
|
+
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
26291
|
+
infoURL: 'https://docs.assetchain.org',
|
|
26292
|
+
shortName: 'rwa',
|
|
26293
|
+
chainId: 42421,
|
|
26294
|
+
networkId: 42421,
|
|
26295
|
+
icon: 'assetchain',
|
|
26296
|
+
explorers: [
|
|
26297
|
+
{
|
|
26298
|
+
name: 'Asset Chain Testnet Explorer',
|
|
26299
|
+
url: 'https://scan-testnet.assetchain.org',
|
|
26300
|
+
standard: 'EIP3091'
|
|
26301
|
+
}
|
|
26302
|
+
],
|
|
26303
|
+
iconURL: 'https://ipfs.io/ipfs/QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ'
|
|
26304
|
+
},
|
|
25738
26305
|
42766: {
|
|
25739
26306
|
name: 'ZKFair Mainnet',
|
|
25740
26307
|
title: 'ZKFair Mainnet',
|
|
@@ -26103,6 +26670,48 @@ exports.chains = {
|
|
|
26103
26670
|
],
|
|
26104
26671
|
iconURL: 'https://ipfs.io/ipfs/QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth'
|
|
26105
26672
|
},
|
|
26673
|
+
47763: {
|
|
26674
|
+
name: 'Neo X Mainnet',
|
|
26675
|
+
chain: 'Neo X',
|
|
26676
|
+
rpc: ['https://mainnet-1.rpc.banelabs.org'],
|
|
26677
|
+
faucets: [],
|
|
26678
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
26679
|
+
infoURL: 'https://neo.org/',
|
|
26680
|
+
shortName: 'neox-mainnet',
|
|
26681
|
+
chainId: 47763,
|
|
26682
|
+
networkId: 47763,
|
|
26683
|
+
icon: 'neox',
|
|
26684
|
+
explorers: [
|
|
26685
|
+
{
|
|
26686
|
+
name: 'Neo X - Explorer',
|
|
26687
|
+
url: 'https://xexplorer.neo.org',
|
|
26688
|
+
standard: 'EIP3091'
|
|
26689
|
+
}
|
|
26690
|
+
],
|
|
26691
|
+
status: 'active',
|
|
26692
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
|
|
26693
|
+
},
|
|
26694
|
+
47803: {
|
|
26695
|
+
name: 'ReDeFi Layer 1',
|
|
26696
|
+
chain: 'ReDeFi',
|
|
26697
|
+
icon: 'redefi',
|
|
26698
|
+
rpc: ['https://layer1.redefi.world'],
|
|
26699
|
+
faucets: [],
|
|
26700
|
+
nativeCurrency: { name: 'BAX', symbol: 'BAX', decimals: 18 },
|
|
26701
|
+
infoURL: 'https://redefi.world',
|
|
26702
|
+
shortName: 'bax',
|
|
26703
|
+
chainId: 47803,
|
|
26704
|
+
networkId: 47803,
|
|
26705
|
+
slip44: 47803,
|
|
26706
|
+
explorers: [
|
|
26707
|
+
{
|
|
26708
|
+
name: 'ReDeFi Scan',
|
|
26709
|
+
url: 'https://scanlayer1.redefi.world',
|
|
26710
|
+
standard: 'EIP3091'
|
|
26711
|
+
}
|
|
26712
|
+
],
|
|
26713
|
+
iconURL: 'https://ipfs.io/ipfs/QmQd2MWwDkGsH6JsHPAKXqy8o2kedYMzbnaEHoRpmvSiLW'
|
|
26714
|
+
},
|
|
26106
26715
|
47805: {
|
|
26107
26716
|
name: 'REI Network',
|
|
26108
26717
|
chain: 'REI',
|
|
@@ -26144,7 +26753,7 @@ exports.chains = {
|
|
|
26144
26753
|
name: 'Zircuit Testnet',
|
|
26145
26754
|
chain: 'Zircuit Testnet',
|
|
26146
26755
|
icon: 'zircuit',
|
|
26147
|
-
rpc: ['
|
|
26756
|
+
rpc: ['http://zircuit1-testnet.p2pify.com/'],
|
|
26148
26757
|
faucets: [],
|
|
26149
26758
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
26150
26759
|
infoURL: 'https://www.zircuit.com/',
|
|
@@ -26154,7 +26763,7 @@ exports.chains = {
|
|
|
26154
26763
|
explorers: [
|
|
26155
26764
|
{
|
|
26156
26765
|
name: 'Zircuit',
|
|
26157
|
-
url: 'https://explorer.zircuit.com',
|
|
26766
|
+
url: 'https://explorer.testnet.zircuit.com',
|
|
26158
26767
|
icon: 'zircuit',
|
|
26159
26768
|
standard: 'none'
|
|
26160
26769
|
}
|
|
@@ -26165,14 +26774,21 @@ exports.chains = {
|
|
|
26165
26774
|
name: 'Zircuit Mainnet',
|
|
26166
26775
|
chain: 'Zircuit Mainnet',
|
|
26167
26776
|
icon: 'zircuit',
|
|
26168
|
-
rpc: [],
|
|
26777
|
+
rpc: ['https://zircuit1-mainnet.p2pify.com/'],
|
|
26169
26778
|
faucets: [],
|
|
26170
26779
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
26171
26780
|
infoURL: 'https://www.zircuit.com/',
|
|
26172
26781
|
shortName: 'zircuit-mainnet',
|
|
26173
26782
|
chainId: 48900,
|
|
26174
26783
|
networkId: 48900,
|
|
26175
|
-
explorers: [
|
|
26784
|
+
explorers: [
|
|
26785
|
+
{
|
|
26786
|
+
name: 'Zircuit',
|
|
26787
|
+
url: 'https://explorer.zircuit.com',
|
|
26788
|
+
icon: 'zircuit',
|
|
26789
|
+
standard: 'none'
|
|
26790
|
+
}
|
|
26791
|
+
],
|
|
26176
26792
|
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
26177
26793
|
},
|
|
26178
26794
|
49049: {
|
|
@@ -26538,24 +27154,6 @@ exports.chains = {
|
|
|
26538
27154
|
],
|
|
26539
27155
|
iconURL: 'https://ipfs.io/ipfs/QmciSvgLatP6jhgdazuiyD3fSrhipfAN7wC943v1qxcrpv'
|
|
26540
27156
|
},
|
|
26541
|
-
54555: {
|
|
26542
|
-
name: 'Photon Testnet',
|
|
26543
|
-
chain: 'Photon',
|
|
26544
|
-
rpc: ['https://rpc-test.photonchain.io'],
|
|
26545
|
-
faucets: ['https://photonchain.io/airdrop'],
|
|
26546
|
-
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
|
26547
|
-
infoURL: 'https://photonchain.io',
|
|
26548
|
-
shortName: 'pton',
|
|
26549
|
-
chainId: 54555,
|
|
26550
|
-
networkId: 54555,
|
|
26551
|
-
explorers: [
|
|
26552
|
-
{
|
|
26553
|
-
name: 'photon_testnet_explorer',
|
|
26554
|
-
url: 'https://testnet.photonchain.io',
|
|
26555
|
-
standard: 'none'
|
|
26556
|
-
}
|
|
26557
|
-
]
|
|
26558
|
-
},
|
|
26559
27157
|
55004: {
|
|
26560
27158
|
name: 'Titan',
|
|
26561
27159
|
chain: 'ETH',
|
|
@@ -26577,6 +27175,24 @@ exports.chains = {
|
|
|
26577
27175
|
}
|
|
26578
27176
|
]
|
|
26579
27177
|
},
|
|
27178
|
+
55551: {
|
|
27179
|
+
name: 'Photon Aurora Testnet',
|
|
27180
|
+
chain: 'Photon',
|
|
27181
|
+
rpc: ['https://rpc-test2.photonchain.io'],
|
|
27182
|
+
faucets: ['https://photonchain.io/testnet2'],
|
|
27183
|
+
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
|
27184
|
+
infoURL: 'https://photonchain.io',
|
|
27185
|
+
shortName: 'pton',
|
|
27186
|
+
chainId: 55551,
|
|
27187
|
+
networkId: 55551,
|
|
27188
|
+
explorers: [
|
|
27189
|
+
{
|
|
27190
|
+
name: 'photon_testnet2_explorer',
|
|
27191
|
+
url: 'https://testnet2.photonchain.io',
|
|
27192
|
+
standard: 'none'
|
|
27193
|
+
}
|
|
27194
|
+
]
|
|
27195
|
+
},
|
|
26580
27196
|
55555: {
|
|
26581
27197
|
name: 'REI Chain Mainnet',
|
|
26582
27198
|
chain: 'REI',
|
|
@@ -27088,7 +27704,7 @@ exports.chains = {
|
|
|
27088
27704
|
name: 'Orange Chain Mainnet',
|
|
27089
27705
|
title: 'Orange Chain Mainnet',
|
|
27090
27706
|
chain: 'Orange Chain',
|
|
27091
|
-
rpc: ['https://rpc.orangechain.xyz'],
|
|
27707
|
+
rpc: ['https://rpc.orangechain.xyz', 'https://hk-rpc.orangechain.xyz'],
|
|
27092
27708
|
faucets: [],
|
|
27093
27709
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
27094
27710
|
infoURL: 'https://orangechain.xyz',
|
|
@@ -27333,6 +27949,29 @@ exports.chains = {
|
|
|
27333
27949
|
],
|
|
27334
27950
|
iconURL: 'https://ipfs.io/ipfs/QmVhG7xeTc78ibQunQ5sBJ4533r9FDM2xUCQKV72DPd1ux'
|
|
27335
27951
|
},
|
|
27952
|
+
62850: {
|
|
27953
|
+
name: 'LAOS Sigma Testnet',
|
|
27954
|
+
title: 'LAOS Sigma Testnet',
|
|
27955
|
+
chain: 'LAOS Sigma Testnet',
|
|
27956
|
+
rpc: [
|
|
27957
|
+
'https://rpc.laossigma.laosfoundation.io',
|
|
27958
|
+
'wss://rpc.laossigma.laosfoundation.io'
|
|
27959
|
+
],
|
|
27960
|
+
faucets: [],
|
|
27961
|
+
nativeCurrency: { name: 'SIGMA', symbol: 'SIGMA', decimals: 18 },
|
|
27962
|
+
infoURL: 'https://laosnetwork.io',
|
|
27963
|
+
shortName: 'laossigma',
|
|
27964
|
+
chainId: 62850,
|
|
27965
|
+
networkId: 62850,
|
|
27966
|
+
explorers: [
|
|
27967
|
+
{
|
|
27968
|
+
name: 'blockscout',
|
|
27969
|
+
url: 'https://sigma.explorer.laosnetwork.io',
|
|
27970
|
+
icon: 'blockscout',
|
|
27971
|
+
standard: 'EIP3091'
|
|
27972
|
+
}
|
|
27973
|
+
]
|
|
27974
|
+
},
|
|
27336
27975
|
63000: {
|
|
27337
27976
|
name: 'eCredits Mainnet',
|
|
27338
27977
|
chain: 'ECS',
|
|
@@ -27376,6 +28015,28 @@ exports.chains = {
|
|
|
27376
28015
|
],
|
|
27377
28016
|
iconURL: 'https://ipfs.io/ipfs/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY'
|
|
27378
28017
|
},
|
|
28018
|
+
65349: {
|
|
28019
|
+
name: 'CratD2C Testnet',
|
|
28020
|
+
chain: 'CRATD2C',
|
|
28021
|
+
rpc: [
|
|
28022
|
+
'https://cratd2c-testnet-node1.cratd2csmartchain.io/',
|
|
28023
|
+
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
|
28024
|
+
],
|
|
28025
|
+
faucets: [],
|
|
28026
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
28027
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
28028
|
+
shortName: 'cratd2c-testnet',
|
|
28029
|
+
chainId: 65349,
|
|
28030
|
+
networkId: 65349,
|
|
28031
|
+
explorers: [
|
|
28032
|
+
{
|
|
28033
|
+
name: 'Blockscout',
|
|
28034
|
+
url: 'https://explorer-testnet.cratd2csmartchain.io',
|
|
28035
|
+
icon: 'blockscout',
|
|
28036
|
+
standard: 'EIP3091'
|
|
28037
|
+
}
|
|
28038
|
+
]
|
|
28039
|
+
},
|
|
27379
28040
|
65357: {
|
|
27380
28041
|
name: 'Vecno Mainnet',
|
|
27381
28042
|
chain: 'VE',
|
|
@@ -28197,6 +28858,27 @@ exports.chains = {
|
|
|
28197
28858
|
],
|
|
28198
28859
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
28199
28860
|
},
|
|
28861
|
+
80008: {
|
|
28862
|
+
name: 'Polynomia Sepolia',
|
|
28863
|
+
chain: 'polynomialSepolia',
|
|
28864
|
+
rpc: ['https://rpc.sepolia.polynomial.fi'],
|
|
28865
|
+
faucets: [],
|
|
28866
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28867
|
+
infoURL: 'https://polynomial.fi',
|
|
28868
|
+
shortName: 'polynomialSepolia',
|
|
28869
|
+
chainId: 80008,
|
|
28870
|
+
networkId: 80008,
|
|
28871
|
+
icon: 'polynomialSepolia',
|
|
28872
|
+
explorers: [
|
|
28873
|
+
{
|
|
28874
|
+
name: 'Polynomial Sepolia Explorer',
|
|
28875
|
+
url: 'https://sepolia.polynomialscan.io',
|
|
28876
|
+
standard: 'none',
|
|
28877
|
+
icon: 'polynomialSepolia'
|
|
28878
|
+
}
|
|
28879
|
+
],
|
|
28880
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidr3h4onsdhjojrck7tqysrmnduzhgzdhf3l5uqake6w6474vvuha'
|
|
28881
|
+
},
|
|
28200
28882
|
80084: {
|
|
28201
28883
|
name: 'Berachain bArtio',
|
|
28202
28884
|
chain: 'Berachain bArtio',
|
|
@@ -28489,6 +29171,29 @@ exports.chains = {
|
|
|
28489
29171
|
}
|
|
28490
29172
|
]
|
|
28491
29173
|
},
|
|
29174
|
+
83144: {
|
|
29175
|
+
name: 'Xprotocol Testnet',
|
|
29176
|
+
chainId: 83144,
|
|
29177
|
+
shortName: 'xprotocoltestnet',
|
|
29178
|
+
chain: 'Xprotocol Testnet',
|
|
29179
|
+
networkId: 83144,
|
|
29180
|
+
nativeCurrency: {
|
|
29181
|
+
name: 'KICK Testnet Token',
|
|
29182
|
+
symbol: 'KICK',
|
|
29183
|
+
decimals: 18
|
|
29184
|
+
},
|
|
29185
|
+
rpc: ['https://rpc.testnet.xprotocol.org'],
|
|
29186
|
+
faucets: ['https://xprotocol.org/faucets'],
|
|
29187
|
+
explorers: [
|
|
29188
|
+
{
|
|
29189
|
+
name: 'Blockscout',
|
|
29190
|
+
url: 'https://explorer.testnet.xprotocol.org',
|
|
29191
|
+
standard: 'EIP3091'
|
|
29192
|
+
}
|
|
29193
|
+
],
|
|
29194
|
+
parent: { type: 'L2', chain: 'eip155-84532' },
|
|
29195
|
+
infoURL: 'https://xprotocol.org/'
|
|
29196
|
+
},
|
|
28492
29197
|
83872: {
|
|
28493
29198
|
name: 'ZEDXION',
|
|
28494
29199
|
chain: 'ZEDXION',
|
|
@@ -28625,20 +29330,42 @@ exports.chains = {
|
|
|
28625
29330
|
iconURL: 'https://ipfs.io/ipfs/QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM'
|
|
28626
29331
|
},
|
|
28627
29332
|
88559: {
|
|
28628
|
-
name: '
|
|
29333
|
+
name: 'InoAi',
|
|
28629
29334
|
chain: 'INOAI',
|
|
28630
29335
|
faucets: [],
|
|
28631
29336
|
rpc: ['https://inoai-network.com'],
|
|
28632
|
-
nativeCurrency: { name: '
|
|
28633
|
-
infoURL: 'https://inoai.info',
|
|
28634
|
-
shortName: '
|
|
29337
|
+
nativeCurrency: { name: 'InoAi', symbol: 'INO', decimals: 18 },
|
|
29338
|
+
infoURL: 'https://docs.inoai.info/',
|
|
29339
|
+
shortName: 'INO',
|
|
28635
29340
|
chainId: 88559,
|
|
28636
29341
|
networkId: 88559,
|
|
28637
29342
|
icon: 'inoai',
|
|
28638
29343
|
explorers: [
|
|
28639
|
-
{
|
|
29344
|
+
{
|
|
29345
|
+
name: 'inoai.live',
|
|
29346
|
+
url: 'https://inoai.live',
|
|
29347
|
+
standard: 'EIP3091'
|
|
29348
|
+
}
|
|
28640
29349
|
],
|
|
28641
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
29350
|
+
iconURL: 'https://ipfs.io/ipfs/QmdiEBREiSP9TBHqxV8Ap3kehvBktBWFCpXs3mkC4e18zM'
|
|
29351
|
+
},
|
|
29352
|
+
88800: {
|
|
29353
|
+
name: 'ZKasino Mainnet',
|
|
29354
|
+
chain: 'ZKasino',
|
|
29355
|
+
rpc: ['https://rpc.zkas.zeeve.net'],
|
|
29356
|
+
faucets: [],
|
|
29357
|
+
nativeCurrency: { name: 'ZKAS', symbol: 'ZKAS', decimals: 18 },
|
|
29358
|
+
infoURL: '',
|
|
29359
|
+
shortName: 'ZKasino',
|
|
29360
|
+
chainId: 88800,
|
|
29361
|
+
networkId: 88800,
|
|
29362
|
+
explorers: [
|
|
29363
|
+
{
|
|
29364
|
+
name: 'Tracehawk',
|
|
29365
|
+
url: 'https://explorer.zkas.zeeve.net',
|
|
29366
|
+
standard: 'none'
|
|
29367
|
+
}
|
|
29368
|
+
]
|
|
28642
29369
|
},
|
|
28643
29370
|
88817: {
|
|
28644
29371
|
name: 'Unit Zero Testnet',
|
|
@@ -28938,6 +29665,24 @@ exports.chains = {
|
|
|
28938
29665
|
],
|
|
28939
29666
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayuuzfpcgwjll4us4hquvpqa5gwq3lbiedv4qftmlwcxhcyjzzpq'
|
|
28940
29667
|
},
|
|
29668
|
+
93747: {
|
|
29669
|
+
name: 'StratoVM Testnet',
|
|
29670
|
+
chain: 'StratoVM',
|
|
29671
|
+
rpc: ['https://rpc.stratovm.io'],
|
|
29672
|
+
faucets: [],
|
|
29673
|
+
nativeCurrency: { name: 'SVM', symbol: 'SVM', decimals: 18 },
|
|
29674
|
+
infoURL: 'https://www.stratovm.io/',
|
|
29675
|
+
shortName: 'stratovm',
|
|
29676
|
+
chainId: 93747,
|
|
29677
|
+
networkId: 93747,
|
|
29678
|
+
explorers: [
|
|
29679
|
+
{
|
|
29680
|
+
name: 'StratoVM Block Explorer',
|
|
29681
|
+
url: 'https://explorer.stratovm.io',
|
|
29682
|
+
standard: 'none'
|
|
29683
|
+
}
|
|
29684
|
+
]
|
|
29685
|
+
},
|
|
28941
29686
|
96970: {
|
|
28942
29687
|
name: 'Mantis Testnet (Hexapod)',
|
|
28943
29688
|
chain: 'Mantis',
|
|
@@ -28988,6 +29733,28 @@ exports.chains = {
|
|
|
28988
29733
|
],
|
|
28989
29734
|
status: 'deprecated'
|
|
28990
29735
|
},
|
|
29736
|
+
97435: {
|
|
29737
|
+
name: 'SlingShot Testnet',
|
|
29738
|
+
chain: 'SLING',
|
|
29739
|
+
rpc: ['https://rpc-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz'],
|
|
29740
|
+
faucets: [],
|
|
29741
|
+
nativeCurrency: { name: 'Sling Test', symbol: 'SLINGT', decimals: 18 },
|
|
29742
|
+
features: [{ name: 'EIP155' }],
|
|
29743
|
+
infoURL: 'https://slingshotdao.com',
|
|
29744
|
+
shortName: 'sling',
|
|
29745
|
+
chainId: 97435,
|
|
29746
|
+
networkId: 97435,
|
|
29747
|
+
icon: 'slingshot',
|
|
29748
|
+
explorers: [
|
|
29749
|
+
{
|
|
29750
|
+
name: 'SlingShot Test Explorer',
|
|
29751
|
+
url: 'https://explorer-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz',
|
|
29752
|
+
icon: 'slingshot',
|
|
29753
|
+
standard: 'EIP3091'
|
|
29754
|
+
}
|
|
29755
|
+
],
|
|
29756
|
+
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
29757
|
+
},
|
|
28991
29758
|
97531: {
|
|
28992
29759
|
name: 'Green Chain Testnet',
|
|
28993
29760
|
chain: 'Green Chain',
|
|
@@ -29688,6 +30455,25 @@ exports.chains = {
|
|
|
29688
30455
|
networkId: 110011,
|
|
29689
30456
|
parent: { type: 'L2', chain: 'eip155-110000' }
|
|
29690
30457
|
},
|
|
30458
|
+
110110: {
|
|
30459
|
+
name: 'Mars Credit',
|
|
30460
|
+
chain: 'MARS',
|
|
30461
|
+
rpc: [
|
|
30462
|
+
'https://node99-production-dd5f.up.railway.app:443',
|
|
30463
|
+
'https://rpc.marscredit.xyz:443'
|
|
30464
|
+
],
|
|
30465
|
+
faucets: [],
|
|
30466
|
+
nativeCurrency: { name: 'Mars Credit', symbol: 'MARS', decimals: 18 },
|
|
30467
|
+
infoURL: 'https://marscredit.xyz/',
|
|
30468
|
+
shortName: 'mars',
|
|
30469
|
+
chainId: 110110,
|
|
30470
|
+
networkId: 110110,
|
|
30471
|
+
slip44: 1,
|
|
30472
|
+
icon: 'marscredit',
|
|
30473
|
+
explorers: [],
|
|
30474
|
+
redFlags: [],
|
|
30475
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiaqvko45oh3bppsx57i73ajopgm2nsy4v6a22wwrbhbaoe5olwwlm'
|
|
30476
|
+
},
|
|
29691
30477
|
111000: {
|
|
29692
30478
|
name: 'Siberium Test Network',
|
|
29693
30479
|
chain: 'SBR',
|
|
@@ -29741,7 +30527,12 @@ exports.chains = {
|
|
|
29741
30527
|
name: 're.al',
|
|
29742
30528
|
title: 're.al Real-World Assets network',
|
|
29743
30529
|
chain: 're.al',
|
|
29744
|
-
rpc: [
|
|
30530
|
+
rpc: [
|
|
30531
|
+
'https://tangible-real.gateway.tenderly.co',
|
|
30532
|
+
'wss://tangible-real.gateway.tenderly.co',
|
|
30533
|
+
'https://real.drpc.org',
|
|
30534
|
+
'wss://real.drpc.org'
|
|
30535
|
+
],
|
|
29745
30536
|
nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
|
|
29746
30537
|
infoURL: 'https://re.al',
|
|
29747
30538
|
faucets: [],
|
|
@@ -30840,6 +31631,28 @@ exports.chains = {
|
|
|
30840
31631
|
],
|
|
30841
31632
|
iconURL: 'https://ipfs.io/ipfs/bafkreibjxqd5kqcc2shstjjujvxzg6cwegwr6dgjyyd56v6h7yusgks7sy'
|
|
30842
31633
|
},
|
|
31634
|
+
229772: {
|
|
31635
|
+
name: 'Abyss Protocol',
|
|
31636
|
+
chain: 'Abyss Protocol Testnet',
|
|
31637
|
+
rpc: ['https://testnet.rpc.abyssprotocol.ai/'],
|
|
31638
|
+
faucets: ['https://faucet.abyssprotocol.ai/'],
|
|
31639
|
+
nativeCurrency: { name: 'AbyssETH', symbol: 'aETH', decimals: 18 },
|
|
31640
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31641
|
+
infoURL: 'https://abyssprotocol.ai/',
|
|
31642
|
+
shortName: 'abyss',
|
|
31643
|
+
chainId: 229772,
|
|
31644
|
+
networkId: 229772,
|
|
31645
|
+
icon: 'abyss',
|
|
31646
|
+
explorers: [
|
|
31647
|
+
{
|
|
31648
|
+
name: 'blockscout',
|
|
31649
|
+
url: 'https://testnet.abyssprotocol.ai',
|
|
31650
|
+
icon: 'blockscout',
|
|
31651
|
+
standard: 'EIP3091'
|
|
31652
|
+
}
|
|
31653
|
+
],
|
|
31654
|
+
iconURL: 'https://ipfs.io/ipfs/Qmeaa9TSsdUuJtRRX9DWX3iuQ4bypTQfctGciuKsFkKL8C'
|
|
31655
|
+
},
|
|
30843
31656
|
230315: {
|
|
30844
31657
|
name: 'HashKey Chain Testnet(discard)',
|
|
30845
31658
|
chain: 'HashKey',
|
|
@@ -31972,17 +32785,17 @@ exports.chains = {
|
|
|
31972
32785
|
]
|
|
31973
32786
|
},
|
|
31974
32787
|
484752: {
|
|
31975
|
-
name: 'World Chain Sepolia Testnet',
|
|
32788
|
+
name: 'World Chain Sepolia Testnet Deprecated',
|
|
32789
|
+
status: 'deprecated',
|
|
31976
32790
|
chain: 'ETH',
|
|
31977
|
-
rpc: [],
|
|
31978
|
-
faucets: [],
|
|
31979
32791
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
31980
32792
|
infoURL: 'https://worldcoin.org/',
|
|
31981
|
-
shortName: 'wcsep',
|
|
32793
|
+
shortName: 'wcsep-dep',
|
|
32794
|
+
rpc: [],
|
|
32795
|
+
faucets: [],
|
|
31982
32796
|
chainId: 484752,
|
|
31983
32797
|
networkId: 484752,
|
|
31984
|
-
slip44: 1
|
|
31985
|
-
explorers: []
|
|
32798
|
+
slip44: 1
|
|
31986
32799
|
},
|
|
31987
32800
|
486487: {
|
|
31988
32801
|
name: 'Gobbl Testnet',
|
|
@@ -32634,6 +33447,24 @@ exports.chains = {
|
|
|
32634
33447
|
],
|
|
32635
33448
|
iconURL: 'https://ipfs.io/ipfs/QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv'
|
|
32636
33449
|
},
|
|
33450
|
+
752024: {
|
|
33451
|
+
name: 'Ternoa Testnet',
|
|
33452
|
+
chain: 'Ternoa',
|
|
33453
|
+
rpc: ['https://rpc.zkevm.ternoa.network'],
|
|
33454
|
+
faucets: ['https://faucet.zkevm.ternoa.network'],
|
|
33455
|
+
nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
|
|
33456
|
+
infoURL: '',
|
|
33457
|
+
shortName: 'ternoa',
|
|
33458
|
+
chainId: 752024,
|
|
33459
|
+
networkId: 7502024,
|
|
33460
|
+
explorers: [
|
|
33461
|
+
{
|
|
33462
|
+
name: 'Tracehawk',
|
|
33463
|
+
url: 'https://explorer.zkevm.ternoa.network',
|
|
33464
|
+
standard: 'none'
|
|
33465
|
+
}
|
|
33466
|
+
]
|
|
33467
|
+
},
|
|
32637
33468
|
761412: {
|
|
32638
33469
|
name: 'Miexs Smartchain',
|
|
32639
33470
|
chain: 'MiexsSmartchain',
|
|
@@ -32755,6 +33586,36 @@ exports.chains = {
|
|
|
32755
33586
|
],
|
|
32756
33587
|
iconURL: 'https://ipfs.io/ipfs/QmNnaDZRoMz9aoho35TGHBY5zD16P39cgPpw3z3jnkDHHB'
|
|
32757
33588
|
},
|
|
33589
|
+
808813: {
|
|
33590
|
+
name: 'BOB Sepolia',
|
|
33591
|
+
chain: 'ETH',
|
|
33592
|
+
rpc: [
|
|
33593
|
+
'https://bob-sepolia.rpc.gobob.xyz',
|
|
33594
|
+
'wss://bob-sepolia.rpc.gobob.xyz'
|
|
33595
|
+
],
|
|
33596
|
+
faucets: [],
|
|
33597
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
33598
|
+
infoURL: 'https://gobob.xyz',
|
|
33599
|
+
shortName: 'bob-sepolia',
|
|
33600
|
+
chainId: 808813,
|
|
33601
|
+
networkId: 808813,
|
|
33602
|
+
icon: 'bob',
|
|
33603
|
+
explorers: [
|
|
33604
|
+
{
|
|
33605
|
+
name: 'bobscout',
|
|
33606
|
+
url: 'https://bob-sepolia.explorer.gobob.xyz',
|
|
33607
|
+
icon: 'blockscout',
|
|
33608
|
+
standard: 'EIP3091'
|
|
33609
|
+
}
|
|
33610
|
+
],
|
|
33611
|
+
status: 'active',
|
|
33612
|
+
parent: {
|
|
33613
|
+
type: 'L2',
|
|
33614
|
+
chain: 'eip155-11155111',
|
|
33615
|
+
bridges: [{ url: 'https://bob-sepolia.gobob.xyz/' }]
|
|
33616
|
+
},
|
|
33617
|
+
iconURL: 'https://ipfs.io/ipfs/QmaX5iqQTrJD8TBuvoT97xPMG6LYamjPCPnZUUMh12jc99'
|
|
33618
|
+
},
|
|
32758
33619
|
810180: {
|
|
32759
33620
|
name: 'zkLink Nova Mainnet',
|
|
32760
33621
|
chain: 'ETH',
|
|
@@ -32897,6 +33758,24 @@ exports.chains = {
|
|
|
32897
33758
|
],
|
|
32898
33759
|
iconURL: 'https://ipfs.io/ipfs/QmckkDRkuCQWbvhpKGsqa8ajuQvf3W5dekzw5qpiPC6shk'
|
|
32899
33760
|
},
|
|
33761
|
+
840000: {
|
|
33762
|
+
name: 'RUNEVM Testnet',
|
|
33763
|
+
chain: 'RuneVM',
|
|
33764
|
+
rpc: ['https://rpc.runevm.io/'],
|
|
33765
|
+
faucets: ['https://faucet.runevm.io/'],
|
|
33766
|
+
nativeCurrency: { name: 'Test Bitcoin', symbol: 'tBTC', decimals: 8 },
|
|
33767
|
+
infoURL: '',
|
|
33768
|
+
shortName: 'runevm-test',
|
|
33769
|
+
chainId: 840000,
|
|
33770
|
+
networkId: 840000,
|
|
33771
|
+
explorers: [
|
|
33772
|
+
{
|
|
33773
|
+
name: 'Tracehawk',
|
|
33774
|
+
url: 'https://explorer.runevm.io',
|
|
33775
|
+
standard: 'none'
|
|
33776
|
+
}
|
|
33777
|
+
]
|
|
33778
|
+
},
|
|
32900
33779
|
846000: {
|
|
32901
33780
|
name: '4GoodNetwork',
|
|
32902
33781
|
chain: '4GN',
|
|
@@ -34560,6 +35439,24 @@ exports.chains = {
|
|
|
34560
35439
|
}
|
|
34561
35440
|
]
|
|
34562
35441
|
},
|
|
35442
|
+
12052024: {
|
|
35443
|
+
name: 'Memento Testnet',
|
|
35444
|
+
chain: 'Memento',
|
|
35445
|
+
rpc: ['https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'],
|
|
35446
|
+
faucets: [],
|
|
35447
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
35448
|
+
infoURL: '',
|
|
35449
|
+
shortName: 'memento-test',
|
|
35450
|
+
chainId: 12052024,
|
|
35451
|
+
networkId: 12052024,
|
|
35452
|
+
explorers: [
|
|
35453
|
+
{
|
|
35454
|
+
name: 'Tracehawk',
|
|
35455
|
+
url: 'https://test-explorer.mementoblockchain.com',
|
|
35456
|
+
standard: 'none'
|
|
35457
|
+
}
|
|
35458
|
+
]
|
|
35459
|
+
},
|
|
34563
35460
|
12227331: {
|
|
34564
35461
|
name: 'NeoX Testnet T3',
|
|
34565
35462
|
chain: 'NeoX',
|
|
@@ -35418,6 +36315,28 @@ exports.chains = {
|
|
|
35418
36315
|
},
|
|
35419
36316
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
35420
36317
|
},
|
|
36318
|
+
79479957: {
|
|
36319
|
+
name: 'SX Toronto Rollup',
|
|
36320
|
+
chain: 'SX',
|
|
36321
|
+
icon: 'SX',
|
|
36322
|
+
rpc: ['https://rpc.sx-rollup-testnet.t.raas.gelato.cloud'],
|
|
36323
|
+
faucets: ['https://faucet.toronto.sx.technology'],
|
|
36324
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
|
36325
|
+
infoURL: 'https://www.sx.technology',
|
|
36326
|
+
shortName: 'SXR-Testnet',
|
|
36327
|
+
chainId: 79479957,
|
|
36328
|
+
networkId: 79479957,
|
|
36329
|
+
explorers: [
|
|
36330
|
+
{
|
|
36331
|
+
name: 'SX Toronto L2 Explorer',
|
|
36332
|
+
url: 'https://explorerl2.toronto.sx.technology',
|
|
36333
|
+
standard: 'EIP3091',
|
|
36334
|
+
icon: 'SX'
|
|
36335
|
+
}
|
|
36336
|
+
],
|
|
36337
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
36338
|
+
iconURL: 'https://ipfs.io/ipfs/QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF'
|
|
36339
|
+
},
|
|
35421
36340
|
88558801: {
|
|
35422
36341
|
name: 'Backstop Testnet',
|
|
35423
36342
|
chain: 'backstopTestnet',
|
|
@@ -35949,6 +36868,32 @@ exports.chains = {
|
|
|
35949
36868
|
],
|
|
35950
36869
|
iconURL: 'https://ipfs.io/ipfs/bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre'
|
|
35951
36870
|
},
|
|
36871
|
+
476462898: {
|
|
36872
|
+
name: 'Skopje Testnet',
|
|
36873
|
+
chain: 'Skopje Testnet',
|
|
36874
|
+
icon: 'skopje-gpt',
|
|
36875
|
+
rpc: ['https://skopje-rpc.gptprotocol.io'],
|
|
36876
|
+
faucets: ['https://skopje-faucet.gptprotocol.io'],
|
|
36877
|
+
chainId: 476462898,
|
|
36878
|
+
networkId: 476462898,
|
|
36879
|
+
nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
|
|
36880
|
+
infoURL: 'https://gptprotocol.com',
|
|
36881
|
+
shortName: 'Skopje',
|
|
36882
|
+
parent: {
|
|
36883
|
+
type: 'L2',
|
|
36884
|
+
chain: 'eip155-11155111',
|
|
36885
|
+
bridges: [{ url: 'https://skopje-bridge.gptprotocol.io' }]
|
|
36886
|
+
},
|
|
36887
|
+
explorers: [
|
|
36888
|
+
{
|
|
36889
|
+
name: 'blockscout',
|
|
36890
|
+
url: 'https://skopje-explorer.gptprotocol.io',
|
|
36891
|
+
standard: 'EIP3091',
|
|
36892
|
+
icon: 'blockscout'
|
|
36893
|
+
}
|
|
36894
|
+
],
|
|
36895
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf75UpPd7PA3tV6iPxWXGmHq4azyP3CrBYStdSSjQ2Wrx'
|
|
36896
|
+
},
|
|
35952
36897
|
486217935: {
|
|
35953
36898
|
name: 'Gather Devnet Network',
|
|
35954
36899
|
chain: 'GTH',
|
|
@@ -36395,6 +37340,32 @@ exports.chains = {
|
|
|
36395
37340
|
],
|
|
36396
37341
|
iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
|
|
36397
37342
|
},
|
|
37343
|
+
1511670449: {
|
|
37344
|
+
name: 'GPT Mainnet',
|
|
37345
|
+
chain: 'GPT Protocol',
|
|
37346
|
+
icon: 'gpt',
|
|
37347
|
+
rpc: ['https://rpc.gptprotocol.io'],
|
|
37348
|
+
faucets: [],
|
|
37349
|
+
chainId: 1511670449,
|
|
37350
|
+
networkId: 1511670449,
|
|
37351
|
+
nativeCurrency: { name: 'GPT', symbol: 'GPT', decimals: 18 },
|
|
37352
|
+
infoURL: 'https://gptprotocol.com',
|
|
37353
|
+
shortName: 'GPT',
|
|
37354
|
+
parent: {
|
|
37355
|
+
type: 'L2',
|
|
37356
|
+
chain: 'eip155-1',
|
|
37357
|
+
bridges: [{ url: 'https://bridge.gptprotocol.io' }]
|
|
37358
|
+
},
|
|
37359
|
+
explorers: [
|
|
37360
|
+
{
|
|
37361
|
+
name: 'blockscout',
|
|
37362
|
+
url: 'https://explorer.gptprotocol.io',
|
|
37363
|
+
standard: 'EIP3091',
|
|
37364
|
+
icon: 'blockscout'
|
|
37365
|
+
}
|
|
37366
|
+
],
|
|
37367
|
+
iconURL: 'https://ipfs.io/ipfs/Qmdh4Lzamv34Ae2bhA9M6GLCjXxPAtHC5zdG5ZNidrdenA'
|
|
37368
|
+
},
|
|
36398
37369
|
1517929550: {
|
|
36399
37370
|
name: 'Deprecated SKALE Titan Hub Testnet',
|
|
36400
37371
|
chain: 'staging-aware-chief-gianfar',
|
|
@@ -36818,7 +37789,7 @@ exports.chains = {
|
|
|
36818
37789
|
title: 'GitSwarm Test Network',
|
|
36819
37790
|
chain: 'ETH',
|
|
36820
37791
|
icon: 'gitswarm',
|
|
36821
|
-
rpc: ['https://gitswarm.com:2096'],
|
|
37792
|
+
rpc: ['https://testnet.gitswarm.com:2096'],
|
|
36822
37793
|
faucets: [],
|
|
36823
37794
|
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
|
36824
37795
|
infoURL: 'https://gitswarm.com/',
|
|
@@ -36918,6 +37889,28 @@ exports.chains = {
|
|
|
36918
37889
|
],
|
|
36919
37890
|
iconURL: 'https://ipfs.io/ipfs/QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq'
|
|
36920
37891
|
},
|
|
37892
|
+
123420000220: {
|
|
37893
|
+
name: 'Fluence Stage',
|
|
37894
|
+
chain: 'Fluence Stage (Testnet)',
|
|
37895
|
+
rpc: [
|
|
37896
|
+
'https://rpc-123420000220.raas-testnet.gelato.digital/',
|
|
37897
|
+
'wss://ws-123420000220.raas-testnet.gelato.digital/'
|
|
37898
|
+
],
|
|
37899
|
+
faucets: [],
|
|
37900
|
+
nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
|
|
37901
|
+
infoURL: 'https://fluence.network/',
|
|
37902
|
+
shortName: 'fluence-stage',
|
|
37903
|
+
chainId: 123420000220,
|
|
37904
|
+
networkId: 123420000220,
|
|
37905
|
+
explorers: [
|
|
37906
|
+
{
|
|
37907
|
+
name: 'blockscout',
|
|
37908
|
+
url: 'https://blockscout-123420000220.raas-testnet.gelato.digital',
|
|
37909
|
+
standard: 'EIP3091'
|
|
37910
|
+
}
|
|
37911
|
+
],
|
|
37912
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
37913
|
+
},
|
|
36921
37914
|
197710212030: {
|
|
36922
37915
|
name: 'Ntity Mainnet',
|
|
36923
37916
|
chain: 'Ntity',
|