@revoke.cash/chains 50.0.0 → 52.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 +898 -58
- package/dist/src/enums.d.ts +85 -9
- package/dist/src/enums.js +85 -9
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -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,14 +5717,26 @@ exports.chains = {
|
|
|
5699
5717
|
360: {
|
|
5700
5718
|
name: 'Shape',
|
|
5701
5719
|
chain: 'ETH',
|
|
5702
|
-
rpc: [
|
|
5720
|
+
rpc: [
|
|
5721
|
+
'https://mainnet.shape.network',
|
|
5722
|
+
'https://shape-mainnet.g.alchemy.com/public'
|
|
5723
|
+
],
|
|
5703
5724
|
faucets: [],
|
|
5704
5725
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5705
|
-
infoURL: 'https://shape.
|
|
5726
|
+
infoURL: 'https://shape.network',
|
|
5706
5727
|
shortName: 'shape',
|
|
5707
5728
|
chainId: 360,
|
|
5708
5729
|
networkId: 360,
|
|
5709
|
-
|
|
5730
|
+
icon: 'shape',
|
|
5731
|
+
explorers: [
|
|
5732
|
+
{
|
|
5733
|
+
name: 'shapescan',
|
|
5734
|
+
url: 'https://shapescan.xyz',
|
|
5735
|
+
standard: 'EIP3091'
|
|
5736
|
+
}
|
|
5737
|
+
],
|
|
5738
|
+
status: 'active',
|
|
5739
|
+
iconURL: 'https://ipfs.io/ipfs/QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j'
|
|
5710
5740
|
},
|
|
5711
5741
|
361: {
|
|
5712
5742
|
name: 'Theta Mainnet',
|
|
@@ -6412,7 +6442,7 @@ exports.chains = {
|
|
|
6412
6442
|
480: {
|
|
6413
6443
|
name: 'World Chain',
|
|
6414
6444
|
chain: 'ETH',
|
|
6415
|
-
rpc: [],
|
|
6445
|
+
rpc: ['https://worldchain-mainnet.g.alchemy.com/public'],
|
|
6416
6446
|
faucets: [],
|
|
6417
6447
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6418
6448
|
infoURL: 'https://worldcoin.org',
|
|
@@ -6424,14 +6454,21 @@ exports.chains = {
|
|
|
6424
6454
|
499: {
|
|
6425
6455
|
name: 'Rupaya',
|
|
6426
6456
|
chain: 'RUPX',
|
|
6427
|
-
rpc: [],
|
|
6428
|
-
faucets: [],
|
|
6457
|
+
rpc: ['https://rpc.rupaya.io'],
|
|
6458
|
+
faucets: ['https://faucet.rupaya.io'],
|
|
6429
6459
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
|
6430
6460
|
infoURL: 'https://www.rupaya.io',
|
|
6431
6461
|
shortName: 'rupx',
|
|
6432
6462
|
chainId: 499,
|
|
6433
6463
|
networkId: 499,
|
|
6434
|
-
slip44: 499
|
|
6464
|
+
slip44: 499,
|
|
6465
|
+
explorers: [
|
|
6466
|
+
{
|
|
6467
|
+
name: 'Rupaya Explorer',
|
|
6468
|
+
url: 'https://scan.rupaya.io',
|
|
6469
|
+
standard: 'EIP3091'
|
|
6470
|
+
}
|
|
6471
|
+
]
|
|
6435
6472
|
},
|
|
6436
6473
|
500: {
|
|
6437
6474
|
name: 'Camino C-Chain',
|
|
@@ -9143,6 +9180,33 @@ exports.chains = {
|
|
|
9143
9180
|
],
|
|
9144
9181
|
iconURL: 'https://ipfs.io/ipfs/QmfMd564KUPK8eKZDwGCT71ZC2jMnUZqP6LCtLpup3rHH1'
|
|
9145
9182
|
},
|
|
9183
|
+
1005: {
|
|
9184
|
+
name: 'LemonChainTestnet',
|
|
9185
|
+
chain: 'tLEMX',
|
|
9186
|
+
rpc: [
|
|
9187
|
+
'https://rpc.testnet.lemonchain.io',
|
|
9188
|
+
'https://rpc.testnet.allthingslemon.io'
|
|
9189
|
+
],
|
|
9190
|
+
faucets: [],
|
|
9191
|
+
nativeCurrency: { name: 'testnet LEMX', symbol: 'tLEMX', decimals: 18 },
|
|
9192
|
+
infoURL: 'https://dapp.allthingslemon.io/home',
|
|
9193
|
+
shortName: 'tlemx',
|
|
9194
|
+
chainId: 1005,
|
|
9195
|
+
networkId: 1005,
|
|
9196
|
+
explorers: []
|
|
9197
|
+
},
|
|
9198
|
+
1006: {
|
|
9199
|
+
name: 'LemonChain',
|
|
9200
|
+
chain: 'LEMX',
|
|
9201
|
+
rpc: ['https://rpc.lemonchain.io', 'https://rpc.allthingslemon.io'],
|
|
9202
|
+
faucets: [],
|
|
9203
|
+
nativeCurrency: { name: 'LEMX', symbol: 'LEMX', decimals: 18 },
|
|
9204
|
+
infoURL: 'https://dapp.allthingslemon.io/home',
|
|
9205
|
+
shortName: 'lemx',
|
|
9206
|
+
chainId: 1006,
|
|
9207
|
+
networkId: 1006,
|
|
9208
|
+
explorers: []
|
|
9209
|
+
},
|
|
9146
9210
|
1007: {
|
|
9147
9211
|
name: 'Newton Testnet',
|
|
9148
9212
|
chain: 'NEW',
|
|
@@ -10568,6 +10632,27 @@ exports.chains = {
|
|
|
10568
10632
|
],
|
|
10569
10633
|
iconURL: 'https://ipfs.io/ipfs/QmNekc5gpyrQkeDQcmfJLBrP5fa6GMarB13iy6aHVdQJDU'
|
|
10570
10634
|
},
|
|
10635
|
+
1260: {
|
|
10636
|
+
name: 'Metacces Testnet',
|
|
10637
|
+
chain: 'Metacces Testnet',
|
|
10638
|
+
icon: 'metacces',
|
|
10639
|
+
rpc: ['https://tapi.accesscan.io'],
|
|
10640
|
+
faucets: [],
|
|
10641
|
+
nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
|
|
10642
|
+
infoURL: 'https://metacces.com',
|
|
10643
|
+
shortName: 'ACCESt',
|
|
10644
|
+
chainId: 1260,
|
|
10645
|
+
networkId: 1260,
|
|
10646
|
+
explorers: [
|
|
10647
|
+
{
|
|
10648
|
+
name: 'accesscan',
|
|
10649
|
+
url: 'https://testnet.accesscan.io',
|
|
10650
|
+
icon: 'metacces',
|
|
10651
|
+
standard: 'EIP3091'
|
|
10652
|
+
}
|
|
10653
|
+
],
|
|
10654
|
+
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
10655
|
+
},
|
|
10571
10656
|
1280: {
|
|
10572
10657
|
name: 'HALO Mainnet',
|
|
10573
10658
|
chain: 'HALO',
|
|
@@ -10866,7 +10951,7 @@ exports.chains = {
|
|
|
10866
10951
|
standard: 'EIP3091'
|
|
10867
10952
|
}
|
|
10868
10953
|
],
|
|
10869
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
10954
|
+
iconURL: 'https://ipfs.io/ipfs/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg'
|
|
10870
10955
|
},
|
|
10871
10956
|
1320: {
|
|
10872
10957
|
name: 'AIA Testnet',
|
|
@@ -10888,7 +10973,7 @@ exports.chains = {
|
|
|
10888
10973
|
standard: 'EIP3091'
|
|
10889
10974
|
}
|
|
10890
10975
|
],
|
|
10891
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
10976
|
+
iconURL: 'https://ipfs.io/ipfs/QmPAcZioXaoJd8vFRrqdj2cWXWkbSHoCPiyZH9ukncfvfg'
|
|
10892
10977
|
},
|
|
10893
10978
|
1328: {
|
|
10894
10979
|
name: 'Sei Testnet',
|
|
@@ -11181,20 +11266,20 @@ exports.chains = {
|
|
|
11181
11266
|
status: 'deprecated'
|
|
11182
11267
|
},
|
|
11183
11268
|
1414: {
|
|
11184
|
-
name: 'Silicon zkEVM Sepolia Testnet',
|
|
11185
|
-
title: 'Silicon zkEVM Sepolia Testnet',
|
|
11269
|
+
name: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
|
|
11270
|
+
title: 'Silicon zkEVM Sepolia Testnet(Deprecated)',
|
|
11186
11271
|
chain: 'Silicon',
|
|
11187
11272
|
rpc: [],
|
|
11188
11273
|
faucets: [],
|
|
11189
11274
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
11190
11275
|
infoURL: '',
|
|
11191
|
-
shortName: 'silicon-sepolia-testnet',
|
|
11276
|
+
shortName: 'silicon-sepolia-testnet-deprecated',
|
|
11192
11277
|
chainId: 1414,
|
|
11193
11278
|
networkId: 1414,
|
|
11194
11279
|
icon: 'silicon',
|
|
11195
11280
|
explorers: [],
|
|
11196
11281
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
11197
|
-
status: '
|
|
11282
|
+
status: 'deprecated',
|
|
11198
11283
|
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
11199
11284
|
},
|
|
11200
11285
|
1422: {
|
|
@@ -11619,7 +11704,7 @@ exports.chains = {
|
|
|
11619
11704
|
1625: {
|
|
11620
11705
|
name: 'Gravity Alpha Mainnet',
|
|
11621
11706
|
chain: 'Gravity',
|
|
11622
|
-
rpc: ['https://rpc.gravity.xyz'],
|
|
11707
|
+
rpc: ['https://rpc.gravity.xyz', 'https://rpc.ankr.com/gravity'],
|
|
11623
11708
|
faucets: [],
|
|
11624
11709
|
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
|
11625
11710
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
|
|
@@ -11634,7 +11719,12 @@ exports.chains = {
|
|
|
11634
11719
|
url: 'https://explorer.gravity.xyz',
|
|
11635
11720
|
standard: 'EIP3091'
|
|
11636
11721
|
},
|
|
11637
|
-
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
|
11722
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' },
|
|
11723
|
+
{
|
|
11724
|
+
name: 'OKLink',
|
|
11725
|
+
url: 'https://www.oklink.com/gravity-alpha',
|
|
11726
|
+
standard: 'EIP3091'
|
|
11727
|
+
}
|
|
11638
11728
|
],
|
|
11639
11729
|
parent: {
|
|
11640
11730
|
type: 'L2',
|
|
@@ -12554,10 +12644,7 @@ exports.chains = {
|
|
|
12554
12644
|
1953: {
|
|
12555
12645
|
name: 'Selendra Network Testnet',
|
|
12556
12646
|
chain: 'tSEL',
|
|
12557
|
-
rpc: [
|
|
12558
|
-
'https://rpc0-testnet.selendra.org',
|
|
12559
|
-
'https://rpc1-testnet.selendra.org'
|
|
12560
|
-
],
|
|
12647
|
+
rpc: ['https://rpc-testnet.selendra.org'],
|
|
12561
12648
|
faucets: [],
|
|
12562
12649
|
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
|
12563
12650
|
infoURL: 'https://selendra.org',
|
|
@@ -12565,6 +12652,13 @@ exports.chains = {
|
|
|
12565
12652
|
chainId: 1953,
|
|
12566
12653
|
networkId: 1953,
|
|
12567
12654
|
icon: 'selendra',
|
|
12655
|
+
explorers: [
|
|
12656
|
+
{
|
|
12657
|
+
name: 'Selendra Portal',
|
|
12658
|
+
url: 'https://portal.selendra.org',
|
|
12659
|
+
standard: 'none'
|
|
12660
|
+
}
|
|
12661
|
+
],
|
|
12568
12662
|
iconURL: 'https://ipfs.io/ipfs/QmbnLDuVc4JReFysyKvmpuqUtj9HCus6qoKD5nQ9QkokzK'
|
|
12569
12663
|
},
|
|
12570
12664
|
1954: {
|
|
@@ -12620,7 +12714,7 @@ exports.chains = {
|
|
|
12620
12714
|
1961: {
|
|
12621
12715
|
name: 'Selendra Network Mainnet',
|
|
12622
12716
|
chain: 'SEL',
|
|
12623
|
-
rpc: ['https://
|
|
12717
|
+
rpc: ['https://rpc.selendra.org', 'https://rpc2.selendra.org'],
|
|
12624
12718
|
faucets: [],
|
|
12625
12719
|
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
|
12626
12720
|
infoURL: 'https://selendra.org',
|
|
@@ -12630,8 +12724,8 @@ exports.chains = {
|
|
|
12630
12724
|
icon: 'selendra',
|
|
12631
12725
|
explorers: [
|
|
12632
12726
|
{
|
|
12633
|
-
name: 'Selendra
|
|
12634
|
-
url: 'https://
|
|
12727
|
+
name: 'Selendra Portal',
|
|
12728
|
+
url: 'https://portal.selendra.org',
|
|
12635
12729
|
standard: 'none'
|
|
12636
12730
|
}
|
|
12637
12731
|
],
|
|
@@ -13665,6 +13759,27 @@ exports.chains = {
|
|
|
13665
13759
|
],
|
|
13666
13760
|
iconURL: 'https://ipfs.io/ipfs/QmSQGKhhBpMTM7vYpGdgMTDFyzaAN3PGG5AnmWy7KQPdSn'
|
|
13667
13761
|
},
|
|
13762
|
+
2071: {
|
|
13763
|
+
name: 'Metacces Mainnet',
|
|
13764
|
+
chain: 'Metacces Mainnet',
|
|
13765
|
+
icon: 'metacces',
|
|
13766
|
+
rpc: ['https://oli.accesscan.io'],
|
|
13767
|
+
faucets: [],
|
|
13768
|
+
nativeCurrency: { name: 'Metacces', symbol: 'ACCES', decimals: 18 },
|
|
13769
|
+
infoURL: 'https://metacces.com',
|
|
13770
|
+
shortName: 'ACCES',
|
|
13771
|
+
chainId: 2071,
|
|
13772
|
+
networkId: 2071,
|
|
13773
|
+
explorers: [
|
|
13774
|
+
{
|
|
13775
|
+
name: 'accesscan',
|
|
13776
|
+
url: 'https://accesscan.io',
|
|
13777
|
+
icon: 'metacces',
|
|
13778
|
+
standard: 'EIP3091'
|
|
13779
|
+
}
|
|
13780
|
+
],
|
|
13781
|
+
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
13782
|
+
},
|
|
13668
13783
|
2077: {
|
|
13669
13784
|
name: 'Quokkacoin Mainnet',
|
|
13670
13785
|
chain: 'Qkacoin',
|
|
@@ -14475,17 +14590,33 @@ exports.chains = {
|
|
|
14475
14590
|
name: 'Silicon zkEVM',
|
|
14476
14591
|
title: 'Silicon zkEVM Mainnet',
|
|
14477
14592
|
chain: 'Silicon',
|
|
14478
|
-
rpc: [
|
|
14593
|
+
rpc: [
|
|
14594
|
+
'https://rpc.silicon.network',
|
|
14595
|
+
'https://silicon-mainnet.nodeinfra.com'
|
|
14596
|
+
],
|
|
14479
14597
|
faucets: [],
|
|
14480
14598
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14481
|
-
infoURL: '',
|
|
14599
|
+
infoURL: 'https://docs.silicon.network',
|
|
14482
14600
|
shortName: 'silicon-zk',
|
|
14483
14601
|
chainId: 2355,
|
|
14484
14602
|
networkId: 2355,
|
|
14485
14603
|
icon: 'silicon',
|
|
14486
|
-
explorers: [
|
|
14487
|
-
|
|
14488
|
-
|
|
14604
|
+
explorers: [
|
|
14605
|
+
{
|
|
14606
|
+
name: 'siliconscope',
|
|
14607
|
+
url: 'https://scope.silicon.network',
|
|
14608
|
+
standard: 'EIP3091'
|
|
14609
|
+
}
|
|
14610
|
+
],
|
|
14611
|
+
parent: {
|
|
14612
|
+
type: 'L2',
|
|
14613
|
+
chain: 'eip155-1',
|
|
14614
|
+
bridges: [
|
|
14615
|
+
{ url: 'https://bridge.silicon.network' },
|
|
14616
|
+
{ url: 'https://bridge.orbitchain.io' }
|
|
14617
|
+
]
|
|
14618
|
+
},
|
|
14619
|
+
status: 'active',
|
|
14489
14620
|
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
14490
14621
|
},
|
|
14491
14622
|
2357: {
|
|
@@ -14768,13 +14899,15 @@ exports.chains = {
|
|
|
14768
14899
|
shortName: '6do',
|
|
14769
14900
|
chainId: 2477,
|
|
14770
14901
|
networkId: 2477,
|
|
14902
|
+
icon: '6do',
|
|
14771
14903
|
explorers: [
|
|
14772
14904
|
{
|
|
14773
14905
|
name: '6Degree Chain Explorer',
|
|
14774
14906
|
url: 'https://explorer.6do.world',
|
|
14775
14907
|
standard: 'EIP3091'
|
|
14776
14908
|
}
|
|
14777
|
-
]
|
|
14909
|
+
],
|
|
14910
|
+
iconURL: 'https://ipfs.io/ipfs/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi'
|
|
14778
14911
|
},
|
|
14779
14912
|
2484: {
|
|
14780
14913
|
name: 'Unicorn Ultra Nebulas Testnet',
|
|
@@ -15235,6 +15368,25 @@ exports.chains = {
|
|
|
15235
15368
|
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
15236
15369
|
}
|
|
15237
15370
|
},
|
|
15371
|
+
2868: {
|
|
15372
|
+
name: 'HyperAGI Mainnet',
|
|
15373
|
+
chain: 'HyperAGI',
|
|
15374
|
+
rpc: [],
|
|
15375
|
+
faucets: [],
|
|
15376
|
+
nativeCurrency: { name: 'Hyperdust', symbol: 'HYPT', decimals: 18 },
|
|
15377
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15378
|
+
infoURL: 'https://hyperagi.network',
|
|
15379
|
+
shortName: 'hypt',
|
|
15380
|
+
chainId: 2868,
|
|
15381
|
+
networkId: 1,
|
|
15382
|
+
explorers: [
|
|
15383
|
+
{
|
|
15384
|
+
name: 'hyptscan',
|
|
15385
|
+
url: 'https://block.hyperagi.network',
|
|
15386
|
+
standard: 'EIP3091'
|
|
15387
|
+
}
|
|
15388
|
+
]
|
|
15389
|
+
},
|
|
15238
15390
|
2882: {
|
|
15239
15391
|
name: 'Chips Network',
|
|
15240
15392
|
chain: 'CHIPS',
|
|
@@ -15273,6 +15425,27 @@ exports.chains = {
|
|
|
15273
15425
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
15274
15426
|
}
|
|
15275
15427
|
},
|
|
15428
|
+
2889: {
|
|
15429
|
+
name: 'Aarma Mainnet',
|
|
15430
|
+
chain: 'Aarma',
|
|
15431
|
+
rpc: ['https://aarmarpc.com/'],
|
|
15432
|
+
faucets: [],
|
|
15433
|
+
nativeCurrency: { name: 'Aarma', symbol: 'ARMA', decimals: 18 },
|
|
15434
|
+
infoURL: 'https://aarmachain.com',
|
|
15435
|
+
shortName: 'ARMA',
|
|
15436
|
+
chainId: 2889,
|
|
15437
|
+
networkId: 2889,
|
|
15438
|
+
icon: 'arma',
|
|
15439
|
+
explorers: [
|
|
15440
|
+
{
|
|
15441
|
+
name: 'aarmascan',
|
|
15442
|
+
url: 'https://aarmascan.com',
|
|
15443
|
+
icon: 'arma',
|
|
15444
|
+
standard: 'none'
|
|
15445
|
+
}
|
|
15446
|
+
],
|
|
15447
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwQFHeLV7PCMe37nDb6pAgisUo5tVH6TBXsySDGtC9b9'
|
|
15448
|
+
},
|
|
15276
15449
|
2907: {
|
|
15277
15450
|
name: 'Elux Chain',
|
|
15278
15451
|
chain: 'ELUX',
|
|
@@ -17351,7 +17524,7 @@ exports.chains = {
|
|
|
17351
17524
|
4801: {
|
|
17352
17525
|
name: 'World Chain Sepolia Testnet',
|
|
17353
17526
|
chain: 'ETH',
|
|
17354
|
-
rpc: [],
|
|
17527
|
+
rpc: ['https://worldchain-sepolia.g.alchemy.com/public'],
|
|
17355
17528
|
faucets: [],
|
|
17356
17529
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
17357
17530
|
infoURL: 'https://worldcoin.org/',
|
|
@@ -17755,6 +17928,28 @@ exports.chains = {
|
|
|
17755
17928
|
status: 'active',
|
|
17756
17929
|
iconURL: 'https://ipfs.io/ipfs/QmcbYVenTET9HBS7vs7SGv1MNqnRscAKVF5kaRVHaVCfvs'
|
|
17757
17930
|
},
|
|
17931
|
+
5115: {
|
|
17932
|
+
name: 'Citrea Testnet',
|
|
17933
|
+
chain: 'Citrea',
|
|
17934
|
+
rpc: ['https://rpc.testnet.citrea.xyz'],
|
|
17935
|
+
faucets: ['https://citrea.xyz/faucet'],
|
|
17936
|
+
nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
|
|
17937
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
17938
|
+
infoURL: 'https://citrea.xyz',
|
|
17939
|
+
shortName: 'citrea-testnet',
|
|
17940
|
+
chainId: 5115,
|
|
17941
|
+
networkId: 5115,
|
|
17942
|
+
icon: 'citrea',
|
|
17943
|
+
explorers: [
|
|
17944
|
+
{
|
|
17945
|
+
name: 'Citrea Testnet Explorer',
|
|
17946
|
+
url: 'https://explorer.testnet.citrea.xyz',
|
|
17947
|
+
icon: 'citrea',
|
|
17948
|
+
standard: 'EIP3091'
|
|
17949
|
+
}
|
|
17950
|
+
],
|
|
17951
|
+
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
17952
|
+
},
|
|
17758
17953
|
5151: {
|
|
17759
17954
|
name: 'MeChain Testnet',
|
|
17760
17955
|
chain: 'MeChain',
|
|
@@ -18075,6 +18270,20 @@ exports.chains = {
|
|
|
18075
18270
|
],
|
|
18076
18271
|
iconURL: 'https://ipfs.io/ipfs/QmcZiEAGFYEEax1uxYnDUh8X5YBvZqMi9K92yZoq4o2zeM'
|
|
18077
18272
|
},
|
|
18273
|
+
5545: {
|
|
18274
|
+
name: 'DuckChain Mainnet',
|
|
18275
|
+
title: 'DuckChain Mainnet',
|
|
18276
|
+
chain: 'DuckChain',
|
|
18277
|
+
icon: 'duckchain',
|
|
18278
|
+
rpc: ['https://rpc.duckchain.io', 'https://rpc-hk.duckchain.io'],
|
|
18279
|
+
faucets: [],
|
|
18280
|
+
nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
|
|
18281
|
+
infoURL: 'https://duckchain.io',
|
|
18282
|
+
shortName: 'Duck-Chain-Mainnet',
|
|
18283
|
+
chainId: 5545,
|
|
18284
|
+
networkId: 5545,
|
|
18285
|
+
iconURL: 'https://ipfs.io/ipfs/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL'
|
|
18286
|
+
},
|
|
18078
18287
|
5551: {
|
|
18079
18288
|
name: 'Nahmii 2 Mainnet',
|
|
18080
18289
|
chain: 'Nahmii',
|
|
@@ -18500,6 +18709,31 @@ exports.chains = {
|
|
|
18500
18709
|
],
|
|
18501
18710
|
iconURL: 'https://ipfs.io/ipfs/QmXry4fg4n371PCokLGKUMwmws1SoJb5giZM3EedeEQaZz'
|
|
18502
18711
|
},
|
|
18712
|
+
6060: {
|
|
18713
|
+
name: 'BC Hyper Chain Testnet',
|
|
18714
|
+
chain: 'BC Hyper Chain',
|
|
18715
|
+
rpc: ['https://rpc.bchscan.io'],
|
|
18716
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18717
|
+
faucets: [],
|
|
18718
|
+
nativeCurrency: {
|
|
18719
|
+
name: 'TEST VERSATIZE COIN',
|
|
18720
|
+
symbol: 'TVTCN',
|
|
18721
|
+
decimals: 18
|
|
18722
|
+
},
|
|
18723
|
+
infoURL: 'https://www.versatizecoin.com/',
|
|
18724
|
+
shortName: 'BCH',
|
|
18725
|
+
chainId: 6060,
|
|
18726
|
+
networkId: 6060,
|
|
18727
|
+
icon: 'bchyper',
|
|
18728
|
+
explorers: [
|
|
18729
|
+
{
|
|
18730
|
+
name: 'bcexplorer testnet',
|
|
18731
|
+
url: 'https://testnet.bchscan.io',
|
|
18732
|
+
standard: 'EIP3091'
|
|
18733
|
+
}
|
|
18734
|
+
],
|
|
18735
|
+
iconURL: 'https://ipfs.io/ipfs/QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE'
|
|
18736
|
+
},
|
|
18503
18737
|
6065: {
|
|
18504
18738
|
name: 'Tres Testnet',
|
|
18505
18739
|
chain: 'TresLeches',
|
|
@@ -18613,6 +18847,30 @@ exports.chains = {
|
|
|
18613
18847
|
],
|
|
18614
18848
|
iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
|
|
18615
18849
|
},
|
|
18850
|
+
6278: {
|
|
18851
|
+
name: 'Rails',
|
|
18852
|
+
title: 'Rails Network Mainnet',
|
|
18853
|
+
chain: 'RAILS',
|
|
18854
|
+
icon: 'rails',
|
|
18855
|
+
rpc: ['https://mainnet.steamexchange.io'],
|
|
18856
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP6551' }],
|
|
18857
|
+
faucets: [],
|
|
18858
|
+
nativeCurrency: { name: 'SteamX', symbol: 'STEAMX', decimals: 18 },
|
|
18859
|
+
infoURL: 'https://steamexchange.io',
|
|
18860
|
+
shortName: 'rails',
|
|
18861
|
+
chainId: 6278,
|
|
18862
|
+
networkId: 6278,
|
|
18863
|
+
slip44: 6278,
|
|
18864
|
+
explorers: [
|
|
18865
|
+
{
|
|
18866
|
+
name: 'blockscout',
|
|
18867
|
+
url: 'https://explore.steamexchange.io',
|
|
18868
|
+
icon: 'blockscout',
|
|
18869
|
+
standard: 'EIP3091'
|
|
18870
|
+
}
|
|
18871
|
+
],
|
|
18872
|
+
iconURL: 'https://ipfs.io/ipfs/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM'
|
|
18873
|
+
},
|
|
18616
18874
|
6283: {
|
|
18617
18875
|
name: 'LAOS',
|
|
18618
18876
|
title: 'LAOS Mainnet',
|
|
@@ -18890,6 +19148,27 @@ exports.chains = {
|
|
|
18890
19148
|
},
|
|
18891
19149
|
iconURL: 'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
|
|
18892
19150
|
},
|
|
19151
|
+
6667: {
|
|
19152
|
+
name: 'Storchain',
|
|
19153
|
+
chain: 'STR',
|
|
19154
|
+
rpc: ['https://rpc.storchain.io'],
|
|
19155
|
+
faucets: [],
|
|
19156
|
+
nativeCurrency: { name: 'Storchain', symbol: 'STR', decimals: 18 },
|
|
19157
|
+
infoURL: 'https://storchain.io',
|
|
19158
|
+
shortName: 'str',
|
|
19159
|
+
chainId: 6667,
|
|
19160
|
+
networkId: 6667,
|
|
19161
|
+
icon: 'str',
|
|
19162
|
+
explorers: [
|
|
19163
|
+
{
|
|
19164
|
+
name: 'storscan',
|
|
19165
|
+
url: 'https://scan.storchain.io',
|
|
19166
|
+
icon: 'str',
|
|
19167
|
+
standard: 'none'
|
|
19168
|
+
}
|
|
19169
|
+
],
|
|
19170
|
+
iconURL: 'https://ipfs.io/ipfs/QmdXSyjZvtVPDTLAuYoVU1cuRTEKnY96p65jgcz6wt7pfA'
|
|
19171
|
+
},
|
|
18893
19172
|
6678: {
|
|
18894
19173
|
name: 'Edge Matrix Chain',
|
|
18895
19174
|
chain: 'EMC',
|
|
@@ -19095,6 +19374,30 @@ exports.chains = {
|
|
|
19095
19374
|
],
|
|
19096
19375
|
iconURL: 'https://ipfs.io/ipfs/QmV18PRFPkp9pwKKJp4ksVDhMEiqNZ8A5DhQapdNCckeeQ'
|
|
19097
19376
|
},
|
|
19377
|
+
6880: {
|
|
19378
|
+
name: 'Mtt Mainnet',
|
|
19379
|
+
chain: 'MTT',
|
|
19380
|
+
rpc: ['https://evm-rpc.mtt.network'],
|
|
19381
|
+
faucets: [],
|
|
19382
|
+
nativeCurrency: {
|
|
19383
|
+
name: 'Mtt mainnet native coin',
|
|
19384
|
+
symbol: 'MTT',
|
|
19385
|
+
decimals: 18
|
|
19386
|
+
},
|
|
19387
|
+
infoURL: 'https://mtt.network',
|
|
19388
|
+
shortName: 'mtt-mainnet',
|
|
19389
|
+
chainId: 6880,
|
|
19390
|
+
networkId: 6880,
|
|
19391
|
+
icon: 'mttnetwork',
|
|
19392
|
+
explorers: [
|
|
19393
|
+
{
|
|
19394
|
+
name: 'Mtt explorer',
|
|
19395
|
+
url: 'https://explorer.mtt.network',
|
|
19396
|
+
standard: 'EIP3091'
|
|
19397
|
+
}
|
|
19398
|
+
],
|
|
19399
|
+
iconURL: 'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
|
|
19400
|
+
},
|
|
19098
19401
|
6942: {
|
|
19099
19402
|
name: 'Laika Mainnet',
|
|
19100
19403
|
chain: 'LAIKA',
|
|
@@ -20122,6 +20425,29 @@ exports.chains = {
|
|
|
20122
20425
|
],
|
|
20123
20426
|
iconURL: 'https://ipfs.io/ipfs/bafybeiadb4izxxptk3wy34cam3k2rxgqb2vrzxtltqnp3vwdvd2igwoghu'
|
|
20124
20427
|
},
|
|
20428
|
+
8017: {
|
|
20429
|
+
name: 'iSunCoin Mainnet',
|
|
20430
|
+
chain: 'iSunCoin',
|
|
20431
|
+
icon: 'isuncoin',
|
|
20432
|
+
rpc: ['https://mainnet.isuncoin.com'],
|
|
20433
|
+
faucets: [],
|
|
20434
|
+
nativeCurrency: { name: 'ISC', symbol: 'ISC', decimals: 18 },
|
|
20435
|
+
infoURL: 'https://isuncoin.com',
|
|
20436
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20437
|
+
shortName: 'isc',
|
|
20438
|
+
chainId: 8017,
|
|
20439
|
+
networkId: 8017,
|
|
20440
|
+
slip44: 8017,
|
|
20441
|
+
explorers: [
|
|
20442
|
+
{
|
|
20443
|
+
name: 'iSunCoin Explorer',
|
|
20444
|
+
icon: 'isuncoin',
|
|
20445
|
+
url: 'https://baifa.io/app/chains/8017',
|
|
20446
|
+
standard: 'none'
|
|
20447
|
+
}
|
|
20448
|
+
],
|
|
20449
|
+
iconURL: 'https://ipfs.io/ipfs/Qmdj8PwchmbpZKYvkB3oJiRX9eZdY6C16AbEz6D1DU3Vqn'
|
|
20450
|
+
},
|
|
20125
20451
|
8029: {
|
|
20126
20452
|
name: 'MDGL Testnet',
|
|
20127
20453
|
chain: 'MDGL',
|
|
@@ -20584,6 +20910,27 @@ exports.chains = {
|
|
|
20584
20910
|
explorers: [],
|
|
20585
20911
|
iconURL: 'https://ipfs.io/ipfs/bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya'
|
|
20586
20912
|
},
|
|
20913
|
+
8428: {
|
|
20914
|
+
name: 'THAT Mainnet',
|
|
20915
|
+
chain: 'THAT',
|
|
20916
|
+
rpc: ['https://api.thatchain.io', 'https://api.thatchain.io/mainnet'],
|
|
20917
|
+
faucets: [],
|
|
20918
|
+
nativeCurrency: { name: 'THAT', symbol: 'THAT', decimals: 18 },
|
|
20919
|
+
infoURL: 'https://that.website',
|
|
20920
|
+
shortName: 'THAT',
|
|
20921
|
+
chainId: 8428,
|
|
20922
|
+
networkId: 8428,
|
|
20923
|
+
icon: 'that',
|
|
20924
|
+
explorers: [
|
|
20925
|
+
{
|
|
20926
|
+
name: 'THAT Explorer',
|
|
20927
|
+
url: 'https://that.blockscout.com',
|
|
20928
|
+
icon: 'blockscout',
|
|
20929
|
+
standard: 'EIP3091'
|
|
20930
|
+
}
|
|
20931
|
+
],
|
|
20932
|
+
iconURL: 'https://ipfs.io/ipfs/QmQM3TAFBskGGpog4EZkEGj2svtmTbxzcNZBcbWCMnu5JL'
|
|
20933
|
+
},
|
|
20587
20934
|
8453: {
|
|
20588
20935
|
name: 'Base',
|
|
20589
20936
|
chain: 'ETH',
|
|
@@ -21963,6 +22310,40 @@ exports.chains = {
|
|
|
21963
22310
|
}
|
|
21964
22311
|
]
|
|
21965
22312
|
},
|
|
22313
|
+
9897: {
|
|
22314
|
+
name: 'arena-z-testnet',
|
|
22315
|
+
title: 'Arena-Z-Testnet',
|
|
22316
|
+
chain: 'arena-z-testnet',
|
|
22317
|
+
rpc: [
|
|
22318
|
+
'https://rpc.arena-z.t.raas.gelato.cloud',
|
|
22319
|
+
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
22320
|
+
],
|
|
22321
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22322
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
22323
|
+
faucets: [],
|
|
22324
|
+
shortName: 'arena-z-testnet',
|
|
22325
|
+
chainId: 9897,
|
|
22326
|
+
networkId: 9897,
|
|
22327
|
+
slip44: 60,
|
|
22328
|
+
explorers: [
|
|
22329
|
+
{
|
|
22330
|
+
name: 'blockscout',
|
|
22331
|
+
url: 'https://arena-z.blockscout.com',
|
|
22332
|
+
icon: 'blockscout',
|
|
22333
|
+
standard: 'EIP3091'
|
|
22334
|
+
}
|
|
22335
|
+
],
|
|
22336
|
+
parent: {
|
|
22337
|
+
type: 'L2',
|
|
22338
|
+
chain: 'eip155-11155111',
|
|
22339
|
+
bridges: [
|
|
22340
|
+
{
|
|
22341
|
+
url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
|
|
22342
|
+
}
|
|
22343
|
+
]
|
|
22344
|
+
},
|
|
22345
|
+
status: 'active'
|
|
22346
|
+
},
|
|
21966
22347
|
9898: {
|
|
21967
22348
|
name: 'Larissa Chain',
|
|
21968
22349
|
title: 'Larissa Chain',
|
|
@@ -22700,7 +23081,7 @@ exports.chains = {
|
|
|
22700
23081
|
iconURL: 'https://ipfs.io/ipfs/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck'
|
|
22701
23082
|
},
|
|
22702
23083
|
11000: {
|
|
22703
|
-
name: '
|
|
23084
|
+
name: 'KB Chain',
|
|
22704
23085
|
chain: 'KB',
|
|
22705
23086
|
rpc: ['https://mainnet-rpc.kbcfoundation.com'],
|
|
22706
23087
|
faucets: [],
|
|
@@ -22728,14 +23109,16 @@ exports.chains = {
|
|
|
22728
23109
|
shortName: 'shapesep',
|
|
22729
23110
|
chainId: 11011,
|
|
22730
23111
|
networkId: 11011,
|
|
23112
|
+
icon: 'shapeTestnet',
|
|
22731
23113
|
explorers: [
|
|
22732
23114
|
{
|
|
22733
23115
|
name: 'blockscout',
|
|
22734
|
-
url: 'https://
|
|
23116
|
+
url: 'https://explorer-sepolia.shape.network',
|
|
22735
23117
|
standard: 'EIP3091'
|
|
22736
23118
|
}
|
|
22737
23119
|
],
|
|
22738
|
-
slip44: 1
|
|
23120
|
+
slip44: 1,
|
|
23121
|
+
iconURL: 'https://ipfs.io/ipfs/QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j'
|
|
22739
23122
|
},
|
|
22740
23123
|
11110: {
|
|
22741
23124
|
name: 'Astra',
|
|
@@ -23338,6 +23721,24 @@ exports.chains = {
|
|
|
23338
23721
|
parent: { type: 'L2', chain: 'eip155-43113' },
|
|
23339
23722
|
iconURL: 'https://ipfs.io/ipfs/QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L'
|
|
23340
23723
|
},
|
|
23724
|
+
12358: {
|
|
23725
|
+
name: 'GDPR Mainnet',
|
|
23726
|
+
chain: 'GDPR',
|
|
23727
|
+
rpc: ['https://rpc.gdprchain.com'],
|
|
23728
|
+
faucets: [],
|
|
23729
|
+
nativeCurrency: { name: 'GDPR', symbol: 'GDPR', decimals: 18 },
|
|
23730
|
+
infoURL: 'https://explorer.gdprchain.com',
|
|
23731
|
+
shortName: 'gdpr',
|
|
23732
|
+
chainId: 12358,
|
|
23733
|
+
networkId: 12358,
|
|
23734
|
+
explorers: [
|
|
23735
|
+
{
|
|
23736
|
+
name: 'GDPR Mainnet Explorer (Blockscout)',
|
|
23737
|
+
url: 'https://explorer.gdprchain.com',
|
|
23738
|
+
standard: 'EIP3091'
|
|
23739
|
+
}
|
|
23740
|
+
]
|
|
23741
|
+
},
|
|
23341
23742
|
12553: {
|
|
23342
23743
|
name: 'RSS3 VSL Mainnet',
|
|
23343
23744
|
chain: 'RSS3',
|
|
@@ -23519,6 +23920,22 @@ exports.chains = {
|
|
|
23519
23920
|
],
|
|
23520
23921
|
iconURL: 'https://ipfs.io/ipfs/QmQJ21NWyGGDraicVEzS1Uqq1yXahM9NCuNZgnfYvtspdt'
|
|
23521
23922
|
},
|
|
23923
|
+
13370: {
|
|
23924
|
+
name: 'Cannon Testnet',
|
|
23925
|
+
title: 'Cannon Private Testnet',
|
|
23926
|
+
chain: 'ETH',
|
|
23927
|
+
rpc: ['http://127.0.0.1:8545'],
|
|
23928
|
+
faucets: [],
|
|
23929
|
+
nativeCurrency: {
|
|
23930
|
+
name: 'Cannon Testnet Ether',
|
|
23931
|
+
symbol: 'ETH',
|
|
23932
|
+
decimals: 18
|
|
23933
|
+
},
|
|
23934
|
+
infoURL: 'https://usecannon.com',
|
|
23935
|
+
shortName: 'cannon',
|
|
23936
|
+
chainId: 13370,
|
|
23937
|
+
networkId: 13370
|
|
23938
|
+
},
|
|
23522
23939
|
13371: {
|
|
23523
23940
|
name: 'Immutable zkEVM',
|
|
23524
23941
|
chain: 'Immutable zkEVM',
|
|
@@ -23762,6 +24179,25 @@ exports.chains = {
|
|
|
23762
24179
|
],
|
|
23763
24180
|
iconURL: 'https://ipfs.io/ipfs/bafkreidjhjv7uu7if745ys7ari3ka75spm2hqyr5po66sbe7kqsfk7ahua'
|
|
23764
24181
|
},
|
|
24182
|
+
14800: {
|
|
24183
|
+
name: 'Vana Moksha Testnet',
|
|
24184
|
+
chain: 'Vana Moksha Testnet',
|
|
24185
|
+
rpc: ['https://rpc.moksha.vana.org'],
|
|
24186
|
+
nativeCurrency: { name: 'VANA', symbol: 'VANA', decimals: 18 },
|
|
24187
|
+
faucets: [],
|
|
24188
|
+
infoURL: '',
|
|
24189
|
+
shortName: 'vana-moksha',
|
|
24190
|
+
chainId: 14800,
|
|
24191
|
+
networkId: 14800,
|
|
24192
|
+
explorers: [
|
|
24193
|
+
{
|
|
24194
|
+
name: 'Vana Moksha Testnet',
|
|
24195
|
+
url: 'https://vanascan.io',
|
|
24196
|
+
icon: 'vanamoksha',
|
|
24197
|
+
standard: 'none'
|
|
24198
|
+
}
|
|
24199
|
+
]
|
|
24200
|
+
},
|
|
23765
24201
|
14801: {
|
|
23766
24202
|
name: 'Vana Satori Testnet',
|
|
23767
24203
|
chain: 'Satori',
|
|
@@ -25341,6 +25777,28 @@ exports.chains = {
|
|
|
25341
25777
|
],
|
|
25342
25778
|
iconURL: 'https://ipfs.io/ipfs/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer'
|
|
25343
25779
|
},
|
|
25780
|
+
24116: {
|
|
25781
|
+
name: 'Amauti',
|
|
25782
|
+
title: 'Rails Network Testnet Amauti',
|
|
25783
|
+
chain: 'RAILS',
|
|
25784
|
+
icon: 'railsTestnet',
|
|
25785
|
+
rpc: ['https://testnet.steamexchange.io'],
|
|
25786
|
+
faucets: ['https://depot.steamexchange.io/faucet'],
|
|
25787
|
+
nativeCurrency: { name: 'SteamX', symbol: 'STEAMX', decimals: 18 },
|
|
25788
|
+
infoURL: 'https://steamexchange.io',
|
|
25789
|
+
shortName: 'railst',
|
|
25790
|
+
chainId: 24116,
|
|
25791
|
+
networkId: 24116,
|
|
25792
|
+
explorers: [
|
|
25793
|
+
{
|
|
25794
|
+
name: 'blockscout',
|
|
25795
|
+
url: 'https://build.steamexchange.io',
|
|
25796
|
+
icon: 'blockscout',
|
|
25797
|
+
standard: 'EIP3091'
|
|
25798
|
+
}
|
|
25799
|
+
],
|
|
25800
|
+
iconURL: 'https://ipfs.io/ipfs/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA'
|
|
25801
|
+
},
|
|
25344
25802
|
24484: {
|
|
25345
25803
|
name: 'Webchain',
|
|
25346
25804
|
chain: 'WEB',
|
|
@@ -25384,6 +25842,25 @@ exports.chains = {
|
|
|
25384
25842
|
],
|
|
25385
25843
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayuuzfpcgwjll4us4hquvpqa5gwq3lbiedv4qftmlwcxhcyjzzpq'
|
|
25386
25844
|
},
|
|
25845
|
+
25327: {
|
|
25846
|
+
name: 'Everclear Mainnet',
|
|
25847
|
+
chain: 'Everclear Mainnet',
|
|
25848
|
+
rpc: ['https://rpc.everclear.raas.gelato.cloud'],
|
|
25849
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
25850
|
+
faucets: [],
|
|
25851
|
+
infoURL: '',
|
|
25852
|
+
shortName: 'Everclear',
|
|
25853
|
+
chainId: 25327,
|
|
25854
|
+
networkId: 25327,
|
|
25855
|
+
explorers: [
|
|
25856
|
+
{
|
|
25857
|
+
name: 'Everclear',
|
|
25858
|
+
url: 'https://scan.everclear.org',
|
|
25859
|
+
icon: 'everclear',
|
|
25860
|
+
standard: 'none'
|
|
25861
|
+
}
|
|
25862
|
+
]
|
|
25863
|
+
},
|
|
25387
25864
|
25839: {
|
|
25388
25865
|
name: 'AlveyChain Testnet',
|
|
25389
25866
|
chain: 'tALV',
|
|
@@ -26063,20 +26540,25 @@ exports.chains = {
|
|
|
26063
26540
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
26064
26541
|
},
|
|
26065
26542
|
31415: {
|
|
26066
|
-
name: '
|
|
26067
|
-
|
|
26068
|
-
|
|
26069
|
-
|
|
26070
|
-
rpc: [],
|
|
26543
|
+
name: 'Wirex Pay Mainnet',
|
|
26544
|
+
chain: 'WirexPay',
|
|
26545
|
+
icon: 'wpay',
|
|
26546
|
+
rpc: ['https://rpc.wirexpaychain.com'],
|
|
26071
26547
|
faucets: [],
|
|
26072
|
-
nativeCurrency: { name: '
|
|
26073
|
-
infoURL: 'https://
|
|
26074
|
-
shortName: '
|
|
26548
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
26549
|
+
infoURL: 'https://docs.wirexpaychain.com/tech/wirex-pay-chain',
|
|
26550
|
+
shortName: 'wpay',
|
|
26075
26551
|
chainId: 31415,
|
|
26076
26552
|
networkId: 31415,
|
|
26077
|
-
|
|
26078
|
-
|
|
26079
|
-
|
|
26553
|
+
explorers: [
|
|
26554
|
+
{
|
|
26555
|
+
name: 'Wirex Pay Explorer',
|
|
26556
|
+
url: 'https://blockscout.wirexpaychain.com',
|
|
26557
|
+
standard: 'EIP3091'
|
|
26558
|
+
}
|
|
26559
|
+
],
|
|
26560
|
+
redFlags: ['reusedChainId'],
|
|
26561
|
+
iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
|
|
26080
26562
|
},
|
|
26081
26563
|
31753: {
|
|
26082
26564
|
name: 'Xchain Mainnet',
|
|
@@ -26177,7 +26659,7 @@ exports.chains = {
|
|
|
26177
26659
|
name: 'Bitgert Mainnet',
|
|
26178
26660
|
chain: 'Brise',
|
|
26179
26661
|
rpc: [
|
|
26180
|
-
'https://rpc.icecreamswap.com',
|
|
26662
|
+
'https://rpc-bitgert.icecreamswap.com',
|
|
26181
26663
|
'https://mainnet-rpc.brisescan.com',
|
|
26182
26664
|
'https://chainrpc.com',
|
|
26183
26665
|
'https://serverrpc.com'
|
|
@@ -26949,8 +27431,8 @@ exports.chains = {
|
|
|
26949
27431
|
]
|
|
26950
27432
|
},
|
|
26951
27433
|
42421: {
|
|
26952
|
-
name: '
|
|
26953
|
-
chain: '
|
|
27434
|
+
name: 'Asset Chain Testnet',
|
|
27435
|
+
chain: 'Asset Chain',
|
|
26954
27436
|
rpc: ['https://enugu-rpc.assetchain.org'],
|
|
26955
27437
|
faucets: ['https://faucet.assetchain.org'],
|
|
26956
27438
|
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
@@ -27915,6 +28397,25 @@ exports.chains = {
|
|
|
27915
28397
|
}
|
|
27916
28398
|
]
|
|
27917
28399
|
},
|
|
28400
|
+
55244: {
|
|
28401
|
+
name: 'Superposition',
|
|
28402
|
+
chain: 'Superposition',
|
|
28403
|
+
rpc: ['https://rpc.superposition.so'],
|
|
28404
|
+
faucets: [],
|
|
28405
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28406
|
+
infoURL: 'https://superposition.so',
|
|
28407
|
+
shortName: 'spn',
|
|
28408
|
+
chainId: 55244,
|
|
28409
|
+
networkId: 55244,
|
|
28410
|
+
explorers: [
|
|
28411
|
+
{
|
|
28412
|
+
name: 'Superposition Explorer',
|
|
28413
|
+
url: 'https://explorer.superposition.so',
|
|
28414
|
+
standard: 'EIP3091'
|
|
28415
|
+
}
|
|
28416
|
+
],
|
|
28417
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
28418
|
+
},
|
|
27918
28419
|
55551: {
|
|
27919
28420
|
name: 'Photon Aurora Testnet',
|
|
27920
28421
|
chain: 'Photon',
|
|
@@ -28256,7 +28757,9 @@ exports.chains = {
|
|
|
28256
28757
|
'https://rpc.sepolia.linea.build',
|
|
28257
28758
|
'wss://rpc.sepolia.linea.build',
|
|
28258
28759
|
'https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
28259
|
-
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
28760
|
+
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
28761
|
+
'https://linea-sepolia-rpc.publicnode.com',
|
|
28762
|
+
'wss://linea-sepolia-rpc.publicnode.com'
|
|
28260
28763
|
],
|
|
28261
28764
|
faucets: [],
|
|
28262
28765
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -28296,7 +28799,9 @@ exports.chains = {
|
|
|
28296
28799
|
'https://rpc.linea.build',
|
|
28297
28800
|
'wss://rpc.linea.build',
|
|
28298
28801
|
'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
28299
|
-
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
28802
|
+
'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
28803
|
+
'https://linea-rpc.publicnode.com',
|
|
28804
|
+
'wss://linea-rpc.publicnode.com'
|
|
28300
28805
|
],
|
|
28301
28806
|
faucets: [],
|
|
28302
28807
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -28904,6 +29409,26 @@ exports.chains = {
|
|
|
28904
29409
|
explorers: [],
|
|
28905
29410
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
28906
29411
|
},
|
|
29412
|
+
66665: {
|
|
29413
|
+
name: 'Creator Chain Testnet',
|
|
29414
|
+
chain: 'creatorchain',
|
|
29415
|
+
icon: 'creatorchain',
|
|
29416
|
+
rpc: ['https://rpc.creatorchain.io'],
|
|
29417
|
+
faucets: [],
|
|
29418
|
+
nativeCurrency: { name: 'CreatorETH', symbol: 'CETH', decimals: 18 },
|
|
29419
|
+
infoURL: 'https://docs.creatorchain.io/',
|
|
29420
|
+
shortName: 'ceth',
|
|
29421
|
+
chainId: 66665,
|
|
29422
|
+
networkId: 66665,
|
|
29423
|
+
explorers: [
|
|
29424
|
+
{
|
|
29425
|
+
name: 'creatorchainscan',
|
|
29426
|
+
url: 'https://explorer.creatorchain.io',
|
|
29427
|
+
standard: 'EIP3091'
|
|
29428
|
+
}
|
|
29429
|
+
],
|
|
29430
|
+
iconURL: 'https://ipfs.io/ipfs/QmarU6J1FyXddaRkrWagEXN39TXUTNdVcuDTfHFKvvs3D4'
|
|
29431
|
+
},
|
|
28907
29432
|
66988: {
|
|
28908
29433
|
name: 'Janus Testnet',
|
|
28909
29434
|
chain: 'JanusNetwork',
|
|
@@ -28979,6 +29504,27 @@ exports.chains = {
|
|
|
28979
29504
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
28980
29505
|
iconURL: 'https://ipfs.io/ipfs/QmPMqjf5XKZ4Cxa1u8qc8Zj9mmVLBoqK7N5h2zFr3Rsyzw'
|
|
28981
29506
|
},
|
|
29507
|
+
68775: {
|
|
29508
|
+
name: 'DM2 Verse Testnet',
|
|
29509
|
+
chain: 'DM2 Verse',
|
|
29510
|
+
icon: 'dm2verse',
|
|
29511
|
+
rpc: ['https://rpc.testnet.dm2verse.dmm.com'],
|
|
29512
|
+
faucets: [],
|
|
29513
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
29514
|
+
infoURL: 'https://seamoon.dmm.com',
|
|
29515
|
+
shortName: 'dm2t',
|
|
29516
|
+
chainId: 68775,
|
|
29517
|
+
networkId: 68775,
|
|
29518
|
+
explorers: [
|
|
29519
|
+
{
|
|
29520
|
+
name: 'DM2Verse Testnet Explorer',
|
|
29521
|
+
url: 'https://explorer.testnet.dm2verse.dmm.com',
|
|
29522
|
+
standard: 'EIP3091'
|
|
29523
|
+
}
|
|
29524
|
+
],
|
|
29525
|
+
parent: { type: 'L2', chain: 'eip155-248' },
|
|
29526
|
+
iconURL: 'https://ipfs.io/ipfs/QmPMqjf5XKZ4Cxa1u8qc8Zj9mmVLBoqK7N5h2zFr3Rsyzw'
|
|
29527
|
+
},
|
|
28982
29528
|
69420: {
|
|
28983
29529
|
name: 'Condrieu',
|
|
28984
29530
|
title: 'Ethereum Verkle Testnet Condrieu',
|
|
@@ -29918,7 +30464,8 @@ exports.chains = {
|
|
|
29918
30464
|
'https://blast.din.dev/rpc',
|
|
29919
30465
|
'https://blastl2-mainnet.public.blastapi.io',
|
|
29920
30466
|
'https://blast.blockpi.network/v1/rpc/public',
|
|
29921
|
-
'https://blast-rpc.publicnode.com'
|
|
30467
|
+
'https://blast-rpc.publicnode.com',
|
|
30468
|
+
'wss://blast-rpc.publicnode.com'
|
|
29922
30469
|
],
|
|
29923
30470
|
faucets: [],
|
|
29924
30471
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -30121,6 +30668,24 @@ exports.chains = {
|
|
|
30121
30668
|
],
|
|
30122
30669
|
iconURL: 'https://ipfs.io/ipfs/bafkreig54jss26xllpjbclmfgwvot72m4ku7qxignhlqei6mijvwi2m4pu'
|
|
30123
30670
|
},
|
|
30671
|
+
85321: {
|
|
30672
|
+
name: 'GDPR Testnet',
|
|
30673
|
+
chain: 'GDPR',
|
|
30674
|
+
rpc: ['https://rpc.testnet.gdprchain.com'],
|
|
30675
|
+
faucets: [],
|
|
30676
|
+
nativeCurrency: { name: 'GDPR', symbol: 'GDPR', decimals: 18 },
|
|
30677
|
+
infoURL: 'https://explorer.testnet.gdprchain.com',
|
|
30678
|
+
shortName: 'gdpr-testnet',
|
|
30679
|
+
chainId: 85321,
|
|
30680
|
+
networkId: 85321,
|
|
30681
|
+
explorers: [
|
|
30682
|
+
{
|
|
30683
|
+
name: 'GDPR Testnet Explorer (Blockscout)',
|
|
30684
|
+
url: 'https://explorer.testnet.gdprchain.com',
|
|
30685
|
+
standard: 'EIP3091'
|
|
30686
|
+
}
|
|
30687
|
+
]
|
|
30688
|
+
},
|
|
30124
30689
|
85449: {
|
|
30125
30690
|
name: 'CYBERTRUST',
|
|
30126
30691
|
chain: 'CYBER',
|
|
@@ -30539,6 +31104,44 @@ exports.chains = {
|
|
|
30539
31104
|
],
|
|
30540
31105
|
iconURL: 'https://ipfs.io/ipfs/Qma8dDhxSSVUyzV8Pu5bo252WaZEEikYFndRh7LVktvQEy'
|
|
30541
31106
|
},
|
|
31107
|
+
97053: {
|
|
31108
|
+
name: 'Tetron Testnet Smart Chain',
|
|
31109
|
+
chain: 'Tetron Testnet',
|
|
31110
|
+
rpc: ['https://test-rpc.tscscan.org'],
|
|
31111
|
+
faucets: [],
|
|
31112
|
+
features: [{ name: 'EIP155' }],
|
|
31113
|
+
nativeCurrency: { name: 'Tetron Testnet', symbol: 'TSC', decimals: 18 },
|
|
31114
|
+
infoURL: 'https://tetronchain.com/',
|
|
31115
|
+
shortName: 'TetronTestnet',
|
|
31116
|
+
chainId: 97053,
|
|
31117
|
+
networkId: 97053,
|
|
31118
|
+
explorers: [
|
|
31119
|
+
{
|
|
31120
|
+
name: 'Tetron Explorer',
|
|
31121
|
+
url: 'https://testnet.tscscan.org',
|
|
31122
|
+
standard: 'EIP3091'
|
|
31123
|
+
}
|
|
31124
|
+
]
|
|
31125
|
+
},
|
|
31126
|
+
97055: {
|
|
31127
|
+
name: 'Tetron Smart Chain',
|
|
31128
|
+
chain: 'Tetron Mainnet',
|
|
31129
|
+
rpc: ['https://rpc.tscscan.org'],
|
|
31130
|
+
faucets: [],
|
|
31131
|
+
features: [{ name: 'EIP155' }],
|
|
31132
|
+
nativeCurrency: { name: 'Tetron Mainnet', symbol: 'TSC', decimals: 18 },
|
|
31133
|
+
infoURL: 'https://tetronchain.com/',
|
|
31134
|
+
shortName: 'Tetron',
|
|
31135
|
+
chainId: 97055,
|
|
31136
|
+
networkId: 97055,
|
|
31137
|
+
explorers: [
|
|
31138
|
+
{
|
|
31139
|
+
name: 'Tetron Smart ChainExplorer',
|
|
31140
|
+
url: 'https://tscscan.org',
|
|
31141
|
+
standard: 'EIP3091'
|
|
31142
|
+
}
|
|
31143
|
+
]
|
|
31144
|
+
},
|
|
30542
31145
|
97288: {
|
|
30543
31146
|
name: 'Boba BNB Mainnet Old',
|
|
30544
31147
|
chain: 'Boba BNB Mainnet',
|
|
@@ -30998,7 +31601,7 @@ exports.chains = {
|
|
|
30998
31601
|
standard: 'EIP3091'
|
|
30999
31602
|
}
|
|
31000
31603
|
],
|
|
31001
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31604
|
+
iconURL: 'https://ipfs.io/ipfs/QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd'
|
|
31002
31605
|
},
|
|
31003
31606
|
102031: {
|
|
31004
31607
|
name: 'Creditcoin Testnet',
|
|
@@ -31020,7 +31623,7 @@ exports.chains = {
|
|
|
31020
31623
|
standard: 'EIP3091'
|
|
31021
31624
|
}
|
|
31022
31625
|
],
|
|
31023
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31626
|
+
iconURL: 'https://ipfs.io/ipfs/QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd'
|
|
31024
31627
|
},
|
|
31025
31628
|
102032: {
|
|
31026
31629
|
name: 'Creditcoin Devnet',
|
|
@@ -31042,7 +31645,7 @@ exports.chains = {
|
|
|
31042
31645
|
standard: 'EIP3091'
|
|
31043
31646
|
}
|
|
31044
31647
|
],
|
|
31045
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31648
|
+
iconURL: 'https://ipfs.io/ipfs/QmbAk3S8XwCRYqKXbXc9rwBNJ9bWTUBgC6HFDE5ayrGfnd'
|
|
31046
31649
|
},
|
|
31047
31650
|
103090: {
|
|
31048
31651
|
name: 'Crystaleum',
|
|
@@ -31421,8 +32024,9 @@ exports.chains = {
|
|
|
31421
32024
|
title: 're.al Real-World Assets network',
|
|
31422
32025
|
chain: 're.al',
|
|
31423
32026
|
rpc: [
|
|
32027
|
+
'https://rpc.realforreal.gelato.digital',
|
|
32028
|
+
'wss://ws.realforreal.gelato.digital',
|
|
31424
32029
|
'https://tangible-real.gateway.tenderly.co',
|
|
31425
|
-
'wss://tangible-real.gateway.tenderly.co',
|
|
31426
32030
|
'https://real.drpc.org',
|
|
31427
32031
|
'wss://real.drpc.org'
|
|
31428
32032
|
],
|
|
@@ -31663,6 +32267,25 @@ exports.chains = {
|
|
|
31663
32267
|
],
|
|
31664
32268
|
iconURL: 'https://ipfs.io/ipfs/QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX'
|
|
31665
32269
|
},
|
|
32270
|
+
158245: {
|
|
32271
|
+
name: 'CryptoX',
|
|
32272
|
+
chain: 'XCOIN',
|
|
32273
|
+
rpc: ['https://rpc-xcoin.cryptoxnetwork.io'],
|
|
32274
|
+
faucets: [],
|
|
32275
|
+
nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
|
|
32276
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32277
|
+
infoURL: 'https://cryptoxnetwork.io',
|
|
32278
|
+
shortName: 'cryptox',
|
|
32279
|
+
chainId: 158245,
|
|
32280
|
+
networkId: 158245,
|
|
32281
|
+
explorers: [
|
|
32282
|
+
{
|
|
32283
|
+
name: 'CryptoX explorer',
|
|
32284
|
+
url: 'https://cryptoxscan.io',
|
|
32285
|
+
standard: 'EIP3091'
|
|
32286
|
+
}
|
|
32287
|
+
]
|
|
32288
|
+
},
|
|
31666
32289
|
161212: {
|
|
31667
32290
|
name: 'PlayFi Mainnet',
|
|
31668
32291
|
chain: 'PLAY',
|
|
@@ -31701,7 +32324,11 @@ exports.chains = {
|
|
|
31701
32324
|
chain: 'ETH',
|
|
31702
32325
|
status: 'active',
|
|
31703
32326
|
icon: 'taiko',
|
|
31704
|
-
rpc: [
|
|
32327
|
+
rpc: [
|
|
32328
|
+
'https://rpc.mainnet.taiko.xyz',
|
|
32329
|
+
'https://taiko-rpc.publicnode.com',
|
|
32330
|
+
'wss://taiko-rpc.publicnode.com'
|
|
32331
|
+
],
|
|
31705
32332
|
faucets: [],
|
|
31706
32333
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31707
32334
|
infoURL: 'https://taiko.xyz',
|
|
@@ -31833,7 +32460,12 @@ exports.chains = {
|
|
|
31833
32460
|
chain: 'ETH',
|
|
31834
32461
|
status: 'active',
|
|
31835
32462
|
icon: 'taiko',
|
|
31836
|
-
rpc: [
|
|
32463
|
+
rpc: [
|
|
32464
|
+
'https://rpc.hekla.taiko.xyz',
|
|
32465
|
+
'wss://ws.hekla.taiko.xyz',
|
|
32466
|
+
'https://taiko-hekla-rpc.publicnode.com',
|
|
32467
|
+
'wss://taiko-hekla-rpc.publicnode.com'
|
|
32468
|
+
],
|
|
31837
32469
|
faucets: [],
|
|
31838
32470
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31839
32471
|
infoURL: 'https://taiko.xyz',
|
|
@@ -32255,6 +32887,25 @@ exports.chains = {
|
|
|
32255
32887
|
],
|
|
32256
32888
|
iconURL: 'https://ipfs.io/ipfs/QmTJwaQcF6widssKvbNgdM4AVaddiTqFM2j4n6x17Sp3FL'
|
|
32257
32889
|
},
|
|
32890
|
+
202202: {
|
|
32891
|
+
name: 'Bethel Sydney',
|
|
32892
|
+
chain: 'Bethel',
|
|
32893
|
+
rpc: ['https://rpc-sydney.bethel.network'],
|
|
32894
|
+
faucets: ['https://faucet-sydney.bethel.network'],
|
|
32895
|
+
nativeCurrency: { name: 'Bethel', symbol: 'BECX', decimals: 18 },
|
|
32896
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32897
|
+
infoURL: '',
|
|
32898
|
+
shortName: 'bethel-sydney',
|
|
32899
|
+
chainId: 202202,
|
|
32900
|
+
networkId: 202202,
|
|
32901
|
+
explorers: [
|
|
32902
|
+
{
|
|
32903
|
+
name: 'Betehl Sydney Explorer',
|
|
32904
|
+
url: 'https://sydney.bethel.network',
|
|
32905
|
+
standard: 'none'
|
|
32906
|
+
}
|
|
32907
|
+
]
|
|
32908
|
+
},
|
|
32258
32909
|
202212: {
|
|
32259
32910
|
name: 'X1 Devnet',
|
|
32260
32911
|
chain: 'X1',
|
|
@@ -32825,6 +33476,31 @@ exports.chains = {
|
|
|
32825
33476
|
networkId: 281121,
|
|
32826
33477
|
explorers: []
|
|
32827
33478
|
},
|
|
33479
|
+
281123: {
|
|
33480
|
+
name: 'Athene Parthenon',
|
|
33481
|
+
chain: 'athene-parthenon',
|
|
33482
|
+
rpc: [
|
|
33483
|
+
'https://rpc.parthenon.athenescan.io',
|
|
33484
|
+
'wss://ws.parthenon.athenescan.io'
|
|
33485
|
+
],
|
|
33486
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33487
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/athene-parthenon',
|
|
33488
|
+
faucets: [],
|
|
33489
|
+
shortName: 'athene-parthenon',
|
|
33490
|
+
chainId: 281123,
|
|
33491
|
+
networkId: 281123,
|
|
33492
|
+
slip44: 60,
|
|
33493
|
+
explorers: [
|
|
33494
|
+
{
|
|
33495
|
+
name: 'blockscout',
|
|
33496
|
+
url: 'https://parthenon.athenescan.io',
|
|
33497
|
+
icon: 'blockscout',
|
|
33498
|
+
standard: 'EIP3091'
|
|
33499
|
+
}
|
|
33500
|
+
],
|
|
33501
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
33502
|
+
status: 'active'
|
|
33503
|
+
},
|
|
32828
33504
|
282828: {
|
|
32829
33505
|
name: 'Zillion Sepolia Testnet',
|
|
32830
33506
|
status: 'active',
|
|
@@ -33910,7 +34586,9 @@ exports.chains = {
|
|
|
33910
34586
|
'https://sepolia-rpc.scroll.io',
|
|
33911
34587
|
'https://rpc.ankr.com/scroll_sepolia_testnet',
|
|
33912
34588
|
'https://scroll-sepolia.chainstacklabs.com',
|
|
33913
|
-
'https://scroll-testnet-public.unifra.io'
|
|
34589
|
+
'https://scroll-testnet-public.unifra.io',
|
|
34590
|
+
'https://scroll-sepolia-rpc.publicnode.com',
|
|
34591
|
+
'wss://scroll-sepolia-rpc.publicnode.com'
|
|
33914
34592
|
],
|
|
33915
34593
|
faucets: [],
|
|
33916
34594
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -33939,7 +34617,9 @@ exports.chains = {
|
|
|
33939
34617
|
rpc: [
|
|
33940
34618
|
'https://rpc.scroll.io',
|
|
33941
34619
|
'https://rpc.ankr.com/scroll',
|
|
33942
|
-
'https://scroll-mainnet.chainstacklabs.com'
|
|
34620
|
+
'https://scroll-mainnet.chainstacklabs.com',
|
|
34621
|
+
'https://scroll-rpc.publicnode.com',
|
|
34622
|
+
'wss://scroll-rpc.publicnode.com'
|
|
33943
34623
|
],
|
|
33944
34624
|
faucets: [],
|
|
33945
34625
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -34425,6 +35105,24 @@ exports.chains = {
|
|
|
34425
35105
|
],
|
|
34426
35106
|
iconURL: 'https://ipfs.io/ipfs/QmQyu82MtGVLYMwCc5rseNXDV12V3UUX7iNq8q86SyeaPh'
|
|
34427
35107
|
},
|
|
35108
|
+
723107: {
|
|
35109
|
+
name: 'TixChain Testnet',
|
|
35110
|
+
chain: 'TIXCHAIN',
|
|
35111
|
+
rpc: ['https://subnets.avax.network/tixchain/testnet/rpc'],
|
|
35112
|
+
faucets: [],
|
|
35113
|
+
nativeCurrency: { name: 'TIX Token', symbol: 'TIX', decimals: 18 },
|
|
35114
|
+
infoURL: 'https://subnets-test.avax.network/tixchain/details',
|
|
35115
|
+
shortName: 'tixchain',
|
|
35116
|
+
chainId: 723107,
|
|
35117
|
+
networkId: 723107,
|
|
35118
|
+
explorers: [
|
|
35119
|
+
{
|
|
35120
|
+
name: 'TixChain Testnet Subnet Explorer',
|
|
35121
|
+
url: 'https://subnets-test.avax.network/tixchain',
|
|
35122
|
+
standard: 'EIP3091'
|
|
35123
|
+
}
|
|
35124
|
+
]
|
|
35125
|
+
},
|
|
34428
35126
|
743111: {
|
|
34429
35127
|
name: 'Hemi Sepolia',
|
|
34430
35128
|
chain: 'ETH',
|
|
@@ -34723,6 +35421,27 @@ exports.chains = {
|
|
|
34723
35421
|
},
|
|
34724
35422
|
iconURL: 'https://ipfs.io/ipfs/bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm'
|
|
34725
35423
|
},
|
|
35424
|
+
812397: {
|
|
35425
|
+
name: 'SG Verse Mainnet',
|
|
35426
|
+
chain: 'SG Verse',
|
|
35427
|
+
icon: 'sg_verse',
|
|
35428
|
+
rpc: ['https://rpc.sgverse.net/'],
|
|
35429
|
+
faucets: [],
|
|
35430
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
35431
|
+
infoURL: '',
|
|
35432
|
+
shortName: 'SGV',
|
|
35433
|
+
chainId: 812397,
|
|
35434
|
+
networkId: 812397,
|
|
35435
|
+
explorers: [
|
|
35436
|
+
{
|
|
35437
|
+
name: 'SG Verse Explorer',
|
|
35438
|
+
url: 'https://explorer.sgverse.net',
|
|
35439
|
+
standard: 'EIP3091'
|
|
35440
|
+
}
|
|
35441
|
+
],
|
|
35442
|
+
parent: { type: 'L2', chain: 'eip155-248' },
|
|
35443
|
+
iconURL: 'https://ipfs.io/ipfs/QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk'
|
|
35444
|
+
},
|
|
34726
35445
|
820522: {
|
|
34727
35446
|
name: 'TSC Testnet',
|
|
34728
35447
|
chain: 'Trust Smart Chain Testnet',
|
|
@@ -35438,6 +36157,26 @@ exports.chains = {
|
|
|
35438
36157
|
],
|
|
35439
36158
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
35440
36159
|
},
|
|
36160
|
+
1398244: {
|
|
36161
|
+
name: 'Automata Orbit Testnet',
|
|
36162
|
+
chain: 'Automata Orbit Testnet',
|
|
36163
|
+
rpc: ['https://rpc-orbit-testnet.ata.network'],
|
|
36164
|
+
faucets: [],
|
|
36165
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
36166
|
+
infoURL: 'https://ata.network',
|
|
36167
|
+
shortName: 'automataorbittestnet',
|
|
36168
|
+
chainId: 1398244,
|
|
36169
|
+
networkId: 1398244,
|
|
36170
|
+
icon: 'automata',
|
|
36171
|
+
explorers: [
|
|
36172
|
+
{
|
|
36173
|
+
name: 'Automata Orbit Testnet Explorer',
|
|
36174
|
+
url: 'https://automata-orbit-testnet-explorer.alt.technology',
|
|
36175
|
+
standard: 'EIP3091'
|
|
36176
|
+
}
|
|
36177
|
+
],
|
|
36178
|
+
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
36179
|
+
},
|
|
35441
36180
|
1612127: {
|
|
35442
36181
|
name: 'PlayFi Albireo Testnet',
|
|
35443
36182
|
chain: 'ETH',
|
|
@@ -36051,6 +36790,28 @@ exports.chains = {
|
|
|
36051
36790
|
],
|
|
36052
36791
|
iconURL: 'https://ipfs.io/ipfs/QmahJhdaLfGwBStQ9q9K4Mc73vLNqFV1otWCsT2ZKsMavv'
|
|
36053
36792
|
},
|
|
36793
|
+
7082400: {
|
|
36794
|
+
name: 'COTI Testnet',
|
|
36795
|
+
title: 'COTI Testnet',
|
|
36796
|
+
chain: 'COTI',
|
|
36797
|
+
icon: 'coti',
|
|
36798
|
+
rpc: ['https://testnet.coti.io/rpc'],
|
|
36799
|
+
faucets: ['https://faucet.coti.io'],
|
|
36800
|
+
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
|
36801
|
+
infoURL: 'https://coti.io/',
|
|
36802
|
+
shortName: 'coti-testnet',
|
|
36803
|
+
chainId: 7082400,
|
|
36804
|
+
networkId: 7082400,
|
|
36805
|
+
explorers: [
|
|
36806
|
+
{
|
|
36807
|
+
name: 'COTI Testnet Explorer',
|
|
36808
|
+
url: 'https://testnet.cotiscan.io',
|
|
36809
|
+
icon: 'ethernal',
|
|
36810
|
+
standard: 'EIP3091'
|
|
36811
|
+
}
|
|
36812
|
+
],
|
|
36813
|
+
iconURL: 'https://ipfs.io/ipfs/QmR58SroHx7ovpqEB5iRkw4PufEXmcCBAJ8AZ7mChDgTfV'
|
|
36814
|
+
},
|
|
36054
36815
|
7225878: {
|
|
36055
36816
|
name: 'Saakuru Mainnet',
|
|
36056
36817
|
chain: 'Saakuru',
|
|
@@ -36338,6 +37099,30 @@ exports.chains = {
|
|
|
36338
37099
|
],
|
|
36339
37100
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
36340
37101
|
},
|
|
37102
|
+
10058111: {
|
|
37103
|
+
name: 'Spotlight',
|
|
37104
|
+
chain: 'ETH',
|
|
37105
|
+
rpc: [],
|
|
37106
|
+
faucets: [],
|
|
37107
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
37108
|
+
infoURL: 'https://spotlightchain.com/',
|
|
37109
|
+
shortName: 'spotlight',
|
|
37110
|
+
chainId: 10058111,
|
|
37111
|
+
networkId: 10058111,
|
|
37112
|
+
status: 'incubating'
|
|
37113
|
+
},
|
|
37114
|
+
10058112: {
|
|
37115
|
+
name: 'Spotlight Sepolia Testnet',
|
|
37116
|
+
chain: 'ETH',
|
|
37117
|
+
rpc: [],
|
|
37118
|
+
faucets: [],
|
|
37119
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
37120
|
+
infoURL: 'https://spotlightchain.com/',
|
|
37121
|
+
shortName: 'spotlightsep',
|
|
37122
|
+
chainId: 10058112,
|
|
37123
|
+
networkId: 10058112,
|
|
37124
|
+
status: 'incubating'
|
|
37125
|
+
},
|
|
36341
37126
|
10067275: {
|
|
36342
37127
|
name: 'Plian Testnet Subchain 1',
|
|
36343
37128
|
chain: 'Plian',
|
|
@@ -36963,6 +37748,31 @@ exports.chains = {
|
|
|
36963
37748
|
],
|
|
36964
37749
|
iconURL: 'https://ipfs.io/ipfs/QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP'
|
|
36965
37750
|
},
|
|
37751
|
+
24772477: {
|
|
37752
|
+
name: '6Degree of Outreach - Testnet',
|
|
37753
|
+
chain: '6DO',
|
|
37754
|
+
rpc: ['https://rpc-testnet.6do.world'],
|
|
37755
|
+
faucets: [],
|
|
37756
|
+
nativeCurrency: {
|
|
37757
|
+
name: '6Degree-Testnet Coin',
|
|
37758
|
+
symbol: '6DO-T',
|
|
37759
|
+
decimals: 18
|
|
37760
|
+
},
|
|
37761
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37762
|
+
infoURL: 'https://6do.world',
|
|
37763
|
+
shortName: '6dotest',
|
|
37764
|
+
chainId: 24772477,
|
|
37765
|
+
networkId: 24772477,
|
|
37766
|
+
icon: '6do',
|
|
37767
|
+
explorers: [
|
|
37768
|
+
{
|
|
37769
|
+
name: '6Degree Testnet Chain Explorer',
|
|
37770
|
+
url: 'https://explorer-testnet.6do.world',
|
|
37771
|
+
standard: 'EIP3091'
|
|
37772
|
+
}
|
|
37773
|
+
],
|
|
37774
|
+
iconURL: 'https://ipfs.io/ipfs/QmWyyraWiYNJRAb4AEEkozjh8u5TAnFNG7YnFd7A54AjPi'
|
|
37775
|
+
},
|
|
36966
37776
|
27082017: {
|
|
36967
37777
|
name: 'Excoincial Chain Volta-Testnet',
|
|
36968
37778
|
chain: 'TEXL',
|
|
@@ -38753,6 +39563,36 @@ exports.chains = {
|
|
|
38753
39563
|
networkId: 1666900001,
|
|
38754
39564
|
explorers: []
|
|
38755
39565
|
},
|
|
39566
|
+
1722641160: {
|
|
39567
|
+
name: 'Silicon zkEVM Sepolia Testnet',
|
|
39568
|
+
title: 'Silicon zkEVM Sepolia Testnet',
|
|
39569
|
+
chain: 'Silicon',
|
|
39570
|
+
rpc: [
|
|
39571
|
+
'https://rpc-sepolia.silicon.network',
|
|
39572
|
+
'https://silicon-testnet.nodeinfra.com'
|
|
39573
|
+
],
|
|
39574
|
+
faucets: [],
|
|
39575
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
39576
|
+
infoURL: 'https://docs.silicon.network',
|
|
39577
|
+
shortName: 'silicon-sepolia-testnet',
|
|
39578
|
+
chainId: 1722641160,
|
|
39579
|
+
networkId: 1722641160,
|
|
39580
|
+
icon: 'silicon',
|
|
39581
|
+
explorers: [
|
|
39582
|
+
{
|
|
39583
|
+
name: 'siliconscope-sepolia',
|
|
39584
|
+
url: 'https://scope-sepolia.silicon.network',
|
|
39585
|
+
standard: 'EIP3091'
|
|
39586
|
+
}
|
|
39587
|
+
],
|
|
39588
|
+
parent: {
|
|
39589
|
+
type: 'L2',
|
|
39590
|
+
chain: 'eip155-11155111',
|
|
39591
|
+
bridges: [{ url: 'https://bridge-sepolia.silicon.network' }]
|
|
39592
|
+
},
|
|
39593
|
+
status: 'active',
|
|
39594
|
+
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
39595
|
+
},
|
|
38756
39596
|
1802203764: {
|
|
38757
39597
|
name: 'Kakarot Sepolia',
|
|
38758
39598
|
chain: 'ETH',
|