@revoke.cash/chains 24.1.0 → 26.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 +702 -107
- package/dist/src/enums.d.ts +87 -29
- package/dist/src/enums.js +87 -29
- 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
|
]
|
|
@@ -3713,6 +3713,19 @@ exports.chains = {
|
|
|
3713
3713
|
}
|
|
3714
3714
|
]
|
|
3715
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
|
+
},
|
|
3716
3729
|
255: {
|
|
3717
3730
|
name: 'Kroma',
|
|
3718
3731
|
chain: 'ETH',
|
|
@@ -3874,12 +3887,13 @@ exports.chains = {
|
|
|
3874
3887
|
]
|
|
3875
3888
|
},
|
|
3876
3889
|
280: {
|
|
3877
|
-
name: 'zkSync Era Testnet',
|
|
3890
|
+
name: 'zkSync Era Goerli Testnet (deprecated)',
|
|
3891
|
+
status: 'deprecated',
|
|
3878
3892
|
chain: 'ETH',
|
|
3879
3893
|
rpc: ['https://testnet.era.zksync.dev'],
|
|
3880
|
-
faucets: [
|
|
3894
|
+
faucets: [],
|
|
3881
3895
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3882
|
-
infoURL: 'https://
|
|
3896
|
+
infoURL: 'https://zksync.io/',
|
|
3883
3897
|
shortName: 'zksync-goerli',
|
|
3884
3898
|
chainId: 280,
|
|
3885
3899
|
networkId: 280,
|
|
@@ -3895,7 +3909,7 @@ exports.chains = {
|
|
|
3895
3909
|
parent: {
|
|
3896
3910
|
type: 'L2',
|
|
3897
3911
|
chain: 'eip155-1',
|
|
3898
|
-
bridges: [{ url: 'https://
|
|
3912
|
+
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
3899
3913
|
}
|
|
3900
3914
|
},
|
|
3901
3915
|
288: {
|
|
@@ -3968,8 +3982,8 @@ exports.chains = {
|
|
|
3968
3982
|
explorers: [
|
|
3969
3983
|
{
|
|
3970
3984
|
name: 'HashScan',
|
|
3971
|
-
url: 'https://hashscan.io/mainnet
|
|
3972
|
-
standard: '
|
|
3985
|
+
url: 'https://hashscan.io/mainnet',
|
|
3986
|
+
standard: 'EIP3091'
|
|
3973
3987
|
},
|
|
3974
3988
|
{
|
|
3975
3989
|
name: 'Arkhia Explorer',
|
|
@@ -4009,8 +4023,8 @@ exports.chains = {
|
|
|
4009
4023
|
explorers: [
|
|
4010
4024
|
{
|
|
4011
4025
|
name: 'HashScan',
|
|
4012
|
-
url: 'https://hashscan.io/testnet
|
|
4013
|
-
standard: '
|
|
4026
|
+
url: 'https://hashscan.io/testnet',
|
|
4027
|
+
standard: 'EIP3091'
|
|
4014
4028
|
},
|
|
4015
4029
|
{
|
|
4016
4030
|
name: 'Arkhia Explorer',
|
|
@@ -4050,8 +4064,8 @@ exports.chains = {
|
|
|
4050
4064
|
explorers: [
|
|
4051
4065
|
{
|
|
4052
4066
|
name: 'HashScan',
|
|
4053
|
-
url: 'https://hashscan.io/previewnet
|
|
4054
|
-
standard: '
|
|
4067
|
+
url: 'https://hashscan.io/previewnet',
|
|
4068
|
+
standard: 'EIP3091'
|
|
4055
4069
|
}
|
|
4056
4070
|
]
|
|
4057
4071
|
},
|
|
@@ -4071,17 +4085,30 @@ exports.chains = {
|
|
|
4071
4085
|
explorers: []
|
|
4072
4086
|
},
|
|
4073
4087
|
300: {
|
|
4074
|
-
name: '
|
|
4075
|
-
chain: '
|
|
4076
|
-
rpc: [],
|
|
4088
|
+
name: 'zkSync Sepolia Testnet',
|
|
4089
|
+
chain: 'ETH',
|
|
4090
|
+
rpc: ['https://sepolia.era.zksync.dev'],
|
|
4077
4091
|
faucets: [],
|
|
4078
|
-
nativeCurrency: { name: '
|
|
4079
|
-
|
|
4092
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4093
|
+
infoURL: 'https://zksync.io/',
|
|
4094
|
+
shortName: 'zksync-sepolia',
|
|
4080
4095
|
chainId: 300,
|
|
4081
4096
|
networkId: 300,
|
|
4082
|
-
|
|
4083
|
-
explorers: [
|
|
4084
|
-
|
|
4097
|
+
icon: 'zksync-era',
|
|
4098
|
+
explorers: [
|
|
4099
|
+
{
|
|
4100
|
+
name: 'zkSync Block Explorer',
|
|
4101
|
+
url: 'https://sepolia.explorer.zksync.io',
|
|
4102
|
+
icon: 'zksync-era',
|
|
4103
|
+
standard: 'EIP3091'
|
|
4104
|
+
}
|
|
4105
|
+
],
|
|
4106
|
+
parent: {
|
|
4107
|
+
type: 'L2',
|
|
4108
|
+
chain: 'eip155-1',
|
|
4109
|
+
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
4110
|
+
},
|
|
4111
|
+
redFlags: ['reusedChainId']
|
|
4085
4112
|
},
|
|
4086
4113
|
301: {
|
|
4087
4114
|
name: 'Bobaopera',
|
|
@@ -4272,7 +4299,7 @@ exports.chains = {
|
|
|
4272
4299
|
]
|
|
4273
4300
|
},
|
|
4274
4301
|
324: {
|
|
4275
|
-
name: 'zkSync
|
|
4302
|
+
name: 'zkSync Mainnet',
|
|
4276
4303
|
chain: 'ETH',
|
|
4277
4304
|
rpc: ['https://mainnet.era.zksync.io'],
|
|
4278
4305
|
faucets: [],
|
|
@@ -4736,6 +4763,25 @@ exports.chains = {
|
|
|
4736
4763
|
}
|
|
4737
4764
|
]
|
|
4738
4765
|
},
|
|
4766
|
+
428: {
|
|
4767
|
+
name: 'Geso Verse',
|
|
4768
|
+
chain: 'Geso Verse',
|
|
4769
|
+
rpc: ['https://rpc.verse.gesoten.com/'],
|
|
4770
|
+
faucets: [],
|
|
4771
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
4772
|
+
infoURL: 'https://gesoten.com/',
|
|
4773
|
+
shortName: 'GSV',
|
|
4774
|
+
icon: 'gesoten',
|
|
4775
|
+
chainId: 428,
|
|
4776
|
+
networkId: 428,
|
|
4777
|
+
explorers: [
|
|
4778
|
+
{
|
|
4779
|
+
name: 'Geso Verse Explorer',
|
|
4780
|
+
url: 'https://explorer.verse.gesoten.com',
|
|
4781
|
+
standard: 'EIP3091'
|
|
4782
|
+
}
|
|
4783
|
+
]
|
|
4784
|
+
},
|
|
4739
4785
|
443: {
|
|
4740
4786
|
name: 'Obscuro Testnet',
|
|
4741
4787
|
title: 'Obscuro Sepolia Rollup Testnet',
|
|
@@ -4827,6 +4873,25 @@ exports.chains = {
|
|
|
4827
4873
|
}
|
|
4828
4874
|
]
|
|
4829
4875
|
},
|
|
4876
|
+
463: {
|
|
4877
|
+
name: 'Areon Network Mainnet',
|
|
4878
|
+
chain: 'Areon',
|
|
4879
|
+
icon: 'areon',
|
|
4880
|
+
rpc: ['https://mainnet-rpc.areon.network'],
|
|
4881
|
+
faucets: [],
|
|
4882
|
+
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
|
4883
|
+
infoURL: 'https://areon.network',
|
|
4884
|
+
shortName: 'area',
|
|
4885
|
+
chainId: 463,
|
|
4886
|
+
networkId: 463,
|
|
4887
|
+
explorers: [
|
|
4888
|
+
{
|
|
4889
|
+
name: 'AreonScan',
|
|
4890
|
+
url: 'https://areonscan.com',
|
|
4891
|
+
standard: 'none'
|
|
4892
|
+
}
|
|
4893
|
+
]
|
|
4894
|
+
},
|
|
4830
4895
|
499: {
|
|
4831
4896
|
name: 'Rupaya',
|
|
4832
4897
|
chain: 'RUPX',
|
|
@@ -5094,11 +5159,7 @@ exports.chains = {
|
|
|
5094
5159
|
570: {
|
|
5095
5160
|
name: 'Rollux Mainnet',
|
|
5096
5161
|
chain: 'SYS',
|
|
5097
|
-
rpc: [
|
|
5098
|
-
'https://rpc.rollux.com',
|
|
5099
|
-
'https://rollux.public-rpc.com',
|
|
5100
|
-
'wss://rpc.rollux.com/wss'
|
|
5101
|
-
],
|
|
5162
|
+
rpc: ['https://rpc.rollux.com', 'wss://rpc.rollux.com/wss'],
|
|
5102
5163
|
faucets: ['https://rollux.id/faucetapp'],
|
|
5103
5164
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
5104
5165
|
infoURL: 'https://rollux.com',
|
|
@@ -5371,6 +5432,24 @@ exports.chains = {
|
|
|
5371
5432
|
}
|
|
5372
5433
|
]
|
|
5373
5434
|
},
|
|
5435
|
+
653: {
|
|
5436
|
+
name: 'Kalichain Mainnet',
|
|
5437
|
+
chain: 'Kalichain',
|
|
5438
|
+
rpc: ['https://rpc.kalichain.com'],
|
|
5439
|
+
faucets: [],
|
|
5440
|
+
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
|
5441
|
+
infoURL: 'https://kalichain.com',
|
|
5442
|
+
shortName: 'kalichain',
|
|
5443
|
+
chainId: 653,
|
|
5444
|
+
networkId: 653,
|
|
5445
|
+
explorers: [
|
|
5446
|
+
{
|
|
5447
|
+
name: 'kalichain explorer',
|
|
5448
|
+
url: 'https://explorer.kalichain.com',
|
|
5449
|
+
standard: 'EIP3091'
|
|
5450
|
+
}
|
|
5451
|
+
]
|
|
5452
|
+
},
|
|
5374
5453
|
666: {
|
|
5375
5454
|
name: 'Pixie Chain Testnet',
|
|
5376
5455
|
chain: 'PixieChain',
|
|
@@ -5595,6 +5674,18 @@ exports.chains = {
|
|
|
5595
5674
|
}
|
|
5596
5675
|
]
|
|
5597
5676
|
},
|
|
5677
|
+
727: {
|
|
5678
|
+
name: 'Blucrates',
|
|
5679
|
+
chain: 'BLU',
|
|
5680
|
+
rpc: ['https://data.bluchain.pro'],
|
|
5681
|
+
faucets: [],
|
|
5682
|
+
nativeCurrency: { name: 'Blucrates', symbol: 'BLU', decimals: 18 },
|
|
5683
|
+
infoURL: 'https://www.blucrates.com',
|
|
5684
|
+
shortName: 'blu',
|
|
5685
|
+
chainId: 727,
|
|
5686
|
+
networkId: 727,
|
|
5687
|
+
slip44: 727
|
|
5688
|
+
},
|
|
5598
5689
|
740: {
|
|
5599
5690
|
name: 'Canto Testnet',
|
|
5600
5691
|
chain: 'Canto Tesnet',
|
|
@@ -5869,6 +5960,25 @@ exports.chains = {
|
|
|
5869
5960
|
}
|
|
5870
5961
|
]
|
|
5871
5962
|
},
|
|
5963
|
+
814: {
|
|
5964
|
+
name: 'Firechain zkEVM',
|
|
5965
|
+
title: 'Firechain zkEVM',
|
|
5966
|
+
chain: 'Firechain',
|
|
5967
|
+
rpc: ['https://rpc.zkevm.thefirechain.com'],
|
|
5968
|
+
faucets: [],
|
|
5969
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5970
|
+
infoURL: 'https://docs.thefirechain.com/',
|
|
5971
|
+
shortName: 'firechan-zkEVM',
|
|
5972
|
+
chainId: 814,
|
|
5973
|
+
networkId: 814,
|
|
5974
|
+
icon: 'firechain',
|
|
5975
|
+
explorers: [],
|
|
5976
|
+
parent: {
|
|
5977
|
+
type: 'L2',
|
|
5978
|
+
chain: 'eip155-1',
|
|
5979
|
+
bridges: [{ url: 'https://zkevm.bridge.rpc.thefirechain.com' }]
|
|
5980
|
+
}
|
|
5981
|
+
},
|
|
5872
5982
|
818: {
|
|
5873
5983
|
name: 'BeOne Chain Mainnet',
|
|
5874
5984
|
chain: 'BOC',
|
|
@@ -6358,14 +6468,22 @@ exports.chains = {
|
|
|
6358
6468
|
970: {
|
|
6359
6469
|
name: 'Oort Mainnet',
|
|
6360
6470
|
chain: 'Oort Mainnet',
|
|
6361
|
-
rpc: ['https://rpc.oortech.com'],
|
|
6471
|
+
rpc: ['https://mainnet-rpc.oortech.com'],
|
|
6362
6472
|
faucets: [],
|
|
6363
6473
|
nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
|
|
6364
6474
|
infoURL: 'https://oortech.com',
|
|
6365
6475
|
shortName: 'ccn',
|
|
6366
6476
|
chainId: 970,
|
|
6367
6477
|
networkId: 970,
|
|
6368
|
-
icon: '
|
|
6478
|
+
icon: 'oort',
|
|
6479
|
+
explorers: [
|
|
6480
|
+
{
|
|
6481
|
+
name: 'Oort Mainnet Explorer',
|
|
6482
|
+
url: 'https://mainnet-scan.oortech.com',
|
|
6483
|
+
standard: 'none',
|
|
6484
|
+
icon: 'oort'
|
|
6485
|
+
}
|
|
6486
|
+
]
|
|
6369
6487
|
},
|
|
6370
6488
|
971: {
|
|
6371
6489
|
name: 'Oort Huygens',
|
|
@@ -6390,7 +6508,15 @@ exports.chains = {
|
|
|
6390
6508
|
shortName: 'Ascraeus',
|
|
6391
6509
|
chainId: 972,
|
|
6392
6510
|
networkId: 972,
|
|
6393
|
-
icon: '
|
|
6511
|
+
icon: 'oort',
|
|
6512
|
+
explorers: [
|
|
6513
|
+
{
|
|
6514
|
+
name: 'Oort Ascraeus Explorer',
|
|
6515
|
+
url: 'https://ascraeus-scan.oortech.com',
|
|
6516
|
+
standard: 'none',
|
|
6517
|
+
icon: 'oort'
|
|
6518
|
+
}
|
|
6519
|
+
]
|
|
6394
6520
|
},
|
|
6395
6521
|
977: {
|
|
6396
6522
|
name: 'Nepal Blockchain Network',
|
|
@@ -6826,6 +6952,30 @@ exports.chains = {
|
|
|
6826
6952
|
status: 'deprecated'
|
|
6827
6953
|
},
|
|
6828
6954
|
1072: {
|
|
6955
|
+
name: 'ShimmerEVM Testnet Deprecated 1072',
|
|
6956
|
+
title: 'ShimmerEVM Testnet Deprecated 1072',
|
|
6957
|
+
chain: 'ShimmerEVM',
|
|
6958
|
+
icon: 'shimmerevm',
|
|
6959
|
+
rpc: [],
|
|
6960
|
+
faucets: [
|
|
6961
|
+
'https://evm-toolkit.evm.testnet.shimmer.network',
|
|
6962
|
+
'https://evm-faucet.testnet.shimmer.network'
|
|
6963
|
+
],
|
|
6964
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
|
6965
|
+
infoURL: 'https://shimmer.network',
|
|
6966
|
+
shortName: 'shimmerevm-testnet-deprecated-1072',
|
|
6967
|
+
chainId: 1072,
|
|
6968
|
+
networkId: 1072,
|
|
6969
|
+
explorers: [
|
|
6970
|
+
{
|
|
6971
|
+
name: 'explorer',
|
|
6972
|
+
url: 'https://explorer.evm.testnet.shimmer.network',
|
|
6973
|
+
standard: 'EIP3091'
|
|
6974
|
+
}
|
|
6975
|
+
],
|
|
6976
|
+
status: 'deprecated'
|
|
6977
|
+
},
|
|
6978
|
+
1073: {
|
|
6829
6979
|
name: 'ShimmerEVM Testnet',
|
|
6830
6980
|
title: 'ShimmerEVM Testnet',
|
|
6831
6981
|
chain: 'ShimmerEVM',
|
|
@@ -6838,8 +6988,8 @@ exports.chains = {
|
|
|
6838
6988
|
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
|
6839
6989
|
infoURL: 'https://shimmer.network',
|
|
6840
6990
|
shortName: 'shimmerevm-testnet',
|
|
6841
|
-
chainId:
|
|
6842
|
-
networkId:
|
|
6991
|
+
chainId: 1073,
|
|
6992
|
+
networkId: 1073,
|
|
6843
6993
|
explorers: [
|
|
6844
6994
|
{
|
|
6845
6995
|
name: 'explorer',
|
|
@@ -8235,20 +8385,23 @@ exports.chains = {
|
|
|
8235
8385
|
networkId: 1657
|
|
8236
8386
|
},
|
|
8237
8387
|
1662: {
|
|
8238
|
-
name: '
|
|
8239
|
-
shortName: '
|
|
8240
|
-
chain: '
|
|
8241
|
-
icon: 'eon',
|
|
8388
|
+
name: 'Liquichain',
|
|
8389
|
+
shortName: 'Liquichain',
|
|
8390
|
+
chain: 'LQC',
|
|
8242
8391
|
rpc: [],
|
|
8243
|
-
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8244
8392
|
faucets: [],
|
|
8245
|
-
nativeCurrency: { name: '
|
|
8246
|
-
infoURL: 'https://
|
|
8393
|
+
nativeCurrency: { name: 'Licoin', symbol: 'LCN', decimals: 18 },
|
|
8394
|
+
infoURL: 'https://liquichain.io/',
|
|
8247
8395
|
chainId: 1662,
|
|
8248
8396
|
networkId: 1662,
|
|
8249
|
-
|
|
8250
|
-
|
|
8251
|
-
|
|
8397
|
+
explorers: [
|
|
8398
|
+
{
|
|
8399
|
+
name: 'Liquichain Mainnet',
|
|
8400
|
+
url: 'https://mainnet.liquichain.io',
|
|
8401
|
+
standard: 'EIP3091'
|
|
8402
|
+
}
|
|
8403
|
+
],
|
|
8404
|
+
redFlags: ['reusedChainId']
|
|
8252
8405
|
},
|
|
8253
8406
|
1663: {
|
|
8254
8407
|
name: 'Horizen Gobi Testnet',
|
|
@@ -8697,6 +8850,25 @@ exports.chains = {
|
|
|
8697
8850
|
}
|
|
8698
8851
|
]
|
|
8699
8852
|
},
|
|
8853
|
+
1909: {
|
|
8854
|
+
name: 'Merkle Scan',
|
|
8855
|
+
chain: 'MRK',
|
|
8856
|
+
icon: 'merklescan',
|
|
8857
|
+
rpc: ['https://marklechain-rpc.merklescan.com'],
|
|
8858
|
+
faucets: [],
|
|
8859
|
+
nativeCurrency: { name: 'Merkle', symbol: 'MRK', decimals: 18 },
|
|
8860
|
+
infoURL: 'https://merklescan.com',
|
|
8861
|
+
shortName: 'MRK',
|
|
8862
|
+
chainId: 1909,
|
|
8863
|
+
networkId: 1909,
|
|
8864
|
+
explorers: [
|
|
8865
|
+
{
|
|
8866
|
+
name: 'blockscout',
|
|
8867
|
+
url: 'https://merklescan.com',
|
|
8868
|
+
standard: 'none'
|
|
8869
|
+
}
|
|
8870
|
+
]
|
|
8871
|
+
},
|
|
8700
8872
|
1945: {
|
|
8701
8873
|
name: 'ONUS Chain Testnet',
|
|
8702
8874
|
title: 'ONUS Chain Testnet',
|
|
@@ -9086,7 +9258,7 @@ exports.chains = {
|
|
|
9086
9258
|
name: 'MainnetZ Mainnet',
|
|
9087
9259
|
chain: 'NetZ',
|
|
9088
9260
|
icon: 'mainnetz',
|
|
9089
|
-
rpc: ['https://mainnet-rpc.mainnetz.io'],
|
|
9261
|
+
rpc: ['https://mainnet-rpc.mainnetz.io', 'https://eu-rpc.mainnetz.io'],
|
|
9090
9262
|
faucets: ['https://faucet.mainnetz.io'],
|
|
9091
9263
|
nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
|
|
9092
9264
|
infoURL: 'https://mainnetz.io',
|
|
@@ -9883,6 +10055,17 @@ exports.chains = {
|
|
|
9883
10055
|
}
|
|
9884
10056
|
]
|
|
9885
10057
|
},
|
|
10058
|
+
2306: {
|
|
10059
|
+
name: 'Ebro Network',
|
|
10060
|
+
chain: 'ebro',
|
|
10061
|
+
rpc: ['https://greendinoswap.com'],
|
|
10062
|
+
faucets: [],
|
|
10063
|
+
nativeCurrency: { name: 'Ebro', symbol: 'ebro', decimals: 18 },
|
|
10064
|
+
infoURL: 'https://www.ebrochain.com',
|
|
10065
|
+
shortName: 'ebro',
|
|
10066
|
+
chainId: 2306,
|
|
10067
|
+
networkId: 2306
|
|
10068
|
+
},
|
|
9886
10069
|
2309: {
|
|
9887
10070
|
name: 'Arevia',
|
|
9888
10071
|
chain: 'Arevia',
|
|
@@ -10086,6 +10269,57 @@ exports.chains = {
|
|
|
10086
10269
|
}
|
|
10087
10270
|
]
|
|
10088
10271
|
},
|
|
10272
|
+
2458: {
|
|
10273
|
+
name: 'Hybrid Chain Network Testnet',
|
|
10274
|
+
chain: 'HYBRID',
|
|
10275
|
+
rpc: ['https://rpc-testnet.hybridchain.ai/'],
|
|
10276
|
+
faucets: ['https://faucet-testnet.hybridchain.ai'],
|
|
10277
|
+
nativeCurrency: {
|
|
10278
|
+
name: 'Hybrid Chain Native Token',
|
|
10279
|
+
symbol: 'tHRC',
|
|
10280
|
+
decimals: 18
|
|
10281
|
+
},
|
|
10282
|
+
infoURL: 'https://hybridchain.ai',
|
|
10283
|
+
shortName: 'thrc',
|
|
10284
|
+
chainId: 2458,
|
|
10285
|
+
networkId: 2458,
|
|
10286
|
+
icon: 'hybrid',
|
|
10287
|
+
explorers: [
|
|
10288
|
+
{
|
|
10289
|
+
name: 'Hybrid Chain Explorer Testnet',
|
|
10290
|
+
icon: 'hybrid',
|
|
10291
|
+
url: 'https://testnet.hybridscan.ai',
|
|
10292
|
+
standard: 'none'
|
|
10293
|
+
}
|
|
10294
|
+
]
|
|
10295
|
+
},
|
|
10296
|
+
2468: {
|
|
10297
|
+
name: 'Hybrid Chain Network Mainnet',
|
|
10298
|
+
chain: 'HYBRID',
|
|
10299
|
+
rpc: [
|
|
10300
|
+
'https://coredata-mainnet.hybridchain.ai/',
|
|
10301
|
+
'https://rpc-mainnet.hybridchain.ai'
|
|
10302
|
+
],
|
|
10303
|
+
faucets: ['https://faucet-testnet.hybridchain.ai'],
|
|
10304
|
+
nativeCurrency: {
|
|
10305
|
+
name: 'Hybrid Chain Native Token',
|
|
10306
|
+
symbol: 'HRC',
|
|
10307
|
+
decimals: 18
|
|
10308
|
+
},
|
|
10309
|
+
infoURL: 'https://hybridchain.ai',
|
|
10310
|
+
shortName: 'hrc',
|
|
10311
|
+
chainId: 2468,
|
|
10312
|
+
networkId: 2468,
|
|
10313
|
+
icon: 'hybrid',
|
|
10314
|
+
explorers: [
|
|
10315
|
+
{
|
|
10316
|
+
name: 'Hybrid Chain Explorer Mainnet',
|
|
10317
|
+
icon: 'hybrid',
|
|
10318
|
+
url: 'https://hybridscan.ai',
|
|
10319
|
+
standard: 'none'
|
|
10320
|
+
}
|
|
10321
|
+
]
|
|
10322
|
+
},
|
|
10089
10323
|
2484: {
|
|
10090
10324
|
name: 'Unicorn Ultra Nebulas Testnet',
|
|
10091
10325
|
chain: 'u2u',
|
|
@@ -10110,6 +10344,19 @@ exports.chains = {
|
|
|
10110
10344
|
}
|
|
10111
10345
|
]
|
|
10112
10346
|
},
|
|
10347
|
+
2522: {
|
|
10348
|
+
name: 'Fraxchain Testnet',
|
|
10349
|
+
chain: 'FRAX',
|
|
10350
|
+
rpc: ['https://rpc.testnet.frax.com'],
|
|
10351
|
+
faucets: [],
|
|
10352
|
+
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
10353
|
+
infoURL: 'https://testnet.frax.com',
|
|
10354
|
+
shortName: 'fraxchain-testnet',
|
|
10355
|
+
chainId: 2522,
|
|
10356
|
+
networkId: 2522,
|
|
10357
|
+
explorers: [],
|
|
10358
|
+
status: 'active'
|
|
10359
|
+
},
|
|
10113
10360
|
2559: {
|
|
10114
10361
|
name: 'Kortho Mainnet',
|
|
10115
10362
|
chain: 'Kortho Chain',
|
|
@@ -10246,28 +10493,52 @@ exports.chains = {
|
|
|
10246
10493
|
]
|
|
10247
10494
|
},
|
|
10248
10495
|
2710: {
|
|
10249
|
-
name: '
|
|
10496
|
+
name: 'Morph Testnet',
|
|
10250
10497
|
chain: 'ETH',
|
|
10251
|
-
rpc: ['https://rpc-testnet.
|
|
10498
|
+
rpc: ['https://rpc-testnet.morphl2.io'],
|
|
10252
10499
|
faucets: [],
|
|
10253
10500
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
10254
|
-
infoURL: 'https://
|
|
10501
|
+
infoURL: 'https://morphl2.io',
|
|
10255
10502
|
shortName: 'tmorph',
|
|
10256
10503
|
chainId: 2710,
|
|
10257
10504
|
networkId: 2710,
|
|
10258
10505
|
explorers: [
|
|
10259
10506
|
{
|
|
10260
|
-
name: '
|
|
10261
|
-
url: 'https://explorer-testnet.
|
|
10507
|
+
name: 'Morph Testnet Explorer',
|
|
10508
|
+
url: 'https://explorer-testnet.morphl2.io',
|
|
10262
10509
|
standard: 'EIP3091'
|
|
10263
10510
|
}
|
|
10264
10511
|
],
|
|
10265
10512
|
parent: {
|
|
10266
10513
|
type: 'L2',
|
|
10267
10514
|
chain: 'eip155-1',
|
|
10268
|
-
bridges: [{ url: 'https://bridge-testnet.
|
|
10515
|
+
bridges: [{ url: 'https://bridge-testnet.morphl2.io' }]
|
|
10269
10516
|
}
|
|
10270
10517
|
},
|
|
10518
|
+
2718: {
|
|
10519
|
+
name: 'K-LAOS',
|
|
10520
|
+
title: 'K-LAOS: LAOS on Kusama',
|
|
10521
|
+
chain: 'K-LAOS',
|
|
10522
|
+
icon: 'k-laos',
|
|
10523
|
+
rpc: [
|
|
10524
|
+
'https://rpc.klaos.laosfoundation.io',
|
|
10525
|
+
'wss://rpc.klaos.laosfoundation.io'
|
|
10526
|
+
],
|
|
10527
|
+
faucets: [],
|
|
10528
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
|
10529
|
+
infoURL: 'https://www.laosfoundation.io/',
|
|
10530
|
+
shortName: 'k-laos',
|
|
10531
|
+
chainId: 2718,
|
|
10532
|
+
networkId: 2718,
|
|
10533
|
+
explorers: [
|
|
10534
|
+
{
|
|
10535
|
+
name: 'blockscout',
|
|
10536
|
+
url: 'https://blockscout.klaos.laosfoundation.io',
|
|
10537
|
+
icon: 'k-laos',
|
|
10538
|
+
standard: 'EIP3091'
|
|
10539
|
+
}
|
|
10540
|
+
]
|
|
10541
|
+
},
|
|
10271
10542
|
2888: {
|
|
10272
10543
|
name: 'Boba Network Goerli Testnet',
|
|
10273
10544
|
chain: 'ETH',
|
|
@@ -10877,6 +11148,19 @@ exports.chains = {
|
|
|
10877
11148
|
}
|
|
10878
11149
|
]
|
|
10879
11150
|
},
|
|
11151
|
+
3885: {
|
|
11152
|
+
name: 'Firechain zkEVM Ghostrider',
|
|
11153
|
+
title: 'Firechain zkEVM Ghostrider',
|
|
11154
|
+
chain: 'Firechain',
|
|
11155
|
+
rpc: ['https://rpc.zkevm.ghostrider.thefirechain.com'],
|
|
11156
|
+
faucets: ['zkevm-faucet.thefirechain.com'],
|
|
11157
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11158
|
+
infoURL: 'https://docs.thefirechain.com/',
|
|
11159
|
+
shortName: 'firechain-zkEVM-ghostrider',
|
|
11160
|
+
chainId: 3885,
|
|
11161
|
+
networkId: 3885,
|
|
11162
|
+
explorers: []
|
|
11163
|
+
},
|
|
10880
11164
|
3888: {
|
|
10881
11165
|
name: 'KalyChain Mainnet',
|
|
10882
11166
|
chain: 'KLC',
|
|
@@ -11079,6 +11363,25 @@ exports.chains = {
|
|
|
11079
11363
|
}
|
|
11080
11364
|
]
|
|
11081
11365
|
},
|
|
11366
|
+
4003: {
|
|
11367
|
+
name: 'X1 Fastnet',
|
|
11368
|
+
chain: 'X1',
|
|
11369
|
+
rpc: ['https://x1-fastnet.xen.network'],
|
|
11370
|
+
faucets: [],
|
|
11371
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
|
11372
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
|
11373
|
+
shortName: 'x1-fastnet',
|
|
11374
|
+
chainId: 4003,
|
|
11375
|
+
networkId: 4003,
|
|
11376
|
+
explorers: [
|
|
11377
|
+
{
|
|
11378
|
+
name: 'Blockscout',
|
|
11379
|
+
url: 'https://explorer.x1-fastnet.xen.network',
|
|
11380
|
+
icon: 'blockscout',
|
|
11381
|
+
standard: 'EIP3091'
|
|
11382
|
+
}
|
|
11383
|
+
]
|
|
11384
|
+
},
|
|
11082
11385
|
4051: {
|
|
11083
11386
|
name: 'Bobaopera Testnet',
|
|
11084
11387
|
chain: 'Bobaopera Testnet',
|
|
@@ -11782,6 +12085,7 @@ exports.chains = {
|
|
|
11782
12085
|
shortName: 'hmnd',
|
|
11783
12086
|
chainId: 5234,
|
|
11784
12087
|
networkId: 5234,
|
|
12088
|
+
icon: 'humanode',
|
|
11785
12089
|
explorers: [
|
|
11786
12090
|
{
|
|
11787
12091
|
name: 'Subscan',
|
|
@@ -12224,6 +12528,7 @@ exports.chains = {
|
|
|
12224
12528
|
chain: 'DGS',
|
|
12225
12529
|
rpc: ['https://dsc-rpc.digitsoul.co.th'],
|
|
12226
12530
|
faucets: [],
|
|
12531
|
+
icon: 'pnet',
|
|
12227
12532
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
|
12228
12533
|
infoURL: '',
|
|
12229
12534
|
shortName: 'DGS',
|
|
@@ -12789,6 +13094,25 @@ exports.chains = {
|
|
|
12789
13094
|
}
|
|
12790
13095
|
]
|
|
12791
13096
|
},
|
|
13097
|
+
7860: {
|
|
13098
|
+
name: 'MaalChain Testnet',
|
|
13099
|
+
chain: 'MaalChain Testnet',
|
|
13100
|
+
icon: 'maal-test',
|
|
13101
|
+
rpc: ['https://node1.maalscan.io/', 'https://rpc-bntest.maalscan.io/'],
|
|
13102
|
+
faucets: ['https://faucet-testnet.maalscan.io/'],
|
|
13103
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
13104
|
+
infoURL: 'https://www.maalchain.com/',
|
|
13105
|
+
shortName: 'maal-test',
|
|
13106
|
+
chainId: 7860,
|
|
13107
|
+
networkId: 7860,
|
|
13108
|
+
explorers: [
|
|
13109
|
+
{
|
|
13110
|
+
name: 'maalscan testnet',
|
|
13111
|
+
url: 'https://testnet.maalscan.io',
|
|
13112
|
+
standard: 'EIP3091'
|
|
13113
|
+
}
|
|
13114
|
+
]
|
|
13115
|
+
},
|
|
12792
13116
|
7878: {
|
|
12793
13117
|
name: 'Hazlor Testnet',
|
|
12794
13118
|
chain: 'SCAS',
|
|
@@ -13145,7 +13469,7 @@ exports.chains = {
|
|
|
13145
13469
|
explorers: [
|
|
13146
13470
|
{
|
|
13147
13471
|
name: 'blockscout',
|
|
13148
|
-
url: 'https://testnet.
|
|
13472
|
+
url: 'https://testnet.toruscan.com',
|
|
13149
13473
|
icon: 'blockscout',
|
|
13150
13474
|
standard: 'EIP3091'
|
|
13151
13475
|
}
|
|
@@ -13534,7 +13858,7 @@ exports.chains = {
|
|
|
13534
13858
|
8899: {
|
|
13535
13859
|
name: 'JIBCHAIN L1',
|
|
13536
13860
|
chain: 'JBC',
|
|
13537
|
-
rpc: ['https://rpc-l1.jibchain.net'],
|
|
13861
|
+
rpc: ['https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th'],
|
|
13538
13862
|
faucets: [],
|
|
13539
13863
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
13540
13864
|
nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
|
|
@@ -13786,14 +14110,22 @@ exports.chains = {
|
|
|
13786
14110
|
name: 'Oort MainnetDev',
|
|
13787
14111
|
title: 'Oort MainnetDev',
|
|
13788
14112
|
chain: 'MainnetDev',
|
|
13789
|
-
rpc: [],
|
|
14113
|
+
rpc: ['https://dev-rpc.oortech.com'],
|
|
13790
14114
|
faucets: [],
|
|
13791
14115
|
nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
|
|
13792
14116
|
infoURL: 'https://oortech.com',
|
|
13793
14117
|
shortName: 'MainnetDev',
|
|
13794
14118
|
chainId: 9700,
|
|
13795
14119
|
networkId: 9700,
|
|
13796
|
-
icon: '
|
|
14120
|
+
icon: 'oort',
|
|
14121
|
+
explorers: [
|
|
14122
|
+
{
|
|
14123
|
+
name: 'Oort MainnetDev Scan',
|
|
14124
|
+
url: 'https://dev-scan.oortech.com',
|
|
14125
|
+
standard: 'none',
|
|
14126
|
+
icon: 'oort'
|
|
14127
|
+
}
|
|
14128
|
+
]
|
|
13797
14129
|
},
|
|
13798
14130
|
9728: {
|
|
13799
14131
|
name: 'Boba BNB Testnet',
|
|
@@ -14862,6 +15194,26 @@ exports.chains = {
|
|
|
14862
15194
|
}
|
|
14863
15195
|
]
|
|
14864
15196
|
},
|
|
15197
|
+
13473: {
|
|
15198
|
+
name: 'Immutable zkEVM Testnet',
|
|
15199
|
+
chain: 'Immutable zkEVM',
|
|
15200
|
+
rpc: ['https://rpc.testnet.immutable.com'],
|
|
15201
|
+
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
15202
|
+
nativeCurrency: { name: 'Test IMX', symbol: 'tIMX', decimals: 18 },
|
|
15203
|
+
infoURL: 'https://www.immutable.com',
|
|
15204
|
+
shortName: 'imx-testnet',
|
|
15205
|
+
chainId: 13473,
|
|
15206
|
+
networkId: 13473,
|
|
15207
|
+
icon: 'immutable',
|
|
15208
|
+
explorers: [
|
|
15209
|
+
{
|
|
15210
|
+
name: 'Immutable Testnet explorer',
|
|
15211
|
+
url: 'https://explorer.testnet.immutable.com',
|
|
15212
|
+
standard: 'EIP3091',
|
|
15213
|
+
icon: 'immutable'
|
|
15214
|
+
}
|
|
15215
|
+
]
|
|
15216
|
+
},
|
|
14865
15217
|
13812: {
|
|
14866
15218
|
name: 'Susono',
|
|
14867
15219
|
chain: 'SUS',
|
|
@@ -14910,8 +15262,29 @@ exports.chains = {
|
|
|
14910
15262
|
shortName: 'hmnd-t5',
|
|
14911
15263
|
chainId: 14853,
|
|
14912
15264
|
networkId: 14853,
|
|
15265
|
+
icon: 'humanode',
|
|
14913
15266
|
explorers: []
|
|
14914
15267
|
},
|
|
15268
|
+
15003: {
|
|
15269
|
+
name: 'Immutable zkEVM Devnet',
|
|
15270
|
+
chain: 'Immutable zkEVM',
|
|
15271
|
+
rpc: ['https://rpc.dev.immutable.com'],
|
|
15272
|
+
faucets: ['https://docs.immutable.com/docs/zkEVM/guides/faucet'],
|
|
15273
|
+
nativeCurrency: { name: 'Dev IMX', symbol: 'dIMX', decimals: 18 },
|
|
15274
|
+
infoURL: 'https://www.immutable.com',
|
|
15275
|
+
shortName: 'imx-devnet',
|
|
15276
|
+
chainId: 15003,
|
|
15277
|
+
networkId: 15003,
|
|
15278
|
+
icon: 'immutable',
|
|
15279
|
+
explorers: [
|
|
15280
|
+
{
|
|
15281
|
+
name: 'Immutable Devnet explorer',
|
|
15282
|
+
url: 'https://explorer.dev.immutable.com',
|
|
15283
|
+
standard: 'EIP3091',
|
|
15284
|
+
icon: 'immutable'
|
|
15285
|
+
}
|
|
15286
|
+
]
|
|
15287
|
+
},
|
|
14915
15288
|
15551: {
|
|
14916
15289
|
name: 'LoopNetwork Mainnet',
|
|
14917
15290
|
chain: 'LoopNetwork',
|
|
@@ -15078,6 +15451,7 @@ exports.chains = {
|
|
|
15078
15451
|
},
|
|
15079
15452
|
17000: {
|
|
15080
15453
|
name: 'Holesky',
|
|
15454
|
+
title: 'Ethereum Testnet Holesky',
|
|
15081
15455
|
chain: 'ETH',
|
|
15082
15456
|
rpc: [
|
|
15083
15457
|
'https://rpc.holesky.ethpandaops.io',
|
|
@@ -15116,6 +15490,30 @@ exports.chains = {
|
|
|
15116
15490
|
}
|
|
15117
15491
|
]
|
|
15118
15492
|
},
|
|
15493
|
+
17001: {
|
|
15494
|
+
name: 'Redstone Holesky Testnet',
|
|
15495
|
+
chain: 'ETH',
|
|
15496
|
+
rpc: ['https://rpc.holesky.redstone.xyz'],
|
|
15497
|
+
faucets: [],
|
|
15498
|
+
nativeCurrency: {
|
|
15499
|
+
name: 'Redstone Testnet Ether',
|
|
15500
|
+
symbol: 'ETH',
|
|
15501
|
+
decimals: 18
|
|
15502
|
+
},
|
|
15503
|
+
infoURL: 'https://redstone.xyz/docs/network-info',
|
|
15504
|
+
shortName: 'redstone',
|
|
15505
|
+
chainId: 17001,
|
|
15506
|
+
networkId: 17001,
|
|
15507
|
+
icon: 'redstone',
|
|
15508
|
+
explorers: [
|
|
15509
|
+
{
|
|
15510
|
+
name: 'Redstone Holesky Explorer',
|
|
15511
|
+
url: 'https://explorer.holesky.redstone.xyz',
|
|
15512
|
+
icon: 'ethereum',
|
|
15513
|
+
standard: 'EIP3091'
|
|
15514
|
+
}
|
|
15515
|
+
]
|
|
15516
|
+
},
|
|
15119
15517
|
17171: {
|
|
15120
15518
|
name: 'G8Chain Mainnet',
|
|
15121
15519
|
chain: 'G8C',
|
|
@@ -15410,6 +15808,27 @@ exports.chains = {
|
|
|
15410
15808
|
}
|
|
15411
15809
|
]
|
|
15412
15810
|
},
|
|
15811
|
+
21912: {
|
|
15812
|
+
name: 'BSL Mainnet',
|
|
15813
|
+
chain: 'BSL',
|
|
15814
|
+
rpc: [
|
|
15815
|
+
'http://rpc-mainnet.nftruth.io:8545',
|
|
15816
|
+
'ws://rpc-mainnet.nftruth.io:8645'
|
|
15817
|
+
],
|
|
15818
|
+
faucets: [],
|
|
15819
|
+
nativeCurrency: { name: 'Origin NFT', symbol: 'ONF', decimals: 18 },
|
|
15820
|
+
infoURL: 'https://bsquarelab.com/',
|
|
15821
|
+
shortName: 'onf',
|
|
15822
|
+
chainId: 21912,
|
|
15823
|
+
networkId: 21912,
|
|
15824
|
+
explorers: [
|
|
15825
|
+
{
|
|
15826
|
+
name: 'BSL Mainnet Explorer',
|
|
15827
|
+
url: 'https://scan.nftruth.io',
|
|
15828
|
+
standard: 'EIP3091'
|
|
15829
|
+
}
|
|
15830
|
+
]
|
|
15831
|
+
},
|
|
15413
15832
|
22023: {
|
|
15414
15833
|
name: 'Taycan',
|
|
15415
15834
|
chain: 'Taycan',
|
|
@@ -16495,6 +16914,27 @@ exports.chains = {
|
|
|
16495
16914
|
}
|
|
16496
16915
|
]
|
|
16497
16916
|
},
|
|
16917
|
+
43851: {
|
|
16918
|
+
name: 'ZKFair Testnet',
|
|
16919
|
+
chain: 'ETH',
|
|
16920
|
+
rpc: ['https://testnet-rpc.zkfair.io'],
|
|
16921
|
+
faucets: [],
|
|
16922
|
+
nativeCurrency: { name: 'USDC Token', symbol: 'USDC', decimals: 18 },
|
|
16923
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
16924
|
+
infoURL: 'https://zkfair.io',
|
|
16925
|
+
shortName: 'ZKFair-Testnet',
|
|
16926
|
+
chainId: 43851,
|
|
16927
|
+
networkId: 43851,
|
|
16928
|
+
icon: 'zkfair',
|
|
16929
|
+
explorers: [
|
|
16930
|
+
{
|
|
16931
|
+
name: 'ZKFair Testnet Info',
|
|
16932
|
+
url: 'https://testnet-scan.zkfair.io',
|
|
16933
|
+
icon: 'zkfair',
|
|
16934
|
+
standard: 'EIP3091'
|
|
16935
|
+
}
|
|
16936
|
+
]
|
|
16937
|
+
},
|
|
16498
16938
|
44444: {
|
|
16499
16939
|
name: 'Frenchain',
|
|
16500
16940
|
chain: 'fren',
|
|
@@ -17052,6 +17492,26 @@ exports.chains = {
|
|
|
17052
17492
|
],
|
|
17053
17493
|
status: 'active'
|
|
17054
17494
|
},
|
|
17495
|
+
59971: {
|
|
17496
|
+
name: 'Genesys Code Mainnet',
|
|
17497
|
+
chain: 'GCODE',
|
|
17498
|
+
rpc: ['https://mainnet.genesyscode.io/'],
|
|
17499
|
+
faucets: [],
|
|
17500
|
+
nativeCurrency: { name: 'GenesysCode', symbol: 'GCODE', decimals: 18 },
|
|
17501
|
+
infoURL: 'https://genesyscode.io',
|
|
17502
|
+
shortName: 'gcode',
|
|
17503
|
+
chainId: 59971,
|
|
17504
|
+
networkId: 59971,
|
|
17505
|
+
icon: 'genesyscode',
|
|
17506
|
+
explorers: [
|
|
17507
|
+
{
|
|
17508
|
+
name: 'Genesys Scan',
|
|
17509
|
+
url: 'https://genesysscan.io',
|
|
17510
|
+
icon: 'genesyscode',
|
|
17511
|
+
standard: 'none'
|
|
17512
|
+
}
|
|
17513
|
+
]
|
|
17514
|
+
},
|
|
17055
17515
|
60000: {
|
|
17056
17516
|
name: 'Thinkium Testnet Chain 0',
|
|
17057
17517
|
chain: 'Thinkium',
|
|
@@ -17784,6 +18244,24 @@ exports.chains = {
|
|
|
17784
18244
|
}
|
|
17785
18245
|
]
|
|
17786
18246
|
},
|
|
18247
|
+
81041: {
|
|
18248
|
+
name: 'Nordek Mainnet',
|
|
18249
|
+
chain: 'Nordek',
|
|
18250
|
+
rpc: ['https://mainnet-rpc.nordekscan.com'],
|
|
18251
|
+
faucets: [],
|
|
18252
|
+
nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
|
|
18253
|
+
infoURL: 'https://nordekscan.com',
|
|
18254
|
+
shortName: 'nordek',
|
|
18255
|
+
chainId: 81041,
|
|
18256
|
+
networkId: 81041,
|
|
18257
|
+
explorers: [
|
|
18258
|
+
{
|
|
18259
|
+
name: 'nordek',
|
|
18260
|
+
url: 'https://nordekscan.com',
|
|
18261
|
+
standard: 'EIP3091'
|
|
18262
|
+
}
|
|
18263
|
+
]
|
|
18264
|
+
},
|
|
17787
18265
|
81341: {
|
|
17788
18266
|
name: 'Amana Testnet',
|
|
17789
18267
|
chain: 'MEER',
|
|
@@ -19100,6 +19578,25 @@ exports.chains = {
|
|
|
19100
19578
|
}
|
|
19101
19579
|
]
|
|
19102
19580
|
},
|
|
19581
|
+
202212: {
|
|
19582
|
+
name: 'X1 Devnet',
|
|
19583
|
+
chain: 'X1',
|
|
19584
|
+
rpc: ['https://x1-devnet.xen.network'],
|
|
19585
|
+
faucets: [],
|
|
19586
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
|
19587
|
+
infoURL: 'https://docs.xen.network/x1/',
|
|
19588
|
+
shortName: 'x1-devnet',
|
|
19589
|
+
chainId: 202212,
|
|
19590
|
+
networkId: 202212,
|
|
19591
|
+
explorers: [
|
|
19592
|
+
{
|
|
19593
|
+
name: 'Blockscout',
|
|
19594
|
+
url: 'https://explorer.x1-devnet.xen.network',
|
|
19595
|
+
icon: 'blockscout',
|
|
19596
|
+
standard: 'EIP3091'
|
|
19597
|
+
}
|
|
19598
|
+
]
|
|
19599
|
+
},
|
|
19103
19600
|
202624: {
|
|
19104
19601
|
name: 'Jellie',
|
|
19105
19602
|
title: 'Twala Testnet Jellie',
|
|
@@ -19121,6 +19618,25 @@ exports.chains = {
|
|
|
19121
19618
|
}
|
|
19122
19619
|
]
|
|
19123
19620
|
},
|
|
19621
|
+
204005: {
|
|
19622
|
+
name: 'X1 Network',
|
|
19623
|
+
chain: 'X1',
|
|
19624
|
+
rpc: ['https://x1-testnet.xen.network'],
|
|
19625
|
+
faucets: [],
|
|
19626
|
+
nativeCurrency: { name: 'XN', symbol: 'XN', decimals: 18 },
|
|
19627
|
+
infoURL: 'https://docs.xen.network/go-x1/',
|
|
19628
|
+
shortName: 'x1-testnet',
|
|
19629
|
+
chainId: 204005,
|
|
19630
|
+
networkId: 204005,
|
|
19631
|
+
explorers: [
|
|
19632
|
+
{
|
|
19633
|
+
name: 'Blockscout',
|
|
19634
|
+
url: 'https://explorer.x1-testnet.xen.network',
|
|
19635
|
+
icon: 'blockscout',
|
|
19636
|
+
standard: 'EIP3091'
|
|
19637
|
+
}
|
|
19638
|
+
]
|
|
19639
|
+
},
|
|
19124
19640
|
210425: {
|
|
19125
19641
|
name: 'PlatON Mainnet',
|
|
19126
19642
|
chain: 'PlatON',
|
|
@@ -19560,6 +20076,7 @@ exports.chains = {
|
|
|
19560
20076
|
chain: 'DS2',
|
|
19561
20077
|
rpc: ['https://dgs-rpc.digitsoul.co.th'],
|
|
19562
20078
|
faucets: [],
|
|
20079
|
+
icon: 'pnet',
|
|
19563
20080
|
nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
|
|
19564
20081
|
infoURL: '',
|
|
19565
20082
|
shortName: 'DS2',
|
|
@@ -19981,7 +20498,7 @@ exports.chains = {
|
|
|
19981
20498
|
explorers: [
|
|
19982
20499
|
{
|
|
19983
20500
|
name: 'Scroll Sepolia Etherscan',
|
|
19984
|
-
url: 'https://sepolia.scrollscan.
|
|
20501
|
+
url: 'https://sepolia.scrollscan.com',
|
|
19985
20502
|
standard: 'EIP3091'
|
|
19986
20503
|
},
|
|
19987
20504
|
{
|
|
@@ -19993,7 +20510,7 @@ exports.chains = {
|
|
|
19993
20510
|
parent: {
|
|
19994
20511
|
type: 'L2',
|
|
19995
20512
|
chain: 'eip155-11155111',
|
|
19996
|
-
bridges: [{ url: 'https://scroll.io/bridge' }]
|
|
20513
|
+
bridges: [{ url: 'https://sepolia.scroll.io/bridge' }]
|
|
19997
20514
|
}
|
|
19998
20515
|
},
|
|
19999
20516
|
534352: {
|
|
@@ -20106,25 +20623,26 @@ exports.chains = {
|
|
|
20106
20623
|
]
|
|
20107
20624
|
},
|
|
20108
20625
|
622277: {
|
|
20109
|
-
name: '
|
|
20110
|
-
chain: '
|
|
20626
|
+
name: 'Hypra Mainnet',
|
|
20627
|
+
chain: 'HYP',
|
|
20111
20628
|
rpc: [
|
|
20629
|
+
'https://rpc.hypra.network',
|
|
20112
20630
|
'https://rpc.rethereum.org',
|
|
20113
20631
|
'https://rethereum.rpc.restratagem.com',
|
|
20114
20632
|
'https://rpc.rthcentral.org'
|
|
20115
20633
|
],
|
|
20116
20634
|
faucets: [],
|
|
20117
|
-
nativeCurrency: { name: '
|
|
20635
|
+
nativeCurrency: { name: 'Hypra', symbol: 'HYP', decimals: 18 },
|
|
20118
20636
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20119
|
-
infoURL: 'https://www.
|
|
20120
|
-
shortName: '
|
|
20637
|
+
infoURL: 'https://www.hypra.network',
|
|
20638
|
+
shortName: 'hyp',
|
|
20121
20639
|
chainId: 622277,
|
|
20122
20640
|
networkId: 622277,
|
|
20123
20641
|
icon: 'rethereum',
|
|
20124
20642
|
explorers: [
|
|
20125
20643
|
{
|
|
20126
|
-
name: '
|
|
20127
|
-
url: 'https://explorer.
|
|
20644
|
+
name: 'hypra',
|
|
20645
|
+
url: 'https://explorer.hypra.network',
|
|
20128
20646
|
icon: 'blockscout',
|
|
20129
20647
|
standard: 'EIP3091'
|
|
20130
20648
|
}
|
|
@@ -20329,11 +20847,13 @@ exports.chains = {
|
|
|
20329
20847
|
shortName: 'dodao',
|
|
20330
20848
|
chainId: 855456,
|
|
20331
20849
|
networkId: 855456,
|
|
20850
|
+
icon: 'dodao',
|
|
20332
20851
|
explorers: [
|
|
20333
20852
|
{
|
|
20334
20853
|
name: 'Dodao Explorer',
|
|
20335
20854
|
url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3041-rpc.a.dancebox.tanssi.network',
|
|
20336
|
-
|
|
20855
|
+
icon: 'dodao',
|
|
20856
|
+
standard: 'EIP3091'
|
|
20337
20857
|
}
|
|
20338
20858
|
]
|
|
20339
20859
|
},
|
|
@@ -20513,6 +21033,25 @@ exports.chains = {
|
|
|
20513
21033
|
}
|
|
20514
21034
|
]
|
|
20515
21035
|
},
|
|
21036
|
+
1127469: {
|
|
21037
|
+
name: 'Tiltyard Subnet',
|
|
21038
|
+
chain: 'TILTYARD',
|
|
21039
|
+
rpc: ['https://subnets.avax.network/tiltyard/testnet/rpc'],
|
|
21040
|
+
features: [{ name: 'EIP1559' }],
|
|
21041
|
+
faucets: [],
|
|
21042
|
+
nativeCurrency: { name: 'Tiltyard Token', symbol: 'TILTG', decimals: 18 },
|
|
21043
|
+
infoURL: '',
|
|
21044
|
+
shortName: 'tiltyard',
|
|
21045
|
+
chainId: 1127469,
|
|
21046
|
+
networkId: 1127469,
|
|
21047
|
+
explorers: [
|
|
21048
|
+
{
|
|
21049
|
+
name: 'TILTYARD Explorer',
|
|
21050
|
+
url: 'http://testnet-explorer.tiltyard.gg',
|
|
21051
|
+
standard: 'EIP3091'
|
|
21052
|
+
}
|
|
21053
|
+
]
|
|
21054
|
+
},
|
|
20516
21055
|
1261120: {
|
|
20517
21056
|
name: 'zKatana',
|
|
20518
21057
|
shortName: 'azktn',
|
|
@@ -20736,7 +21275,7 @@ exports.chains = {
|
|
|
20736
21275
|
chain: 'DPU',
|
|
20737
21276
|
rpc: ['https://sc-rpc.dpu.ac.th'],
|
|
20738
21277
|
faucets: [],
|
|
20739
|
-
nativeCurrency: { name: '
|
|
21278
|
+
nativeCurrency: { name: 'DGC', symbol: 'DGC', decimals: 18 },
|
|
20740
21279
|
infoURL: '',
|
|
20741
21280
|
shortName: 'DPU',
|
|
20742
21281
|
chainId: 2611555,
|
|
@@ -21190,6 +21729,25 @@ exports.chains = {
|
|
|
21190
21729
|
}
|
|
21191
21730
|
]
|
|
21192
21731
|
},
|
|
21732
|
+
11155420: {
|
|
21733
|
+
name: 'OP Sepolia Testnet',
|
|
21734
|
+
chain: 'ETH',
|
|
21735
|
+
rpc: ['https://sepolia.optimism.io'],
|
|
21736
|
+
faucets: ['https://app.optimism.io/faucet'],
|
|
21737
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
21738
|
+
infoURL: 'https://optimism.io',
|
|
21739
|
+
shortName: 'opsep',
|
|
21740
|
+
chainId: 11155420,
|
|
21741
|
+
networkId: 11155420,
|
|
21742
|
+
explorers: [
|
|
21743
|
+
{
|
|
21744
|
+
name: 'opscout',
|
|
21745
|
+
url: 'https://optimism-sepolia.blockscout.com',
|
|
21746
|
+
icon: 'blockscout',
|
|
21747
|
+
standard: 'EIP3091'
|
|
21748
|
+
}
|
|
21749
|
+
]
|
|
21750
|
+
},
|
|
21193
21751
|
13371337: {
|
|
21194
21752
|
name: 'PepChain Churchill',
|
|
21195
21753
|
chain: 'PEP',
|
|
@@ -21472,28 +22030,6 @@ exports.chains = {
|
|
|
21472
22030
|
networkId: 61717561,
|
|
21473
22031
|
slip44: 61717561
|
|
21474
22032
|
},
|
|
21475
|
-
65010000: {
|
|
21476
|
-
name: 'Autonity Bakerloo (Thames) Testnet',
|
|
21477
|
-
chain: 'AUT',
|
|
21478
|
-
rpc: [
|
|
21479
|
-
'https://rpc1.bakerloo.autonity.org/',
|
|
21480
|
-
'wss://rpc1.bakerloo.autonity.org/ws/'
|
|
21481
|
-
],
|
|
21482
|
-
faucets: ['https://faucet.autonity.org/'],
|
|
21483
|
-
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
21484
|
-
infoURL: 'https://autonity.org/',
|
|
21485
|
-
shortName: 'bakerloo-0',
|
|
21486
|
-
chainId: 65010000,
|
|
21487
|
-
networkId: 65010000,
|
|
21488
|
-
icon: 'autonity',
|
|
21489
|
-
explorers: [
|
|
21490
|
-
{
|
|
21491
|
-
name: 'autonity-blockscout',
|
|
21492
|
-
url: 'https://bakerloo.autonity.org',
|
|
21493
|
-
standard: 'EIP3091'
|
|
21494
|
-
}
|
|
21495
|
-
]
|
|
21496
|
-
},
|
|
21497
22033
|
65100000: {
|
|
21498
22034
|
name: 'Autonity Piccadilly (Thames) Testnet',
|
|
21499
22035
|
chain: 'AUT',
|
|
@@ -21609,7 +22145,7 @@ exports.chains = {
|
|
|
21609
22145
|
]
|
|
21610
22146
|
},
|
|
21611
22147
|
245022926: {
|
|
21612
|
-
name: 'Neon EVM
|
|
22148
|
+
name: 'Neon EVM Devnet',
|
|
21613
22149
|
chain: 'Solana',
|
|
21614
22150
|
rpc: ['https://devnet.neonevm.org'],
|
|
21615
22151
|
faucets: ['https://neonfaucet.org'],
|
|
@@ -21620,11 +22156,6 @@ exports.chains = {
|
|
|
21620
22156
|
chainId: 245022926,
|
|
21621
22157
|
networkId: 245022926,
|
|
21622
22158
|
explorers: [
|
|
21623
|
-
{
|
|
21624
|
-
name: 'native',
|
|
21625
|
-
url: 'https://devnet.explorer.neon-labs.org',
|
|
21626
|
-
standard: 'EIP3091'
|
|
21627
|
-
},
|
|
21628
22159
|
{
|
|
21629
22160
|
name: 'neonscan',
|
|
21630
22161
|
url: 'https://devnet.neonscan.org',
|
|
@@ -21639,9 +22170,9 @@ exports.chains = {
|
|
|
21639
22170
|
]
|
|
21640
22171
|
},
|
|
21641
22172
|
245022934: {
|
|
21642
|
-
name: 'Neon EVM
|
|
22173
|
+
name: 'Neon EVM Mainnet',
|
|
21643
22174
|
chain: 'Solana',
|
|
21644
|
-
rpc: [],
|
|
22175
|
+
rpc: ['https://neon-proxy-mainnet.solana.p2p.org'],
|
|
21645
22176
|
faucets: [],
|
|
21646
22177
|
icon: 'neon',
|
|
21647
22178
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
@@ -21664,6 +22195,7 @@ exports.chains = {
|
|
|
21664
22195
|
},
|
|
21665
22196
|
245022940: {
|
|
21666
22197
|
name: 'Neon EVM TestNet',
|
|
22198
|
+
status: 'deprecated',
|
|
21667
22199
|
chain: 'Solana',
|
|
21668
22200
|
rpc: ['https://testnet.neonevm.org'],
|
|
21669
22201
|
faucets: [],
|
|
@@ -21747,9 +22279,10 @@ exports.chains = {
|
|
|
21747
22279
|
]
|
|
21748
22280
|
},
|
|
21749
22281
|
344106930: {
|
|
21750
|
-
name: 'Calypso
|
|
22282
|
+
name: 'SKALE Calypso Hub Testnet',
|
|
21751
22283
|
title: 'Calypso NFT Hub Testnet',
|
|
21752
22284
|
chain: 'staging-utter-unripe-menkar',
|
|
22285
|
+
icon: 'calypso',
|
|
21753
22286
|
rpc: ['https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'],
|
|
21754
22287
|
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
21755
22288
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
@@ -21761,7 +22294,6 @@ exports.chains = {
|
|
|
21761
22294
|
{
|
|
21762
22295
|
name: 'Blockscout',
|
|
21763
22296
|
url: 'https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com',
|
|
21764
|
-
icon: 'calypso',
|
|
21765
22297
|
standard: 'EIP3091'
|
|
21766
22298
|
}
|
|
21767
22299
|
]
|
|
@@ -21786,6 +22318,26 @@ exports.chains = {
|
|
|
21786
22318
|
}
|
|
21787
22319
|
]
|
|
21788
22320
|
},
|
|
22321
|
+
476158412: {
|
|
22322
|
+
name: 'SKALE Europa Hub Testnet',
|
|
22323
|
+
title: 'Europa Hub Testnet',
|
|
22324
|
+
chain: 'staging-legal-crazy-castor',
|
|
22325
|
+
icon: 'europa',
|
|
22326
|
+
rpc: ['https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor'],
|
|
22327
|
+
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
22328
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22329
|
+
infoURL: 'https://europahub.network/',
|
|
22330
|
+
shortName: 'europa-testnet',
|
|
22331
|
+
chainId: 476158412,
|
|
22332
|
+
networkId: 476158412,
|
|
22333
|
+
explorers: [
|
|
22334
|
+
{
|
|
22335
|
+
name: 'Blockscout',
|
|
22336
|
+
url: 'https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com',
|
|
22337
|
+
standard: 'EIP3091'
|
|
22338
|
+
}
|
|
22339
|
+
]
|
|
22340
|
+
},
|
|
21789
22341
|
486217935: {
|
|
21790
22342
|
name: 'Gather Devnet Network',
|
|
21791
22343
|
chain: 'GTH',
|
|
@@ -21805,23 +22357,23 @@ exports.chains = {
|
|
|
21805
22357
|
]
|
|
21806
22358
|
},
|
|
21807
22359
|
503129905: {
|
|
21808
|
-
name: 'Nebula
|
|
22360
|
+
name: 'SKALE Nebula Hub Testnet',
|
|
21809
22361
|
chain: 'staging-faint-slimy-achird',
|
|
22362
|
+
icon: 'nebula',
|
|
21810
22363
|
rpc: [
|
|
21811
22364
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
|
21812
22365
|
'wss://staging-v3.skalenodes.com/v1/ws/staging-faint-slimy-achird'
|
|
21813
22366
|
],
|
|
21814
|
-
faucets: [],
|
|
22367
|
+
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
21815
22368
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
21816
22369
|
infoURL: 'https://nebulachain.io/',
|
|
21817
|
-
shortName: 'nebula-
|
|
22370
|
+
shortName: 'nebula-testnet',
|
|
21818
22371
|
chainId: 503129905,
|
|
21819
22372
|
networkId: 503129905,
|
|
21820
22373
|
explorers: [
|
|
21821
22374
|
{
|
|
21822
|
-
name: '
|
|
22375
|
+
name: 'Blockscout',
|
|
21823
22376
|
url: 'https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com',
|
|
21824
|
-
icon: 'nebula',
|
|
21825
22377
|
standard: 'EIP3091'
|
|
21826
22378
|
}
|
|
21827
22379
|
]
|
|
@@ -21948,6 +22500,28 @@ exports.chains = {
|
|
|
21948
22500
|
chainId: 1313161556,
|
|
21949
22501
|
networkId: 1313161556
|
|
21950
22502
|
},
|
|
22503
|
+
1350216234: {
|
|
22504
|
+
name: 'SKALE Titan Hub',
|
|
22505
|
+
chain: 'parallel-stormy-spica',
|
|
22506
|
+
icon: 'titan',
|
|
22507
|
+
rpc: [
|
|
22508
|
+
'https://mainnet.skalenodes.com/v1/parallel-stormy-spica',
|
|
22509
|
+
'wss://mainnet.skalenodes.com/v1/ws/parallel-stormy-spica'
|
|
22510
|
+
],
|
|
22511
|
+
faucets: ['https://sfuel.skale.network/'],
|
|
22512
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22513
|
+
infoURL: '',
|
|
22514
|
+
shortName: 'titan-mainnet',
|
|
22515
|
+
chainId: 1350216234,
|
|
22516
|
+
networkId: 1350216234,
|
|
22517
|
+
explorers: [
|
|
22518
|
+
{
|
|
22519
|
+
name: 'Blockscout',
|
|
22520
|
+
url: 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com',
|
|
22521
|
+
standard: 'EIP3091'
|
|
22522
|
+
}
|
|
22523
|
+
]
|
|
22524
|
+
},
|
|
21951
22525
|
1351057110: {
|
|
21952
22526
|
name: 'Chaos (SKALE Testnet)',
|
|
21953
22527
|
title: 'Chaos Testnet',
|
|
@@ -21990,13 +22564,14 @@ exports.chains = {
|
|
|
21990
22564
|
]
|
|
21991
22565
|
},
|
|
21992
22566
|
1482601649: {
|
|
21993
|
-
name: 'Nebula
|
|
22567
|
+
name: 'SKALE Nebula Hub',
|
|
21994
22568
|
chain: 'green-giddy-denebola',
|
|
22569
|
+
icon: 'nebula',
|
|
21995
22570
|
rpc: [
|
|
21996
22571
|
'https://mainnet.skalenodes.com/v1/green-giddy-denebola',
|
|
21997
22572
|
'wss://mainnet-proxy.skalenodes.com/v1/ws/green-giddy-denebola'
|
|
21998
22573
|
],
|
|
21999
|
-
faucets: [],
|
|
22574
|
+
faucets: ['https://sfuel.skale.network/'],
|
|
22000
22575
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22001
22576
|
infoURL: 'https://nebulachain.io/',
|
|
22002
22577
|
shortName: 'nebula-mainnet',
|
|
@@ -22004,17 +22579,38 @@ exports.chains = {
|
|
|
22004
22579
|
networkId: 1482601649,
|
|
22005
22580
|
explorers: [
|
|
22006
22581
|
{
|
|
22007
|
-
name: '
|
|
22582
|
+
name: 'Blockscout',
|
|
22008
22583
|
url: 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
|
|
22009
|
-
|
|
22584
|
+
standard: 'EIP3091'
|
|
22585
|
+
}
|
|
22586
|
+
]
|
|
22587
|
+
},
|
|
22588
|
+
1517929550: {
|
|
22589
|
+
name: 'SKALE Titan Hub Testnet',
|
|
22590
|
+
chain: 'staging-aware-chief-gianfar',
|
|
22591
|
+
icon: 'titan',
|
|
22592
|
+
rpc: [
|
|
22593
|
+
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
|
22594
|
+
'wss://staging-v3.skalenodes.com/v1/ws/staging-aware-chief-gianfar'
|
|
22595
|
+
],
|
|
22596
|
+
faucets: ['https://sfuel.dirtroad.dev/staging'],
|
|
22597
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
22598
|
+
infoURL: '',
|
|
22599
|
+
shortName: 'titan-testnet',
|
|
22600
|
+
chainId: 1517929550,
|
|
22601
|
+
networkId: 1517929550,
|
|
22602
|
+
explorers: [
|
|
22603
|
+
{
|
|
22604
|
+
name: 'Blockscout',
|
|
22605
|
+
url: 'https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com',
|
|
22010
22606
|
standard: 'EIP3091'
|
|
22011
22607
|
}
|
|
22012
22608
|
]
|
|
22013
22609
|
},
|
|
22014
22610
|
1564830818: {
|
|
22015
|
-
name: 'Calypso
|
|
22016
|
-
title: 'Calypso NFT Hub Mainnet',
|
|
22611
|
+
name: 'SKALE Calypso Hub',
|
|
22017
22612
|
chain: 'honorable-steel-rasalhague',
|
|
22613
|
+
icon: 'calypso',
|
|
22018
22614
|
rpc: ['https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague'],
|
|
22019
22615
|
faucets: ['https://sfuel.dirtroad.dev'],
|
|
22020
22616
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
|
@@ -22026,7 +22622,6 @@ exports.chains = {
|
|
|
22026
22622
|
{
|
|
22027
22623
|
name: 'Blockscout',
|
|
22028
22624
|
url: 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com',
|
|
22029
|
-
icon: 'calypso',
|
|
22030
22625
|
standard: 'EIP3091'
|
|
22031
22626
|
}
|
|
22032
22627
|
]
|
|
@@ -22189,7 +22784,7 @@ exports.chains = {
|
|
|
22189
22784
|
networkId: 2021121117
|
|
22190
22785
|
},
|
|
22191
22786
|
2046399126: {
|
|
22192
|
-
name: 'Europa
|
|
22787
|
+
name: 'SKALE Europa Hub',
|
|
22193
22788
|
chain: 'europa',
|
|
22194
22789
|
icon: 'europa',
|
|
22195
22790
|
rpc: [
|