@revoke.cash/chains 24.0.0 → 25.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 +483 -48
- package/dist/src/enums.d.ts +59 -13
- package/dist/src/enums.js +59 -13
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -509,7 +509,7 @@ exports.chains = {
|
|
|
509
509
|
explorers: [
|
|
510
510
|
{
|
|
511
511
|
name: 'Cronos Explorer',
|
|
512
|
-
url: 'https://
|
|
512
|
+
url: 'https://explorer.cronos.org',
|
|
513
513
|
standard: 'none'
|
|
514
514
|
}
|
|
515
515
|
]
|
|
@@ -911,7 +911,6 @@ exports.chains = {
|
|
|
911
911
|
rpc: [
|
|
912
912
|
'https://rpc.darwinia.network',
|
|
913
913
|
'https://darwinia-rpc.darwiniacommunitydao.xyz',
|
|
914
|
-
'https://darwinia2.api.onfinality.io/public-ws',
|
|
915
914
|
'https://darwinia-rpc.dwellir.com'
|
|
916
915
|
],
|
|
917
916
|
faucets: [],
|
|
@@ -3714,6 +3713,19 @@ exports.chains = {
|
|
|
3714
3713
|
}
|
|
3715
3714
|
]
|
|
3716
3715
|
},
|
|
3716
|
+
252: {
|
|
3717
|
+
name: 'Fraxchain Mainnet',
|
|
3718
|
+
chain: 'FRAX',
|
|
3719
|
+
rpc: [],
|
|
3720
|
+
faucets: [],
|
|
3721
|
+
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
3722
|
+
infoURL: 'https://mainnet.frax.com',
|
|
3723
|
+
shortName: 'fraxchain',
|
|
3724
|
+
chainId: 252,
|
|
3725
|
+
networkId: 252,
|
|
3726
|
+
explorers: [],
|
|
3727
|
+
status: 'incubating'
|
|
3728
|
+
},
|
|
3717
3729
|
255: {
|
|
3718
3730
|
name: 'Kroma',
|
|
3719
3731
|
chain: 'ETH',
|
|
@@ -3969,8 +3981,8 @@ exports.chains = {
|
|
|
3969
3981
|
explorers: [
|
|
3970
3982
|
{
|
|
3971
3983
|
name: 'HashScan',
|
|
3972
|
-
url: 'https://hashscan.io/mainnet
|
|
3973
|
-
standard: '
|
|
3984
|
+
url: 'https://hashscan.io/mainnet',
|
|
3985
|
+
standard: 'EIP3091'
|
|
3974
3986
|
},
|
|
3975
3987
|
{
|
|
3976
3988
|
name: 'Arkhia Explorer',
|
|
@@ -4010,8 +4022,8 @@ exports.chains = {
|
|
|
4010
4022
|
explorers: [
|
|
4011
4023
|
{
|
|
4012
4024
|
name: 'HashScan',
|
|
4013
|
-
url: 'https://hashscan.io/testnet
|
|
4014
|
-
standard: '
|
|
4025
|
+
url: 'https://hashscan.io/testnet',
|
|
4026
|
+
standard: 'EIP3091'
|
|
4015
4027
|
},
|
|
4016
4028
|
{
|
|
4017
4029
|
name: 'Arkhia Explorer',
|
|
@@ -4051,8 +4063,8 @@ exports.chains = {
|
|
|
4051
4063
|
explorers: [
|
|
4052
4064
|
{
|
|
4053
4065
|
name: 'HashScan',
|
|
4054
|
-
url: 'https://hashscan.io/previewnet
|
|
4055
|
-
standard: '
|
|
4066
|
+
url: 'https://hashscan.io/previewnet',
|
|
4067
|
+
standard: 'EIP3091'
|
|
4056
4068
|
}
|
|
4057
4069
|
]
|
|
4058
4070
|
},
|
|
@@ -4737,6 +4749,25 @@ exports.chains = {
|
|
|
4737
4749
|
}
|
|
4738
4750
|
]
|
|
4739
4751
|
},
|
|
4752
|
+
428: {
|
|
4753
|
+
name: 'Geso Verse',
|
|
4754
|
+
chain: 'Geso Verse',
|
|
4755
|
+
rpc: ['https://rpc.verse.gesoten.com/'],
|
|
4756
|
+
faucets: [],
|
|
4757
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
4758
|
+
infoURL: 'https://gesoten.com/',
|
|
4759
|
+
shortName: 'GSV',
|
|
4760
|
+
icon: 'gesoten',
|
|
4761
|
+
chainId: 428,
|
|
4762
|
+
networkId: 428,
|
|
4763
|
+
explorers: [
|
|
4764
|
+
{
|
|
4765
|
+
name: 'Geso Verse Explorer',
|
|
4766
|
+
url: 'https://explorer.verse.gesoten.com',
|
|
4767
|
+
standard: 'EIP3091'
|
|
4768
|
+
}
|
|
4769
|
+
]
|
|
4770
|
+
},
|
|
4740
4771
|
443: {
|
|
4741
4772
|
name: 'Obscuro Testnet',
|
|
4742
4773
|
title: 'Obscuro Sepolia Rollup Testnet',
|
|
@@ -5095,11 +5126,7 @@ exports.chains = {
|
|
|
5095
5126
|
570: {
|
|
5096
5127
|
name: 'Rollux Mainnet',
|
|
5097
5128
|
chain: 'SYS',
|
|
5098
|
-
rpc: [
|
|
5099
|
-
'https://rpc.rollux.com',
|
|
5100
|
-
'https://rollux.public-rpc.com',
|
|
5101
|
-
'wss://rpc.rollux.com/wss'
|
|
5102
|
-
],
|
|
5129
|
+
rpc: ['https://rpc.rollux.com', 'wss://rpc.rollux.com/wss'],
|
|
5103
5130
|
faucets: ['https://rollux.id/faucetapp'],
|
|
5104
5131
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
5105
5132
|
infoURL: 'https://rollux.com',
|
|
@@ -5596,6 +5623,18 @@ exports.chains = {
|
|
|
5596
5623
|
}
|
|
5597
5624
|
]
|
|
5598
5625
|
},
|
|
5626
|
+
727: {
|
|
5627
|
+
name: 'Blucrates',
|
|
5628
|
+
chain: 'BLU',
|
|
5629
|
+
rpc: ['https://data.bluchain.pro'],
|
|
5630
|
+
faucets: [],
|
|
5631
|
+
nativeCurrency: { name: 'Blucrates', symbol: 'BLU', decimals: 18 },
|
|
5632
|
+
infoURL: 'https://www.blucrates.com',
|
|
5633
|
+
shortName: 'blu',
|
|
5634
|
+
chainId: 727,
|
|
5635
|
+
networkId: 727,
|
|
5636
|
+
slip44: 727
|
|
5637
|
+
},
|
|
5599
5638
|
740: {
|
|
5600
5639
|
name: 'Canto Testnet',
|
|
5601
5640
|
chain: 'Canto Tesnet',
|
|
@@ -6827,6 +6866,30 @@ exports.chains = {
|
|
|
6827
6866
|
status: 'deprecated'
|
|
6828
6867
|
},
|
|
6829
6868
|
1072: {
|
|
6869
|
+
name: 'ShimmerEVM Testnet Deprecated 1072',
|
|
6870
|
+
title: 'ShimmerEVM Testnet Deprecated 1072',
|
|
6871
|
+
chain: 'ShimmerEVM',
|
|
6872
|
+
icon: 'shimmerevm',
|
|
6873
|
+
rpc: [],
|
|
6874
|
+
faucets: [
|
|
6875
|
+
'https://evm-toolkit.evm.testnet.shimmer.network',
|
|
6876
|
+
'https://evm-faucet.testnet.shimmer.network'
|
|
6877
|
+
],
|
|
6878
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
|
6879
|
+
infoURL: 'https://shimmer.network',
|
|
6880
|
+
shortName: 'shimmerevm-testnet-deprecated-1072',
|
|
6881
|
+
chainId: 1072,
|
|
6882
|
+
networkId: 1072,
|
|
6883
|
+
explorers: [
|
|
6884
|
+
{
|
|
6885
|
+
name: 'explorer',
|
|
6886
|
+
url: 'https://explorer.evm.testnet.shimmer.network',
|
|
6887
|
+
standard: 'EIP3091'
|
|
6888
|
+
}
|
|
6889
|
+
],
|
|
6890
|
+
status: 'deprecated'
|
|
6891
|
+
},
|
|
6892
|
+
1073: {
|
|
6830
6893
|
name: 'ShimmerEVM Testnet',
|
|
6831
6894
|
title: 'ShimmerEVM Testnet',
|
|
6832
6895
|
chain: 'ShimmerEVM',
|
|
@@ -6839,8 +6902,8 @@ exports.chains = {
|
|
|
6839
6902
|
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
|
6840
6903
|
infoURL: 'https://shimmer.network',
|
|
6841
6904
|
shortName: 'shimmerevm-testnet',
|
|
6842
|
-
chainId:
|
|
6843
|
-
networkId:
|
|
6905
|
+
chainId: 1073,
|
|
6906
|
+
networkId: 1073,
|
|
6844
6907
|
explorers: [
|
|
6845
6908
|
{
|
|
6846
6909
|
name: 'explorer',
|
|
@@ -8236,20 +8299,23 @@ exports.chains = {
|
|
|
8236
8299
|
networkId: 1657
|
|
8237
8300
|
},
|
|
8238
8301
|
1662: {
|
|
8239
|
-
name: '
|
|
8240
|
-
shortName: '
|
|
8241
|
-
chain: '
|
|
8242
|
-
icon: 'eon',
|
|
8302
|
+
name: 'Liquichain',
|
|
8303
|
+
shortName: 'Liquichain',
|
|
8304
|
+
chain: 'LQC',
|
|
8243
8305
|
rpc: [],
|
|
8244
|
-
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8245
8306
|
faucets: [],
|
|
8246
|
-
nativeCurrency: { name: '
|
|
8247
|
-
infoURL: 'https://
|
|
8307
|
+
nativeCurrency: { name: 'Licoin', symbol: 'LCN', decimals: 18 },
|
|
8308
|
+
infoURL: 'https://liquichain.io/',
|
|
8248
8309
|
chainId: 1662,
|
|
8249
8310
|
networkId: 1662,
|
|
8250
|
-
|
|
8251
|
-
|
|
8252
|
-
|
|
8311
|
+
explorers: [
|
|
8312
|
+
{
|
|
8313
|
+
name: 'Liquichain Mainnet',
|
|
8314
|
+
url: 'https://mainnet.liquichain.io',
|
|
8315
|
+
standard: 'EIP3091'
|
|
8316
|
+
}
|
|
8317
|
+
],
|
|
8318
|
+
redFlags: ['reusedChainId']
|
|
8253
8319
|
},
|
|
8254
8320
|
1663: {
|
|
8255
8321
|
name: 'Horizen Gobi Testnet',
|
|
@@ -8698,6 +8764,25 @@ exports.chains = {
|
|
|
8698
8764
|
}
|
|
8699
8765
|
]
|
|
8700
8766
|
},
|
|
8767
|
+
1909: {
|
|
8768
|
+
name: 'Merkle Scan',
|
|
8769
|
+
chain: 'MRK',
|
|
8770
|
+
icon: 'merklescan',
|
|
8771
|
+
rpc: ['https://marklechain-rpc.merklescan.com'],
|
|
8772
|
+
faucets: [],
|
|
8773
|
+
nativeCurrency: { name: 'Merkle', symbol: 'MRK', decimals: 18 },
|
|
8774
|
+
infoURL: 'https://merklescan.com',
|
|
8775
|
+
shortName: 'MRK',
|
|
8776
|
+
chainId: 1909,
|
|
8777
|
+
networkId: 1909,
|
|
8778
|
+
explorers: [
|
|
8779
|
+
{
|
|
8780
|
+
name: 'blockscout',
|
|
8781
|
+
url: 'https://merklescan.com',
|
|
8782
|
+
standard: 'none'
|
|
8783
|
+
}
|
|
8784
|
+
]
|
|
8785
|
+
},
|
|
8701
8786
|
1945: {
|
|
8702
8787
|
name: 'ONUS Chain Testnet',
|
|
8703
8788
|
title: 'ONUS Chain Testnet',
|
|
@@ -9087,7 +9172,7 @@ exports.chains = {
|
|
|
9087
9172
|
name: 'MainnetZ Mainnet',
|
|
9088
9173
|
chain: 'NetZ',
|
|
9089
9174
|
icon: 'mainnetz',
|
|
9090
|
-
rpc: ['https://mainnet-rpc.mainnetz.io'],
|
|
9175
|
+
rpc: ['https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io'],
|
|
9091
9176
|
faucets: ['https://faucet.mainnetz.io'],
|
|
9092
9177
|
nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
|
|
9093
9178
|
infoURL: 'https://mainnetz.io',
|
|
@@ -9884,6 +9969,17 @@ exports.chains = {
|
|
|
9884
9969
|
}
|
|
9885
9970
|
]
|
|
9886
9971
|
},
|
|
9972
|
+
2306: {
|
|
9973
|
+
name: 'Ebro Network',
|
|
9974
|
+
chain: 'ebro',
|
|
9975
|
+
rpc: ['https://greendinoswap.com'],
|
|
9976
|
+
faucets: [],
|
|
9977
|
+
nativeCurrency: { name: 'Ebro', symbol: 'ebro', decimals: 18 },
|
|
9978
|
+
infoURL: 'https://www.ebrochain.com',
|
|
9979
|
+
shortName: 'ebro',
|
|
9980
|
+
chainId: 2306,
|
|
9981
|
+
networkId: 2306
|
|
9982
|
+
},
|
|
9887
9983
|
2309: {
|
|
9888
9984
|
name: 'Arevia',
|
|
9889
9985
|
chain: 'Arevia',
|
|
@@ -10111,6 +10207,19 @@ exports.chains = {
|
|
|
10111
10207
|
}
|
|
10112
10208
|
]
|
|
10113
10209
|
},
|
|
10210
|
+
2522: {
|
|
10211
|
+
name: 'Fraxchain Testnet',
|
|
10212
|
+
chain: 'FRAX',
|
|
10213
|
+
rpc: ['https://rpc.testnet.frax.com'],
|
|
10214
|
+
faucets: [],
|
|
10215
|
+
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
10216
|
+
infoURL: 'https://testnet.frax.com',
|
|
10217
|
+
shortName: 'fraxchain-testnet',
|
|
10218
|
+
chainId: 2522,
|
|
10219
|
+
networkId: 2522,
|
|
10220
|
+
explorers: [],
|
|
10221
|
+
status: 'active'
|
|
10222
|
+
},
|
|
10114
10223
|
2559: {
|
|
10115
10224
|
name: 'Kortho Mainnet',
|
|
10116
10225
|
chain: 'Kortho Chain',
|
|
@@ -10269,6 +10378,30 @@ exports.chains = {
|
|
|
10269
10378
|
bridges: [{ url: 'https://bridge-testnet.morphism.xyz' }]
|
|
10270
10379
|
}
|
|
10271
10380
|
},
|
|
10381
|
+
2718: {
|
|
10382
|
+
name: 'K-LAOS',
|
|
10383
|
+
title: 'K-LAOS: LAOS on Kusama',
|
|
10384
|
+
chain: 'K-LAOS',
|
|
10385
|
+
icon: 'k-laos',
|
|
10386
|
+
rpc: [
|
|
10387
|
+
'https://rpc.klaos.laosfoundation.io',
|
|
10388
|
+
'wss://rpc.klaos.laosfoundation.io'
|
|
10389
|
+
],
|
|
10390
|
+
faucets: [],
|
|
10391
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
|
10392
|
+
infoURL: 'https://www.laosfoundation.io/',
|
|
10393
|
+
shortName: 'k-laos',
|
|
10394
|
+
chainId: 2718,
|
|
10395
|
+
networkId: 2718,
|
|
10396
|
+
explorers: [
|
|
10397
|
+
{
|
|
10398
|
+
name: 'blockscout',
|
|
10399
|
+
url: 'https://blockscout.klaos.laosfoundation.io',
|
|
10400
|
+
icon: 'k-laos',
|
|
10401
|
+
standard: 'EIP3091'
|
|
10402
|
+
}
|
|
10403
|
+
]
|
|
10404
|
+
},
|
|
10272
10405
|
2888: {
|
|
10273
10406
|
name: 'Boba Network Goerli Testnet',
|
|
10274
10407
|
chain: 'ETH',
|
|
@@ -11080,6 +11213,25 @@ exports.chains = {
|
|
|
11080
11213
|
}
|
|
11081
11214
|
]
|
|
11082
11215
|
},
|
|
11216
|
+
4003: {
|
|
11217
|
+
name: 'X1 Fastnet',
|
|
11218
|
+
chain: 'X1',
|
|
11219
|
+
rpc: ['https://x1-fastnet.xen.network'],
|
|
11220
|
+
faucets: [],
|
|
11221
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
|
11222
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
|
11223
|
+
shortName: 'x1-fastnet',
|
|
11224
|
+
chainId: 4003,
|
|
11225
|
+
networkId: 4003,
|
|
11226
|
+
explorers: [
|
|
11227
|
+
{
|
|
11228
|
+
name: 'Blockscout',
|
|
11229
|
+
url: 'https://explorer.x1-fastnet.xen.network',
|
|
11230
|
+
icon: 'blockscout',
|
|
11231
|
+
standard: 'EIP3091'
|
|
11232
|
+
}
|
|
11233
|
+
]
|
|
11234
|
+
},
|
|
11083
11235
|
4051: {
|
|
11084
11236
|
name: 'Bobaopera Testnet',
|
|
11085
11237
|
chain: 'Bobaopera Testnet',
|
|
@@ -11517,6 +11669,21 @@ exports.chains = {
|
|
|
11517
11669
|
}
|
|
11518
11670
|
]
|
|
11519
11671
|
},
|
|
11672
|
+
4893: {
|
|
11673
|
+
name: 'Globel Chain',
|
|
11674
|
+
chain: 'GC',
|
|
11675
|
+
icon: 'globelchain',
|
|
11676
|
+
rpc: ['https://rpc.gcscan.io'],
|
|
11677
|
+
faucets: [],
|
|
11678
|
+
nativeCurrency: { name: 'Globel Chain', symbol: 'GC', decimals: 18 },
|
|
11679
|
+
infoURL: 'https://gcscan.io',
|
|
11680
|
+
shortName: 'GC',
|
|
11681
|
+
chainId: 4893,
|
|
11682
|
+
networkId: 4893,
|
|
11683
|
+
explorers: [
|
|
11684
|
+
{ name: 'blockscout', url: 'https://gcscan.io', standard: 'none' }
|
|
11685
|
+
]
|
|
11686
|
+
},
|
|
11520
11687
|
4918: {
|
|
11521
11688
|
name: 'Venidium Testnet',
|
|
11522
11689
|
chain: 'XVM',
|
|
@@ -12208,8 +12375,9 @@ exports.chains = {
|
|
|
12208
12375
|
6363: {
|
|
12209
12376
|
name: 'Digit Soul Smart Chain',
|
|
12210
12377
|
chain: 'DGS',
|
|
12211
|
-
rpc: ['
|
|
12378
|
+
rpc: ['https://dsc-rpc.digitsoul.co.th'],
|
|
12212
12379
|
faucets: [],
|
|
12380
|
+
icon: 'pnet',
|
|
12213
12381
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
|
12214
12382
|
infoURL: '',
|
|
12215
12383
|
shortName: 'DGS',
|
|
@@ -12775,6 +12943,25 @@ exports.chains = {
|
|
|
12775
12943
|
}
|
|
12776
12944
|
]
|
|
12777
12945
|
},
|
|
12946
|
+
7860: {
|
|
12947
|
+
name: 'MaalChain Testnet',
|
|
12948
|
+
chain: 'MaalChain Testnet',
|
|
12949
|
+
icon: 'maal-test',
|
|
12950
|
+
rpc: ['https://node1.maalscan.io/', 'https://rpc-bntest.maalscan.io/'],
|
|
12951
|
+
faucets: ['https://faucet-testnet.maalscan.io/'],
|
|
12952
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
12953
|
+
infoURL: 'https://www.maalchain.com/',
|
|
12954
|
+
shortName: 'maal-test',
|
|
12955
|
+
chainId: 7860,
|
|
12956
|
+
networkId: 7860,
|
|
12957
|
+
explorers: [
|
|
12958
|
+
{
|
|
12959
|
+
name: 'maalscan testnet',
|
|
12960
|
+
url: 'https://testnet.maalscan.io',
|
|
12961
|
+
standard: 'EIP3091'
|
|
12962
|
+
}
|
|
12963
|
+
]
|
|
12964
|
+
},
|
|
12778
12965
|
7878: {
|
|
12779
12966
|
name: 'Hazlor Testnet',
|
|
12780
12967
|
chain: 'SCAS',
|
|
@@ -13097,6 +13284,26 @@ exports.chains = {
|
|
|
13097
13284
|
}
|
|
13098
13285
|
]
|
|
13099
13286
|
},
|
|
13287
|
+
8192: {
|
|
13288
|
+
name: 'Torus Mainnet',
|
|
13289
|
+
chain: 'TQF',
|
|
13290
|
+
icon: 'torus',
|
|
13291
|
+
rpc: ['https://rpc.toruschain.com'],
|
|
13292
|
+
faucets: [],
|
|
13293
|
+
nativeCurrency: { name: 'TQF', symbol: 'TQF', decimals: 18 },
|
|
13294
|
+
infoURL: 'https://docs.toruschain.com',
|
|
13295
|
+
shortName: 'tqf',
|
|
13296
|
+
chainId: 8192,
|
|
13297
|
+
networkId: 8192,
|
|
13298
|
+
explorers: [
|
|
13299
|
+
{
|
|
13300
|
+
name: 'blockscout',
|
|
13301
|
+
url: 'https://toruscan.com',
|
|
13302
|
+
icon: 'blockscout',
|
|
13303
|
+
standard: 'EIP3091'
|
|
13304
|
+
}
|
|
13305
|
+
]
|
|
13306
|
+
},
|
|
13100
13307
|
8194: {
|
|
13101
13308
|
name: 'Torus Testnet',
|
|
13102
13309
|
chain: 'TQF',
|
|
@@ -13111,7 +13318,7 @@ exports.chains = {
|
|
|
13111
13318
|
explorers: [
|
|
13112
13319
|
{
|
|
13113
13320
|
name: 'blockscout',
|
|
13114
|
-
url: 'https://testnet.
|
|
13321
|
+
url: 'https://testnet.toruscan.com',
|
|
13115
13322
|
icon: 'blockscout',
|
|
13116
13323
|
standard: 'EIP3091'
|
|
13117
13324
|
}
|
|
@@ -13955,6 +14162,8 @@ exports.chains = {
|
|
|
13955
14162
|
rpc: [
|
|
13956
14163
|
'https://rpc-msc.mindchain.info/',
|
|
13957
14164
|
'https://seednode.mindchain.info',
|
|
14165
|
+
'https://archive.mindchain.info/',
|
|
14166
|
+
'wss://archive.mindchain.info/ws',
|
|
13958
14167
|
'wss://seednode.mindchain.info/ws'
|
|
13959
14168
|
],
|
|
13960
14169
|
faucets: [],
|
|
@@ -14826,6 +15035,26 @@ exports.chains = {
|
|
|
14826
15035
|
}
|
|
14827
15036
|
]
|
|
14828
15037
|
},
|
|
15038
|
+
13473: {
|
|
15039
|
+
name: 'Immutable zkEVM Testnet',
|
|
15040
|
+
chain: 'Immutable zkEVM',
|
|
15041
|
+
rpc: ['https://rpc.testnet.immutable.com'],
|
|
15042
|
+
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
15043
|
+
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
|
15044
|
+
infoURL: 'https://www.immutable.com',
|
|
15045
|
+
shortName: 'imx-testnet',
|
|
15046
|
+
chainId: 13473,
|
|
15047
|
+
networkId: 13473,
|
|
15048
|
+
icon: 'immutable',
|
|
15049
|
+
explorers: [
|
|
15050
|
+
{
|
|
15051
|
+
name: 'Immutable Testnet explorer',
|
|
15052
|
+
url: 'https://explorer.testnet.immutable.com',
|
|
15053
|
+
standard: 'EIP3091',
|
|
15054
|
+
icon: 'immutable'
|
|
15055
|
+
}
|
|
15056
|
+
]
|
|
15057
|
+
},
|
|
14829
15058
|
13812: {
|
|
14830
15059
|
name: 'Susono',
|
|
14831
15060
|
chain: 'SUS',
|
|
@@ -14876,6 +15105,26 @@ exports.chains = {
|
|
|
14876
15105
|
networkId: 14853,
|
|
14877
15106
|
explorers: []
|
|
14878
15107
|
},
|
|
15108
|
+
15003: {
|
|
15109
|
+
name: 'Immutable zkEVM Devnet',
|
|
15110
|
+
chain: 'Immutable zkEVM',
|
|
15111
|
+
rpc: ['https://rpc.dev.immutable.com'],
|
|
15112
|
+
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
15113
|
+
nativeCurrency: { name: 'Dev IMX', symbol: 'dIMX', decimals: 18 },
|
|
15114
|
+
infoURL: 'https://www.immutable.com',
|
|
15115
|
+
shortName: 'imx-devnet',
|
|
15116
|
+
chainId: 15003,
|
|
15117
|
+
networkId: 15003,
|
|
15118
|
+
icon: 'immutable',
|
|
15119
|
+
explorers: [
|
|
15120
|
+
{
|
|
15121
|
+
name: 'Immutable Devnet explorer',
|
|
15122
|
+
url: 'https://explorer.dev.immutable.com',
|
|
15123
|
+
standard: 'EIP3091',
|
|
15124
|
+
icon: 'immutable'
|
|
15125
|
+
}
|
|
15126
|
+
]
|
|
15127
|
+
},
|
|
14879
15128
|
15551: {
|
|
14880
15129
|
name: 'LoopNetwork Mainnet',
|
|
14881
15130
|
chain: 'LoopNetwork',
|
|
@@ -15042,6 +15291,7 @@ exports.chains = {
|
|
|
15042
15291
|
},
|
|
15043
15292
|
17000: {
|
|
15044
15293
|
name: 'Holesky',
|
|
15294
|
+
title: 'Ethereum Testnet Holesky',
|
|
15045
15295
|
chain: 'ETH',
|
|
15046
15296
|
rpc: [
|
|
15047
15297
|
'https://rpc.holesky.ethpandaops.io',
|
|
@@ -15080,6 +15330,30 @@ exports.chains = {
|
|
|
15080
15330
|
}
|
|
15081
15331
|
]
|
|
15082
15332
|
},
|
|
15333
|
+
17001: {
|
|
15334
|
+
name: 'Redstone Holesky Testnet',
|
|
15335
|
+
chain: 'ETH',
|
|
15336
|
+
rpc: ['https://rpc.holesky.redstone.xyz'],
|
|
15337
|
+
faucets: [],
|
|
15338
|
+
nativeCurrency: {
|
|
15339
|
+
name: 'Redstone Testnet Ether',
|
|
15340
|
+
symbol: 'ETH',
|
|
15341
|
+
decimals: 18
|
|
15342
|
+
},
|
|
15343
|
+
infoURL: 'https://redstone.xyz/docs/network-info',
|
|
15344
|
+
shortName: 'redstone',
|
|
15345
|
+
chainId: 17001,
|
|
15346
|
+
networkId: 17001,
|
|
15347
|
+
icon: 'redstone',
|
|
15348
|
+
explorers: [
|
|
15349
|
+
{
|
|
15350
|
+
name: 'Redstone Holesky Explorer',
|
|
15351
|
+
url: 'https://explorer.holesky.redstone.xyz',
|
|
15352
|
+
icon: 'ethereum',
|
|
15353
|
+
standard: 'EIP3091'
|
|
15354
|
+
}
|
|
15355
|
+
]
|
|
15356
|
+
},
|
|
15083
15357
|
17171: {
|
|
15084
15358
|
name: 'G8Chain Mainnet',
|
|
15085
15359
|
chain: 'G8C',
|
|
@@ -17016,6 +17290,26 @@ exports.chains = {
|
|
|
17016
17290
|
],
|
|
17017
17291
|
status: 'active'
|
|
17018
17292
|
},
|
|
17293
|
+
59971: {
|
|
17294
|
+
name: 'Genesys Code Mainnet',
|
|
17295
|
+
chain: 'GCODE',
|
|
17296
|
+
rpc: ['https://mainnet.genesyscode.io/'],
|
|
17297
|
+
faucets: [],
|
|
17298
|
+
nativeCurrency: { name: 'GenesysCode', symbol: 'GCODE', decimals: 18 },
|
|
17299
|
+
infoURL: 'https://genesyscode.io',
|
|
17300
|
+
shortName: 'gcode',
|
|
17301
|
+
chainId: 59971,
|
|
17302
|
+
networkId: 59971,
|
|
17303
|
+
icon: 'genesyscode',
|
|
17304
|
+
explorers: [
|
|
17305
|
+
{
|
|
17306
|
+
name: 'Genesys Scan',
|
|
17307
|
+
url: 'https://genesysscan.io',
|
|
17308
|
+
icon: 'genesyscode',
|
|
17309
|
+
standard: 'none'
|
|
17310
|
+
}
|
|
17311
|
+
]
|
|
17312
|
+
},
|
|
17019
17313
|
60000: {
|
|
17020
17314
|
name: 'Thinkium Testnet Chain 0',
|
|
17021
17315
|
chain: 'Thinkium',
|
|
@@ -17748,6 +18042,24 @@ exports.chains = {
|
|
|
17748
18042
|
}
|
|
17749
18043
|
]
|
|
17750
18044
|
},
|
|
18045
|
+
81041: {
|
|
18046
|
+
name: 'Nordek Mainnet',
|
|
18047
|
+
chain: 'Nordek',
|
|
18048
|
+
rpc: ['https://mainnet-rpc.nordekscan.com'],
|
|
18049
|
+
faucets: [],
|
|
18050
|
+
nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
|
|
18051
|
+
infoURL: 'https://nordekscan.com',
|
|
18052
|
+
shortName: 'nordek',
|
|
18053
|
+
chainId: 81041,
|
|
18054
|
+
networkId: 81041,
|
|
18055
|
+
explorers: [
|
|
18056
|
+
{
|
|
18057
|
+
name: 'nordek',
|
|
18058
|
+
url: 'https://nordekscan.com',
|
|
18059
|
+
standard: 'EIP3091'
|
|
18060
|
+
}
|
|
18061
|
+
]
|
|
18062
|
+
},
|
|
17751
18063
|
81341: {
|
|
17752
18064
|
name: 'Amana Testnet',
|
|
17753
18065
|
chain: 'MEER',
|
|
@@ -19064,6 +19376,25 @@ exports.chains = {
|
|
|
19064
19376
|
}
|
|
19065
19377
|
]
|
|
19066
19378
|
},
|
|
19379
|
+
202212: {
|
|
19380
|
+
name: 'X1 Devnet',
|
|
19381
|
+
chain: 'X1',
|
|
19382
|
+
rpc: ['https://x1-devnet.xen.network'],
|
|
19383
|
+
faucets: [],
|
|
19384
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
|
19385
|
+
infoURL: 'https://docs.xen.network/x1/',
|
|
19386
|
+
shortName: 'x1-devnet',
|
|
19387
|
+
chainId: 202212,
|
|
19388
|
+
networkId: 202212,
|
|
19389
|
+
explorers: [
|
|
19390
|
+
{
|
|
19391
|
+
name: 'Blockscout',
|
|
19392
|
+
url: 'https://explorer.x1-devnet.xen.network',
|
|
19393
|
+
icon: 'blockscout',
|
|
19394
|
+
standard: 'EIP3091'
|
|
19395
|
+
}
|
|
19396
|
+
]
|
|
19397
|
+
},
|
|
19067
19398
|
202624: {
|
|
19068
19399
|
name: 'Jellie',
|
|
19069
19400
|
title: 'Twala Testnet Jellie',
|
|
@@ -19085,6 +19416,25 @@ exports.chains = {
|
|
|
19085
19416
|
}
|
|
19086
19417
|
]
|
|
19087
19418
|
},
|
|
19419
|
+
204005: {
|
|
19420
|
+
name: 'X1 Network',
|
|
19421
|
+
chain: 'X1',
|
|
19422
|
+
rpc: ['https://x1-testnet.xen.network'],
|
|
19423
|
+
faucets: [],
|
|
19424
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
|
19425
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
|
19426
|
+
shortName: 'x1-testnet',
|
|
19427
|
+
chainId: 204005,
|
|
19428
|
+
networkId: 204005,
|
|
19429
|
+
explorers: [
|
|
19430
|
+
{
|
|
19431
|
+
name: 'Blockscout',
|
|
19432
|
+
url: 'https://explorer.x1-testnet.xen.network',
|
|
19433
|
+
icon: 'blockscout',
|
|
19434
|
+
standard: 'EIP3091'
|
|
19435
|
+
}
|
|
19436
|
+
]
|
|
19437
|
+
},
|
|
19088
19438
|
210425: {
|
|
19089
19439
|
name: 'PlatON Mainnet',
|
|
19090
19440
|
chain: 'PlatON',
|
|
@@ -19522,8 +19872,9 @@ exports.chains = {
|
|
|
19522
19872
|
363636: {
|
|
19523
19873
|
name: 'Digit Soul Smart Chain 2',
|
|
19524
19874
|
chain: 'DS2',
|
|
19525
|
-
rpc: ['
|
|
19875
|
+
rpc: ['https://dgs-rpc.digitsoul.co.th'],
|
|
19526
19876
|
faucets: [],
|
|
19877
|
+
icon: 'pnet',
|
|
19527
19878
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
|
19528
19879
|
infoURL: '',
|
|
19529
19880
|
shortName: 'DS2',
|
|
@@ -19945,7 +20296,7 @@ exports.chains = {
|
|
|
19945
20296
|
explorers: [
|
|
19946
20297
|
{
|
|
19947
20298
|
name: 'Scroll Sepolia Etherscan',
|
|
19948
|
-
url: 'https://sepolia.scrollscan.
|
|
20299
|
+
url: 'https://sepolia.scrollscan.com',
|
|
19949
20300
|
standard: 'EIP3091'
|
|
19950
20301
|
},
|
|
19951
20302
|
{
|
|
@@ -19957,7 +20308,7 @@ exports.chains = {
|
|
|
19957
20308
|
parent: {
|
|
19958
20309
|
type: 'L2',
|
|
19959
20310
|
chain: 'eip155-11155111',
|
|
19960
|
-
bridges: [{ url: 'https://scroll.io/bridge' }]
|
|
20311
|
+
bridges: [{ url: 'https://sepolia.scroll.io/bridge' }]
|
|
19961
20312
|
}
|
|
19962
20313
|
},
|
|
19963
20314
|
534352: {
|
|
@@ -20293,11 +20644,13 @@ exports.chains = {
|
|
|
20293
20644
|
shortName: 'dodao',
|
|
20294
20645
|
chainId: 855456,
|
|
20295
20646
|
networkId: 855456,
|
|
20647
|
+
icon: 'dodao',
|
|
20296
20648
|
explorers: [
|
|
20297
20649
|
{
|
|
20298
20650
|
name: 'Dodao Explorer',
|
|
20299
20651
|
url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3041-rpc.a.dancebox.tanssi.network',
|
|
20300
|
-
|
|
20652
|
+
icon: 'dodao',
|
|
20653
|
+
standard: 'EIP3091'
|
|
20301
20654
|
}
|
|
20302
20655
|
]
|
|
20303
20656
|
},
|
|
@@ -20477,6 +20830,25 @@ exports.chains = {
|
|
|
20477
20830
|
}
|
|
20478
20831
|
]
|
|
20479
20832
|
},
|
|
20833
|
+
1127469: {
|
|
20834
|
+
name: 'Tiltyard Subnet',
|
|
20835
|
+
chain: 'TILTYARD',
|
|
20836
|
+
rpc: ['https://subnets.avax.network/tiltyard/testnet/rpc'],
|
|
20837
|
+
features: [{ name: 'EIP1559' }],
|
|
20838
|
+
faucets: [],
|
|
20839
|
+
nativeCurrency: { name: 'Tiltyard Token', symbol: 'TILTG', decimals: 18 },
|
|
20840
|
+
infoURL: '',
|
|
20841
|
+
shortName: 'tiltyard',
|
|
20842
|
+
chainId: 1127469,
|
|
20843
|
+
networkId: 1127469,
|
|
20844
|
+
explorers: [
|
|
20845
|
+
{
|
|
20846
|
+
name: 'TILTYARD Explorer',
|
|
20847
|
+
url: 'http://testnet-explorer.tiltyard.gg',
|
|
20848
|
+
standard: 'EIP3091'
|
|
20849
|
+
}
|
|
20850
|
+
]
|
|
20851
|
+
},
|
|
20480
20852
|
1261120: {
|
|
20481
20853
|
name: 'zKatana',
|
|
20482
20854
|
shortName: 'azktn',
|
|
@@ -20700,7 +21072,7 @@ exports.chains = {
|
|
|
20700
21072
|
chain: 'DPU',
|
|
20701
21073
|
rpc: ['https://sc-rpc.dpu.ac.th'],
|
|
20702
21074
|
faucets: [],
|
|
20703
|
-
nativeCurrency: { name: '
|
|
21075
|
+
nativeCurrency: { name: 'DGC', symbol: 'DGC', decimals: 18 },
|
|
20704
21076
|
infoURL: '',
|
|
20705
21077
|
shortName: 'DPU',
|
|
20706
21078
|
chainId: 2611555,
|
|
@@ -21711,9 +22083,10 @@ exports.chains = {
|
|
|
21711
22083
|
]
|
|
21712
22084
|
},
|
|
21713
22085
|
344106930: {
|
|
21714
|
-
name: 'Calypso
|
|
22086
|
+
name: 'SKALE Calypso Hub Testnet',
|
|
21715
22087
|
title: 'Calypso NFT Hub Testnet',
|
|
21716
22088
|
chain: 'staging-utter-unripe-menkar',
|
|
22089
|
+
icon: 'calypso',
|
|
21717
22090
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'],
|
|
21718
22091
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
21719
22092
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
@@ -21725,7 +22098,6 @@ exports.chains = {
|
|
|
21725
22098
|
{
|
|
21726
22099
|
name: 'Blockscout',
|
|
21727
22100
|
url: 'https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com',
|
|
21728
|
-
icon: 'calypso',
|
|
21729
22101
|
standard: 'EIP3091'
|
|
21730
22102
|
}
|
|
21731
22103
|
]
|
|
@@ -21750,6 +22122,26 @@ exports.chains = {
|
|
|
21750
22122
|
}
|
|
21751
22123
|
]
|
|
21752
22124
|
},
|
|
22125
|
+
476158412: {
|
|
22126
|
+
name: 'SKALE Europa Hub Testnet',
|
|
22127
|
+
title: 'Europa Hub Testnet',
|
|
22128
|
+
chain: 'staging-legal-crazy-castor',
|
|
22129
|
+
icon: 'europa',
|
|
22130
|
+
rpc: ['https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'],
|
|
22131
|
+
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
22132
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22133
|
+
infoURL: 'https://europahub.network/',
|
|
22134
|
+
shortName: 'europa-testnet',
|
|
22135
|
+
chainId: 476158412,
|
|
22136
|
+
networkId: 476158412,
|
|
22137
|
+
explorers: [
|
|
22138
|
+
{
|
|
22139
|
+
name: 'Blockscout',
|
|
22140
|
+
url: 'https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com',
|
|
22141
|
+
standard: 'EIP3091'
|
|
22142
|
+
}
|
|
22143
|
+
]
|
|
22144
|
+
},
|
|
21753
22145
|
486217935: {
|
|
21754
22146
|
name: 'Gather Devnet Network',
|
|
21755
22147
|
chain: 'GTH',
|
|
@@ -21769,23 +22161,23 @@ exports.chains = {
|
|
|
21769
22161
|
]
|
|
21770
22162
|
},
|
|
21771
22163
|
503129905: {
|
|
21772
|
-
name: 'Nebula
|
|
22164
|
+
name: 'SKALE Nebula Hub Testnet',
|
|
21773
22165
|
chain: 'staging-faint-slimy-achird',
|
|
22166
|
+
icon: 'nebula',
|
|
21774
22167
|
rpc: [
|
|
21775
22168
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
|
21776
22169
|
'wss://staging-v3.skalenodes.com/v1/ws/staging-faint-slimy-achird'
|
|
21777
22170
|
],
|
|
21778
|
-
faucets: [],
|
|
22171
|
+
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
21779
22172
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
21780
22173
|
infoURL: 'https://nebulachain.io/',
|
|
21781
|
-
shortName: 'nebula-
|
|
22174
|
+
shortName: 'nebula-testnet',
|
|
21782
22175
|
chainId: 503129905,
|
|
21783
22176
|
networkId: 503129905,
|
|
21784
22177
|
explorers: [
|
|
21785
22178
|
{
|
|
21786
|
-
name: '
|
|
22179
|
+
name: 'Blockscout',
|
|
21787
22180
|
url: 'https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com',
|
|
21788
|
-
icon: 'nebula',
|
|
21789
22181
|
standard: 'EIP3091'
|
|
21790
22182
|
}
|
|
21791
22183
|
]
|
|
@@ -21912,6 +22304,28 @@ exports.chains = {
|
|
|
21912
22304
|
chainId: 1313161556,
|
|
21913
22305
|
networkId: 1313161556
|
|
21914
22306
|
},
|
|
22307
|
+
1350216234: {
|
|
22308
|
+
name: 'SKALE Titan Hub',
|
|
22309
|
+
chain: 'parallel-stormy-spica',
|
|
22310
|
+
icon: 'titan',
|
|
22311
|
+
rpc: [
|
|
22312
|
+
'https://mainnet.skalenodes.com/v1/parallel-stormy-spica',
|
|
22313
|
+
'wss://mainnet.skalenodes.com/v1/ws/parallel-stormy-spica'
|
|
22314
|
+
],
|
|
22315
|
+
faucets: ['https://sfuel.skale.network/'],
|
|
22316
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22317
|
+
infoURL: '',
|
|
22318
|
+
shortName: 'titan-mainnet',
|
|
22319
|
+
chainId: 1350216234,
|
|
22320
|
+
networkId: 1350216234,
|
|
22321
|
+
explorers: [
|
|
22322
|
+
{
|
|
22323
|
+
name: 'Blockscout',
|
|
22324
|
+
url: 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com',
|
|
22325
|
+
standard: 'EIP3091'
|
|
22326
|
+
}
|
|
22327
|
+
]
|
|
22328
|
+
},
|
|
21915
22329
|
1351057110: {
|
|
21916
22330
|
name: 'Chaos (SKALE Testnet)',
|
|
21917
22331
|
title: 'Chaos Testnet',
|
|
@@ -21954,13 +22368,14 @@ exports.chains = {
|
|
|
21954
22368
|
]
|
|
21955
22369
|
},
|
|
21956
22370
|
1482601649: {
|
|
21957
|
-
name: 'Nebula
|
|
22371
|
+
name: 'SKALE Nebula Hub',
|
|
21958
22372
|
chain: 'green-giddy-denebola',
|
|
22373
|
+
icon: 'nebula',
|
|
21959
22374
|
rpc: [
|
|
21960
22375
|
'https://mainnet.skalenodes.com/v1/green-giddy-denebola',
|
|
21961
22376
|
'wss://mainnet-proxy.skalenodes.com/v1/ws/green-giddy-denebola'
|
|
21962
22377
|
],
|
|
21963
|
-
faucets: [],
|
|
22378
|
+
faucets: ['https://sfuel.skale.network/'],
|
|
21964
22379
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
21965
22380
|
infoURL: 'https://nebulachain.io/',
|
|
21966
22381
|
shortName: 'nebula-mainnet',
|
|
@@ -21968,17 +22383,38 @@ exports.chains = {
|
|
|
21968
22383
|
networkId: 1482601649,
|
|
21969
22384
|
explorers: [
|
|
21970
22385
|
{
|
|
21971
|
-
name: '
|
|
22386
|
+
name: 'Blockscout',
|
|
21972
22387
|
url: 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
|
|
21973
|
-
|
|
22388
|
+
standard: 'EIP3091'
|
|
22389
|
+
}
|
|
22390
|
+
]
|
|
22391
|
+
},
|
|
22392
|
+
1517929550: {
|
|
22393
|
+
name: 'SKALE Titan Hub Testnet',
|
|
22394
|
+
chain: 'staging-aware-chief-gianfar',
|
|
22395
|
+
icon: 'titan',
|
|
22396
|
+
rpc: [
|
|
22397
|
+
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
|
22398
|
+
'wss://staging-v3.skalenodes.com/v1/ws/staging-aware-chief-gianfar'
|
|
22399
|
+
],
|
|
22400
|
+
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
22401
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22402
|
+
infoURL: '',
|
|
22403
|
+
shortName: 'titan-testnet',
|
|
22404
|
+
chainId: 1517929550,
|
|
22405
|
+
networkId: 1517929550,
|
|
22406
|
+
explorers: [
|
|
22407
|
+
{
|
|
22408
|
+
name: 'Blockscout',
|
|
22409
|
+
url: 'https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com',
|
|
21974
22410
|
standard: 'EIP3091'
|
|
21975
22411
|
}
|
|
21976
22412
|
]
|
|
21977
22413
|
},
|
|
21978
22414
|
1564830818: {
|
|
21979
|
-
name: 'Calypso
|
|
21980
|
-
title: 'Calypso NFT Hub Mainnet',
|
|
22415
|
+
name: 'SKALE Calypso Hub',
|
|
21981
22416
|
chain: 'honorable-steel-rasalhague',
|
|
22417
|
+
icon: 'calypso',
|
|
21982
22418
|
rpc: ['https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague'],
|
|
21983
22419
|
faucets: ['https://sfuel.dirtroad.dev'],
|
|
21984
22420
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
@@ -21990,7 +22426,6 @@ exports.chains = {
|
|
|
21990
22426
|
{
|
|
21991
22427
|
name: 'Blockscout',
|
|
21992
22428
|
url: 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com',
|
|
21993
|
-
icon: 'calypso',
|
|
21994
22429
|
standard: 'EIP3091'
|
|
21995
22430
|
}
|
|
21996
22431
|
]
|
|
@@ -22153,7 +22588,7 @@ exports.chains = {
|
|
|
22153
22588
|
networkId: 2021121117
|
|
22154
22589
|
},
|
|
22155
22590
|
2046399126: {
|
|
22156
|
-
name: 'Europa
|
|
22591
|
+
name: 'SKALE Europa Hub',
|
|
22157
22592
|
chain: 'europa',
|
|
22158
22593
|
icon: 'europa',
|
|
22159
22594
|
rpc: [
|