@revoke.cash/chains 2.0.0 → 4.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 +517 -33
- package/dist/src/enums.d.ts +50 -6
- package/dist/src/enums.js +50 -6
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -105,7 +105,8 @@ exports.chains = {
|
|
|
105
105
|
rpc: [
|
|
106
106
|
'https://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
107
107
|
'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
108
|
-
'https://rpc.goerli.mudit.blog/'
|
|
108
|
+
'https://rpc.goerli.mudit.blog/',
|
|
109
|
+
'https://ethereum-goerli.publicnode.com'
|
|
109
110
|
],
|
|
110
111
|
faucets: [
|
|
111
112
|
'http://fauceth.komputing.org?chain=5&address=${ADDRESS}',
|
|
@@ -470,17 +471,17 @@ exports.chains = {
|
|
|
470
471
|
27: {
|
|
471
472
|
name: 'ShibaChain',
|
|
472
473
|
chain: 'SHIB',
|
|
473
|
-
rpc: ['https://rpc.
|
|
474
|
+
rpc: ['https://rpc.shibchain.org'],
|
|
474
475
|
faucets: [],
|
|
475
476
|
nativeCurrency: { name: 'SHIBA INU COIN', symbol: 'SHIB', decimals: 18 },
|
|
476
|
-
infoURL: 'https://
|
|
477
|
+
infoURL: 'https://shibchain.org',
|
|
477
478
|
shortName: 'shib',
|
|
478
479
|
chainId: 27,
|
|
479
480
|
networkId: 27,
|
|
480
481
|
explorers: [
|
|
481
482
|
{
|
|
482
483
|
name: 'Shiba Explorer',
|
|
483
|
-
url: 'https://exp.
|
|
484
|
+
url: 'https://exp.shibchain.org',
|
|
484
485
|
standard: 'none'
|
|
485
486
|
}
|
|
486
487
|
]
|
|
@@ -709,7 +710,14 @@ exports.chains = {
|
|
|
709
710
|
infoURL: 'https://telos.net',
|
|
710
711
|
shortName: 'TelosEVMTestnet',
|
|
711
712
|
chainId: 41,
|
|
712
|
-
networkId: 41
|
|
713
|
+
networkId: 41,
|
|
714
|
+
explorers: [
|
|
715
|
+
{
|
|
716
|
+
name: 'teloscan',
|
|
717
|
+
url: 'https://testnet.teloscan.io',
|
|
718
|
+
standard: 'EIP3091'
|
|
719
|
+
}
|
|
720
|
+
]
|
|
713
721
|
},
|
|
714
722
|
42: {
|
|
715
723
|
name: 'Kovan',
|
|
@@ -1747,6 +1755,27 @@ exports.chains = {
|
|
|
1747
1755
|
],
|
|
1748
1756
|
parent: { chain: 'eip155-90', type: 'shard' }
|
|
1749
1757
|
},
|
|
1758
|
+
94: {
|
|
1759
|
+
name: 'SwissDLT',
|
|
1760
|
+
chain: 'SDLT',
|
|
1761
|
+
rpc: ['https://rpc.swissdlt.ch'],
|
|
1762
|
+
faucets: [],
|
|
1763
|
+
nativeCurrency: { name: 'BCTS', symbol: 'BCTS', decimals: 18 },
|
|
1764
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
1765
|
+
infoURL: 'https://bcts.ch',
|
|
1766
|
+
shortName: 'sdlt',
|
|
1767
|
+
chainId: 94,
|
|
1768
|
+
networkId: 94,
|
|
1769
|
+
icon: 'bcts',
|
|
1770
|
+
explorers: [
|
|
1771
|
+
{
|
|
1772
|
+
name: 'SwissDLT Explorer',
|
|
1773
|
+
url: 'https://explorer.swissdlt.ch',
|
|
1774
|
+
icon: 'bcts',
|
|
1775
|
+
standard: 'EIP3091'
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1750
1779
|
95: {
|
|
1751
1780
|
name: 'CryptoKylin Testnet',
|
|
1752
1781
|
chain: 'EOS',
|
|
@@ -1790,7 +1819,8 @@ exports.chains = {
|
|
|
1790
1819
|
'https://data-seed-prebsc-1-s2.binance.org:8545',
|
|
1791
1820
|
'https://data-seed-prebsc-2-s2.binance.org:8545',
|
|
1792
1821
|
'https://data-seed-prebsc-1-s3.binance.org:8545',
|
|
1793
|
-
'https://data-seed-prebsc-2-s3.binance.org:8545'
|
|
1822
|
+
'https://data-seed-prebsc-2-s3.binance.org:8545',
|
|
1823
|
+
'https://bsc-testnet.publicnode.com'
|
|
1794
1824
|
],
|
|
1795
1825
|
faucets: ['https://testnet.binance.org/faucet-smart'],
|
|
1796
1826
|
nativeCurrency: {
|
|
@@ -2894,15 +2924,15 @@ exports.chains = {
|
|
|
2894
2924
|
rpc: ['https://rpc.bittorrentchain.io/'],
|
|
2895
2925
|
faucets: [],
|
|
2896
2926
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
2897
|
-
infoURL: 'https
|
|
2927
|
+
infoURL: 'https:/bt.io',
|
|
2898
2928
|
shortName: 'BTT',
|
|
2899
2929
|
chainId: 199,
|
|
2900
2930
|
networkId: 199,
|
|
2901
2931
|
explorers: [
|
|
2902
2932
|
{
|
|
2903
|
-
name: '
|
|
2904
|
-
url: 'https://
|
|
2905
|
-
standard: '
|
|
2933
|
+
name: 'BitTorrent Chain Explorer',
|
|
2934
|
+
url: 'https://bttcscan.com',
|
|
2935
|
+
standard: 'EIP3091'
|
|
2906
2936
|
}
|
|
2907
2937
|
]
|
|
2908
2938
|
},
|
|
@@ -3275,6 +3305,7 @@ exports.chains = {
|
|
|
3275
3305
|
274: {
|
|
3276
3306
|
name: 'LaChain',
|
|
3277
3307
|
chain: 'LaChain',
|
|
3308
|
+
icon: 'LaChain',
|
|
3278
3309
|
rpc: [
|
|
3279
3310
|
'https://rpc1.mainnet.lachain.network',
|
|
3280
3311
|
'https://rpc2.mainnet.lachain.network'
|
|
@@ -3506,6 +3537,27 @@ exports.chains = {
|
|
|
3506
3537
|
}
|
|
3507
3538
|
]
|
|
3508
3539
|
},
|
|
3540
|
+
303: {
|
|
3541
|
+
name: 'Neurochain Testnet',
|
|
3542
|
+
chain: 'NCN',
|
|
3543
|
+
rpc: ['https://nc-rpc-test1.neurochain.io'],
|
|
3544
|
+
faucets: [],
|
|
3545
|
+
nativeCurrency: { name: 'Neurochain', symbol: 'tNCN', decimals: 18 },
|
|
3546
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3547
|
+
infoURL: 'https://www.neurochain.ai',
|
|
3548
|
+
shortName: 'ncnt',
|
|
3549
|
+
chainId: 303,
|
|
3550
|
+
networkId: 303,
|
|
3551
|
+
icon: 'neurochain',
|
|
3552
|
+
explorers: [
|
|
3553
|
+
{
|
|
3554
|
+
name: 'neuroscan',
|
|
3555
|
+
url: 'https://testnet.ncnscan.com',
|
|
3556
|
+
icon: 'neurochain',
|
|
3557
|
+
standard: 'EIP3091'
|
|
3558
|
+
}
|
|
3559
|
+
]
|
|
3560
|
+
},
|
|
3509
3561
|
311: {
|
|
3510
3562
|
name: 'Omax Mainnet',
|
|
3511
3563
|
chain: 'OMAX Chain',
|
|
@@ -3526,6 +3578,30 @@ exports.chains = {
|
|
|
3526
3578
|
}
|
|
3527
3579
|
]
|
|
3528
3580
|
},
|
|
3581
|
+
313: {
|
|
3582
|
+
name: 'Neurochain Mainnet',
|
|
3583
|
+
chain: 'NCN',
|
|
3584
|
+
rpc: [
|
|
3585
|
+
'https://nc-rpc-prd1.neurochain.io',
|
|
3586
|
+
'https://nc-rpc-prd2.neurochain.io'
|
|
3587
|
+
],
|
|
3588
|
+
faucets: [],
|
|
3589
|
+
nativeCurrency: { name: 'Neurochain', symbol: 'NCN', decimals: 18 },
|
|
3590
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3591
|
+
infoURL: 'https://www.neurochain.ai',
|
|
3592
|
+
shortName: 'ncn',
|
|
3593
|
+
chainId: 313,
|
|
3594
|
+
networkId: 313,
|
|
3595
|
+
icon: 'neurochain',
|
|
3596
|
+
explorers: [
|
|
3597
|
+
{
|
|
3598
|
+
name: 'neuroscan',
|
|
3599
|
+
url: 'https://ncnscan.com',
|
|
3600
|
+
icon: 'neurochain',
|
|
3601
|
+
standard: 'EIP3091'
|
|
3602
|
+
}
|
|
3603
|
+
]
|
|
3604
|
+
},
|
|
3529
3605
|
314: {
|
|
3530
3606
|
name: 'Filecoin - Mainnet',
|
|
3531
3607
|
chain: 'FIL',
|
|
@@ -3875,11 +3951,12 @@ exports.chains = {
|
|
|
3875
3951
|
]
|
|
3876
3952
|
},
|
|
3877
3953
|
418: {
|
|
3878
|
-
name: '
|
|
3879
|
-
chain: '
|
|
3954
|
+
name: 'LaTestnet',
|
|
3955
|
+
chain: 'LaTestnet',
|
|
3956
|
+
icon: 'LaChain',
|
|
3880
3957
|
rpc: ['https://rpc.testnet.lachain.network'],
|
|
3881
3958
|
faucets: ['https://faucet.lachain.network'],
|
|
3882
|
-
nativeCurrency: { name: 'Test
|
|
3959
|
+
nativeCurrency: { name: 'Test LaCoin', symbol: 'TLA', decimals: 18 },
|
|
3883
3960
|
features: [{ name: 'EIP155' }],
|
|
3884
3961
|
infoURL: '',
|
|
3885
3962
|
shortName: 'latestnet',
|
|
@@ -3887,7 +3964,7 @@ exports.chains = {
|
|
|
3887
3964
|
networkId: 418,
|
|
3888
3965
|
explorers: [
|
|
3889
3966
|
{
|
|
3890
|
-
name: '
|
|
3967
|
+
name: 'LaTestnet Explorer',
|
|
3891
3968
|
url: 'https://testexplorer.lachain.network',
|
|
3892
3969
|
standard: 'EIP3091'
|
|
3893
3970
|
}
|
|
@@ -3942,6 +4019,25 @@ exports.chains = {
|
|
|
3942
4019
|
}
|
|
3943
4020
|
]
|
|
3944
4021
|
},
|
|
4022
|
+
456: {
|
|
4023
|
+
name: 'ARZIO Chain',
|
|
4024
|
+
chain: 'ARZIO',
|
|
4025
|
+
icon: 'arzio',
|
|
4026
|
+
rpc: ['https://chain-rpc.arzio.co'],
|
|
4027
|
+
faucets: [],
|
|
4028
|
+
nativeCurrency: { name: 'ARZIO', symbol: 'AZO', decimals: 18 },
|
|
4029
|
+
infoURL: 'https://chain.arzio.co',
|
|
4030
|
+
shortName: 'arzio',
|
|
4031
|
+
chainId: 456,
|
|
4032
|
+
networkId: 456,
|
|
4033
|
+
explorers: [
|
|
4034
|
+
{
|
|
4035
|
+
name: 'ARZIO Scan',
|
|
4036
|
+
url: 'https://scan.arzio.co',
|
|
4037
|
+
standard: 'EIP3091'
|
|
4038
|
+
}
|
|
4039
|
+
]
|
|
4040
|
+
},
|
|
3945
4041
|
499: {
|
|
3946
4042
|
name: 'Rupaya',
|
|
3947
4043
|
chain: 'RUPX',
|
|
@@ -4452,6 +4548,25 @@ exports.chains = {
|
|
|
4452
4548
|
}
|
|
4453
4549
|
]
|
|
4454
4550
|
},
|
|
4551
|
+
719: {
|
|
4552
|
+
name: 'Shibarium Beta',
|
|
4553
|
+
chain: 'Shibarium',
|
|
4554
|
+
icon: 'shibarium',
|
|
4555
|
+
rpc: ['https://puppynet.shibrpc.com'],
|
|
4556
|
+
faucets: [],
|
|
4557
|
+
nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
|
|
4558
|
+
infoURL: 'https://beta.shibariumtech.com',
|
|
4559
|
+
shortName: 'shibarium',
|
|
4560
|
+
chainId: 719,
|
|
4561
|
+
networkId: 719,
|
|
4562
|
+
explorers: [
|
|
4563
|
+
{
|
|
4564
|
+
name: 'shibscan',
|
|
4565
|
+
url: 'https://puppyscan.shib.io',
|
|
4566
|
+
standard: 'EIP3091'
|
|
4567
|
+
}
|
|
4568
|
+
]
|
|
4569
|
+
},
|
|
4455
4570
|
721: {
|
|
4456
4571
|
name: 'Lycan Chain',
|
|
4457
4572
|
chain: 'LYC',
|
|
@@ -5761,6 +5876,26 @@ exports.chains = {
|
|
|
5761
5876
|
}
|
|
5762
5877
|
]
|
|
5763
5878
|
},
|
|
5879
|
+
1170: {
|
|
5880
|
+
name: 'Origin Testnet',
|
|
5881
|
+
chain: 'Origin',
|
|
5882
|
+
rpc: ['https://json-rpc.origin.uptick.network'],
|
|
5883
|
+
faucets: [],
|
|
5884
|
+
nativeCurrency: { name: 'Origin', symbol: 'UOC', decimals: 18 },
|
|
5885
|
+
infoURL: 'https://www.uptick.network',
|
|
5886
|
+
shortName: 'auoc',
|
|
5887
|
+
chainId: 1170,
|
|
5888
|
+
networkId: 1170,
|
|
5889
|
+
icon: 'origin',
|
|
5890
|
+
explorers: [
|
|
5891
|
+
{
|
|
5892
|
+
name: 'Origin Explorer',
|
|
5893
|
+
url: 'https://evm-explorer.origin.uptick.network',
|
|
5894
|
+
icon: 'origin',
|
|
5895
|
+
standard: 'none'
|
|
5896
|
+
}
|
|
5897
|
+
]
|
|
5898
|
+
},
|
|
5764
5899
|
1177: {
|
|
5765
5900
|
name: 'Smart Host Teknoloji TESTNET',
|
|
5766
5901
|
chain: 'SHT',
|
|
@@ -6382,6 +6517,25 @@ exports.chains = {
|
|
|
6382
6517
|
}
|
|
6383
6518
|
]
|
|
6384
6519
|
},
|
|
6520
|
+
1392: {
|
|
6521
|
+
name: 'Joseon Mainnet',
|
|
6522
|
+
chain: 'Joseon',
|
|
6523
|
+
icon: 'joseon',
|
|
6524
|
+
rpc: ['https://rpc.modchain.net/blockchain.joseon.com/rpc'],
|
|
6525
|
+
faucets: [],
|
|
6526
|
+
nativeCurrency: { name: 'Joseon Mun', symbol: 'JSM', decimals: 18 },
|
|
6527
|
+
infoURL: 'https://www.joseon.com/',
|
|
6528
|
+
shortName: 'mun',
|
|
6529
|
+
chainId: 1392,
|
|
6530
|
+
networkId: 1392,
|
|
6531
|
+
explorers: [
|
|
6532
|
+
{
|
|
6533
|
+
name: 'BlockExplorer',
|
|
6534
|
+
url: 'https://www.blockexplorer.com',
|
|
6535
|
+
standard: 'EIP3091'
|
|
6536
|
+
}
|
|
6537
|
+
]
|
|
6538
|
+
},
|
|
6385
6539
|
1402: {
|
|
6386
6540
|
name: 'Polygon zkEVM Testnet old',
|
|
6387
6541
|
title: 'Polygon zkEVM Testnet',
|
|
@@ -7106,14 +7260,14 @@ exports.chains = {
|
|
|
7106
7260
|
1969: {
|
|
7107
7261
|
name: 'Super Smart Chain Testnet',
|
|
7108
7262
|
chain: 'TSCS',
|
|
7109
|
-
rpc: ['https://
|
|
7110
|
-
faucets: ['https://testnet.
|
|
7263
|
+
rpc: ['https://testnetrpc.scschain.com'],
|
|
7264
|
+
faucets: ['https://testnet.scschain.com'],
|
|
7111
7265
|
nativeCurrency: {
|
|
7112
7266
|
name: 'Super Chain Native Token',
|
|
7113
7267
|
symbol: 'TSCS',
|
|
7114
7268
|
decimals: 18
|
|
7115
7269
|
},
|
|
7116
|
-
infoURL: 'https://testnet.
|
|
7270
|
+
infoURL: 'https://testnet.scschain.com',
|
|
7117
7271
|
shortName: 'tscs',
|
|
7118
7272
|
chainId: 1969,
|
|
7119
7273
|
networkId: 1969,
|
|
@@ -7121,7 +7275,7 @@ exports.chains = {
|
|
|
7121
7275
|
explorers: [
|
|
7122
7276
|
{
|
|
7123
7277
|
name: 'blockscout',
|
|
7124
|
-
url: 'https://testnetscan.
|
|
7278
|
+
url: 'https://testnetscan.scschain.com',
|
|
7125
7279
|
standard: 'EIP3091'
|
|
7126
7280
|
}
|
|
7127
7281
|
]
|
|
@@ -7129,14 +7283,14 @@ exports.chains = {
|
|
|
7129
7283
|
1970: {
|
|
7130
7284
|
name: 'Super Smart Chain Mainnet',
|
|
7131
7285
|
chain: 'SCS',
|
|
7132
|
-
rpc: ['https://
|
|
7286
|
+
rpc: ['https://rpc.scschain.com'],
|
|
7133
7287
|
faucets: [],
|
|
7134
7288
|
nativeCurrency: {
|
|
7135
7289
|
name: 'Super Chain Native Token',
|
|
7136
7290
|
symbol: 'SCS',
|
|
7137
7291
|
decimals: 18
|
|
7138
7292
|
},
|
|
7139
|
-
infoURL: 'https://
|
|
7293
|
+
infoURL: 'https://scschain.com',
|
|
7140
7294
|
shortName: 'scs',
|
|
7141
7295
|
chainId: 1970,
|
|
7142
7296
|
networkId: 1970,
|
|
@@ -7144,7 +7298,7 @@ exports.chains = {
|
|
|
7144
7298
|
explorers: [
|
|
7145
7299
|
{
|
|
7146
7300
|
name: 'blockscout',
|
|
7147
|
-
url: 'https://scan.
|
|
7301
|
+
url: 'https://scan.scschain.com',
|
|
7148
7302
|
standard: 'EIP3091'
|
|
7149
7303
|
}
|
|
7150
7304
|
]
|
|
@@ -7704,7 +7858,7 @@ exports.chains = {
|
|
|
7704
7858
|
]
|
|
7705
7859
|
},
|
|
7706
7860
|
2124: {
|
|
7707
|
-
name: 'Metaplayerone
|
|
7861
|
+
name: 'Metaplayerone Dubai Testnet',
|
|
7708
7862
|
chain: 'MP1 Dubai-Testnet',
|
|
7709
7863
|
icon: 'meu',
|
|
7710
7864
|
rpc: ['https://rpc-dubai.mp1network.com/'],
|
|
@@ -7957,6 +8111,26 @@ exports.chains = {
|
|
|
7957
8111
|
explorers: [],
|
|
7958
8112
|
status: 'incubating'
|
|
7959
8113
|
},
|
|
8114
|
+
2323: {
|
|
8115
|
+
name: 'SOMA Network Testnet',
|
|
8116
|
+
chain: 'SOMA',
|
|
8117
|
+
rpc: ['https://data-testnet-v1.somanetwork.io/'],
|
|
8118
|
+
faucets: ['https://faucet.somanetwork.io'],
|
|
8119
|
+
nativeCurrency: { name: 'SMA', symbol: 'tSMA', decimals: 18 },
|
|
8120
|
+
infoURL: 'https://somanetwork.io',
|
|
8121
|
+
shortName: 'sma',
|
|
8122
|
+
chainId: 2323,
|
|
8123
|
+
networkId: 2323,
|
|
8124
|
+
icon: 'soma',
|
|
8125
|
+
explorers: [
|
|
8126
|
+
{
|
|
8127
|
+
name: 'SOMA Testnet Explorer',
|
|
8128
|
+
icon: 'soma',
|
|
8129
|
+
url: 'https://testnet.somascan.io',
|
|
8130
|
+
standard: 'none'
|
|
8131
|
+
}
|
|
8132
|
+
]
|
|
8133
|
+
},
|
|
7960
8134
|
2330: {
|
|
7961
8135
|
name: 'Altcoinchain',
|
|
7962
8136
|
chain: 'mainnet',
|
|
@@ -7978,6 +8152,27 @@ exports.chains = {
|
|
|
7978
8152
|
}
|
|
7979
8153
|
]
|
|
7980
8154
|
},
|
|
8155
|
+
2332: {
|
|
8156
|
+
name: 'SOMA Network Mainnet',
|
|
8157
|
+
chain: 'SOMA',
|
|
8158
|
+
rpc: ['https://data-mainnet-v1.somanetwork.io/'],
|
|
8159
|
+
faucets: ['https://airdrop.somanetwork.io'],
|
|
8160
|
+
nativeCurrency: { name: 'Soma Native Token', symbol: 'SMA', decimals: 18 },
|
|
8161
|
+
infoURL: 'https://somanetwork.io',
|
|
8162
|
+
shortName: 'smam',
|
|
8163
|
+
chainId: 2332,
|
|
8164
|
+
networkId: 2332,
|
|
8165
|
+
icon: 'soma',
|
|
8166
|
+
status: 'incubating',
|
|
8167
|
+
explorers: [
|
|
8168
|
+
{
|
|
8169
|
+
name: 'SOMA Explorer Mainnet',
|
|
8170
|
+
icon: 'soma',
|
|
8171
|
+
url: 'https://somascan.io',
|
|
8172
|
+
standard: 'none'
|
|
8173
|
+
}
|
|
8174
|
+
]
|
|
8175
|
+
},
|
|
7981
8176
|
2357: {
|
|
7982
8177
|
name: 'Kroma Sepolia',
|
|
7983
8178
|
title: 'Kroma Testnet Sepolia',
|
|
@@ -8257,6 +8452,24 @@ exports.chains = {
|
|
|
8257
8452
|
}
|
|
8258
8453
|
]
|
|
8259
8454
|
},
|
|
8455
|
+
3003: {
|
|
8456
|
+
name: 'Canxium Mainnet',
|
|
8457
|
+
chain: 'CAU',
|
|
8458
|
+
rpc: ['https://rpc.canxium.org'],
|
|
8459
|
+
faucets: [],
|
|
8460
|
+
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
|
8461
|
+
infoURL: 'https://canxium.org',
|
|
8462
|
+
shortName: 'cau',
|
|
8463
|
+
chainId: 3003,
|
|
8464
|
+
networkId: 3003,
|
|
8465
|
+
explorers: [
|
|
8466
|
+
{
|
|
8467
|
+
name: 'canxium explorer',
|
|
8468
|
+
url: 'https://explorer.canxium.org',
|
|
8469
|
+
standard: 'none'
|
|
8470
|
+
}
|
|
8471
|
+
]
|
|
8472
|
+
},
|
|
8260
8473
|
3031: {
|
|
8261
8474
|
name: 'Orlando Chain',
|
|
8262
8475
|
chain: 'ORL',
|
|
@@ -8426,6 +8639,25 @@ exports.chains = {
|
|
|
8426
8639
|
}
|
|
8427
8640
|
]
|
|
8428
8641
|
},
|
|
8642
|
+
3434: {
|
|
8643
|
+
name: 'SecureChain Testnet',
|
|
8644
|
+
chain: 'SCAI',
|
|
8645
|
+
icon: 'scaiIcon',
|
|
8646
|
+
rpc: ['https://testnet-rpc.securechain.ai'],
|
|
8647
|
+
faucets: ['https://faucet.securechain.ai'],
|
|
8648
|
+
nativeCurrency: { name: 'SCAI', symbol: 'SCAI', decimals: 18 },
|
|
8649
|
+
infoURL: 'https://securechain.ai',
|
|
8650
|
+
shortName: 'SCAIt',
|
|
8651
|
+
chainId: 3434,
|
|
8652
|
+
networkId: 3434,
|
|
8653
|
+
explorers: [
|
|
8654
|
+
{
|
|
8655
|
+
name: 'SecureChain',
|
|
8656
|
+
url: 'https://testnet.securechain.ai',
|
|
8657
|
+
standard: 'EIP3091'
|
|
8658
|
+
}
|
|
8659
|
+
]
|
|
8660
|
+
},
|
|
8429
8661
|
3500: {
|
|
8430
8662
|
name: 'Paribu Net Testnet',
|
|
8431
8663
|
chain: 'PRB',
|
|
@@ -8691,7 +8923,10 @@ exports.chains = {
|
|
|
8691
8923
|
4002: {
|
|
8692
8924
|
name: 'Fantom Testnet',
|
|
8693
8925
|
chain: 'FTM',
|
|
8694
|
-
rpc: [
|
|
8926
|
+
rpc: [
|
|
8927
|
+
'https://rpc.testnet.fantom.network',
|
|
8928
|
+
'https://fantom-testnet.publicnode.com'
|
|
8929
|
+
],
|
|
8695
8930
|
faucets: ['https://faucet.fantom.network'],
|
|
8696
8931
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
|
8697
8932
|
infoURL: 'https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet',
|
|
@@ -9472,6 +9707,30 @@ exports.chains = {
|
|
|
9472
9707
|
}
|
|
9473
9708
|
]
|
|
9474
9709
|
},
|
|
9710
|
+
6565: {
|
|
9711
|
+
name: 'Fox Testnet Network',
|
|
9712
|
+
chain: 'FOX',
|
|
9713
|
+
rpc: [
|
|
9714
|
+
'https://rpc-testnet-v1.foxchain.app/',
|
|
9715
|
+
'https://rpc2-testnet-v1.foxchain.app/',
|
|
9716
|
+
'https://rpc3-testnet-v1.foxchain.app'
|
|
9717
|
+
],
|
|
9718
|
+
faucets: ['https://faucet.foxchain.app'],
|
|
9719
|
+
nativeCurrency: { name: 'FOX Native Token', symbol: 'tFOX', decimals: 18 },
|
|
9720
|
+
infoURL: 'https://foxchain.app',
|
|
9721
|
+
shortName: 'fox',
|
|
9722
|
+
chainId: 6565,
|
|
9723
|
+
networkId: 6565,
|
|
9724
|
+
icon: 'fox',
|
|
9725
|
+
explorers: [
|
|
9726
|
+
{
|
|
9727
|
+
name: 'FOX Testnet Explorer',
|
|
9728
|
+
icon: 'fox',
|
|
9729
|
+
url: 'https://testnet.foxscan.app',
|
|
9730
|
+
standard: 'none'
|
|
9731
|
+
}
|
|
9732
|
+
]
|
|
9733
|
+
},
|
|
9475
9734
|
6626: {
|
|
9476
9735
|
name: 'Pixie Chain Mainnet',
|
|
9477
9736
|
chain: 'PixieChain',
|
|
@@ -10029,6 +10288,18 @@ exports.chains = {
|
|
|
10029
10288
|
],
|
|
10030
10289
|
redFlags: ['reusedChainId']
|
|
10031
10290
|
},
|
|
10291
|
+
8086: {
|
|
10292
|
+
name: 'BitEth',
|
|
10293
|
+
chain: 'BTE',
|
|
10294
|
+
rpc: ['https://rpc.biteth.org'],
|
|
10295
|
+
faucets: [],
|
|
10296
|
+
nativeCurrency: { name: 'BitEth', symbol: 'BTE', decimals: 18 },
|
|
10297
|
+
infoURL: 'https://biteth.org',
|
|
10298
|
+
shortName: 'BitEth',
|
|
10299
|
+
chainId: 8086,
|
|
10300
|
+
networkId: 8086,
|
|
10301
|
+
explorers: []
|
|
10302
|
+
},
|
|
10032
10303
|
8098: {
|
|
10033
10304
|
name: 'StreamuX Blockchain',
|
|
10034
10305
|
chain: 'StreamuX',
|
|
@@ -10787,6 +11058,26 @@ exports.chains = {
|
|
|
10787
11058
|
}
|
|
10788
11059
|
]
|
|
10789
11060
|
},
|
|
11061
|
+
9779: {
|
|
11062
|
+
name: 'PepeNetwork Mainnet',
|
|
11063
|
+
chain: 'PepeNetwork',
|
|
11064
|
+
rpc: ['https://rpc-mainnet.pepenetwork.io'],
|
|
11065
|
+
faucets: [],
|
|
11066
|
+
nativeCurrency: { name: 'Pepe', symbol: 'WPEPE', decimals: 18 },
|
|
11067
|
+
infoURL: 'https://pepenetwork.io',
|
|
11068
|
+
shortName: 'pn',
|
|
11069
|
+
chainId: 9779,
|
|
11070
|
+
networkId: 9779,
|
|
11071
|
+
icon: 'pepenetwork',
|
|
11072
|
+
explorers: [
|
|
11073
|
+
{
|
|
11074
|
+
name: 'Pepe Explorer',
|
|
11075
|
+
url: 'https://explorer.pepenetwork.io',
|
|
11076
|
+
icon: 'pepenetwork',
|
|
11077
|
+
standard: 'none'
|
|
11078
|
+
}
|
|
11079
|
+
]
|
|
11080
|
+
},
|
|
10790
11081
|
9790: {
|
|
10791
11082
|
name: 'Carbon EVM',
|
|
10792
11083
|
chain: 'Carbon',
|
|
@@ -11297,8 +11588,23 @@ exports.chains = {
|
|
|
11297
11588
|
name: 'Fibonacci Mainnet',
|
|
11298
11589
|
chain: 'FIBO',
|
|
11299
11590
|
icon: 'fibonacci',
|
|
11300
|
-
rpc: [
|
|
11301
|
-
|
|
11591
|
+
rpc: [
|
|
11592
|
+
'https://node1.fibo-api.asia',
|
|
11593
|
+
'https://node2.fibo-api.asia',
|
|
11594
|
+
'https://node3.fibo-api.asia',
|
|
11595
|
+
'https://node4.fibo-api.asia',
|
|
11596
|
+
'https://node5.fibo-api.asia',
|
|
11597
|
+
'https://node6.fibo-api.asia',
|
|
11598
|
+
'https://node7.fibo-api.asia',
|
|
11599
|
+
'https://node1.fibo-rpc.asia',
|
|
11600
|
+
'https://node2.fibo-rpc.asia',
|
|
11601
|
+
'https://node3.fibo-rpc.asia',
|
|
11602
|
+
'https://node4.fibo-rpc.asia',
|
|
11603
|
+
'https://node5.fibo-rpc.asia',
|
|
11604
|
+
'https://node6.fibo-rpc.asia',
|
|
11605
|
+
'https://node7.fibo-rpc.asia'
|
|
11606
|
+
],
|
|
11607
|
+
faucets: ['https://test.fibochain.org/faucets'],
|
|
11302
11608
|
nativeCurrency: {
|
|
11303
11609
|
name: 'FIBONACCI UTILITY TOKEN',
|
|
11304
11610
|
symbol: 'FIBO',
|
|
@@ -11552,6 +11858,25 @@ exports.chains = {
|
|
|
11552
11858
|
chainId: 16001,
|
|
11553
11859
|
networkId: 16001
|
|
11554
11860
|
},
|
|
11861
|
+
16507: {
|
|
11862
|
+
name: 'Genesys Mainnet',
|
|
11863
|
+
chain: 'Genesys',
|
|
11864
|
+
icon: 'genesys',
|
|
11865
|
+
rpc: ['https://rpc.genesys.network'],
|
|
11866
|
+
faucets: [],
|
|
11867
|
+
nativeCurrency: { name: 'Genesys', symbol: 'GSYS', decimals: 18 },
|
|
11868
|
+
infoURL: 'https://www.genesys.network/',
|
|
11869
|
+
shortName: 'Genesys',
|
|
11870
|
+
chainId: 16507,
|
|
11871
|
+
networkId: 16507,
|
|
11872
|
+
explorers: [
|
|
11873
|
+
{
|
|
11874
|
+
name: 'GchainExplorer',
|
|
11875
|
+
url: 'https://gchainexplorer.genesys.network',
|
|
11876
|
+
standard: 'EIP3091'
|
|
11877
|
+
}
|
|
11878
|
+
]
|
|
11879
|
+
},
|
|
11555
11880
|
16688: {
|
|
11556
11881
|
name: 'IRIShub Testnet',
|
|
11557
11882
|
chain: 'IRIShub',
|
|
@@ -12569,7 +12894,10 @@ exports.chains = {
|
|
|
12569
12894
|
name: 'Avalanche Fuji Testnet',
|
|
12570
12895
|
chain: 'AVAX',
|
|
12571
12896
|
icon: 'avax',
|
|
12572
|
-
rpc: [
|
|
12897
|
+
rpc: [
|
|
12898
|
+
'https://api.avax-test.network/ext/bc/C/rpc',
|
|
12899
|
+
'https://avalanche-fuji-c-chain.publicnode.com'
|
|
12900
|
+
],
|
|
12573
12901
|
faucets: ['https://faucet.avax-test.network/'],
|
|
12574
12902
|
nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
|
|
12575
12903
|
infoURL: 'https://cchain.explorer.avax-test.network',
|
|
@@ -12736,10 +13064,14 @@ exports.chains = {
|
|
|
12736
13064
|
]
|
|
12737
13065
|
},
|
|
12738
13066
|
49049: {
|
|
12739
|
-
name: 'Floripa',
|
|
12740
|
-
title: 'Wireshape Testnet
|
|
13067
|
+
name: 'Wireshape Floripa Testnet',
|
|
13068
|
+
title: 'Wireshape Floripa Testnet',
|
|
12741
13069
|
chain: 'Wireshape',
|
|
12742
|
-
|
|
13070
|
+
icon: 'wireshape',
|
|
13071
|
+
rpc: [
|
|
13072
|
+
'https://rpc-floripa.wireshape.org',
|
|
13073
|
+
'https://floripa.rpc.thirdweb.com'
|
|
13074
|
+
],
|
|
12743
13075
|
faucets: [],
|
|
12744
13076
|
nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
|
|
12745
13077
|
infoURL: 'https://wireshape.org',
|
|
@@ -12820,6 +13152,30 @@ exports.chains = {
|
|
|
12820
13152
|
],
|
|
12821
13153
|
parent: { type: 'L2', chain: 'eip155-3' }
|
|
12822
13154
|
},
|
|
13155
|
+
51178: {
|
|
13156
|
+
name: 'Opside Testnet Pre-Alpha',
|
|
13157
|
+
chain: 'ETH',
|
|
13158
|
+
rpc: [
|
|
13159
|
+
'https://pre-alpha-us-http-geth.opside.network',
|
|
13160
|
+
'https://pre-alpha-hk-http-geth.opside.network'
|
|
13161
|
+
],
|
|
13162
|
+
faucets: [],
|
|
13163
|
+
nativeCurrency: { name: 'IDE Test Token', symbol: 'IDE', decimals: 18 },
|
|
13164
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
13165
|
+
infoURL: 'https://opsi.de/',
|
|
13166
|
+
shortName: 'Opside-Testnet',
|
|
13167
|
+
chainId: 51178,
|
|
13168
|
+
networkId: 51178,
|
|
13169
|
+
icon: 'opside-new',
|
|
13170
|
+
explorers: [
|
|
13171
|
+
{
|
|
13172
|
+
name: 'OpsideTestnetInfo',
|
|
13173
|
+
url: 'https://pre-alpha.opside.info',
|
|
13174
|
+
icon: 'opside-new',
|
|
13175
|
+
standard: 'EIP3091'
|
|
13176
|
+
}
|
|
13177
|
+
]
|
|
13178
|
+
},
|
|
12823
13179
|
51712: {
|
|
12824
13180
|
name: 'Sardis Mainnet',
|
|
12825
13181
|
chain: 'SRDX',
|
|
@@ -12970,8 +13326,8 @@ exports.chains = {
|
|
|
12970
13326
|
rpc: [
|
|
12971
13327
|
'https://rpc.goerli.linea.build',
|
|
12972
13328
|
'wss://rpc.goerli.linea.build',
|
|
12973
|
-
'https://
|
|
12974
|
-
'wss://
|
|
13329
|
+
'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
13330
|
+
'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
|
|
12975
13331
|
],
|
|
12976
13332
|
faucets: ['https://faucetlink.to/goerli'],
|
|
12977
13333
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -13502,6 +13858,31 @@ exports.chains = {
|
|
|
13502
13858
|
chainId: 78110,
|
|
13503
13859
|
networkId: 78110
|
|
13504
13860
|
},
|
|
13861
|
+
78281: {
|
|
13862
|
+
name: 'Dragonfly Mainnet (Hexapod)',
|
|
13863
|
+
chain: 'Dragonfly',
|
|
13864
|
+
icon: 'dragonfly',
|
|
13865
|
+
rpc: [
|
|
13866
|
+
'https://dragonfly-rpc.switch.ch',
|
|
13867
|
+
'https://dragonfly-rpc.kore-technologies.ch',
|
|
13868
|
+
'https://dragonfly-rpc.phoenix-systems.io',
|
|
13869
|
+
'https://dragonfly-rpc.block-spirit.ch'
|
|
13870
|
+
],
|
|
13871
|
+
faucets: [],
|
|
13872
|
+
nativeCurrency: { name: 'Dragonfly', symbol: 'DFLY', decimals: 18 },
|
|
13873
|
+
infoURL: 'https://hexapod.network',
|
|
13874
|
+
shortName: 'dfly',
|
|
13875
|
+
chainId: 78281,
|
|
13876
|
+
networkId: 78281,
|
|
13877
|
+
explorers: [
|
|
13878
|
+
{
|
|
13879
|
+
name: 'Dragonfly Blockscout',
|
|
13880
|
+
url: 'https://blockscout.dragonfly.hexapod.network',
|
|
13881
|
+
icon: 'blockscout',
|
|
13882
|
+
standard: 'EIP3091'
|
|
13883
|
+
}
|
|
13884
|
+
]
|
|
13885
|
+
},
|
|
13505
13886
|
79879: {
|
|
13506
13887
|
name: 'Gold Smart Chain Testnet',
|
|
13507
13888
|
chain: 'STAND',
|
|
@@ -13529,7 +13910,8 @@ exports.chains = {
|
|
|
13529
13910
|
rpc: [
|
|
13530
13911
|
'https://matic-mumbai.chainstacklabs.com',
|
|
13531
13912
|
'https://rpc-mumbai.maticvigil.com',
|
|
13532
|
-
'https://matic-testnet-archive-rpc.bwarelabs.com'
|
|
13913
|
+
'https://matic-testnet-archive-rpc.bwarelabs.com',
|
|
13914
|
+
'https://polygon-mumbai-bor.publicnode.com'
|
|
13533
13915
|
],
|
|
13534
13916
|
faucets: ['https://faucet.polygon.technology/'],
|
|
13535
13917
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
@@ -13778,6 +14160,35 @@ exports.chains = {
|
|
|
13778
14160
|
}
|
|
13779
14161
|
]
|
|
13780
14162
|
},
|
|
14163
|
+
96970: {
|
|
14164
|
+
name: 'Mantis Testnet (Hexapod)',
|
|
14165
|
+
chain: 'Mantis',
|
|
14166
|
+
icon: 'mantis',
|
|
14167
|
+
rpc: [
|
|
14168
|
+
'https://mantis-rpc.switch.ch',
|
|
14169
|
+
'https://mantis-rpc.kore-technologies.ch',
|
|
14170
|
+
'https://mantis-rpc.phoenix-systems.io'
|
|
14171
|
+
],
|
|
14172
|
+
faucets: [
|
|
14173
|
+
'https://mantis.switch.ch/faucet',
|
|
14174
|
+
'https://mantis.kore-technologies.ch/faucet',
|
|
14175
|
+
'https://mantis.phoenix-systems.io/faucet',
|
|
14176
|
+
'https://mantis.block-spirit.ch/faucet'
|
|
14177
|
+
],
|
|
14178
|
+
nativeCurrency: { name: 'Mantis', symbol: 'MANTIS', decimals: 18 },
|
|
14179
|
+
infoURL: 'https://hexapod.network',
|
|
14180
|
+
shortName: 'mantis',
|
|
14181
|
+
chainId: 96970,
|
|
14182
|
+
networkId: 96970,
|
|
14183
|
+
explorers: [
|
|
14184
|
+
{
|
|
14185
|
+
name: 'Mantis Blockscout',
|
|
14186
|
+
url: 'https://blockscout.mantis.hexapod.network',
|
|
14187
|
+
icon: 'blockscout',
|
|
14188
|
+
standard: 'EIP3091'
|
|
14189
|
+
}
|
|
14190
|
+
]
|
|
14191
|
+
},
|
|
13781
14192
|
97288: {
|
|
13782
14193
|
name: 'Boba BNB Mainnet Old',
|
|
13783
14194
|
chain: 'Boba BNB Mainnet',
|
|
@@ -14884,6 +15295,25 @@ exports.chains = {
|
|
|
14884
15295
|
chainId: 333999,
|
|
14885
15296
|
networkId: 333999
|
|
14886
15297
|
},
|
|
15298
|
+
355113: {
|
|
15299
|
+
name: 'Bitfinity Network Testnet',
|
|
15300
|
+
chain: 'BFT',
|
|
15301
|
+
rpc: ['https://testnet.bitfinity.network'],
|
|
15302
|
+
faucets: ['https://bitfinity.network/faucet'],
|
|
15303
|
+
nativeCurrency: { name: 'BITFINITY', symbol: 'BFT', decimals: 18 },
|
|
15304
|
+
infoURL: 'https://bitfinity.network',
|
|
15305
|
+
shortName: 'Bitfinity',
|
|
15306
|
+
chainId: 355113,
|
|
15307
|
+
networkId: 355113,
|
|
15308
|
+
explorers: [
|
|
15309
|
+
{
|
|
15310
|
+
name: 'Bitfinity Block Explorer',
|
|
15311
|
+
url: 'https://explorer.bitfinity.network',
|
|
15312
|
+
icon: 'bitfinity',
|
|
15313
|
+
standard: 'EIP3091'
|
|
15314
|
+
}
|
|
15315
|
+
]
|
|
15316
|
+
},
|
|
14887
15317
|
373737: {
|
|
14888
15318
|
name: 'HAPchain Testnet',
|
|
14889
15319
|
chain: 'HAPchain',
|
|
@@ -15217,9 +15647,24 @@ exports.chains = {
|
|
|
15217
15647
|
],
|
|
15218
15648
|
infoURL: 'https://etherfair.org'
|
|
15219
15649
|
},
|
|
15650
|
+
534351: {
|
|
15651
|
+
name: 'Scroll Sepolia Testnet',
|
|
15652
|
+
chain: 'ETH',
|
|
15653
|
+
status: 'incubating',
|
|
15654
|
+
rpc: [],
|
|
15655
|
+
faucets: [],
|
|
15656
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15657
|
+
infoURL: 'https://scroll.io',
|
|
15658
|
+
shortName: 'scr-sepolia',
|
|
15659
|
+
chainId: 534351,
|
|
15660
|
+
networkId: 534351,
|
|
15661
|
+
explorers: [],
|
|
15662
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
15663
|
+
},
|
|
15220
15664
|
534352: {
|
|
15221
15665
|
name: 'Scroll',
|
|
15222
15666
|
chain: 'ETH',
|
|
15667
|
+
status: 'incubating',
|
|
15223
15668
|
rpc: [],
|
|
15224
15669
|
faucets: [],
|
|
15225
15670
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -15233,7 +15678,7 @@ exports.chains = {
|
|
|
15233
15678
|
534353: {
|
|
15234
15679
|
name: 'Scroll Alpha Testnet',
|
|
15235
15680
|
chain: 'ETH',
|
|
15236
|
-
status: '
|
|
15681
|
+
status: 'active',
|
|
15237
15682
|
rpc: ['https://alpha-rpc.scroll.io/l2'],
|
|
15238
15683
|
faucets: [],
|
|
15239
15684
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -15246,6 +15691,11 @@ exports.chains = {
|
|
|
15246
15691
|
name: 'Scroll Alpha Testnet Block Explorer',
|
|
15247
15692
|
url: 'https://blockscout.scroll.io',
|
|
15248
15693
|
standard: 'EIP3091'
|
|
15694
|
+
},
|
|
15695
|
+
{
|
|
15696
|
+
name: 'Scroll Alpha Testnet Block Explorer',
|
|
15697
|
+
url: 'https://scrollexplorer.unifra.io',
|
|
15698
|
+
standard: 'EIP3091'
|
|
15249
15699
|
}
|
|
15250
15700
|
],
|
|
15251
15701
|
parent: { type: 'L2', chain: 'eip155-5', bridges: [] }
|
|
@@ -15253,6 +15703,7 @@ exports.chains = {
|
|
|
15253
15703
|
534354: {
|
|
15254
15704
|
name: 'Scroll Pre-Alpha Testnet',
|
|
15255
15705
|
chain: 'ETH',
|
|
15706
|
+
status: 'deprecated',
|
|
15256
15707
|
rpc: ['https://prealpha-rpc.scroll.io/l2'],
|
|
15257
15708
|
faucets: ['https://prealpha.scroll.io/faucet'],
|
|
15258
15709
|
nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
|
|
@@ -15372,6 +15823,25 @@ exports.chains = {
|
|
|
15372
15823
|
}
|
|
15373
15824
|
]
|
|
15374
15825
|
},
|
|
15826
|
+
827431: {
|
|
15827
|
+
name: 'CURVE Mainnet',
|
|
15828
|
+
chain: 'CURVE',
|
|
15829
|
+
icon: 'curveIcon',
|
|
15830
|
+
rpc: ['https://mainnet-rpc.curvescan.io'],
|
|
15831
|
+
faucets: [],
|
|
15832
|
+
nativeCurrency: { name: 'Curve', symbol: 'CURVE', decimals: 18 },
|
|
15833
|
+
infoURL: 'https://curvescan.io',
|
|
15834
|
+
shortName: 'CURVEm',
|
|
15835
|
+
chainId: 827431,
|
|
15836
|
+
networkId: 827431,
|
|
15837
|
+
explorers: [
|
|
15838
|
+
{
|
|
15839
|
+
name: 'CURVE Mainnet',
|
|
15840
|
+
url: 'https://curvescan.io',
|
|
15841
|
+
standard: 'EIP3091'
|
|
15842
|
+
}
|
|
15843
|
+
]
|
|
15844
|
+
},
|
|
15375
15845
|
846000: {
|
|
15376
15846
|
name: '4GoodNetwork',
|
|
15377
15847
|
chain: '4GN',
|
|
@@ -15717,6 +16187,20 @@ exports.chains = {
|
|
|
15717
16187
|
slip44: 1,
|
|
15718
16188
|
explorers: []
|
|
15719
16189
|
},
|
|
16190
|
+
4281033: {
|
|
16191
|
+
name: 'Worlds Caldera',
|
|
16192
|
+
chain: 'WCal',
|
|
16193
|
+
rpc: ['https://worlds-test.calderachain.xyz/http'],
|
|
16194
|
+
faucets: [],
|
|
16195
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16196
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
16197
|
+
infoURL: 'https://caldera.xyz/',
|
|
16198
|
+
shortName: 'worldscal',
|
|
16199
|
+
chainId: 4281033,
|
|
16200
|
+
networkId: 4281033,
|
|
16201
|
+
icon: 'ethereum',
|
|
16202
|
+
explorers: []
|
|
16203
|
+
},
|
|
15720
16204
|
5167003: {
|
|
15721
16205
|
name: 'MXC Wannsee zkEVM Testnet',
|
|
15722
16206
|
chain: 'MXC zkEVM',
|