@revoke.cash/chains 38.0.0 → 39.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 +1976 -121
- package/dist/src/enums.d.ts +198 -20
- package/dist/src/enums.js +196 -18
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -601,6 +601,7 @@ exports.chains = {
|
|
|
601
601
|
28: {
|
|
602
602
|
name: 'Boba Network Rinkeby Testnet',
|
|
603
603
|
chain: 'ETH',
|
|
604
|
+
status: 'deprecated',
|
|
604
605
|
rpc: ['https://rinkeby.boba.network/'],
|
|
605
606
|
faucets: [],
|
|
606
607
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -2225,10 +2226,13 @@ exports.chains = {
|
|
|
2225
2226
|
slip44: 1
|
|
2226
2227
|
},
|
|
2227
2228
|
103: {
|
|
2228
|
-
name: '
|
|
2229
|
+
name: 'WorldLand Mainnet',
|
|
2229
2230
|
chain: 'Worldland',
|
|
2230
2231
|
icon: 'worldland',
|
|
2231
|
-
rpc: [
|
|
2232
|
+
rpc: [
|
|
2233
|
+
'https://seoul.worldland.foundation',
|
|
2234
|
+
'https://seoul2.worldland.foundation'
|
|
2235
|
+
],
|
|
2232
2236
|
faucets: [],
|
|
2233
2237
|
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
|
2234
2238
|
infoURL: 'https://worldland.foundation',
|
|
@@ -3523,47 +3527,55 @@ exports.chains = {
|
|
|
3523
3527
|
]
|
|
3524
3528
|
},
|
|
3525
3529
|
195: {
|
|
3526
|
-
name: '
|
|
3527
|
-
chain: '
|
|
3528
|
-
rpc: ['https://testrpc.
|
|
3529
|
-
faucets: ['https://www.okx.com/
|
|
3530
|
+
name: 'X Layer Testnet',
|
|
3531
|
+
chain: 'X Layer',
|
|
3532
|
+
rpc: ['https://testrpc.xlayer.tech', 'https://xlayertestrpc.okx.com'],
|
|
3533
|
+
faucets: ['https://www.okx.com/xlayer/faucet'],
|
|
3530
3534
|
nativeCurrency: {
|
|
3531
|
-
name: '
|
|
3535
|
+
name: 'X Layer Global Utility Token in testnet',
|
|
3532
3536
|
symbol: 'OKB',
|
|
3533
3537
|
decimals: 18
|
|
3534
3538
|
},
|
|
3535
3539
|
features: [],
|
|
3536
|
-
infoURL: 'https://www.okx.com/
|
|
3540
|
+
infoURL: 'https://www.okx.com/xlayer',
|
|
3537
3541
|
shortName: 'tokb',
|
|
3538
3542
|
chainId: 195,
|
|
3539
3543
|
networkId: 195,
|
|
3540
3544
|
slip44: 1,
|
|
3545
|
+
icon: 'xlayerTestnet',
|
|
3541
3546
|
explorers: [
|
|
3542
3547
|
{
|
|
3543
3548
|
name: 'OKLink',
|
|
3544
|
-
url: 'https://www.oklink.com/
|
|
3549
|
+
url: 'https://www.oklink.com/xlayer-test',
|
|
3545
3550
|
standard: 'EIP3091'
|
|
3546
3551
|
}
|
|
3547
3552
|
],
|
|
3548
3553
|
status: 'active'
|
|
3549
3554
|
},
|
|
3550
3555
|
196: {
|
|
3551
|
-
name: '
|
|
3552
|
-
chain: '
|
|
3553
|
-
rpc: [],
|
|
3556
|
+
name: 'X Layer Mainnet',
|
|
3557
|
+
chain: 'X Layer',
|
|
3558
|
+
rpc: ['https://rpc.xlayer.tech', 'https://xlayerrpc.okx.com'],
|
|
3554
3559
|
faucets: [],
|
|
3555
3560
|
nativeCurrency: {
|
|
3556
|
-
name: '
|
|
3561
|
+
name: 'X Layer Global Utility Token',
|
|
3557
3562
|
symbol: 'OKB',
|
|
3558
3563
|
decimals: 18
|
|
3559
3564
|
},
|
|
3560
3565
|
features: [],
|
|
3561
|
-
infoURL: 'https://www.okx.com/
|
|
3566
|
+
infoURL: 'https://www.okx.com/xlayer',
|
|
3562
3567
|
shortName: 'okb',
|
|
3563
3568
|
chainId: 196,
|
|
3564
3569
|
networkId: 196,
|
|
3565
|
-
|
|
3566
|
-
|
|
3570
|
+
icon: 'xlayer',
|
|
3571
|
+
explorers: [
|
|
3572
|
+
{
|
|
3573
|
+
name: 'OKLink',
|
|
3574
|
+
url: 'https://www.oklink.com/xlayer',
|
|
3575
|
+
standard: 'EIP3091'
|
|
3576
|
+
}
|
|
3577
|
+
],
|
|
3578
|
+
status: 'active'
|
|
3567
3579
|
},
|
|
3568
3580
|
197: {
|
|
3569
3581
|
name: 'Neutrinos TestNet',
|
|
@@ -3662,6 +3674,29 @@ exports.chains = {
|
|
|
3662
3674
|
}
|
|
3663
3675
|
]
|
|
3664
3676
|
},
|
|
3677
|
+
202: {
|
|
3678
|
+
name: 'Edgeless Testnet',
|
|
3679
|
+
chain: 'EdgelessTestnet',
|
|
3680
|
+
rpc: ['https://testnet.rpc.edgeless.network/http'],
|
|
3681
|
+
features: [{ name: 'EIP155' }],
|
|
3682
|
+
faucets: [],
|
|
3683
|
+
nativeCurrency: {
|
|
3684
|
+
name: 'Edgeless Wrapped Eth',
|
|
3685
|
+
symbol: 'EwEth',
|
|
3686
|
+
decimals: 18
|
|
3687
|
+
},
|
|
3688
|
+
infoURL: 'https://edgeless.network',
|
|
3689
|
+
shortName: 'edgeless-testnet',
|
|
3690
|
+
chainId: 202,
|
|
3691
|
+
networkId: 202,
|
|
3692
|
+
explorers: [
|
|
3693
|
+
{
|
|
3694
|
+
name: 'Edgeless Explorer',
|
|
3695
|
+
url: 'https://testnet.explorer.edgeless.network',
|
|
3696
|
+
standard: 'EIP3091'
|
|
3697
|
+
}
|
|
3698
|
+
]
|
|
3699
|
+
},
|
|
3665
3700
|
204: {
|
|
3666
3701
|
name: 'opBNB Mainnet',
|
|
3667
3702
|
icon: 'bnbchain',
|
|
@@ -3804,6 +3839,26 @@ exports.chains = {
|
|
|
3804
3839
|
}
|
|
3805
3840
|
]
|
|
3806
3841
|
},
|
|
3842
|
+
213: {
|
|
3843
|
+
name: 'B2 Hub Mainnet',
|
|
3844
|
+
chain: 'B2',
|
|
3845
|
+
rpc: ['https://hub-rpc.bsquared.network'],
|
|
3846
|
+
faucets: [],
|
|
3847
|
+
nativeCurrency: { name: 'BSquared Token', symbol: 'B2', decimals: 18 },
|
|
3848
|
+
infoURL: 'https://www.bsquared.network',
|
|
3849
|
+
shortName: 'B2Hub-mainnet',
|
|
3850
|
+
chainId: 213,
|
|
3851
|
+
networkId: 213,
|
|
3852
|
+
icon: 'bsquare',
|
|
3853
|
+
explorers: [
|
|
3854
|
+
{
|
|
3855
|
+
name: 'B2 Hub Mainnet Explorer',
|
|
3856
|
+
url: 'https://hub-explorer.bsquared.network',
|
|
3857
|
+
icon: 'bsquare',
|
|
3858
|
+
standard: 'EIP3091'
|
|
3859
|
+
}
|
|
3860
|
+
]
|
|
3861
|
+
},
|
|
3807
3862
|
214: {
|
|
3808
3863
|
name: 'Shinarium Mainnet',
|
|
3809
3864
|
chain: 'Shinarium',
|
|
@@ -3890,6 +3945,37 @@ exports.chains = {
|
|
|
3890
3945
|
slip44: 2221,
|
|
3891
3946
|
status: 'deprecated'
|
|
3892
3947
|
},
|
|
3948
|
+
223: {
|
|
3949
|
+
name: 'B2 Mainnet',
|
|
3950
|
+
title: 'B2 Mainnet',
|
|
3951
|
+
chain: 'B2',
|
|
3952
|
+
rpc: [
|
|
3953
|
+
'https://mainnet.b2-rpc.com',
|
|
3954
|
+
'https://rpc.bsquared.network',
|
|
3955
|
+
'https://b2-mainnet.alt.technology',
|
|
3956
|
+
'https://b2-mainnet-public.s.chainbase.com'
|
|
3957
|
+
],
|
|
3958
|
+
faucets: [],
|
|
3959
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
3960
|
+
infoURL: 'https://www.bsquared.network',
|
|
3961
|
+
shortName: 'B2-mainnet',
|
|
3962
|
+
chainId: 223,
|
|
3963
|
+
networkId: 223,
|
|
3964
|
+
icon: 'bsquare',
|
|
3965
|
+
explorers: [
|
|
3966
|
+
{
|
|
3967
|
+
name: 'blockscout',
|
|
3968
|
+
url: 'https://explorer.bsquared.network',
|
|
3969
|
+
icon: 'bsquare',
|
|
3970
|
+
standard: 'EIP3091'
|
|
3971
|
+
}
|
|
3972
|
+
],
|
|
3973
|
+
parent: {
|
|
3974
|
+
type: 'L2',
|
|
3975
|
+
chain: 'eip155-213',
|
|
3976
|
+
bridges: [{ url: 'https://www.bsquared.network/bridge' }]
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3893
3979
|
224: {
|
|
3894
3980
|
name: 'Viridis Testnet',
|
|
3895
3981
|
chain: 'VRD',
|
|
@@ -4262,16 +4348,29 @@ exports.chains = {
|
|
|
4262
4348
|
title: 'Neura Testnet',
|
|
4263
4349
|
chain: 'NEURA',
|
|
4264
4350
|
icon: 'neura',
|
|
4265
|
-
rpc: [],
|
|
4351
|
+
rpc: ['https://rpc.ankr.com/neura_testnet'],
|
|
4266
4352
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4267
|
-
faucets: [],
|
|
4353
|
+
faucets: ['https://testnet.neuraprotocol.io/faucet'],
|
|
4268
4354
|
nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4269
4355
|
infoURL: 'https://www.neuraprotocol.io/',
|
|
4270
4356
|
shortName: 'tneura',
|
|
4271
4357
|
chainId: 267,
|
|
4272
4358
|
networkId: 267,
|
|
4273
|
-
explorers: [
|
|
4274
|
-
|
|
4359
|
+
explorers: [
|
|
4360
|
+
{
|
|
4361
|
+
name: 'ankrscan-neura',
|
|
4362
|
+
url: 'https://testnet.explorer.neuraprotocol.io',
|
|
4363
|
+
icon: 'neura',
|
|
4364
|
+
standard: 'EIP3091'
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
name: 'blockscout',
|
|
4368
|
+
url: 'https://explorer.neura-testnet.ankr.com',
|
|
4369
|
+
icon: 'blockscout',
|
|
4370
|
+
standard: 'EIP3091'
|
|
4371
|
+
}
|
|
4372
|
+
],
|
|
4373
|
+
status: 'active',
|
|
4275
4374
|
slip44: 1
|
|
4276
4375
|
},
|
|
4277
4376
|
268: {
|
|
@@ -4435,12 +4534,7 @@ exports.chains = {
|
|
|
4435
4534
|
chainId: 288,
|
|
4436
4535
|
networkId: 288,
|
|
4437
4536
|
explorers: [
|
|
4438
|
-
{ name: 'Bobascan', url: 'https://bobascan.com', standard: 'none' }
|
|
4439
|
-
{
|
|
4440
|
-
name: 'Blockscout',
|
|
4441
|
-
url: 'https://blockexplorer.boba.network',
|
|
4442
|
-
standard: 'none'
|
|
4443
|
-
}
|
|
4537
|
+
{ name: 'Bobascan', url: 'https://bobascan.com', standard: 'none' }
|
|
4444
4538
|
],
|
|
4445
4539
|
parent: {
|
|
4446
4540
|
type: 'L2',
|
|
@@ -4623,6 +4717,7 @@ exports.chains = {
|
|
|
4623
4717
|
301: {
|
|
4624
4718
|
name: 'Bobaopera',
|
|
4625
4719
|
chain: 'Bobaopera',
|
|
4720
|
+
status: 'deprecated',
|
|
4626
4721
|
rpc: [
|
|
4627
4722
|
'https://bobaopera.boba.network',
|
|
4628
4723
|
'wss://wss.bobaopera.boba.network',
|
|
@@ -4643,6 +4738,32 @@ exports.chains = {
|
|
|
4643
4738
|
}
|
|
4644
4739
|
]
|
|
4645
4740
|
},
|
|
4741
|
+
302: {
|
|
4742
|
+
name: 'zkCandy Sepolia Testnet',
|
|
4743
|
+
chain: 'ETH',
|
|
4744
|
+
rpc: ['https://sepolia.rpc.zkcandy.io'],
|
|
4745
|
+
faucets: [],
|
|
4746
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4747
|
+
infoURL: 'https://zkcandy.io/',
|
|
4748
|
+
shortName: 'zkcandy-sepolia',
|
|
4749
|
+
chainId: 302,
|
|
4750
|
+
networkId: 302,
|
|
4751
|
+
icon: 'zkcandy',
|
|
4752
|
+
explorers: [
|
|
4753
|
+
{
|
|
4754
|
+
name: 'zkCandy Block Explorer',
|
|
4755
|
+
url: 'https://sepolia.explorer.zkcandy.io',
|
|
4756
|
+
icon: 'zkcandy',
|
|
4757
|
+
standard: 'EIP3091'
|
|
4758
|
+
}
|
|
4759
|
+
],
|
|
4760
|
+
parent: {
|
|
4761
|
+
type: 'L2',
|
|
4762
|
+
chain: 'eip155-1',
|
|
4763
|
+
bridges: [{ url: 'https://sepolia.bridge.zkcandy.io/' }]
|
|
4764
|
+
},
|
|
4765
|
+
redFlags: ['reusedChainId']
|
|
4766
|
+
},
|
|
4646
4767
|
303: {
|
|
4647
4768
|
name: 'Neurochain Testnet',
|
|
4648
4769
|
chain: 'NCN',
|
|
@@ -5332,6 +5453,31 @@ exports.chains = {
|
|
|
5332
5453
|
}
|
|
5333
5454
|
]
|
|
5334
5455
|
},
|
|
5456
|
+
404: {
|
|
5457
|
+
name: 'Syndr L3',
|
|
5458
|
+
chainId: 404,
|
|
5459
|
+
shortName: 'syndr-l3',
|
|
5460
|
+
title: 'Syndr L3 Rollup',
|
|
5461
|
+
chain: 'SYNDR',
|
|
5462
|
+
networkId: 404,
|
|
5463
|
+
icon: 'syndr',
|
|
5464
|
+
rpc: ['https://rpc.syndr.com', 'wss://rpc.syndr.com/ws'],
|
|
5465
|
+
faucets: [],
|
|
5466
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5467
|
+
infoURL: 'https://syndr.com',
|
|
5468
|
+
explorers: [
|
|
5469
|
+
{
|
|
5470
|
+
name: 'Syndr L3 Explorer',
|
|
5471
|
+
url: 'https://explorer.syndr.com',
|
|
5472
|
+
standard: 'EIP3091'
|
|
5473
|
+
}
|
|
5474
|
+
],
|
|
5475
|
+
parent: {
|
|
5476
|
+
type: 'L2',
|
|
5477
|
+
chain: 'eip155-42161',
|
|
5478
|
+
bridges: [{ url: 'https://bridge.syndr.com' }]
|
|
5479
|
+
}
|
|
5480
|
+
},
|
|
5335
5481
|
411: {
|
|
5336
5482
|
name: 'Pepe Chain Mainnet',
|
|
5337
5483
|
chain: 'PC',
|
|
@@ -5504,6 +5650,29 @@ exports.chains = {
|
|
|
5504
5650
|
}
|
|
5505
5651
|
]
|
|
5506
5652
|
},
|
|
5653
|
+
434: {
|
|
5654
|
+
name: 'Boyaa Mainnet',
|
|
5655
|
+
chain: 'BYC',
|
|
5656
|
+
rpc: ['https://evm-rpc.mainnet.boyaa.network'],
|
|
5657
|
+
faucets: [],
|
|
5658
|
+
nativeCurrency: {
|
|
5659
|
+
name: 'Boyaa mainnet native coin',
|
|
5660
|
+
symbol: 'BYC',
|
|
5661
|
+
decimals: 18
|
|
5662
|
+
},
|
|
5663
|
+
infoURL: 'https://boyaa.network',
|
|
5664
|
+
shortName: 'BYC',
|
|
5665
|
+
chainId: 434,
|
|
5666
|
+
networkId: 434,
|
|
5667
|
+
icon: 'boyaanetwork',
|
|
5668
|
+
explorers: [
|
|
5669
|
+
{
|
|
5670
|
+
name: 'Boyaa explorer',
|
|
5671
|
+
url: 'https://explorer.mainnet.boyaa.network',
|
|
5672
|
+
standard: 'EIP3091'
|
|
5673
|
+
}
|
|
5674
|
+
]
|
|
5675
|
+
},
|
|
5507
5676
|
443: {
|
|
5508
5677
|
name: 'Ten Testnet',
|
|
5509
5678
|
title: 'Ten Sepolia Rollup Testnet',
|
|
@@ -5877,6 +6046,25 @@ exports.chains = {
|
|
|
5877
6046
|
}
|
|
5878
6047
|
]
|
|
5879
6048
|
},
|
|
6049
|
+
545: {
|
|
6050
|
+
name: 'Testnet',
|
|
6051
|
+
chain: 'Flow',
|
|
6052
|
+
rpc: ['https://testnet.evm.nodes.onflow.org'],
|
|
6053
|
+
faucets: ['https://testnet-faucet.onflow.org'],
|
|
6054
|
+
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
6055
|
+
infoURL: 'https://developers.flow.com/evm/about',
|
|
6056
|
+
shortName: 'flow-testnet',
|
|
6057
|
+
chainId: 545,
|
|
6058
|
+
networkId: 545,
|
|
6059
|
+
icon: 'flowevm',
|
|
6060
|
+
explorers: [
|
|
6061
|
+
{
|
|
6062
|
+
name: 'Flow Diver',
|
|
6063
|
+
url: 'https://testnet.flowdiver.io',
|
|
6064
|
+
standard: 'none'
|
|
6065
|
+
}
|
|
6066
|
+
]
|
|
6067
|
+
},
|
|
5880
6068
|
555: {
|
|
5881
6069
|
name: 'Vela1 Chain Mainnet',
|
|
5882
6070
|
chain: 'VELA1',
|
|
@@ -5975,6 +6163,26 @@ exports.chains = {
|
|
|
5975
6163
|
}
|
|
5976
6164
|
]
|
|
5977
6165
|
},
|
|
6166
|
+
579: {
|
|
6167
|
+
name: 'Filenova Mainnet',
|
|
6168
|
+
chain: 'Filenova',
|
|
6169
|
+
rpc: ['https://rpc.filenova.org'],
|
|
6170
|
+
faucets: [],
|
|
6171
|
+
nativeCurrency: { name: 'Filecoin', symbol: 'FIL', decimals: 18 },
|
|
6172
|
+
infoURL: 'https://filenova.org',
|
|
6173
|
+
shortName: 'filenova',
|
|
6174
|
+
chainId: 579,
|
|
6175
|
+
networkId: 579,
|
|
6176
|
+
icon: 'filenova',
|
|
6177
|
+
explorers: [
|
|
6178
|
+
{
|
|
6179
|
+
name: 'filenova explorer',
|
|
6180
|
+
url: 'https://scan.filenova.org',
|
|
6181
|
+
icon: 'filenova',
|
|
6182
|
+
standard: 'none'
|
|
6183
|
+
}
|
|
6184
|
+
]
|
|
6185
|
+
},
|
|
5978
6186
|
588: {
|
|
5979
6187
|
name: 'Metis Stardust Testnet',
|
|
5980
6188
|
chain: 'ETH',
|
|
@@ -6215,13 +6423,13 @@ exports.chains = {
|
|
|
6215
6423
|
]
|
|
6216
6424
|
},
|
|
6217
6425
|
646: {
|
|
6218
|
-
name: '
|
|
6219
|
-
chain: '
|
|
6426
|
+
name: 'Previewnet',
|
|
6427
|
+
chain: 'Flow',
|
|
6220
6428
|
rpc: ['https://previewnet.evm.nodes.onflow.org'],
|
|
6221
6429
|
faucets: ['https://previewnet-faucet.onflow.org'],
|
|
6222
6430
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
6223
6431
|
infoURL: 'https://developers.flow.com/evm/about',
|
|
6224
|
-
shortName: '
|
|
6432
|
+
shortName: 'flow-previewnet',
|
|
6225
6433
|
chainId: 646,
|
|
6226
6434
|
networkId: 646,
|
|
6227
6435
|
icon: 'flowevm',
|
|
@@ -6313,6 +6521,25 @@ exports.chains = {
|
|
|
6313
6521
|
}
|
|
6314
6522
|
]
|
|
6315
6523
|
},
|
|
6524
|
+
662: {
|
|
6525
|
+
name: 'UltronSmartchain',
|
|
6526
|
+
chain: 'UltronSmartchain',
|
|
6527
|
+
rpc: ['https://rpc.ultronsmartchain.io'],
|
|
6528
|
+
faucets: [],
|
|
6529
|
+
nativeCurrency: { name: 'ulc', symbol: 'ULC', decimals: 18 },
|
|
6530
|
+
infoURL: 'https://ultronsmartchain.io',
|
|
6531
|
+
shortName: 'ultronsmartchain',
|
|
6532
|
+
chainId: 662,
|
|
6533
|
+
networkId: 662,
|
|
6534
|
+
icon: 'ultronsmartchain',
|
|
6535
|
+
explorers: [
|
|
6536
|
+
{
|
|
6537
|
+
name: 'ultronsmartchain explorer',
|
|
6538
|
+
url: 'https://scan.ultronsmartchain.io',
|
|
6539
|
+
standard: 'EIP3091'
|
|
6540
|
+
}
|
|
6541
|
+
]
|
|
6542
|
+
},
|
|
6316
6543
|
666: {
|
|
6317
6544
|
name: 'Pixie Chain Testnet',
|
|
6318
6545
|
chain: 'PixieChain',
|
|
@@ -6661,13 +6888,13 @@ exports.chains = {
|
|
|
6661
6888
|
]
|
|
6662
6889
|
},
|
|
6663
6890
|
747: {
|
|
6664
|
-
name: '
|
|
6665
|
-
chain: '
|
|
6891
|
+
name: 'Mainnet',
|
|
6892
|
+
chain: 'Flow',
|
|
6666
6893
|
rpc: ['https://mainnet.evm.nodes.onflow.org'],
|
|
6667
6894
|
faucets: [],
|
|
6668
6895
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
6669
6896
|
infoURL: 'https://developers.flow.com/evm/about',
|
|
6670
|
-
shortName: '
|
|
6897
|
+
shortName: 'flow-mainnet',
|
|
6671
6898
|
chainId: 747,
|
|
6672
6899
|
networkId: 747,
|
|
6673
6900
|
icon: 'flowevm',
|
|
@@ -8124,7 +8351,7 @@ exports.chains = {
|
|
|
8124
8351
|
'https://evm-toolkit.evm.testnet.shimmer.network',
|
|
8125
8352
|
'https://evm-faucet.testnet.shimmer.network'
|
|
8126
8353
|
],
|
|
8127
|
-
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals:
|
|
8354
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
|
8128
8355
|
infoURL: 'https://shimmer.network',
|
|
8129
8356
|
shortName: 'shimmerevm-testnet',
|
|
8130
8357
|
chainId: 1073,
|
|
@@ -8138,6 +8365,26 @@ exports.chains = {
|
|
|
8138
8365
|
}
|
|
8139
8366
|
]
|
|
8140
8367
|
},
|
|
8368
|
+
1075: {
|
|
8369
|
+
name: 'IOTA EVM Testnet',
|
|
8370
|
+
title: 'IOTA EVM Testnet',
|
|
8371
|
+
chain: 'IOTA EVM',
|
|
8372
|
+
icon: 'iotaevm',
|
|
8373
|
+
rpc: ['https://json-rpc.evm.testnet.iotaledger.net'],
|
|
8374
|
+
faucets: ['https://evm-toolkit.evm.testnet.iotaledger.net'],
|
|
8375
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
8376
|
+
infoURL: 'https://www.iota.org',
|
|
8377
|
+
shortName: 'iotaevm-testnet',
|
|
8378
|
+
chainId: 1075,
|
|
8379
|
+
networkId: 1075,
|
|
8380
|
+
explorers: [
|
|
8381
|
+
{
|
|
8382
|
+
name: 'explorer',
|
|
8383
|
+
url: 'https://explorer.evm.testnet.iotaledger.net',
|
|
8384
|
+
standard: 'EIP3091'
|
|
8385
|
+
}
|
|
8386
|
+
]
|
|
8387
|
+
},
|
|
8141
8388
|
1079: {
|
|
8142
8389
|
name: 'Mintara Testnet',
|
|
8143
8390
|
title: 'Mintara Testnet',
|
|
@@ -8382,6 +8629,26 @@ exports.chains = {
|
|
|
8382
8629
|
}
|
|
8383
8630
|
]
|
|
8384
8631
|
},
|
|
8632
|
+
1113: {
|
|
8633
|
+
name: 'B2 Hub Testnet',
|
|
8634
|
+
chain: 'BSQ',
|
|
8635
|
+
rpc: ['https://testnet-hub-rpc.bsquared.network'],
|
|
8636
|
+
faucets: [],
|
|
8637
|
+
nativeCurrency: { name: 'BSquared Token', symbol: 'B2', decimals: 18 },
|
|
8638
|
+
infoURL: 'https://www.bsquared.network',
|
|
8639
|
+
shortName: 'B2Hub-testnet',
|
|
8640
|
+
chainId: 1113,
|
|
8641
|
+
networkId: 1113,
|
|
8642
|
+
icon: 'bsquare',
|
|
8643
|
+
explorers: [
|
|
8644
|
+
{
|
|
8645
|
+
name: 'B2 Hub Habitat Testnet Explorer',
|
|
8646
|
+
url: 'https://testnet-hub-explorer.bsquared.network',
|
|
8647
|
+
icon: 'bsquare',
|
|
8648
|
+
standard: 'EIP3091'
|
|
8649
|
+
}
|
|
8650
|
+
]
|
|
8651
|
+
},
|
|
8385
8652
|
1115: {
|
|
8386
8653
|
name: 'Core Blockchain Testnet',
|
|
8387
8654
|
chain: 'Core',
|
|
@@ -8455,6 +8722,28 @@ exports.chains = {
|
|
|
8455
8722
|
}
|
|
8456
8723
|
]
|
|
8457
8724
|
},
|
|
8725
|
+
1123: {
|
|
8726
|
+
name: 'B2 Testnet',
|
|
8727
|
+
title: 'B2 Testnet',
|
|
8728
|
+
chain: 'Habitat',
|
|
8729
|
+
rpc: ['https://b2-testnet.alt.technology'],
|
|
8730
|
+
faucets: [],
|
|
8731
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
8732
|
+
infoURL: 'https://www.bsquared.network',
|
|
8733
|
+
shortName: 'B2-testnet',
|
|
8734
|
+
chainId: 1123,
|
|
8735
|
+
networkId: 1123,
|
|
8736
|
+
icon: 'bsquare',
|
|
8737
|
+
explorers: [
|
|
8738
|
+
{
|
|
8739
|
+
name: 'blockscout',
|
|
8740
|
+
url: 'https://testnet-explorer.bsquared.network',
|
|
8741
|
+
icon: 'bsquare',
|
|
8742
|
+
standard: 'EIP3091'
|
|
8743
|
+
}
|
|
8744
|
+
],
|
|
8745
|
+
parent: { type: 'L2', chain: 'eip155-1113' }
|
|
8746
|
+
},
|
|
8458
8747
|
1130: {
|
|
8459
8748
|
name: 'DeFiChain EVM Network Mainnet',
|
|
8460
8749
|
chain: 'defichain-evm',
|
|
@@ -8620,6 +8909,26 @@ exports.chains = {
|
|
|
8620
8909
|
}
|
|
8621
8910
|
]
|
|
8622
8911
|
},
|
|
8912
|
+
1188: {
|
|
8913
|
+
name: 'ClubMos Mainnet',
|
|
8914
|
+
chain: 'MOS',
|
|
8915
|
+
rpc: ['https://mainnet.mosscan.com'],
|
|
8916
|
+
faucets: [],
|
|
8917
|
+
nativeCurrency: { name: 'ClubMos', symbol: 'MOS', decimals: 18 },
|
|
8918
|
+
infoURL: 'https://www.mosscan.com',
|
|
8919
|
+
shortName: 'MOS',
|
|
8920
|
+
chainId: 1188,
|
|
8921
|
+
networkId: 1188,
|
|
8922
|
+
icon: 'clubmos',
|
|
8923
|
+
explorers: [
|
|
8924
|
+
{
|
|
8925
|
+
name: 'mosscan',
|
|
8926
|
+
url: 'https://www.mosscan.com',
|
|
8927
|
+
icon: 'clubmos',
|
|
8928
|
+
standard: 'none'
|
|
8929
|
+
}
|
|
8930
|
+
]
|
|
8931
|
+
},
|
|
8623
8932
|
1197: {
|
|
8624
8933
|
name: 'Iora Chain',
|
|
8625
8934
|
chain: 'IORA',
|
|
@@ -8669,6 +8978,30 @@ exports.chains = {
|
|
|
8669
8978
|
}
|
|
8670
8979
|
]
|
|
8671
8980
|
},
|
|
8981
|
+
1209: {
|
|
8982
|
+
name: 'SaitaBlockChain(SBC)',
|
|
8983
|
+
chain: 'SaitaBlockChain(SBC)',
|
|
8984
|
+
rpc: ['https://rpc-nodes.saitascan.io'],
|
|
8985
|
+
faucets: [],
|
|
8986
|
+
nativeCurrency: {
|
|
8987
|
+
name: 'SaitaBlockChain(SBC)',
|
|
8988
|
+
symbol: 'STC',
|
|
8989
|
+
decimals: 18
|
|
8990
|
+
},
|
|
8991
|
+
infoURL: 'https://saitachain.com',
|
|
8992
|
+
shortName: 'SBC',
|
|
8993
|
+
chainId: 1209,
|
|
8994
|
+
networkId: 1209,
|
|
8995
|
+
icon: 'SaitaBlockChain(SBC)',
|
|
8996
|
+
explorers: [
|
|
8997
|
+
{
|
|
8998
|
+
name: 'Saitascan explorer',
|
|
8999
|
+
url: 'https://saitascan.io',
|
|
9000
|
+
standard: 'none',
|
|
9001
|
+
icon: 'SaitaBlockChain(SBC)'
|
|
9002
|
+
}
|
|
9003
|
+
]
|
|
9004
|
+
},
|
|
8672
9005
|
1213: {
|
|
8673
9006
|
name: 'Popcateum Mainnet',
|
|
8674
9007
|
chain: 'POPCATEUM',
|
|
@@ -8707,13 +9040,25 @@ exports.chains = {
|
|
|
8707
9040
|
}
|
|
8708
9041
|
]
|
|
8709
9042
|
},
|
|
9043
|
+
1221: {
|
|
9044
|
+
name: 'Cycle Network Testnet',
|
|
9045
|
+
chain: 'ETH',
|
|
9046
|
+
rpc: ['https://rpc-testnet.cyclenetwork.io'],
|
|
9047
|
+
faucets: [],
|
|
9048
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
9049
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
|
9050
|
+
shortName: 'Cycle',
|
|
9051
|
+
chainId: 1221,
|
|
9052
|
+
networkId: 1221,
|
|
9053
|
+
icon: 'cycle'
|
|
9054
|
+
},
|
|
8710
9055
|
1224: {
|
|
8711
9056
|
name: 'Hybrid Testnet',
|
|
8712
|
-
chain: '
|
|
9057
|
+
chain: 'HYB',
|
|
8713
9058
|
icon: 'hybridIcon',
|
|
8714
9059
|
rpc: ['https://testnet-rpc.buildonhybrid.com'],
|
|
8715
9060
|
faucets: [],
|
|
8716
|
-
nativeCurrency: { name: 'Hybrid', symbol: '
|
|
9061
|
+
nativeCurrency: { name: 'Hybrid', symbol: 'HYB', decimals: 18 },
|
|
8717
9062
|
infoURL: 'https://buildonhybrid.com',
|
|
8718
9063
|
shortName: 'hyb',
|
|
8719
9064
|
chainId: 1224,
|
|
@@ -8721,7 +9066,7 @@ exports.chains = {
|
|
|
8721
9066
|
explorers: [
|
|
8722
9067
|
{
|
|
8723
9068
|
name: 'Hybrid Testnet',
|
|
8724
|
-
url: 'https://
|
|
9069
|
+
url: 'https://explorer.buildonhybrid.com',
|
|
8725
9070
|
standard: 'EIP3091'
|
|
8726
9071
|
}
|
|
8727
9072
|
]
|
|
@@ -9054,6 +9399,7 @@ exports.chains = {
|
|
|
9054
9399
|
1294: {
|
|
9055
9400
|
name: 'Bobabeam',
|
|
9056
9401
|
chain: 'Bobabeam',
|
|
9402
|
+
status: 'deprecated',
|
|
9057
9403
|
rpc: [
|
|
9058
9404
|
'https://bobabeam.boba.network',
|
|
9059
9405
|
'wss://wss.bobabeam.boba.network',
|
|
@@ -9077,6 +9423,7 @@ exports.chains = {
|
|
|
9077
9423
|
1297: {
|
|
9078
9424
|
name: 'Bobabase Testnet',
|
|
9079
9425
|
chain: 'Bobabase Testnet',
|
|
9426
|
+
status: 'deprecated',
|
|
9080
9427
|
rpc: [
|
|
9081
9428
|
'https://bobabase.boba.network',
|
|
9082
9429
|
'wss://wss.bobabase.boba.network',
|
|
@@ -9543,6 +9890,25 @@ exports.chains = {
|
|
|
9543
9890
|
}
|
|
9544
9891
|
]
|
|
9545
9892
|
},
|
|
9893
|
+
1499: {
|
|
9894
|
+
name: 'iDos Games Chain Testnet',
|
|
9895
|
+
chain: 'IGC',
|
|
9896
|
+
icon: 'igc-testnet',
|
|
9897
|
+
rpc: ['https://rpc-testnet.idos.games'],
|
|
9898
|
+
faucets: [],
|
|
9899
|
+
nativeCurrency: { name: 'iDos Games Coin', symbol: 'IGC', decimals: 18 },
|
|
9900
|
+
infoURL: 'https://idosgames.com/',
|
|
9901
|
+
shortName: 'IGC',
|
|
9902
|
+
chainId: 1499,
|
|
9903
|
+
networkId: 1499,
|
|
9904
|
+
explorers: [
|
|
9905
|
+
{
|
|
9906
|
+
name: 'IGC-Scan',
|
|
9907
|
+
url: 'https://igcscan.com',
|
|
9908
|
+
standard: 'EIP3091'
|
|
9909
|
+
}
|
|
9910
|
+
]
|
|
9911
|
+
},
|
|
9546
9912
|
1501: {
|
|
9547
9913
|
name: 'BEVM Canary',
|
|
9548
9914
|
chain: 'ChainX',
|
|
@@ -10343,6 +10709,18 @@ exports.chains = {
|
|
|
10343
10709
|
}
|
|
10344
10710
|
]
|
|
10345
10711
|
},
|
|
10712
|
+
1918: {
|
|
10713
|
+
name: 'UPB CRESCDI Testnet',
|
|
10714
|
+
chain: 'UPBEth',
|
|
10715
|
+
rpc: ['https://testnet.crescdi.pub.ro'],
|
|
10716
|
+
infoURL: 'https://mobylab.docs.crescdi.pub.ro/blog/UPB-CRESCDI-Testnet',
|
|
10717
|
+
faucets: [],
|
|
10718
|
+
nativeCurrency: { name: 'UPBEth', symbol: 'UPBEth', decimals: 18 },
|
|
10719
|
+
shortName: 'UPBEth',
|
|
10720
|
+
chainId: 1918,
|
|
10721
|
+
networkId: 1918,
|
|
10722
|
+
explorers: []
|
|
10723
|
+
},
|
|
10346
10724
|
1945: {
|
|
10347
10725
|
name: 'ONUS Chain Testnet',
|
|
10348
10726
|
title: 'ONUS Chain Testnet',
|
|
@@ -10915,15 +11293,15 @@ exports.chains = {
|
|
|
10915
11293
|
icon: 'edgeware',
|
|
10916
11294
|
rpc: [
|
|
10917
11295
|
'https://edgeware-evm.jelliedowl.net',
|
|
10918
|
-
'https://
|
|
10919
|
-
'https://
|
|
10920
|
-
'https://
|
|
10921
|
-
'https://
|
|
11296
|
+
'https://edgeware-evm0.jelliedowl.net',
|
|
11297
|
+
'https://edgeware-evm1.jelliedowl.net',
|
|
11298
|
+
'https://edgeware-evm2.jelliedowl.net',
|
|
11299
|
+
'https://edgeware-evm3.jelliedowl.net',
|
|
10922
11300
|
'wss://edgeware.jelliedowl.net',
|
|
10923
|
-
'wss://
|
|
10924
|
-
'wss://
|
|
10925
|
-
'wss://
|
|
10926
|
-
'wss://
|
|
11301
|
+
'wss://edgeware-rpc0.jelliedowl.net',
|
|
11302
|
+
'wss://edgeware-rpc1.jelliedowl.net',
|
|
11303
|
+
'wss://edgeware-rpc2.jelliedowl.net',
|
|
11304
|
+
'wss://edgeware-rpc3.jelliedowl.net'
|
|
10927
11305
|
],
|
|
10928
11306
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10929
11307
|
faucets: [],
|
|
@@ -10935,15 +11313,15 @@ exports.chains = {
|
|
|
10935
11313
|
slip44: 523,
|
|
10936
11314
|
explorers: [
|
|
10937
11315
|
{
|
|
10938
|
-
name: 'Edgscan by Bharathcoorg',
|
|
11316
|
+
name: 'Edgscan EdgeEVM explorer by Bharathcoorg',
|
|
10939
11317
|
url: 'https://edgscan.live',
|
|
10940
11318
|
standard: 'EIP3091'
|
|
10941
11319
|
},
|
|
10942
11320
|
{
|
|
10943
|
-
name: '
|
|
10944
|
-
url: 'https://
|
|
11321
|
+
name: 'Edgscan EdgeWASM explorer by Bharathcoorg',
|
|
11322
|
+
url: 'https://edgscan.ink',
|
|
10945
11323
|
standard: 'none',
|
|
10946
|
-
icon: '
|
|
11324
|
+
icon: 'edgscan'
|
|
10947
11325
|
}
|
|
10948
11326
|
]
|
|
10949
11327
|
},
|
|
@@ -11031,6 +11409,29 @@ exports.chains = {
|
|
|
11031
11409
|
}
|
|
11032
11410
|
]
|
|
11033
11411
|
},
|
|
11412
|
+
2026: {
|
|
11413
|
+
name: 'Edgeless Network',
|
|
11414
|
+
chain: 'Edgeless',
|
|
11415
|
+
rpc: ['https://rpc.edgeless.network/http'],
|
|
11416
|
+
features: [{ name: 'EIP155' }],
|
|
11417
|
+
faucets: [],
|
|
11418
|
+
nativeCurrency: {
|
|
11419
|
+
name: 'Edgeless Wrapped Eth',
|
|
11420
|
+
symbol: 'EwEth',
|
|
11421
|
+
decimals: 18
|
|
11422
|
+
},
|
|
11423
|
+
infoURL: 'https://edgeless.network',
|
|
11424
|
+
shortName: 'edgeless',
|
|
11425
|
+
chainId: 2026,
|
|
11426
|
+
networkId: 2026,
|
|
11427
|
+
explorers: [
|
|
11428
|
+
{
|
|
11429
|
+
name: 'Edgeless Explorer',
|
|
11430
|
+
url: 'https://explorer.edgeless.network',
|
|
11431
|
+
standard: 'EIP3091'
|
|
11432
|
+
}
|
|
11433
|
+
]
|
|
11434
|
+
},
|
|
11034
11435
|
2031: {
|
|
11035
11436
|
name: 'Centrifuge',
|
|
11036
11437
|
chain: 'CFG',
|
|
@@ -11124,6 +11525,28 @@ exports.chains = {
|
|
|
11124
11525
|
}
|
|
11125
11526
|
]
|
|
11126
11527
|
},
|
|
11528
|
+
2040: {
|
|
11529
|
+
name: 'Vanar Mainnet',
|
|
11530
|
+
title: 'Vanarchain',
|
|
11531
|
+
chain: 'VANAR',
|
|
11532
|
+
rpc: ['https://rpc.vanarchain.com', 'wss://ws.vanarchain.com'],
|
|
11533
|
+
faucets: [],
|
|
11534
|
+
nativeCurrency: { name: 'VANRY', symbol: 'VANRY', decimals: 18 },
|
|
11535
|
+
features: [{ name: 'EIP155' }],
|
|
11536
|
+
infoURL: 'https://vanarchain.com',
|
|
11537
|
+
shortName: 'Vanar',
|
|
11538
|
+
chainId: 2040,
|
|
11539
|
+
networkId: 2040,
|
|
11540
|
+
icon: 'vanar',
|
|
11541
|
+
explorers: [
|
|
11542
|
+
{
|
|
11543
|
+
name: 'Vanar Explorer',
|
|
11544
|
+
url: 'https://explorer.vanarchain.com',
|
|
11545
|
+
icon: 'vanar',
|
|
11546
|
+
standard: 'EIP3091'
|
|
11547
|
+
}
|
|
11548
|
+
]
|
|
11549
|
+
},
|
|
11127
11550
|
2043: {
|
|
11128
11551
|
name: 'OriginTrail Parachain',
|
|
11129
11552
|
chain: 'OTP',
|
|
@@ -11334,6 +11757,26 @@ exports.chains = {
|
|
|
11334
11757
|
}
|
|
11335
11758
|
]
|
|
11336
11759
|
},
|
|
11760
|
+
2121: {
|
|
11761
|
+
name: 'Catena Mainnet',
|
|
11762
|
+
chain: 'CMCX',
|
|
11763
|
+
rpc: ['https://rpc1.catenarpc.com'],
|
|
11764
|
+
faucets: [],
|
|
11765
|
+
nativeCurrency: { name: 'Catena', symbol: 'CMCX', decimals: 18 },
|
|
11766
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
11767
|
+
infoURL: 'https://catena.network',
|
|
11768
|
+
shortName: 'cmcx',
|
|
11769
|
+
chainId: 2121,
|
|
11770
|
+
networkId: 2121,
|
|
11771
|
+
icon: 'catena',
|
|
11772
|
+
explorers: [
|
|
11773
|
+
{
|
|
11774
|
+
name: 'catenascan',
|
|
11775
|
+
url: 'https://catenascan.com',
|
|
11776
|
+
standard: 'EIP3091'
|
|
11777
|
+
}
|
|
11778
|
+
]
|
|
11779
|
+
},
|
|
11337
11780
|
2122: {
|
|
11338
11781
|
name: 'Metaplayerone Mainnet',
|
|
11339
11782
|
chain: 'METAD',
|
|
@@ -11373,6 +11816,24 @@ exports.chains = {
|
|
|
11373
11816
|
}
|
|
11374
11817
|
]
|
|
11375
11818
|
},
|
|
11819
|
+
2136: {
|
|
11820
|
+
name: 'BigShortBets Testnet',
|
|
11821
|
+
chain: 'BIGSB Testnet',
|
|
11822
|
+
rpc: ['https://test-market.bigsb.io', 'wss://test-market.bigsb.io'],
|
|
11823
|
+
faucets: [],
|
|
11824
|
+
nativeCurrency: { name: 'Dolarz', symbol: 'Dolarz', decimals: 18 },
|
|
11825
|
+
infoURL: 'https://bigshortbets.com/',
|
|
11826
|
+
shortName: 'bigsb_testnet',
|
|
11827
|
+
chainId: 2136,
|
|
11828
|
+
networkId: 2136,
|
|
11829
|
+
explorers: [
|
|
11830
|
+
{
|
|
11831
|
+
name: 'Polkadot.js',
|
|
11832
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://test-market.bigsb.network#/explorer',
|
|
11833
|
+
standard: 'none'
|
|
11834
|
+
}
|
|
11835
|
+
]
|
|
11836
|
+
},
|
|
11376
11837
|
2137: {
|
|
11377
11838
|
name: 'BigShortBets',
|
|
11378
11839
|
chain: 'BIGSB',
|
|
@@ -11810,7 +12271,7 @@ exports.chains = {
|
|
|
11810
12271
|
2340: {
|
|
11811
12272
|
name: 'Atleta Testnet',
|
|
11812
12273
|
chain: 'Atleta',
|
|
11813
|
-
rpc: ['
|
|
12274
|
+
rpc: ['wss://testnet-rpc.atleta.network:9944'],
|
|
11814
12275
|
faucets: ['https://faucet.atleta.network'],
|
|
11815
12276
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
|
11816
12277
|
infoURL: 'https://atleta.network',
|
|
@@ -11823,11 +12284,30 @@ exports.chains = {
|
|
|
11823
12284
|
{
|
|
11824
12285
|
name: 'Atleta Testnet Explorer',
|
|
11825
12286
|
icon: 'atleta',
|
|
11826
|
-
url: '
|
|
12287
|
+
url: 'https://polkadot-explorer.atleta.network/#/explorer',
|
|
11827
12288
|
standard: 'none'
|
|
11828
12289
|
}
|
|
11829
12290
|
]
|
|
11830
12291
|
},
|
|
12292
|
+
2342: {
|
|
12293
|
+
name: 'Omnia Chain',
|
|
12294
|
+
chain: 'OMNIA',
|
|
12295
|
+
icon: 'omnia',
|
|
12296
|
+
rpc: ['https://rpc.omniaverse.io'],
|
|
12297
|
+
faucets: ['https://www.omniaverse.io'],
|
|
12298
|
+
nativeCurrency: { name: 'Omnia', symbol: 'OMNIA', decimals: 18 },
|
|
12299
|
+
infoURL: 'https://www.omniaverse.io',
|
|
12300
|
+
shortName: 'omnia',
|
|
12301
|
+
chainId: 2342,
|
|
12302
|
+
networkId: 2342,
|
|
12303
|
+
explorers: [
|
|
12304
|
+
{
|
|
12305
|
+
name: 'OmniaVerse Explorer',
|
|
12306
|
+
url: 'https://scan.omniaverse.io',
|
|
12307
|
+
standard: 'EIP3091'
|
|
12308
|
+
}
|
|
12309
|
+
]
|
|
12310
|
+
},
|
|
11831
12311
|
2357: {
|
|
11832
12312
|
name: '(deprecated) Kroma Sepolia',
|
|
11833
12313
|
title: '(deprecated) Kroma Testnet Sepolia',
|
|
@@ -11883,6 +12363,25 @@ exports.chains = {
|
|
|
11883
12363
|
bridges: [{ url: 'https://kroma.network/bridge' }]
|
|
11884
12364
|
}
|
|
11885
12365
|
},
|
|
12366
|
+
2370: {
|
|
12367
|
+
name: 'Nexis Network Testnet',
|
|
12368
|
+
chain: 'Nexis Network',
|
|
12369
|
+
icon: 'nexis',
|
|
12370
|
+
rpc: ['https://evm-testnet.nexis.network'],
|
|
12371
|
+
faucets: ['https://evm-faucet.nexis.network'],
|
|
12372
|
+
nativeCurrency: { name: 'Nexis', symbol: 'NZT', decimals: 18 },
|
|
12373
|
+
infoURL: 'https://nexis.network/',
|
|
12374
|
+
shortName: 'nzt',
|
|
12375
|
+
chainId: 2370,
|
|
12376
|
+
networkId: 2370,
|
|
12377
|
+
explorers: [
|
|
12378
|
+
{
|
|
12379
|
+
name: 'Nexis Testnet Explorer',
|
|
12380
|
+
url: 'https://evm-testnet.nexscan.io',
|
|
12381
|
+
standard: 'EIP3091'
|
|
12382
|
+
}
|
|
12383
|
+
]
|
|
12384
|
+
},
|
|
11886
12385
|
2399: {
|
|
11887
12386
|
name: 'BOMB Chain Testnet',
|
|
11888
12387
|
chain: 'BOMB',
|
|
@@ -11968,6 +12467,28 @@ exports.chains = {
|
|
|
11968
12467
|
}
|
|
11969
12468
|
]
|
|
11970
12469
|
},
|
|
12470
|
+
2425: {
|
|
12471
|
+
name: 'King Of Legends Devnet',
|
|
12472
|
+
title: 'King Of Legends Devnet',
|
|
12473
|
+
chain: 'KOL',
|
|
12474
|
+
icon: 'kol',
|
|
12475
|
+
rpc: ['https://rpc-devnet.kinggamer.org/'],
|
|
12476
|
+
faucets: [],
|
|
12477
|
+
nativeCurrency: { name: 'King Of Legends', symbol: 'KOL', decimals: 18 },
|
|
12478
|
+
infoURL: 'https://kingoflegends.net/',
|
|
12479
|
+
shortName: 'kol',
|
|
12480
|
+
chainId: 2425,
|
|
12481
|
+
networkId: 2425,
|
|
12482
|
+
slip44: 1,
|
|
12483
|
+
explorers: [
|
|
12484
|
+
{
|
|
12485
|
+
name: 'King Of Legends Devnet Explorer',
|
|
12486
|
+
url: 'https://devnet.kingscan.org',
|
|
12487
|
+
icon: 'kol',
|
|
12488
|
+
standard: 'EIP3091'
|
|
12489
|
+
}
|
|
12490
|
+
]
|
|
12491
|
+
},
|
|
11971
12492
|
2442: {
|
|
11972
12493
|
name: 'Polygon zkEVM Cardona Testnet',
|
|
11973
12494
|
title: 'Polygon zkEVM Cardona Testnet',
|
|
@@ -12326,10 +12847,38 @@ exports.chains = {
|
|
|
12326
12847
|
}
|
|
12327
12848
|
]
|
|
12328
12849
|
},
|
|
12329
|
-
|
|
12330
|
-
name: '
|
|
12331
|
-
chain: '
|
|
12332
|
-
rpc: ['https://testnet
|
|
12850
|
+
2730: {
|
|
12851
|
+
name: 'XR Sepolia',
|
|
12852
|
+
chain: 'ETH',
|
|
12853
|
+
rpc: ['https://xr-sepolia-testnet.rpc.caldera.xyz/http'],
|
|
12854
|
+
faucets: [],
|
|
12855
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12856
|
+
nativeCurrency: { name: 'tXR', symbol: 'tXR', decimals: 18 },
|
|
12857
|
+
infoURL: 'https://xr-one.gitbook.io',
|
|
12858
|
+
shortName: 'txr',
|
|
12859
|
+
chainId: 2730,
|
|
12860
|
+
networkId: 2730,
|
|
12861
|
+
icon: 'xr',
|
|
12862
|
+
slip44: 60,
|
|
12863
|
+
explorers: [
|
|
12864
|
+
{
|
|
12865
|
+
name: 'XR Sepolia Explorer',
|
|
12866
|
+
url: 'https://xr-sepolia-testnet.explorer.caldera.xyz',
|
|
12867
|
+
icon: 'blockscout',
|
|
12868
|
+
standard: 'EIP3091'
|
|
12869
|
+
}
|
|
12870
|
+
],
|
|
12871
|
+
parent: {
|
|
12872
|
+
type: 'L2',
|
|
12873
|
+
chain: 'eip155-421614',
|
|
12874
|
+
bridges: [{ url: 'https://xr-sepolia-testnet.bridge.caldera.xyz' }]
|
|
12875
|
+
},
|
|
12876
|
+
status: 'active'
|
|
12877
|
+
},
|
|
12878
|
+
2731: {
|
|
12879
|
+
name: 'Elizabeth Testnet',
|
|
12880
|
+
chain: 'Elizabeth',
|
|
12881
|
+
rpc: ['https://testnet-rpc.timenetwork.io'],
|
|
12333
12882
|
faucets: [],
|
|
12334
12883
|
nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
|
|
12335
12884
|
infoURL: 'https://whitepaper.anttime.net/overview/anttime',
|
|
@@ -12346,9 +12895,61 @@ exports.chains = {
|
|
|
12346
12895
|
}
|
|
12347
12896
|
]
|
|
12348
12897
|
},
|
|
12898
|
+
2748: {
|
|
12899
|
+
name: 'Nanon',
|
|
12900
|
+
title: 'Nanon Rollup',
|
|
12901
|
+
chain: 'ETH',
|
|
12902
|
+
rpc: ['https://rpc.nanon.network'],
|
|
12903
|
+
faucets: [],
|
|
12904
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
12905
|
+
infoURL: 'https://www.nanon.network',
|
|
12906
|
+
shortName: 'Nanon',
|
|
12907
|
+
chainId: 2748,
|
|
12908
|
+
networkId: 2748,
|
|
12909
|
+
slip44: 1,
|
|
12910
|
+
icon: 'nanon',
|
|
12911
|
+
explorers: [
|
|
12912
|
+
{
|
|
12913
|
+
name: 'Nanon Rollup Explorer',
|
|
12914
|
+
url: 'https://explorer.nanon.network',
|
|
12915
|
+
standard: 'EIP3091'
|
|
12916
|
+
}
|
|
12917
|
+
],
|
|
12918
|
+
parent: {
|
|
12919
|
+
type: 'L2',
|
|
12920
|
+
chain: 'eip155-1',
|
|
12921
|
+
bridges: [{ url: 'https://bridge.nanon.network' }]
|
|
12922
|
+
}
|
|
12923
|
+
},
|
|
12924
|
+
2810: {
|
|
12925
|
+
name: 'Morph Holesky',
|
|
12926
|
+
title: 'Morph Holesky Testnet',
|
|
12927
|
+
chain: 'ETH',
|
|
12928
|
+
rpc: ['https://rpc-holesky.morphl2.io'],
|
|
12929
|
+
faucets: [],
|
|
12930
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
12931
|
+
infoURL: 'https://morphl2.io',
|
|
12932
|
+
shortName: 'hmorph',
|
|
12933
|
+
chainId: 2810,
|
|
12934
|
+
networkId: 2810,
|
|
12935
|
+
slip44: 1,
|
|
12936
|
+
explorers: [
|
|
12937
|
+
{
|
|
12938
|
+
name: 'Morph Holesky Testnet Explorer',
|
|
12939
|
+
url: 'https://explorer-holesky.morphl2.io',
|
|
12940
|
+
standard: 'EIP3091'
|
|
12941
|
+
}
|
|
12942
|
+
],
|
|
12943
|
+
parent: {
|
|
12944
|
+
type: 'L2',
|
|
12945
|
+
chain: 'eip155-1',
|
|
12946
|
+
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
12947
|
+
}
|
|
12948
|
+
},
|
|
12349
12949
|
2888: {
|
|
12350
12950
|
name: 'Boba Network Goerli Testnet',
|
|
12351
12951
|
chain: 'ETH',
|
|
12952
|
+
status: 'deprecated',
|
|
12352
12953
|
rpc: ['https://goerli.boba.network/', 'wss://wss.goerli.boba.network/'],
|
|
12353
12954
|
faucets: [],
|
|
12354
12955
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -12600,6 +13201,30 @@ exports.chains = {
|
|
|
12600
13201
|
networkId: 3102,
|
|
12601
13202
|
explorers: []
|
|
12602
13203
|
},
|
|
13204
|
+
3109: {
|
|
13205
|
+
name: 'SatoshiVM Alpha Mainnet',
|
|
13206
|
+
chain: 'SatoshiVM',
|
|
13207
|
+
rpc: ['https://alpha-rpc-node-http.svmscan.io'],
|
|
13208
|
+
faucets: [],
|
|
13209
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
13210
|
+
infoURL: 'https://www.satoshivm.io/',
|
|
13211
|
+
shortName: 'SAVM',
|
|
13212
|
+
chainId: 3109,
|
|
13213
|
+
networkId: 3109,
|
|
13214
|
+
icon: 'satoshivm'
|
|
13215
|
+
},
|
|
13216
|
+
3110: {
|
|
13217
|
+
name: 'SatoshiVM Testnet',
|
|
13218
|
+
chain: 'SatoshiVM',
|
|
13219
|
+
rpc: ['https://test-rpc-node-http.svmscan.io'],
|
|
13220
|
+
faucets: [],
|
|
13221
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
13222
|
+
infoURL: 'https://www.satoshivm.io/',
|
|
13223
|
+
shortName: 'tSAVM',
|
|
13224
|
+
chainId: 3110,
|
|
13225
|
+
networkId: 3110,
|
|
13226
|
+
icon: 'satoshivm'
|
|
13227
|
+
},
|
|
12603
13228
|
3141: {
|
|
12604
13229
|
name: 'Filecoin - Hyperspace testnet',
|
|
12605
13230
|
status: 'deprecated',
|
|
@@ -12727,6 +13352,25 @@ exports.chains = {
|
|
|
12727
13352
|
}
|
|
12728
13353
|
]
|
|
12729
13354
|
},
|
|
13355
|
+
3424: {
|
|
13356
|
+
name: 'EVOLVE Mainnet',
|
|
13357
|
+
chain: 'EVO',
|
|
13358
|
+
icon: 'evolveIcon',
|
|
13359
|
+
rpc: ['https://rpc.evolveblockchain.io'],
|
|
13360
|
+
faucets: [],
|
|
13361
|
+
nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
|
|
13362
|
+
infoURL: 'https://evolveblockchain.io',
|
|
13363
|
+
shortName: 'EVOm',
|
|
13364
|
+
chainId: 3424,
|
|
13365
|
+
networkId: 3424,
|
|
13366
|
+
explorers: [
|
|
13367
|
+
{
|
|
13368
|
+
name: 'Evolve Mainnet Explorer',
|
|
13369
|
+
url: 'https://evoexplorer.com',
|
|
13370
|
+
standard: 'EIP3091'
|
|
13371
|
+
}
|
|
13372
|
+
]
|
|
13373
|
+
},
|
|
12730
13374
|
3434: {
|
|
12731
13375
|
name: 'SecureChain Testnet',
|
|
12732
13376
|
chain: 'SCAI',
|
|
@@ -13367,6 +14011,7 @@ exports.chains = {
|
|
|
13367
14011
|
4051: {
|
|
13368
14012
|
name: 'Bobaopera Testnet',
|
|
13369
14013
|
chain: 'Bobaopera Testnet',
|
|
14014
|
+
status: 'deprecated',
|
|
13370
14015
|
rpc: [
|
|
13371
14016
|
'https://testnet.bobaopera.boba.network',
|
|
13372
14017
|
'wss://wss.testnet.bobaopera.boba.network',
|
|
@@ -13611,7 +14256,10 @@ exports.chains = {
|
|
|
13611
14256
|
name: 'Merlin Mainnet',
|
|
13612
14257
|
title: 'Merlin Mainnet',
|
|
13613
14258
|
chain: 'Merlin',
|
|
13614
|
-
rpc: [
|
|
14259
|
+
rpc: [
|
|
14260
|
+
'https://rpc.merlinchain.io',
|
|
14261
|
+
'https://merlin-mainnet-enterprise.unifra.io'
|
|
14262
|
+
],
|
|
13615
14263
|
faucets: [],
|
|
13616
14264
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
13617
14265
|
infoURL: 'https://merlinchain.io',
|
|
@@ -13621,7 +14269,7 @@ exports.chains = {
|
|
|
13621
14269
|
icon: 'merlin',
|
|
13622
14270
|
explorers: [
|
|
13623
14271
|
{
|
|
13624
|
-
name: '
|
|
14272
|
+
name: 'L2scan',
|
|
13625
14273
|
url: 'https://scan.merlinchain.io',
|
|
13626
14274
|
icon: 'merlin',
|
|
13627
14275
|
standard: 'EIP3091'
|
|
@@ -13722,6 +14370,7 @@ exports.chains = {
|
|
|
13722
14370
|
4328: {
|
|
13723
14371
|
name: 'Bobafuji Testnet',
|
|
13724
14372
|
chain: 'Bobafuji Testnet',
|
|
14373
|
+
status: 'deprecated',
|
|
13725
14374
|
rpc: [
|
|
13726
14375
|
'https://testnet.avax.boba.network',
|
|
13727
14376
|
'wss://wss.testnet.avax.boba.network',
|
|
@@ -13856,6 +14505,27 @@ exports.chains = {
|
|
|
13856
14505
|
}
|
|
13857
14506
|
]
|
|
13858
14507
|
},
|
|
14508
|
+
4613: {
|
|
14509
|
+
name: 'VERY Mainnet',
|
|
14510
|
+
title: 'VERY Mainnet',
|
|
14511
|
+
chain: 'VERY Mainnet',
|
|
14512
|
+
icon: 'very',
|
|
14513
|
+
rpc: ['https://rpc.verylabs.io'],
|
|
14514
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14515
|
+
faucets: [],
|
|
14516
|
+
nativeCurrency: { name: 'VERY', symbol: 'VERY', decimals: 18 },
|
|
14517
|
+
infoURL: 'https://www.verylabs.io/',
|
|
14518
|
+
shortName: 'very',
|
|
14519
|
+
chainId: 4613,
|
|
14520
|
+
networkId: 4613,
|
|
14521
|
+
explorers: [
|
|
14522
|
+
{
|
|
14523
|
+
name: 'VERY explorer',
|
|
14524
|
+
url: 'https://www.veryscan.io',
|
|
14525
|
+
standard: 'none'
|
|
14526
|
+
}
|
|
14527
|
+
]
|
|
14528
|
+
},
|
|
13859
14529
|
4653: {
|
|
13860
14530
|
name: 'Gold Chain',
|
|
13861
14531
|
title: 'Gold Chain',
|
|
@@ -14462,6 +15132,30 @@ exports.chains = {
|
|
|
14462
15132
|
}
|
|
14463
15133
|
]
|
|
14464
15134
|
},
|
|
15135
|
+
5424: {
|
|
15136
|
+
name: 'edeXa Mainnet',
|
|
15137
|
+
chain: 'edeXa Network',
|
|
15138
|
+
rpc: [
|
|
15139
|
+
'https://mainnet.edexa.com/rpc',
|
|
15140
|
+
'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
|
|
15141
|
+
],
|
|
15142
|
+
faucets: [],
|
|
15143
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15144
|
+
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
|
15145
|
+
infoURL: 'https://edexa.network/',
|
|
15146
|
+
shortName: 'edeXa',
|
|
15147
|
+
chainId: 5424,
|
|
15148
|
+
networkId: 5424,
|
|
15149
|
+
slip44: 1,
|
|
15150
|
+
icon: 'edexa',
|
|
15151
|
+
explorers: [
|
|
15152
|
+
{
|
|
15153
|
+
name: 'edexa-mainnet',
|
|
15154
|
+
url: 'https://explorer.edexa.network',
|
|
15155
|
+
standard: 'EIP3091'
|
|
15156
|
+
}
|
|
15157
|
+
]
|
|
15158
|
+
},
|
|
14465
15159
|
5439: {
|
|
14466
15160
|
name: 'Egochain',
|
|
14467
15161
|
chainId: 5439,
|
|
@@ -14634,20 +15328,68 @@ exports.chains = {
|
|
|
14634
15328
|
networkId: 5616,
|
|
14635
15329
|
slip44: 1
|
|
14636
15330
|
},
|
|
15331
|
+
5656: {
|
|
15332
|
+
name: 'QIE Blockchain',
|
|
15333
|
+
chain: 'QIE',
|
|
15334
|
+
icon: 'qie',
|
|
15335
|
+
rpc: [
|
|
15336
|
+
'https://rpc-main1.qiblockchain.online/',
|
|
15337
|
+
'https://rpc-main2.qiblockchain.online/'
|
|
15338
|
+
],
|
|
15339
|
+
faucets: [],
|
|
15340
|
+
nativeCurrency: { name: 'QIE Blockchain', symbol: 'QIE', decimals: 18 },
|
|
15341
|
+
infoURL: 'https://qiblockchain.online/',
|
|
15342
|
+
shortName: 'QIE',
|
|
15343
|
+
chainId: 5656,
|
|
15344
|
+
networkId: 5656,
|
|
15345
|
+
explorers: [
|
|
15346
|
+
{
|
|
15347
|
+
name: 'QIE Explorer',
|
|
15348
|
+
url: 'https://mainnet.qiblockchain.online',
|
|
15349
|
+
standard: 'EIP3091'
|
|
15350
|
+
}
|
|
15351
|
+
]
|
|
15352
|
+
},
|
|
15353
|
+
5675: {
|
|
15354
|
+
name: 'Filenova Testnet',
|
|
15355
|
+
chain: 'Filenova',
|
|
15356
|
+
rpc: ['https://rpctest.filenova.org'],
|
|
15357
|
+
faucets: [],
|
|
15358
|
+
nativeCurrency: { name: 'Test Filecoin', symbol: 'tFIL', decimals: 18 },
|
|
15359
|
+
infoURL: 'https://filenova.org',
|
|
15360
|
+
shortName: 'tfilenova',
|
|
15361
|
+
chainId: 5675,
|
|
15362
|
+
networkId: 5675,
|
|
15363
|
+
icon: 'filenova',
|
|
15364
|
+
explorers: [
|
|
15365
|
+
{
|
|
15366
|
+
name: 'filenova testnet explorer',
|
|
15367
|
+
url: 'https://scantest.filenova.org',
|
|
15368
|
+
icon: 'filenova',
|
|
15369
|
+
standard: 'none'
|
|
15370
|
+
}
|
|
15371
|
+
]
|
|
15372
|
+
},
|
|
14637
15373
|
5678: {
|
|
14638
|
-
name: 'Tanssi
|
|
14639
|
-
chain: '
|
|
15374
|
+
name: 'Tanssi Demo',
|
|
15375
|
+
chain: 'TANGO',
|
|
14640
15376
|
rpc: [
|
|
14641
15377
|
'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
|
|
14642
15378
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
|
14643
15379
|
],
|
|
14644
15380
|
faucets: [],
|
|
14645
15381
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
14646
|
-
infoURL: 'https://tanssi.network',
|
|
14647
|
-
shortName: '
|
|
15382
|
+
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
|
|
15383
|
+
shortName: 'tango',
|
|
14648
15384
|
chainId: 5678,
|
|
14649
15385
|
networkId: 5678,
|
|
14650
|
-
explorers: [
|
|
15386
|
+
explorers: [
|
|
15387
|
+
{
|
|
15388
|
+
name: 'BlockScout',
|
|
15389
|
+
url: 'https://3001-blockscout.a.dancebox.tanssi.network',
|
|
15390
|
+
standard: 'EIP3091'
|
|
15391
|
+
}
|
|
15392
|
+
]
|
|
14651
15393
|
},
|
|
14652
15394
|
5700: {
|
|
14653
15395
|
name: 'Syscoin Tanenbaum Testnet',
|
|
@@ -14728,6 +15470,26 @@ exports.chains = {
|
|
|
14728
15470
|
slip44: 1,
|
|
14729
15471
|
explorers: []
|
|
14730
15472
|
},
|
|
15473
|
+
5845: {
|
|
15474
|
+
name: 'Tangle',
|
|
15475
|
+
chain: 'Tangle',
|
|
15476
|
+
rpc: ['https://rpc.tangle.tools', 'wss://rpc.tangle.tools'],
|
|
15477
|
+
faucets: [],
|
|
15478
|
+
nativeCurrency: { name: 'Tangle', symbol: 'TNT', decimals: 18 },
|
|
15479
|
+
infoURL: 'https://docs.tangle.tools',
|
|
15480
|
+
shortName: 'tangle',
|
|
15481
|
+
chainId: 5845,
|
|
15482
|
+
networkId: 5845,
|
|
15483
|
+
icon: 'tangle',
|
|
15484
|
+
explorers: [
|
|
15485
|
+
{
|
|
15486
|
+
name: 'Tangle EVM Explorer',
|
|
15487
|
+
url: 'https://explorer.tangle.tools',
|
|
15488
|
+
standard: 'EIP3091',
|
|
15489
|
+
icon: 'tangle'
|
|
15490
|
+
}
|
|
15491
|
+
]
|
|
15492
|
+
},
|
|
14731
15493
|
5851: {
|
|
14732
15494
|
name: 'Ontology Testnet',
|
|
14733
15495
|
chain: 'Ontology',
|
|
@@ -14793,6 +15555,24 @@ exports.chains = {
|
|
|
14793
15555
|
}
|
|
14794
15556
|
]
|
|
14795
15557
|
},
|
|
15558
|
+
6001: {
|
|
15559
|
+
name: 'BounceBit Mainnet',
|
|
15560
|
+
chain: 'BounceBit',
|
|
15561
|
+
rpc: ['https://fullnode-mainnet.bouncebitapi.com/'],
|
|
15562
|
+
faucets: [],
|
|
15563
|
+
nativeCurrency: { name: 'BounceBit', symbol: 'BB', decimals: 18 },
|
|
15564
|
+
infoURL: 'https://bouncebit.io',
|
|
15565
|
+
shortName: 'bouncebit-mainnet',
|
|
15566
|
+
chainId: 6001,
|
|
15567
|
+
networkId: 6001,
|
|
15568
|
+
explorers: [
|
|
15569
|
+
{
|
|
15570
|
+
name: 'BBScan Mainnet Explorer',
|
|
15571
|
+
url: 'https://bbscan.io',
|
|
15572
|
+
standard: 'none'
|
|
15573
|
+
}
|
|
15574
|
+
]
|
|
15575
|
+
},
|
|
14796
15576
|
6065: {
|
|
14797
15577
|
name: 'Tres Testnet',
|
|
14798
15578
|
chain: 'TresLeches',
|
|
@@ -14901,6 +15681,27 @@ exports.chains = {
|
|
|
14901
15681
|
}
|
|
14902
15682
|
]
|
|
14903
15683
|
},
|
|
15684
|
+
6321: {
|
|
15685
|
+
name: 'Aura Euphoria Testnet',
|
|
15686
|
+
chain: 'Aura',
|
|
15687
|
+
rpc: ['https://jsonrpc.euphoria.aura.network'],
|
|
15688
|
+
faucets: [],
|
|
15689
|
+
nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
|
|
15690
|
+
infoURL: 'https://aura.network',
|
|
15691
|
+
shortName: 'eaura',
|
|
15692
|
+
chainId: 6321,
|
|
15693
|
+
networkId: 6321,
|
|
15694
|
+
slip44: 1,
|
|
15695
|
+
icon: 'aura',
|
|
15696
|
+
explorers: [
|
|
15697
|
+
{
|
|
15698
|
+
name: 'Aurascan Explorer',
|
|
15699
|
+
url: 'https://euphoria.aurascan.io',
|
|
15700
|
+
standard: 'none',
|
|
15701
|
+
icon: 'aura'
|
|
15702
|
+
}
|
|
15703
|
+
]
|
|
15704
|
+
},
|
|
14904
15705
|
6363: {
|
|
14905
15706
|
name: 'Digit Soul Smart Chain',
|
|
14906
15707
|
chain: 'DGS',
|
|
@@ -15300,6 +16101,19 @@ exports.chains = {
|
|
|
15300
16101
|
}
|
|
15301
16102
|
]
|
|
15302
16103
|
},
|
|
16104
|
+
7077: {
|
|
16105
|
+
name: 'Planq Atlas Testnet',
|
|
16106
|
+
chain: 'Planq',
|
|
16107
|
+
icon: 'planq',
|
|
16108
|
+
rpc: ['https://evm-rpc-atlas.planq.network'],
|
|
16109
|
+
faucets: [],
|
|
16110
|
+
nativeCurrency: { name: 'Planq', symbol: 'tPLQ', decimals: 18 },
|
|
16111
|
+
infoURL: 'https://planq.network',
|
|
16112
|
+
shortName: 'planq-atlas-testnet',
|
|
16113
|
+
chainId: 7077,
|
|
16114
|
+
networkId: 7077,
|
|
16115
|
+
explorers: []
|
|
16116
|
+
},
|
|
15303
16117
|
7100: {
|
|
15304
16118
|
name: 'Nume',
|
|
15305
16119
|
title: 'Nume',
|
|
@@ -15460,6 +16274,36 @@ exports.chains = {
|
|
|
15460
16274
|
}
|
|
15461
16275
|
]
|
|
15462
16276
|
},
|
|
16277
|
+
7560: {
|
|
16278
|
+
name: 'Cyber Mainnet',
|
|
16279
|
+
chain: 'Cyber',
|
|
16280
|
+
rpc: [
|
|
16281
|
+
'https://cyber.alt.technology/',
|
|
16282
|
+
'wss://cyber-ws.alt.technology/',
|
|
16283
|
+
'https://rpc.cyber.co/',
|
|
16284
|
+
'wss://rpc.cyber.co/'
|
|
16285
|
+
],
|
|
16286
|
+
faucets: [],
|
|
16287
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16288
|
+
icon: 'cyber',
|
|
16289
|
+
infoURL: 'https://cyber.co/',
|
|
16290
|
+
shortName: 'cyeth',
|
|
16291
|
+
chainId: 7560,
|
|
16292
|
+
networkId: 7560,
|
|
16293
|
+
explorers: [
|
|
16294
|
+
{
|
|
16295
|
+
name: 'Cyber Mainnet Explorer',
|
|
16296
|
+
url: 'https://cyberscan.co',
|
|
16297
|
+
icon: 'blockscout',
|
|
16298
|
+
standard: 'EIP3091'
|
|
16299
|
+
}
|
|
16300
|
+
],
|
|
16301
|
+
parent: {
|
|
16302
|
+
type: 'L2',
|
|
16303
|
+
chain: 'eip155-1',
|
|
16304
|
+
bridges: [{ url: 'https://cyber-bridge.alt.technology/deposit' }]
|
|
16305
|
+
}
|
|
16306
|
+
},
|
|
15463
16307
|
7575: {
|
|
15464
16308
|
name: 'ADIL Testnet',
|
|
15465
16309
|
chain: 'ADIL',
|
|
@@ -15778,6 +16622,25 @@ exports.chains = {
|
|
|
15778
16622
|
}
|
|
15779
16623
|
]
|
|
15780
16624
|
},
|
|
16625
|
+
7923: {
|
|
16626
|
+
name: 'Dot Blox',
|
|
16627
|
+
chain: 'DTBX',
|
|
16628
|
+
icon: 'dotblox',
|
|
16629
|
+
rpc: ['https://rpc.dotblox.io'],
|
|
16630
|
+
faucets: [],
|
|
16631
|
+
nativeCurrency: { name: 'Dot Blox', symbol: 'DTBX', decimals: 18 },
|
|
16632
|
+
infoURL: 'https://explorer.dotblox.io',
|
|
16633
|
+
shortName: 'DTBX',
|
|
16634
|
+
chainId: 7923,
|
|
16635
|
+
networkId: 7923,
|
|
16636
|
+
explorers: [
|
|
16637
|
+
{
|
|
16638
|
+
name: 'blockscout',
|
|
16639
|
+
url: 'https://explorer.dotblox.io',
|
|
16640
|
+
standard: 'none'
|
|
16641
|
+
}
|
|
16642
|
+
]
|
|
16643
|
+
},
|
|
15781
16644
|
7979: {
|
|
15782
16645
|
name: 'DOS Chain',
|
|
15783
16646
|
chain: 'DOS',
|
|
@@ -15865,6 +16728,7 @@ exports.chains = {
|
|
|
15865
16728
|
},
|
|
15866
16729
|
8054: {
|
|
15867
16730
|
name: 'Karak Sepolia',
|
|
16731
|
+
title: 'Karak Testnet Sepolia',
|
|
15868
16732
|
chain: 'Karak',
|
|
15869
16733
|
icon: 'karak',
|
|
15870
16734
|
rpc: ['https://rpc.sepolia.karak.network'],
|
|
@@ -16393,7 +17257,10 @@ exports.chains = {
|
|
|
16393
17257
|
name: 'IOTA EVM',
|
|
16394
17258
|
title: 'IOTA EVM',
|
|
16395
17259
|
chain: 'IOTA EVM',
|
|
16396
|
-
rpc: [
|
|
17260
|
+
rpc: [
|
|
17261
|
+
'https://json-rpc.evm.iotaledger.net',
|
|
17262
|
+
'https://ws.json-rpc.evm.iotaledger.net'
|
|
17263
|
+
],
|
|
16397
17264
|
faucets: [],
|
|
16398
17265
|
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
16399
17266
|
infoURL: 'https://www.iota.org',
|
|
@@ -16404,7 +17271,7 @@ exports.chains = {
|
|
|
16404
17271
|
explorers: [
|
|
16405
17272
|
{
|
|
16406
17273
|
name: 'explorer',
|
|
16407
|
-
url: 'https://
|
|
17274
|
+
url: 'https://explorer.evm.iota.org',
|
|
16408
17275
|
icon: 'iotaevm',
|
|
16409
17276
|
standard: 'EIP3091'
|
|
16410
17277
|
}
|
|
@@ -17077,7 +17944,7 @@ exports.chains = {
|
|
|
17077
17944
|
explorers: [
|
|
17078
17945
|
{
|
|
17079
17946
|
name: 'Boba BNB Testnet block explorer',
|
|
17080
|
-
url: 'https://
|
|
17947
|
+
url: 'https://testnet.bobascan.com',
|
|
17081
17948
|
standard: 'none'
|
|
17082
17949
|
}
|
|
17083
17950
|
],
|
|
@@ -17379,6 +18246,17 @@ exports.chains = {
|
|
|
17379
18246
|
}
|
|
17380
18247
|
]
|
|
17381
18248
|
},
|
|
18249
|
+
9998: {
|
|
18250
|
+
name: 'Ztc Mainnet',
|
|
18251
|
+
chain: 'ZTC',
|
|
18252
|
+
rpc: ['https://zitcoin.us'],
|
|
18253
|
+
faucets: [],
|
|
18254
|
+
nativeCurrency: { name: 'Ztcer', symbol: 'ZTC', decimals: 5 },
|
|
18255
|
+
infoURL: 'https://ztc.best',
|
|
18256
|
+
shortName: 'ZTC',
|
|
18257
|
+
chainId: 9998,
|
|
18258
|
+
networkId: 9998
|
|
18259
|
+
},
|
|
17382
18260
|
9999: {
|
|
17383
18261
|
name: 'myOwn Testnet',
|
|
17384
18262
|
chain: 'myOwn',
|
|
@@ -17622,7 +18500,7 @@ exports.chains = {
|
|
|
17622
18500
|
]
|
|
17623
18501
|
},
|
|
17624
18502
|
10395: {
|
|
17625
|
-
name: '
|
|
18503
|
+
name: 'WorldLand Testnet',
|
|
17626
18504
|
chain: 'Worldland',
|
|
17627
18505
|
icon: 'worldland',
|
|
17628
18506
|
rpc: ['https://gwangju.worldland.foundation'],
|
|
@@ -18412,6 +19290,27 @@ exports.chains = {
|
|
|
18412
19290
|
}
|
|
18413
19291
|
]
|
|
18414
19292
|
},
|
|
19293
|
+
13600: {
|
|
19294
|
+
name: 'Kronobit Mainnet',
|
|
19295
|
+
title: 'Kronobit Mainnet',
|
|
19296
|
+
chain: 'KNB',
|
|
19297
|
+
rpc: ['https://mainnet-rpc.qbitscan.com'],
|
|
19298
|
+
faucets: [],
|
|
19299
|
+
nativeCurrency: { name: 'Kronobit', symbol: 'KNB', decimals: 18 },
|
|
19300
|
+
infoURL: 'https://kronobit.org',
|
|
19301
|
+
shortName: 'KNB',
|
|
19302
|
+
chainId: 13600,
|
|
19303
|
+
networkId: 13600,
|
|
19304
|
+
icon: 'kronobit',
|
|
19305
|
+
explorers: [
|
|
19306
|
+
{
|
|
19307
|
+
name: 'qbitscan',
|
|
19308
|
+
url: 'https://explorer.qbitscan.com',
|
|
19309
|
+
icon: 'kronobit',
|
|
19310
|
+
standard: 'EIP3091'
|
|
19311
|
+
}
|
|
19312
|
+
]
|
|
19313
|
+
},
|
|
18415
19314
|
13812: {
|
|
18416
19315
|
name: 'Susono',
|
|
18417
19316
|
chain: 'SUS',
|
|
@@ -19039,6 +19938,32 @@ exports.chains = {
|
|
|
19039
19938
|
}
|
|
19040
19939
|
]
|
|
19041
19940
|
},
|
|
19941
|
+
18888: {
|
|
19942
|
+
name: 'Titan (TKX)',
|
|
19943
|
+
chain: 'Titan (TKX)',
|
|
19944
|
+
rpc: [
|
|
19945
|
+
'https://titan-json-rpc.titanlab.io',
|
|
19946
|
+
'https://titan-json-rpc-tokyo.titanlab.io',
|
|
19947
|
+
'https://titan-json-rpc-seoul.titanlab.io',
|
|
19948
|
+
'https://titan-json-rpc-hongkong.titanlab.io'
|
|
19949
|
+
],
|
|
19950
|
+
faucets: [],
|
|
19951
|
+
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
19952
|
+
infoURL: 'https://titanlab.io',
|
|
19953
|
+
shortName: 'titan_tkx',
|
|
19954
|
+
chainId: 18888,
|
|
19955
|
+
networkId: 18888,
|
|
19956
|
+
slip44: 1,
|
|
19957
|
+
icon: 'titan_tkx',
|
|
19958
|
+
explorers: [
|
|
19959
|
+
{
|
|
19960
|
+
name: 'Titan Explorer',
|
|
19961
|
+
url: 'https://tkxscan.io/Titan',
|
|
19962
|
+
standard: 'none',
|
|
19963
|
+
icon: 'titan_tkx'
|
|
19964
|
+
}
|
|
19965
|
+
]
|
|
19966
|
+
},
|
|
19042
19967
|
18889: {
|
|
19043
19968
|
name: 'Titan (TKX) Testnet',
|
|
19044
19969
|
chain: 'Titan (TKX)',
|
|
@@ -19495,6 +20420,46 @@ exports.chains = {
|
|
|
19495
20420
|
}
|
|
19496
20421
|
]
|
|
19497
20422
|
},
|
|
20423
|
+
23451: {
|
|
20424
|
+
name: 'DreyerX Mainnet',
|
|
20425
|
+
chain: 'DreyerX',
|
|
20426
|
+
rpc: ['https://rpc.dreyerx.com'],
|
|
20427
|
+
faucets: [],
|
|
20428
|
+
nativeCurrency: { name: 'DreyerX', symbol: 'DRX', decimals: 18 },
|
|
20429
|
+
infoURL: 'https://dreyerx.com',
|
|
20430
|
+
shortName: 'dreyerx',
|
|
20431
|
+
chainId: 23451,
|
|
20432
|
+
networkId: 23451,
|
|
20433
|
+
icon: 'dreyerx',
|
|
20434
|
+
explorers: [
|
|
20435
|
+
{
|
|
20436
|
+
name: 'drxscan',
|
|
20437
|
+
url: 'https://scan.dreyerx.com',
|
|
20438
|
+
icon: 'dreyerx',
|
|
20439
|
+
standard: 'EIP3091'
|
|
20440
|
+
}
|
|
20441
|
+
]
|
|
20442
|
+
},
|
|
20443
|
+
23452: {
|
|
20444
|
+
name: 'DreyerX Testnet',
|
|
20445
|
+
chain: 'DreyerX',
|
|
20446
|
+
rpc: ['https://testnet-rpc.dreyerx.com'],
|
|
20447
|
+
faucets: [],
|
|
20448
|
+
nativeCurrency: { name: 'DreyerX', symbol: 'DRX', decimals: 18 },
|
|
20449
|
+
infoURL: 'https://dreyerx.com',
|
|
20450
|
+
shortName: 'dreyerx-testnet',
|
|
20451
|
+
chainId: 23452,
|
|
20452
|
+
networkId: 23452,
|
|
20453
|
+
icon: 'dreyerx',
|
|
20454
|
+
explorers: [
|
|
20455
|
+
{
|
|
20456
|
+
name: 'drxscan',
|
|
20457
|
+
url: 'https://testnet-scan.dreyerx.com',
|
|
20458
|
+
icon: 'dreyerx',
|
|
20459
|
+
standard: 'EIP3091'
|
|
20460
|
+
}
|
|
20461
|
+
]
|
|
20462
|
+
},
|
|
19498
20463
|
23888: {
|
|
19499
20464
|
name: 'Blast Testnet',
|
|
19500
20465
|
chain: 'ETH',
|
|
@@ -19681,55 +20646,203 @@ exports.chains = {
|
|
|
19681
20646
|
}
|
|
19682
20647
|
]
|
|
19683
20648
|
},
|
|
19684
|
-
|
|
19685
|
-
name: '
|
|
19686
|
-
|
|
20649
|
+
27181: {
|
|
20650
|
+
name: 'KLAOS Nova',
|
|
20651
|
+
title: 'KLAOS Nova Test Chain',
|
|
20652
|
+
chain: 'KLAOS Nova',
|
|
20653
|
+
icon: 'k-laos',
|
|
19687
20654
|
rpc: [
|
|
19688
|
-
'https://
|
|
19689
|
-
'
|
|
19690
|
-
'https://alpha-1-replica-2.bedrock-goerli.optimism.io',
|
|
19691
|
-
'https://alpha-1-replica-2.bedrock-goerli.optimism.io'
|
|
20655
|
+
'https://rpc.klaosnova.laosfoundation.io',
|
|
20656
|
+
'wss://rpc.klaosnova.laosfoundation.io'
|
|
19692
20657
|
],
|
|
19693
20658
|
faucets: [],
|
|
19694
|
-
nativeCurrency: { name: '
|
|
19695
|
-
infoURL: 'https://
|
|
19696
|
-
shortName: '
|
|
19697
|
-
chainId:
|
|
19698
|
-
networkId:
|
|
19699
|
-
slip44: 1,
|
|
20659
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
|
20660
|
+
infoURL: 'https://www.laosfoundation.io/',
|
|
20661
|
+
shortName: 'klaosnova',
|
|
20662
|
+
chainId: 27181,
|
|
20663
|
+
networkId: 27181,
|
|
19700
20664
|
explorers: [
|
|
19701
20665
|
{
|
|
19702
20666
|
name: 'blockscout',
|
|
19703
|
-
url: 'https://blockscout.
|
|
20667
|
+
url: 'https://blockscout.klaosnova.laosfoundation.io',
|
|
20668
|
+
icon: 'k-laos',
|
|
19704
20669
|
standard: 'EIP3091'
|
|
19705
20670
|
}
|
|
19706
20671
|
]
|
|
19707
20672
|
},
|
|
19708
|
-
|
|
19709
|
-
name: '
|
|
19710
|
-
|
|
19711
|
-
shortName: 'hychain-testnet',
|
|
20673
|
+
27483: {
|
|
20674
|
+
name: 'Nanon Sepolia',
|
|
20675
|
+
title: 'Nanon Sepolia Rollup Testnet',
|
|
19712
20676
|
chain: 'ETH',
|
|
19713
|
-
|
|
19714
|
-
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
|
19715
|
-
rpc: ['https://testnet-rpc.hychain.com/http'],
|
|
20677
|
+
rpc: ['https://sepolia-rpc.nanon.network'],
|
|
19716
20678
|
faucets: [],
|
|
19717
|
-
|
|
19718
|
-
|
|
20679
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
20680
|
+
infoURL: 'https://www.nanon.network',
|
|
20681
|
+
shortName: 'Nanon-Testnet',
|
|
20682
|
+
chainId: 27483,
|
|
20683
|
+
networkId: 27483,
|
|
20684
|
+
slip44: 1,
|
|
20685
|
+
icon: 'nanon',
|
|
19719
20686
|
explorers: [
|
|
19720
20687
|
{
|
|
19721
|
-
name: '
|
|
19722
|
-
url: 'https://
|
|
19723
|
-
icon: 'hychain',
|
|
20688
|
+
name: 'Nanon Sepolia Rollup Testnet Explorer',
|
|
20689
|
+
url: 'https://sepolia-explorer.nanon.network',
|
|
19724
20690
|
standard: 'EIP3091'
|
|
19725
20691
|
}
|
|
19726
20692
|
],
|
|
19727
|
-
parent: {
|
|
20693
|
+
parent: {
|
|
20694
|
+
type: 'L2',
|
|
20695
|
+
chain: 'eip155-11155111',
|
|
20696
|
+
bridges: [{ url: 'https://sepolia-bridge.nanon.network' }]
|
|
20697
|
+
}
|
|
19728
20698
|
},
|
|
19729
|
-
|
|
19730
|
-
name: '
|
|
19731
|
-
|
|
19732
|
-
|
|
20699
|
+
28516: {
|
|
20700
|
+
name: 'Vizing Testnet',
|
|
20701
|
+
title: 'Vizing Testnet',
|
|
20702
|
+
chain: 'Vizing Testnet',
|
|
20703
|
+
rpc: ['https://rpc-sepolia.vizing.com'],
|
|
20704
|
+
faucets: [],
|
|
20705
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20706
|
+
infoURL: 'https://vizing.com',
|
|
20707
|
+
shortName: 'Vizing-Testnet',
|
|
20708
|
+
chainId: 28516,
|
|
20709
|
+
networkId: 28516,
|
|
20710
|
+
icon: 'vizing',
|
|
20711
|
+
explorers: [
|
|
20712
|
+
{
|
|
20713
|
+
name: 'blockscout',
|
|
20714
|
+
url: 'https://explorer-sepolia.vizing.com',
|
|
20715
|
+
icon: 'vizing',
|
|
20716
|
+
standard: 'EIP3091'
|
|
20717
|
+
}
|
|
20718
|
+
]
|
|
20719
|
+
},
|
|
20720
|
+
28518: {
|
|
20721
|
+
name: 'Vizing Mainnet',
|
|
20722
|
+
title: 'Vizing Mainnet',
|
|
20723
|
+
chain: 'Vizing Mainnet',
|
|
20724
|
+
rpc: ['https://rpc.vizing.com'],
|
|
20725
|
+
faucets: [],
|
|
20726
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20727
|
+
infoURL: 'https://vizing.com',
|
|
20728
|
+
shortName: 'Vizing',
|
|
20729
|
+
chainId: 28518,
|
|
20730
|
+
networkId: 28518,
|
|
20731
|
+
icon: 'vizing',
|
|
20732
|
+
explorers: [
|
|
20733
|
+
{
|
|
20734
|
+
name: 'blockscout',
|
|
20735
|
+
url: 'https://explorer.vizing.com',
|
|
20736
|
+
icon: 'vizing',
|
|
20737
|
+
standard: 'EIP3091'
|
|
20738
|
+
}
|
|
20739
|
+
],
|
|
20740
|
+
parent: {
|
|
20741
|
+
type: 'L2',
|
|
20742
|
+
chain: 'eip155-1',
|
|
20743
|
+
bridges: [{ url: 'https://bridge.vizing.com' }]
|
|
20744
|
+
}
|
|
20745
|
+
},
|
|
20746
|
+
28528: {
|
|
20747
|
+
name: 'Optimism Bedrock (Goerli Alpha Testnet)',
|
|
20748
|
+
chain: 'ETH',
|
|
20749
|
+
rpc: [
|
|
20750
|
+
'https://alpha-1-replica-0.bedrock-goerli.optimism.io',
|
|
20751
|
+
'https://alpha-1-replica-1.bedrock-goerli.optimism.io',
|
|
20752
|
+
'https://alpha-1-replica-2.bedrock-goerli.optimism.io',
|
|
20753
|
+
'https://alpha-1-replica-2.bedrock-goerli.optimism.io'
|
|
20754
|
+
],
|
|
20755
|
+
faucets: [],
|
|
20756
|
+
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
20757
|
+
infoURL: 'https://community.optimism.io/docs/developers/bedrock',
|
|
20758
|
+
shortName: 'obgor',
|
|
20759
|
+
chainId: 28528,
|
|
20760
|
+
networkId: 28528,
|
|
20761
|
+
slip44: 1,
|
|
20762
|
+
explorers: [
|
|
20763
|
+
{
|
|
20764
|
+
name: 'blockscout',
|
|
20765
|
+
url: 'https://blockscout.com/optimism/bedrock-alpha',
|
|
20766
|
+
standard: 'EIP3091'
|
|
20767
|
+
}
|
|
20768
|
+
]
|
|
20769
|
+
},
|
|
20770
|
+
28882: {
|
|
20771
|
+
name: 'Boba Sepolia',
|
|
20772
|
+
chain: 'ETH',
|
|
20773
|
+
rpc: [
|
|
20774
|
+
'https://sepolia.boba.network',
|
|
20775
|
+
'https://boba-sepolia.gateway.tenderly.co',
|
|
20776
|
+
'https://gateway.tenderly.co/public/boba-sepolia',
|
|
20777
|
+
'wss://boba-sepolia.gateway.tenderly.co/',
|
|
20778
|
+
'wss://gateway.tenderly.co/public/boba-sepolia'
|
|
20779
|
+
],
|
|
20780
|
+
faucets: ['https://www.l2faucet.com/boba'],
|
|
20781
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20782
|
+
infoURL: 'https://boba.network',
|
|
20783
|
+
shortName: 'BobaSepolia',
|
|
20784
|
+
chainId: 28882,
|
|
20785
|
+
networkId: 28882,
|
|
20786
|
+
explorers: [
|
|
20787
|
+
{
|
|
20788
|
+
name: 'Bobascan',
|
|
20789
|
+
url: 'https://testnet.bobascan.com',
|
|
20790
|
+
standard: 'none'
|
|
20791
|
+
}
|
|
20792
|
+
],
|
|
20793
|
+
parent: {
|
|
20794
|
+
type: 'L2',
|
|
20795
|
+
chain: 'eip155-1',
|
|
20796
|
+
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
20797
|
+
}
|
|
20798
|
+
},
|
|
20799
|
+
29112: {
|
|
20800
|
+
name: 'HYCHAIN Testnet',
|
|
20801
|
+
chainId: 29112,
|
|
20802
|
+
shortName: 'hychain-testnet',
|
|
20803
|
+
chain: 'ETH',
|
|
20804
|
+
networkId: 29112,
|
|
20805
|
+
nativeCurrency: { name: 'TOPIA', symbol: 'TOPIA', decimals: 18 },
|
|
20806
|
+
rpc: ['https://testnet-rpc.hychain.com/http'],
|
|
20807
|
+
faucets: [],
|
|
20808
|
+
infoURL: 'https://www.hychain.com',
|
|
20809
|
+
icon: 'hychain',
|
|
20810
|
+
explorers: [
|
|
20811
|
+
{
|
|
20812
|
+
name: 'blockscout',
|
|
20813
|
+
url: 'https://testnet.explorer.hychain.com',
|
|
20814
|
+
icon: 'hychain',
|
|
20815
|
+
standard: 'EIP3091'
|
|
20816
|
+
}
|
|
20817
|
+
],
|
|
20818
|
+
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
|
|
20819
|
+
},
|
|
20820
|
+
29536: {
|
|
20821
|
+
name: 'KaiChain Testnet',
|
|
20822
|
+
chain: 'KaiChain',
|
|
20823
|
+
rpc: ['https://testnet-rpc.kaichain.net'],
|
|
20824
|
+
faucets: ['https://faucet.kaichain.net'],
|
|
20825
|
+
nativeCurrency: {
|
|
20826
|
+
name: 'KaiChain Testnet Native Token',
|
|
20827
|
+
symbol: 'KEC',
|
|
20828
|
+
decimals: 18
|
|
20829
|
+
},
|
|
20830
|
+
infoURL: 'https://kaichain.net',
|
|
20831
|
+
shortName: 'tkec',
|
|
20832
|
+
chainId: 29536,
|
|
20833
|
+
networkId: 29536,
|
|
20834
|
+
explorers: [
|
|
20835
|
+
{
|
|
20836
|
+
name: 'KaiChain Explorer',
|
|
20837
|
+
url: 'https://testnet-explorer.kaichain.net',
|
|
20838
|
+
standard: 'EIP3091'
|
|
20839
|
+
}
|
|
20840
|
+
]
|
|
20841
|
+
},
|
|
20842
|
+
29548: {
|
|
20843
|
+
name: 'MCH Verse Mainnet',
|
|
20844
|
+
chain: 'MCH Verse',
|
|
20845
|
+
icon: 'mch_verse',
|
|
19733
20846
|
rpc: ['https://rpc.oasys.mycryptoheroes.net'],
|
|
19734
20847
|
faucets: [],
|
|
19735
20848
|
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
@@ -19766,6 +20879,28 @@ exports.chains = {
|
|
|
19766
20879
|
}
|
|
19767
20880
|
]
|
|
19768
20881
|
},
|
|
20882
|
+
30088: {
|
|
20883
|
+
name: 'MiYou Mainnet',
|
|
20884
|
+
chain: 'MiYou Chain',
|
|
20885
|
+
icon: 'miyou',
|
|
20886
|
+
faucets: [],
|
|
20887
|
+
rpc: ['https://blockchain.miyou.io', 'https://blockchain.miyoulab.com'],
|
|
20888
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20889
|
+
nativeCurrency: { name: 'Miyou', symbol: 'MY', decimals: 18 },
|
|
20890
|
+
infoURL: 'https://www.miyou.io',
|
|
20891
|
+
shortName: 'MiYou',
|
|
20892
|
+
chainId: 30088,
|
|
20893
|
+
networkId: 30088,
|
|
20894
|
+
slip44: 60,
|
|
20895
|
+
ens: { registry: '0xFEfa9B3061435977424DD947E756566cFB60473E' },
|
|
20896
|
+
explorers: [
|
|
20897
|
+
{
|
|
20898
|
+
name: 'MiYou block explorer',
|
|
20899
|
+
url: 'https://myscan.miyou.io',
|
|
20900
|
+
standard: 'EIP3091'
|
|
20901
|
+
}
|
|
20902
|
+
]
|
|
20903
|
+
},
|
|
19769
20904
|
30103: {
|
|
19770
20905
|
name: 'Cerium Testnet',
|
|
19771
20906
|
chain: 'CAU',
|
|
@@ -20083,10 +21218,10 @@ exports.chains = {
|
|
|
20083
21218
|
]
|
|
20084
21219
|
},
|
|
20085
21220
|
33469: {
|
|
20086
|
-
name: 'Zilliqa
|
|
21221
|
+
name: 'Zilliqa-2 EVM Devnet',
|
|
20087
21222
|
chain: 'ZIL',
|
|
20088
|
-
rpc: ['https://api.zq2-devnet.
|
|
20089
|
-
faucets: ['https://faucet.zq2-devnet.
|
|
21223
|
+
rpc: ['https://api.zq2-devnet.zilliqa.com'],
|
|
21224
|
+
faucets: ['https://faucet.zq2-devnet.zilliqa.com'],
|
|
20090
21225
|
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
20091
21226
|
infoURL: 'https://www.zilliqa.com/',
|
|
20092
21227
|
shortName: 'zq2-devnet',
|
|
@@ -20095,8 +21230,8 @@ exports.chains = {
|
|
|
20095
21230
|
icon: 'zilliqa',
|
|
20096
21231
|
explorers: [
|
|
20097
21232
|
{
|
|
20098
|
-
name: 'Zilliqa
|
|
20099
|
-
url: 'https://explorer.zq2-devnet.
|
|
21233
|
+
name: 'Zilliqa-2 EVM Devnet Explorer',
|
|
21234
|
+
url: 'https://explorer.zq2-devnet.zilliqa.com',
|
|
20100
21235
|
standard: 'EIP3091'
|
|
20101
21236
|
}
|
|
20102
21237
|
]
|
|
@@ -20593,6 +21728,7 @@ exports.chains = {
|
|
|
20593
21728
|
43288: {
|
|
20594
21729
|
name: 'Boba Avax',
|
|
20595
21730
|
chain: 'Boba Avax',
|
|
21731
|
+
status: 'deprecated',
|
|
20596
21732
|
rpc: [
|
|
20597
21733
|
'https://avax.boba.network',
|
|
20598
21734
|
'wss://wss.avax.boba.network',
|
|
@@ -21101,6 +22237,24 @@ exports.chains = {
|
|
|
21101
22237
|
}
|
|
21102
22238
|
]
|
|
21103
22239
|
},
|
|
22240
|
+
54555: {
|
|
22241
|
+
name: 'Photon Testnet',
|
|
22242
|
+
chain: 'Photon',
|
|
22243
|
+
rpc: ['https://rpc-test.photonchain.io'],
|
|
22244
|
+
faucets: ['https://photonchain.io/airdrop'],
|
|
22245
|
+
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
|
22246
|
+
infoURL: 'https://photonchain.io',
|
|
22247
|
+
shortName: 'pton',
|
|
22248
|
+
chainId: 54555,
|
|
22249
|
+
networkId: 54555,
|
|
22250
|
+
explorers: [
|
|
22251
|
+
{
|
|
22252
|
+
name: 'photon_testnet_explorer',
|
|
22253
|
+
url: 'https://testnet.photonchain.io',
|
|
22254
|
+
standard: 'none'
|
|
22255
|
+
}
|
|
22256
|
+
]
|
|
22257
|
+
},
|
|
21104
22258
|
55004: {
|
|
21105
22259
|
name: 'Titan',
|
|
21106
22260
|
chain: 'ETH',
|
|
@@ -21161,6 +22315,26 @@ exports.chains = {
|
|
|
21161
22315
|
}
|
|
21162
22316
|
]
|
|
21163
22317
|
},
|
|
22318
|
+
56026: {
|
|
22319
|
+
name: 'Lambda Chain Mainnet',
|
|
22320
|
+
chain: 'Lambda Chain',
|
|
22321
|
+
rpc: ['https://nrpc.lambda.im/'],
|
|
22322
|
+
faucets: [],
|
|
22323
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
22324
|
+
infoURL: 'https://lambda.im',
|
|
22325
|
+
shortName: 'lambda',
|
|
22326
|
+
chainId: 56026,
|
|
22327
|
+
networkId: 56026,
|
|
22328
|
+
slip44: 1,
|
|
22329
|
+
icon: 'lambda-chain',
|
|
22330
|
+
explorers: [
|
|
22331
|
+
{
|
|
22332
|
+
name: 'Lambda Chain Mainnet Explorer',
|
|
22333
|
+
url: 'https://scan.lambda.im',
|
|
22334
|
+
standard: 'EIP3091'
|
|
22335
|
+
}
|
|
22336
|
+
]
|
|
22337
|
+
},
|
|
21164
22338
|
56288: {
|
|
21165
22339
|
name: 'Boba BNB Mainnet',
|
|
21166
22340
|
chain: 'Boba BNB Mainnet',
|
|
@@ -21181,7 +22355,7 @@ exports.chains = {
|
|
|
21181
22355
|
explorers: [
|
|
21182
22356
|
{
|
|
21183
22357
|
name: 'Boba BNB block explorer',
|
|
21184
|
-
url: 'https://
|
|
22358
|
+
url: 'https://bobascan.com',
|
|
21185
22359
|
standard: 'none'
|
|
21186
22360
|
}
|
|
21187
22361
|
],
|
|
@@ -21283,7 +22457,7 @@ exports.chains = {
|
|
|
21283
22457
|
}
|
|
21284
22458
|
},
|
|
21285
22459
|
59140: {
|
|
21286
|
-
name: 'Linea
|
|
22460
|
+
name: 'Linea Goerli',
|
|
21287
22461
|
title: 'Linea Goerli Testnet',
|
|
21288
22462
|
chain: 'ETH',
|
|
21289
22463
|
rpc: [
|
|
@@ -21295,7 +22469,7 @@ exports.chains = {
|
|
|
21295
22469
|
faucets: ['https://faucetlink.to/goerli'],
|
|
21296
22470
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
21297
22471
|
infoURL: 'https://linea.build',
|
|
21298
|
-
shortName: 'linea-
|
|
22472
|
+
shortName: 'linea-goerli',
|
|
21299
22473
|
chainId: 59140,
|
|
21300
22474
|
networkId: 59140,
|
|
21301
22475
|
slip44: 1,
|
|
@@ -21325,6 +22499,45 @@ exports.chains = {
|
|
|
21325
22499
|
],
|
|
21326
22500
|
status: 'active'
|
|
21327
22501
|
},
|
|
22502
|
+
59141: {
|
|
22503
|
+
name: 'Linea Sepolia',
|
|
22504
|
+
title: 'Linea Sepolia Testnet',
|
|
22505
|
+
chain: 'ETH',
|
|
22506
|
+
rpc: [
|
|
22507
|
+
'https://rpc.sepolia.linea.build',
|
|
22508
|
+
'wss://rpc.sepolia.linea.build',
|
|
22509
|
+
'https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
22510
|
+
'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}'
|
|
22511
|
+
],
|
|
22512
|
+
faucets: [],
|
|
22513
|
+
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
22514
|
+
infoURL: 'https://linea.build',
|
|
22515
|
+
shortName: 'linea-sepolia',
|
|
22516
|
+
chainId: 59141,
|
|
22517
|
+
networkId: 59141,
|
|
22518
|
+
slip44: 1,
|
|
22519
|
+
icon: 'linea',
|
|
22520
|
+
parent: {
|
|
22521
|
+
type: 'L2',
|
|
22522
|
+
chain: 'eip155-5',
|
|
22523
|
+
bridges: [{ url: 'https://bridge.linea.build/' }]
|
|
22524
|
+
},
|
|
22525
|
+
explorers: [
|
|
22526
|
+
{
|
|
22527
|
+
name: 'Etherscan',
|
|
22528
|
+
url: 'https://sepolia.lineascan.build',
|
|
22529
|
+
standard: 'EIP3091',
|
|
22530
|
+
icon: 'linea'
|
|
22531
|
+
},
|
|
22532
|
+
{
|
|
22533
|
+
name: 'Blockscout',
|
|
22534
|
+
url: 'https://explorer.sepolia.linea.build',
|
|
22535
|
+
standard: 'EIP3091',
|
|
22536
|
+
icon: 'linea'
|
|
22537
|
+
}
|
|
22538
|
+
],
|
|
22539
|
+
status: 'active'
|
|
22540
|
+
},
|
|
21328
22541
|
59144: {
|
|
21329
22542
|
name: 'Linea',
|
|
21330
22543
|
title: 'Linea Mainnet',
|
|
@@ -21465,6 +22678,40 @@ exports.chains = {
|
|
|
21465
22678
|
}
|
|
21466
22679
|
]
|
|
21467
22680
|
},
|
|
22681
|
+
60808: {
|
|
22682
|
+
name: 'BOB',
|
|
22683
|
+
chain: 'ETH',
|
|
22684
|
+
rpc: [],
|
|
22685
|
+
faucets: [],
|
|
22686
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22687
|
+
infoURL: 'https://gobob.xyz',
|
|
22688
|
+
shortName: 'bob',
|
|
22689
|
+
chainId: 60808,
|
|
22690
|
+
networkId: 60808,
|
|
22691
|
+
status: 'incubating'
|
|
22692
|
+
},
|
|
22693
|
+
61406: {
|
|
22694
|
+
name: 'KaiChain',
|
|
22695
|
+
chain: 'KaiChain',
|
|
22696
|
+
rpc: ['https://mainnet-rpc.kaichain.net'],
|
|
22697
|
+
faucets: [],
|
|
22698
|
+
nativeCurrency: {
|
|
22699
|
+
name: 'KaiChain Native Token',
|
|
22700
|
+
symbol: 'KEC',
|
|
22701
|
+
decimals: 18
|
|
22702
|
+
},
|
|
22703
|
+
infoURL: 'https://kaichain.net',
|
|
22704
|
+
shortName: 'kec',
|
|
22705
|
+
chainId: 61406,
|
|
22706
|
+
networkId: 61406,
|
|
22707
|
+
explorers: [
|
|
22708
|
+
{
|
|
22709
|
+
name: 'KaiChain Explorer',
|
|
22710
|
+
url: 'https://explorer.kaichain.net',
|
|
22711
|
+
standard: 'EIP3091'
|
|
22712
|
+
}
|
|
22713
|
+
]
|
|
22714
|
+
},
|
|
21468
22715
|
61800: {
|
|
21469
22716
|
name: 'AxelChain Dev-Net',
|
|
21470
22717
|
chain: 'AXEL',
|
|
@@ -21561,6 +22808,22 @@ exports.chains = {
|
|
|
21561
22808
|
bridges: [{ url: 'https://bridge-testnet.optopia.ai' }]
|
|
21562
22809
|
}
|
|
21563
22810
|
},
|
|
22811
|
+
62050: {
|
|
22812
|
+
name: 'Optopia Mainnet',
|
|
22813
|
+
status: 'incubating',
|
|
22814
|
+
chain: 'ETH',
|
|
22815
|
+
rpc: [],
|
|
22816
|
+
faucets: [],
|
|
22817
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22818
|
+
features: [{ name: 'EIP1559' }],
|
|
22819
|
+
infoURL: 'https://optopia.ai',
|
|
22820
|
+
shortName: 'Optopia',
|
|
22821
|
+
chainId: 62050,
|
|
22822
|
+
networkId: 62050,
|
|
22823
|
+
icon: 'optopia',
|
|
22824
|
+
explorers: [],
|
|
22825
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
22826
|
+
},
|
|
21564
22827
|
62320: {
|
|
21565
22828
|
name: 'Celo Baklava Testnet',
|
|
21566
22829
|
chainId: 62320,
|
|
@@ -22075,13 +23338,14 @@ exports.chains = {
|
|
|
22075
23338
|
name: 'BORAchain mainnet',
|
|
22076
23339
|
chain: 'BORA',
|
|
22077
23340
|
icon: 'bora',
|
|
22078
|
-
rpc: ['https://public-node.api.boraportal.
|
|
23341
|
+
rpc: ['https://public-node.api.boraportal.com/bora/mainnet'],
|
|
22079
23342
|
faucets: [],
|
|
22080
23343
|
nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
|
|
22081
23344
|
infoURL: 'https://www.boraportal.com',
|
|
22082
23345
|
shortName: 'BORAchain',
|
|
22083
23346
|
chainId: 77001,
|
|
22084
23347
|
networkId: 77001,
|
|
23348
|
+
slip44: 8217,
|
|
22085
23349
|
explorers: [
|
|
22086
23350
|
{
|
|
22087
23351
|
name: 'BORAchainscope',
|
|
@@ -22259,7 +23523,7 @@ exports.chains = {
|
|
|
22259
23523
|
'wss://ws-vanguard.vanarchain.com'
|
|
22260
23524
|
],
|
|
22261
23525
|
faucets: ['https://faucet.vanarchain.com'],
|
|
22262
|
-
nativeCurrency: { name: 'Vanguard Vanry', symbol: '
|
|
23526
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VANRY', decimals: 18 },
|
|
22263
23527
|
features: [{ name: 'EIP155' }],
|
|
22264
23528
|
infoURL: 'https://vanarchain.com',
|
|
22265
23529
|
shortName: 'vanguard',
|
|
@@ -22327,7 +23591,11 @@ exports.chains = {
|
|
|
22327
23591
|
title: 'Polygon Amoy Testnet',
|
|
22328
23592
|
chain: 'Polygon',
|
|
22329
23593
|
icon: 'polygon',
|
|
22330
|
-
rpc: [
|
|
23594
|
+
rpc: [
|
|
23595
|
+
'https://rpc-amoy.polygon.technology',
|
|
23596
|
+
'https://polygon-amoy-bor-rpc.publicnode.com',
|
|
23597
|
+
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
23598
|
+
],
|
|
22331
23599
|
faucets: ['https://faucet.polygon.technology/'],
|
|
22332
23600
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
22333
23601
|
infoURL: 'https://polygon.technology/',
|
|
@@ -22801,6 +24069,18 @@ exports.chains = {
|
|
|
22801
24069
|
}
|
|
22802
24070
|
]
|
|
22803
24071
|
},
|
|
24072
|
+
90001: {
|
|
24073
|
+
name: 'F(x)Core Testnet Network',
|
|
24074
|
+
chain: 'Fxcore',
|
|
24075
|
+
rpc: ['https://testnet-fx-json-web3.functionx.io:8545'],
|
|
24076
|
+
faucets: [],
|
|
24077
|
+
nativeCurrency: { name: 'Function X', symbol: 'FX', decimals: 18 },
|
|
24078
|
+
infoURL: 'https://functionx.io/',
|
|
24079
|
+
shortName: 'dhobyghaut',
|
|
24080
|
+
chainId: 90001,
|
|
24081
|
+
networkId: 90001,
|
|
24082
|
+
icon: 'fxcore'
|
|
24083
|
+
},
|
|
22804
24084
|
90210: {
|
|
22805
24085
|
name: 'Beverly Hills',
|
|
22806
24086
|
title: 'Ethereum multi-client Verkle Testnet Beverly Hills',
|
|
@@ -23740,6 +25020,19 @@ exports.chains = {
|
|
|
23740
25020
|
}
|
|
23741
25021
|
]
|
|
23742
25022
|
},
|
|
25023
|
+
131313: {
|
|
25024
|
+
name: 'Odyssey Chain (Testnet)',
|
|
25025
|
+
chain: 'DIONE',
|
|
25026
|
+
rpc: ['https://testnode.dioneprotocol.com/ext/bc/D/rpc'],
|
|
25027
|
+
faucets: ['https://faucet.dioneprotocol.com/'],
|
|
25028
|
+
features: [{ name: 'EIP155' }],
|
|
25029
|
+
infoURL: 'https://www.dioneprotocol.com/',
|
|
25030
|
+
shortName: 'DIONE',
|
|
25031
|
+
chainId: 131313,
|
|
25032
|
+
networkId: 131313,
|
|
25033
|
+
icon: 'odyssey',
|
|
25034
|
+
nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 }
|
|
25035
|
+
},
|
|
23743
25036
|
131419: {
|
|
23744
25037
|
name: 'ETND Chain Mainnets',
|
|
23745
25038
|
chain: 'ETND',
|
|
@@ -23760,6 +25053,28 @@ exports.chains = {
|
|
|
23760
25053
|
}
|
|
23761
25054
|
]
|
|
23762
25055
|
},
|
|
25056
|
+
141319: {
|
|
25057
|
+
name: 'MagApe Testnet',
|
|
25058
|
+
title: 'MagApeChain',
|
|
25059
|
+
chain: 'MagApe',
|
|
25060
|
+
rpc: ['https://testnet-api.magape.io/chain/'],
|
|
25061
|
+
faucets: [],
|
|
25062
|
+
nativeCurrency: { name: 'MagApe', symbol: 'MAG', decimals: 18 },
|
|
25063
|
+
features: [{ name: 'EIP155' }],
|
|
25064
|
+
infoURL: 'https://magape.io',
|
|
25065
|
+
shortName: 'mag',
|
|
25066
|
+
chainId: 141319,
|
|
25067
|
+
networkId: 141319,
|
|
25068
|
+
icon: 'magape',
|
|
25069
|
+
explorers: [
|
|
25070
|
+
{
|
|
25071
|
+
name: 'etherscan',
|
|
25072
|
+
url: 'http://testnet-api.magape.io:81',
|
|
25073
|
+
icon: 'magape',
|
|
25074
|
+
standard: 'EIP3091'
|
|
25075
|
+
}
|
|
25076
|
+
]
|
|
25077
|
+
},
|
|
23763
25078
|
142857: {
|
|
23764
25079
|
name: 'ICPlaza Mainnet',
|
|
23765
25080
|
chain: 'ICPlaza',
|
|
@@ -23779,6 +25094,33 @@ exports.chains = {
|
|
|
23779
25094
|
}
|
|
23780
25095
|
]
|
|
23781
25096
|
},
|
|
25097
|
+
161212: {
|
|
25098
|
+
name: 'PlayFi Mainnet',
|
|
25099
|
+
chain: 'PLAY',
|
|
25100
|
+
rpc: [],
|
|
25101
|
+
faucets: [],
|
|
25102
|
+
nativeCurrency: { name: 'Play', symbol: 'PLAY', decimals: 18 },
|
|
25103
|
+
infoURL: 'https://www.playfi.ai/',
|
|
25104
|
+
shortName: 'playfi',
|
|
25105
|
+
chainId: 161212,
|
|
25106
|
+
networkId: 161212,
|
|
25107
|
+
explorers: [],
|
|
25108
|
+
status: 'incubating'
|
|
25109
|
+
},
|
|
25110
|
+
167000: {
|
|
25111
|
+
name: 'Taiko Mainnet',
|
|
25112
|
+
chain: 'ETH',
|
|
25113
|
+
status: 'incubating',
|
|
25114
|
+
icon: 'taiko',
|
|
25115
|
+
rpc: ['https://rpc.taiko.xyz', 'wss://ws.taiko.xyz'],
|
|
25116
|
+
faucets: [],
|
|
25117
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25118
|
+
infoURL: 'https://taiko.xyz',
|
|
25119
|
+
shortName: 'tko-mainnet',
|
|
25120
|
+
chainId: 167000,
|
|
25121
|
+
networkId: 167000,
|
|
25122
|
+
explorers: []
|
|
25123
|
+
},
|
|
23782
25124
|
167004: {
|
|
23783
25125
|
name: 'Taiko (Alpha-2 Testnet)',
|
|
23784
25126
|
chain: 'ETH',
|
|
@@ -23867,7 +25209,7 @@ exports.chains = {
|
|
|
23867
25209
|
icon: 'taiko',
|
|
23868
25210
|
rpc: [
|
|
23869
25211
|
'https://rpc.katla.taiko.xyz',
|
|
23870
|
-
'wss://
|
|
25212
|
+
'wss://ws.katla.taiko.xyz',
|
|
23871
25213
|
'https://taiko-katla.drpc.org',
|
|
23872
25214
|
'wss://taiko-katla.drpc.org'
|
|
23873
25215
|
],
|
|
@@ -23885,6 +25227,31 @@ exports.chains = {
|
|
|
23885
25227
|
}
|
|
23886
25228
|
]
|
|
23887
25229
|
},
|
|
25230
|
+
167009: {
|
|
25231
|
+
name: 'Taiko Hekla L2',
|
|
25232
|
+
chain: 'ETH',
|
|
25233
|
+
status: 'active',
|
|
25234
|
+
icon: 'taiko',
|
|
25235
|
+
rpc: ['https://rpc.hekla.taiko.xyz', 'wss://ws.hekla.taiko.xyz'],
|
|
25236
|
+
faucets: [],
|
|
25237
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25238
|
+
infoURL: 'https://taiko.xyz',
|
|
25239
|
+
shortName: 'tko-hekla',
|
|
25240
|
+
chainId: 167009,
|
|
25241
|
+
networkId: 167009,
|
|
25242
|
+
explorers: [
|
|
25243
|
+
{
|
|
25244
|
+
name: 'blockscout',
|
|
25245
|
+
url: 'https://blockscoutapi.hekla.taiko.xyz',
|
|
25246
|
+
standard: 'EIP3091'
|
|
25247
|
+
},
|
|
25248
|
+
{
|
|
25249
|
+
name: 'routescan',
|
|
25250
|
+
url: 'https://hekla.taikoscan.network',
|
|
25251
|
+
standard: 'EIP3091'
|
|
25252
|
+
}
|
|
25253
|
+
]
|
|
25254
|
+
},
|
|
23888
25255
|
188710: {
|
|
23889
25256
|
name: 'Bitica Chain Mainnet',
|
|
23890
25257
|
chain: 'BDCC',
|
|
@@ -23995,7 +25362,7 @@ exports.chains = {
|
|
|
23995
25362
|
faucets: ['https://www.bitlayer.org/faucet'],
|
|
23996
25363
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
23997
25364
|
infoURL: 'https://docs.bitlayer.org/',
|
|
23998
|
-
shortName: '
|
|
25365
|
+
shortName: 'btrt',
|
|
23999
25366
|
chainId: 200810,
|
|
24000
25367
|
networkId: 200810,
|
|
24001
25368
|
slip44: 1,
|
|
@@ -24008,6 +25375,32 @@ exports.chains = {
|
|
|
24008
25375
|
}
|
|
24009
25376
|
]
|
|
24010
25377
|
},
|
|
25378
|
+
200901: {
|
|
25379
|
+
name: 'Bitlayer Mainnet',
|
|
25380
|
+
chain: 'Bitlayer',
|
|
25381
|
+
rpc: [
|
|
25382
|
+
'https://rpc.bitlayer.org',
|
|
25383
|
+
'https://rpc.bitlayer-rpc.com',
|
|
25384
|
+
'https://rpc.ankr.com/bitlayer',
|
|
25385
|
+
'wss://ws.bitlayer.org',
|
|
25386
|
+
'wss://ws.bitlayer-rpc.com'
|
|
25387
|
+
],
|
|
25388
|
+
faucets: [],
|
|
25389
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
25390
|
+
infoURL: 'https://docs.bitlayer.org/',
|
|
25391
|
+
shortName: 'btr',
|
|
25392
|
+
chainId: 200901,
|
|
25393
|
+
networkId: 200901,
|
|
25394
|
+
slip44: 1,
|
|
25395
|
+
icon: 'bitlayer',
|
|
25396
|
+
explorers: [
|
|
25397
|
+
{
|
|
25398
|
+
name: 'bitlayer mainnet scan',
|
|
25399
|
+
url: 'https://www.btrscan.com',
|
|
25400
|
+
standard: 'EIP3091'
|
|
25401
|
+
}
|
|
25402
|
+
]
|
|
25403
|
+
},
|
|
24011
25404
|
201018: {
|
|
24012
25405
|
name: 'Alaya Mainnet',
|
|
24013
25406
|
chain: 'Alaya',
|
|
@@ -24196,6 +25589,17 @@ exports.chains = {
|
|
|
24196
25589
|
}
|
|
24197
25590
|
]
|
|
24198
25591
|
},
|
|
25592
|
+
210049: {
|
|
25593
|
+
name: 'GitAGI Atlas Testnet',
|
|
25594
|
+
chain: 'GitAGI',
|
|
25595
|
+
rpc: ['https://rpc.gitagi.org'],
|
|
25596
|
+
faucets: [],
|
|
25597
|
+
nativeCurrency: { name: 'GitAGI', symbol: 'tGAGI', decimals: 18 },
|
|
25598
|
+
infoURL: 'https://gitagi.org/',
|
|
25599
|
+
shortName: 'atlas',
|
|
25600
|
+
chainId: 210049,
|
|
25601
|
+
networkId: 210049
|
|
25602
|
+
},
|
|
24199
25603
|
210425: {
|
|
24200
25604
|
name: 'PlatON Mainnet',
|
|
24201
25605
|
chain: 'PlatON',
|
|
@@ -24281,6 +25685,25 @@ exports.chains = {
|
|
|
24281
25685
|
}
|
|
24282
25686
|
]
|
|
24283
25687
|
},
|
|
25688
|
+
222222: {
|
|
25689
|
+
name: 'HydraDX',
|
|
25690
|
+
chain: 'HDX',
|
|
25691
|
+
rpc: ['https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud'],
|
|
25692
|
+
faucets: [],
|
|
25693
|
+
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
25694
|
+
infoURL: 'https://hydradx.io',
|
|
25695
|
+
shortName: 'hdx',
|
|
25696
|
+
chainId: 222222,
|
|
25697
|
+
networkId: 222222,
|
|
25698
|
+
icon: 'hydradx',
|
|
25699
|
+
explorers: [
|
|
25700
|
+
{
|
|
25701
|
+
name: 'blockscout',
|
|
25702
|
+
url: 'https://explorer.evm.hydration.cloud',
|
|
25703
|
+
standard: 'EIP3091'
|
|
25704
|
+
}
|
|
25705
|
+
]
|
|
25706
|
+
},
|
|
24284
25707
|
222555: {
|
|
24285
25708
|
name: 'DeepL Mainnet',
|
|
24286
25709
|
chain: 'DEEPL',
|
|
@@ -24370,7 +25793,7 @@ exports.chains = {
|
|
|
24370
25793
|
224433: {
|
|
24371
25794
|
name: 'CONET Holesky',
|
|
24372
25795
|
chain: 'CONET Holesky',
|
|
24373
|
-
rpc: ['https://
|
|
25796
|
+
rpc: ['https://rpc.conet.network'],
|
|
24374
25797
|
faucets: [],
|
|
24375
25798
|
nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
|
|
24376
25799
|
features: [{ name: 'EIP155' }],
|
|
@@ -24557,6 +25980,20 @@ exports.chains = {
|
|
|
24557
25980
|
],
|
|
24558
25981
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
24559
25982
|
},
|
|
25983
|
+
313313: {
|
|
25984
|
+
name: 'SaharaAI Testnet',
|
|
25985
|
+
chain: 'Sahara',
|
|
25986
|
+
rpc: ['https://testnet.saharalabs.ai'],
|
|
25987
|
+
faucets: [],
|
|
25988
|
+
nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
|
|
25989
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25990
|
+
infoURL: 'https://saharalabs.ai',
|
|
25991
|
+
shortName: 'saharatest',
|
|
25992
|
+
chainId: 313313,
|
|
25993
|
+
networkId: 313313,
|
|
25994
|
+
icon: 'sahara',
|
|
25995
|
+
explorers: []
|
|
25996
|
+
},
|
|
24560
25997
|
314159: {
|
|
24561
25998
|
name: 'Filecoin - Calibration testnet',
|
|
24562
25999
|
chain: 'FIL',
|
|
@@ -24768,6 +26205,48 @@ exports.chains = {
|
|
|
24768
26205
|
chainId: 333999,
|
|
24769
26206
|
networkId: 333999
|
|
24770
26207
|
},
|
|
26208
|
+
336655: {
|
|
26209
|
+
name: 'UPchain Testnet',
|
|
26210
|
+
chain: 'UPchain',
|
|
26211
|
+
rpc: ['https://rpc-testnet.uniport.network'],
|
|
26212
|
+
faucets: ['https://faucet-testnet.uniport.network'],
|
|
26213
|
+
nativeCurrency: { name: 'UBTC', symbol: 'UBTC', decimals: 18 },
|
|
26214
|
+
features: [{ name: 'EIP155' }],
|
|
26215
|
+
infoURL: 'https://uniport.network',
|
|
26216
|
+
shortName: 'UPchain-testnet',
|
|
26217
|
+
chainId: 336655,
|
|
26218
|
+
networkId: 336655,
|
|
26219
|
+
icon: 'up',
|
|
26220
|
+
explorers: [
|
|
26221
|
+
{
|
|
26222
|
+
name: 'UPchain Testnet Explorer',
|
|
26223
|
+
url: 'https://explorer-testnet.uniport.network',
|
|
26224
|
+
icon: 'up',
|
|
26225
|
+
standard: 'EIP3091'
|
|
26226
|
+
}
|
|
26227
|
+
]
|
|
26228
|
+
},
|
|
26229
|
+
336666: {
|
|
26230
|
+
name: 'UPchain Mainnet',
|
|
26231
|
+
chain: 'UPchain',
|
|
26232
|
+
rpc: ['https://rpc.uniport.network'],
|
|
26233
|
+
nativeCurrency: { name: 'UBTC', symbol: 'UBTC', decimals: 18 },
|
|
26234
|
+
features: [{ name: 'EIP155' }],
|
|
26235
|
+
faucets: [],
|
|
26236
|
+
infoURL: 'https://uniport.network',
|
|
26237
|
+
shortName: 'UPchain-mainnet',
|
|
26238
|
+
chainId: 336666,
|
|
26239
|
+
networkId: 336666,
|
|
26240
|
+
icon: 'up',
|
|
26241
|
+
explorers: [
|
|
26242
|
+
{
|
|
26243
|
+
name: 'UPchain Mainnet Explorer',
|
|
26244
|
+
url: 'https://explorer.uniport.network',
|
|
26245
|
+
icon: 'up',
|
|
26246
|
+
standard: 'EIP3091'
|
|
26247
|
+
}
|
|
26248
|
+
]
|
|
26249
|
+
},
|
|
24771
26250
|
355113: {
|
|
24772
26251
|
name: 'Bitfinity Network Testnet',
|
|
24773
26252
|
chain: 'BFT',
|
|
@@ -24878,6 +26357,26 @@ exports.chains = {
|
|
|
24878
26357
|
}
|
|
24879
26358
|
]
|
|
24880
26359
|
},
|
|
26360
|
+
413413: {
|
|
26361
|
+
name: 'AIE Testnet',
|
|
26362
|
+
chain: 'AIE',
|
|
26363
|
+
rpc: ['https://rpc1-testnet.aiechain.io'],
|
|
26364
|
+
faucets: [],
|
|
26365
|
+
nativeCurrency: { name: 'AIE', symbol: 'tAIE', decimals: 18 },
|
|
26366
|
+
infoURL: 'https://testnet.aiescan.io',
|
|
26367
|
+
shortName: 'aiet',
|
|
26368
|
+
chainId: 413413,
|
|
26369
|
+
networkId: 413413,
|
|
26370
|
+
icon: 'aie',
|
|
26371
|
+
explorers: [
|
|
26372
|
+
{
|
|
26373
|
+
name: 'aiescan-testnet',
|
|
26374
|
+
icon: 'aie',
|
|
26375
|
+
url: 'https://testnet.aiescan.io',
|
|
26376
|
+
standard: 'none'
|
|
26377
|
+
}
|
|
26378
|
+
]
|
|
26379
|
+
},
|
|
24881
26380
|
420420: {
|
|
24882
26381
|
name: 'Kekchain',
|
|
24883
26382
|
chain: 'kek',
|
|
@@ -25255,6 +26754,25 @@ exports.chains = {
|
|
|
25255
26754
|
],
|
|
25256
26755
|
infoURL: 'https://dischain.xyz'
|
|
25257
26756
|
},
|
|
26757
|
+
526916: {
|
|
26758
|
+
name: 'DoCoin Community Chain',
|
|
26759
|
+
title: 'DoCoin Community Chain',
|
|
26760
|
+
chain: 'DoCoin',
|
|
26761
|
+
rpc: ['https://rpc.docoin.shop'],
|
|
26762
|
+
faucets: [],
|
|
26763
|
+
nativeCurrency: { name: 'DO', symbol: 'DCT', decimals: 18 },
|
|
26764
|
+
infoURL: 'https://docoin.network',
|
|
26765
|
+
shortName: 'DoCoin',
|
|
26766
|
+
chainId: 526916,
|
|
26767
|
+
networkId: 526916,
|
|
26768
|
+
explorers: [
|
|
26769
|
+
{
|
|
26770
|
+
name: 'DoCoin Community Chain Explorer',
|
|
26771
|
+
url: 'https://explorer.docoin.shop',
|
|
26772
|
+
standard: 'EIP3091'
|
|
26773
|
+
}
|
|
26774
|
+
]
|
|
26775
|
+
},
|
|
25258
26776
|
534351: {
|
|
25259
26777
|
name: 'Scroll Sepolia Testnet',
|
|
25260
26778
|
chain: 'ETH',
|
|
@@ -25277,11 +26795,6 @@ exports.chains = {
|
|
|
25277
26795
|
name: 'Scroll Sepolia Etherscan',
|
|
25278
26796
|
url: 'https://sepolia.scrollscan.com',
|
|
25279
26797
|
standard: 'EIP3091'
|
|
25280
|
-
},
|
|
25281
|
-
{
|
|
25282
|
-
name: 'Scroll Sepolia Blockscout',
|
|
25283
|
-
url: 'https://sepolia-blockscout.scroll.io',
|
|
25284
|
-
standard: 'EIP3091'
|
|
25285
26798
|
}
|
|
25286
26799
|
],
|
|
25287
26800
|
parent: {
|
|
@@ -25296,7 +26809,6 @@ exports.chains = {
|
|
|
25296
26809
|
status: 'active',
|
|
25297
26810
|
rpc: [
|
|
25298
26811
|
'https://rpc.scroll.io',
|
|
25299
|
-
'https://rpc-scroll.icecreamswap.com',
|
|
25300
26812
|
'https://rpc.ankr.com/scroll',
|
|
25301
26813
|
'https://scroll-mainnet.chainstacklabs.com'
|
|
25302
26814
|
],
|
|
@@ -25311,11 +26823,6 @@ exports.chains = {
|
|
|
25311
26823
|
name: 'Scrollscan',
|
|
25312
26824
|
url: 'https://scrollscan.com',
|
|
25313
26825
|
standard: 'EIP3091'
|
|
25314
|
-
},
|
|
25315
|
-
{
|
|
25316
|
-
name: 'Blockscout',
|
|
25317
|
-
url: 'https://blockscout.scroll.io',
|
|
25318
|
-
standard: 'EIP3091'
|
|
25319
26826
|
}
|
|
25320
26827
|
],
|
|
25321
26828
|
parent: {
|
|
@@ -25401,6 +26908,25 @@ exports.chains = {
|
|
|
25401
26908
|
}
|
|
25402
26909
|
]
|
|
25403
26910
|
},
|
|
26911
|
+
555666: {
|
|
26912
|
+
name: 'Eclipse Testnet',
|
|
26913
|
+
chain: 'ECLIPSE',
|
|
26914
|
+
rpc: ['https://subnets.avax.network/eclipsecha/testnet/rpc'],
|
|
26915
|
+
features: [{ name: 'EIP1559' }],
|
|
26916
|
+
faucets: [],
|
|
26917
|
+
nativeCurrency: { name: 'Eclipse', symbol: 'ECLPS', decimals: 18 },
|
|
26918
|
+
infoURL: 'http://eclipsenet.io',
|
|
26919
|
+
shortName: 'eclipset',
|
|
26920
|
+
chainId: 555666,
|
|
26921
|
+
networkId: 555666,
|
|
26922
|
+
explorers: [
|
|
26923
|
+
{
|
|
26924
|
+
name: 'ECLIPSE Explorer',
|
|
26925
|
+
url: 'https://subnets-test.avax.network/eclipsecha',
|
|
26926
|
+
standard: 'EIP3091'
|
|
26927
|
+
}
|
|
26928
|
+
]
|
|
26929
|
+
},
|
|
25404
26930
|
622277: {
|
|
25405
26931
|
name: 'Hypra Mainnet',
|
|
25406
26932
|
chain: 'HYP',
|
|
@@ -25505,6 +27031,25 @@ exports.chains = {
|
|
|
25505
27031
|
}
|
|
25506
27032
|
]
|
|
25507
27033
|
},
|
|
27034
|
+
686868: {
|
|
27035
|
+
name: 'Won Network',
|
|
27036
|
+
chainId: 686868,
|
|
27037
|
+
shortName: 'WonChain',
|
|
27038
|
+
chain: 'WON',
|
|
27039
|
+
icon: 'won',
|
|
27040
|
+
networkId: 686868,
|
|
27041
|
+
nativeCurrency: { name: 'Won', symbol: 'WON', decimals: 18 },
|
|
27042
|
+
rpc: ['https://rpc.wonnetwork.org'],
|
|
27043
|
+
faucets: ['https://faucet.wondollars.org'],
|
|
27044
|
+
explorers: [
|
|
27045
|
+
{
|
|
27046
|
+
name: 'Won Explorer',
|
|
27047
|
+
url: 'https://scan.wonnetwork.org',
|
|
27048
|
+
standard: 'EIP3091'
|
|
27049
|
+
}
|
|
27050
|
+
],
|
|
27051
|
+
infoURL: 'https://wonnetwork.org'
|
|
27052
|
+
},
|
|
25508
27053
|
696969: {
|
|
25509
27054
|
name: 'Galadriel Devnet',
|
|
25510
27055
|
chain: 'Galadriel',
|
|
@@ -25678,6 +27223,27 @@ exports.chains = {
|
|
|
25678
27223
|
}
|
|
25679
27224
|
]
|
|
25680
27225
|
},
|
|
27226
|
+
808080: {
|
|
27227
|
+
name: 'BIZ Smart Chain Testnet',
|
|
27228
|
+
chain: 'BIZT Testnet',
|
|
27229
|
+
rpc: ['https://rpc-testnet.bizex.io/'],
|
|
27230
|
+
faucets: [],
|
|
27231
|
+
nativeCurrency: { name: 'tBIZT', symbol: 'tBIZT', decimals: 18 },
|
|
27232
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
27233
|
+
infoURL: 'https://www.biztoken.io/',
|
|
27234
|
+
shortName: 'bizt-testnet',
|
|
27235
|
+
chainId: 808080,
|
|
27236
|
+
networkId: 808080,
|
|
27237
|
+
slip44: 1,
|
|
27238
|
+
icon: 'biz',
|
|
27239
|
+
explorers: [
|
|
27240
|
+
{
|
|
27241
|
+
name: 'BIZ Smart Chain Testnet Explorer',
|
|
27242
|
+
url: 'https://testnet.btscan.io',
|
|
27243
|
+
standard: 'EIP3091'
|
|
27244
|
+
}
|
|
27245
|
+
]
|
|
27246
|
+
},
|
|
25681
27247
|
810180: {
|
|
25682
27248
|
name: 'zkLink Nova Mainnet',
|
|
25683
27249
|
chain: 'ETH',
|
|
@@ -25704,6 +27270,32 @@ exports.chains = {
|
|
|
25704
27270
|
bridges: [{ url: 'https://portal.zklink.io' }]
|
|
25705
27271
|
}
|
|
25706
27272
|
},
|
|
27273
|
+
810181: {
|
|
27274
|
+
name: 'zkLink Nova Sepolia Testnet',
|
|
27275
|
+
chain: 'ETH',
|
|
27276
|
+
rpc: ['https://sepolia.rpc.zklink.io', 'wss://sepolia.rpc.zklink.io'],
|
|
27277
|
+
faucets: [],
|
|
27278
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
27279
|
+
infoURL: 'https://zklink.io',
|
|
27280
|
+
shortName: 'zklink-nova-sepolia',
|
|
27281
|
+
chainId: 810181,
|
|
27282
|
+
networkId: 810181,
|
|
27283
|
+
slip44: 1,
|
|
27284
|
+
icon: 'zklink-nova',
|
|
27285
|
+
explorers: [
|
|
27286
|
+
{
|
|
27287
|
+
name: 'zkLink Nova Block Explorer',
|
|
27288
|
+
url: 'https://sepolia.explorer.zklink.io',
|
|
27289
|
+
icon: 'zklink-nova',
|
|
27290
|
+
standard: 'EIP3091'
|
|
27291
|
+
}
|
|
27292
|
+
],
|
|
27293
|
+
parent: {
|
|
27294
|
+
type: 'L2',
|
|
27295
|
+
chain: 'eip155-59141',
|
|
27296
|
+
bridges: [{ url: 'https://sepolia.portal.zklink.io' }]
|
|
27297
|
+
}
|
|
27298
|
+
},
|
|
25707
27299
|
810182: {
|
|
25708
27300
|
name: 'zkLink Nova Goerli Testnet',
|
|
25709
27301
|
chain: 'ETH',
|
|
@@ -25803,6 +27395,25 @@ exports.chains = {
|
|
|
25803
27395
|
}
|
|
25804
27396
|
]
|
|
25805
27397
|
},
|
|
27398
|
+
888882: {
|
|
27399
|
+
name: 'REXX Mainnet',
|
|
27400
|
+
title: 'REXX Mainnet',
|
|
27401
|
+
chain: 'REXX',
|
|
27402
|
+
rpc: ['https://rpc.rexxnetwork.com'],
|
|
27403
|
+
faucets: [],
|
|
27404
|
+
nativeCurrency: { name: 'REXX', symbol: 'REXX', decimals: 18 },
|
|
27405
|
+
infoURL: 'https://rexxnetwork.com',
|
|
27406
|
+
shortName: 'REXX',
|
|
27407
|
+
chainId: 888882,
|
|
27408
|
+
networkId: 888882,
|
|
27409
|
+
explorers: [
|
|
27410
|
+
{
|
|
27411
|
+
name: 'REXX Mainnet Explorer',
|
|
27412
|
+
url: 'https://rexxnetwork.com',
|
|
27413
|
+
standard: 'EIP3091'
|
|
27414
|
+
}
|
|
27415
|
+
]
|
|
27416
|
+
},
|
|
25806
27417
|
888888: {
|
|
25807
27418
|
name: 'Vision - Mainnet',
|
|
25808
27419
|
chain: 'Vision',
|
|
@@ -26197,6 +27808,30 @@ exports.chains = {
|
|
|
26197
27808
|
}
|
|
26198
27809
|
]
|
|
26199
27810
|
},
|
|
27811
|
+
1612127: {
|
|
27812
|
+
name: 'PlayFi Albireo Testnet',
|
|
27813
|
+
chain: 'ETH',
|
|
27814
|
+
rpc: ['https://albireo-rpc.playfi.ai'],
|
|
27815
|
+
faucets: [],
|
|
27816
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
27817
|
+
infoURL: 'https://www.playfi.ai/',
|
|
27818
|
+
shortName: 'alberio',
|
|
27819
|
+
chainId: 1612127,
|
|
27820
|
+
networkId: 1612127,
|
|
27821
|
+
slip44: 1,
|
|
27822
|
+
explorers: [
|
|
27823
|
+
{
|
|
27824
|
+
name: 'PlayFi Block Explorer',
|
|
27825
|
+
url: 'https://albireo-explorer.playfi.ai',
|
|
27826
|
+
standard: 'EIP3091'
|
|
27827
|
+
}
|
|
27828
|
+
],
|
|
27829
|
+
parent: {
|
|
27830
|
+
type: 'L2',
|
|
27831
|
+
chain: 'eip155-1',
|
|
27832
|
+
bridges: [{ url: 'https://portal.playfi.ai/bridge' }]
|
|
27833
|
+
}
|
|
27834
|
+
},
|
|
26200
27835
|
1731313: {
|
|
26201
27836
|
name: 'Turkey Demo Dev',
|
|
26202
27837
|
chain: 'ETH',
|
|
@@ -26304,6 +27939,20 @@ exports.chains = {
|
|
|
26304
27939
|
chainId: 2611555,
|
|
26305
27940
|
networkId: 2611555
|
|
26306
27941
|
},
|
|
27942
|
+
3132023: {
|
|
27943
|
+
name: 'SaharaAI Network',
|
|
27944
|
+
chain: 'Sahara',
|
|
27945
|
+
rpc: ['https://mainnet.saharalabs.ai'],
|
|
27946
|
+
faucets: [],
|
|
27947
|
+
nativeCurrency: { name: 'SAHARA', symbol: 'SAH', decimals: 18 },
|
|
27948
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
27949
|
+
infoURL: 'https://saharalabs.ai',
|
|
27950
|
+
shortName: 'sahara',
|
|
27951
|
+
chainId: 3132023,
|
|
27952
|
+
networkId: 3132023,
|
|
27953
|
+
icon: 'sahara',
|
|
27954
|
+
explorers: []
|
|
27955
|
+
},
|
|
26307
27956
|
3141592: {
|
|
26308
27957
|
name: 'Filecoin - Butterfly testnet',
|
|
26309
27958
|
chain: 'FIL',
|
|
@@ -26470,6 +28119,25 @@ exports.chains = {
|
|
|
26470
28119
|
}
|
|
26471
28120
|
]
|
|
26472
28121
|
},
|
|
28122
|
+
5318008: {
|
|
28123
|
+
name: 'Reactive Network Testnet Kopli',
|
|
28124
|
+
chain: 'REACT',
|
|
28125
|
+
rpc: ['https://kopli-rpc.reactive.network'],
|
|
28126
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28127
|
+
faucets: [],
|
|
28128
|
+
nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 },
|
|
28129
|
+
infoURL: 'https://reactive.network',
|
|
28130
|
+
shortName: 'react',
|
|
28131
|
+
chainId: 5318008,
|
|
28132
|
+
networkId: 5318008,
|
|
28133
|
+
explorers: [
|
|
28134
|
+
{
|
|
28135
|
+
name: 'reactscan',
|
|
28136
|
+
url: 'https://kopli.reactscan.net',
|
|
28137
|
+
standard: 'none'
|
|
28138
|
+
}
|
|
28139
|
+
]
|
|
28140
|
+
},
|
|
26473
28141
|
5555555: {
|
|
26474
28142
|
name: 'Imversed Mainnet',
|
|
26475
28143
|
chain: 'Imversed',
|
|
@@ -26560,6 +28228,46 @@ exports.chains = {
|
|
|
26560
28228
|
]
|
|
26561
28229
|
}
|
|
26562
28230
|
},
|
|
28231
|
+
6666665: {
|
|
28232
|
+
name: 'Safe(AnWang) Mainnet',
|
|
28233
|
+
chain: 'Safe(AnWang)',
|
|
28234
|
+
icon: 'safe-anwang',
|
|
28235
|
+
rpc: ['https://rpc.anwang.com'],
|
|
28236
|
+
faucets: [],
|
|
28237
|
+
nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
|
|
28238
|
+
infoURL: 'https://www.anwang.com',
|
|
28239
|
+
shortName: 'SafeMainnet',
|
|
28240
|
+
chainId: 6666665,
|
|
28241
|
+
networkId: 6666665,
|
|
28242
|
+
explorers: [
|
|
28243
|
+
{
|
|
28244
|
+
name: 'Safe(AnWang) Explorer',
|
|
28245
|
+
url: 'http://safe4.anwang.com',
|
|
28246
|
+
icon: 'safe-anwang',
|
|
28247
|
+
standard: 'EIP3091'
|
|
28248
|
+
}
|
|
28249
|
+
]
|
|
28250
|
+
},
|
|
28251
|
+
6666666: {
|
|
28252
|
+
name: 'Safe(AnWang) Testnet',
|
|
28253
|
+
chain: 'Safe(AnWang)',
|
|
28254
|
+
icon: 'safe-anwang',
|
|
28255
|
+
rpc: ['https://rpc-testnet.anwang.com'],
|
|
28256
|
+
faucets: [],
|
|
28257
|
+
nativeCurrency: { name: 'SAFE(AnWang)', symbol: 'SAFE', decimals: 18 },
|
|
28258
|
+
infoURL: 'https://www.anwang.com',
|
|
28259
|
+
shortName: 'SafeTestnet',
|
|
28260
|
+
chainId: 6666666,
|
|
28261
|
+
networkId: 6666666,
|
|
28262
|
+
explorers: [
|
|
28263
|
+
{
|
|
28264
|
+
name: 'Safe(AnWang) Testnet Explorer',
|
|
28265
|
+
url: 'http://safe4-testnet.anwang.com',
|
|
28266
|
+
icon: 'safe-anwang',
|
|
28267
|
+
standard: 'EIP3091'
|
|
28268
|
+
}
|
|
28269
|
+
]
|
|
28270
|
+
},
|
|
26563
28271
|
7225878: {
|
|
26564
28272
|
name: 'Saakuru Mainnet',
|
|
26565
28273
|
chain: 'Saakuru',
|
|
@@ -26942,6 +28650,26 @@ exports.chains = {
|
|
|
26942
28650
|
}
|
|
26943
28651
|
]
|
|
26944
28652
|
},
|
|
28653
|
+
17000920: {
|
|
28654
|
+
name: 'Lambda Chain Testnet',
|
|
28655
|
+
chain: 'Lambda Chain',
|
|
28656
|
+
rpc: ['https://testnrpc.lambda.im/'],
|
|
28657
|
+
faucets: [],
|
|
28658
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
28659
|
+
infoURL: 'https://lambda.im',
|
|
28660
|
+
shortName: 'tlambda',
|
|
28661
|
+
chainId: 17000920,
|
|
28662
|
+
networkId: 17000920,
|
|
28663
|
+
slip44: 1,
|
|
28664
|
+
icon: 'lambda-chain',
|
|
28665
|
+
explorers: [
|
|
28666
|
+
{
|
|
28667
|
+
name: 'Lambda Chain Testnet Explorer',
|
|
28668
|
+
url: 'https://testscan.lambda.im',
|
|
28669
|
+
standard: 'EIP3091'
|
|
28670
|
+
}
|
|
28671
|
+
]
|
|
28672
|
+
},
|
|
26945
28673
|
18289463: {
|
|
26946
28674
|
name: 'IOLite',
|
|
26947
28675
|
chain: 'ILT',
|
|
@@ -27240,6 +28968,25 @@ exports.chains = {
|
|
|
27240
28968
|
}
|
|
27241
28969
|
]
|
|
27242
28970
|
},
|
|
28971
|
+
39916801: {
|
|
28972
|
+
name: 'Kingdom Chain',
|
|
28973
|
+
chain: 'KingdomChain',
|
|
28974
|
+
rpc: ['https://kingdomchain.observer/rpc'],
|
|
28975
|
+
features: [{ name: 'EIP155' }],
|
|
28976
|
+
faucets: [],
|
|
28977
|
+
nativeCurrency: { name: 'Kozi', symbol: 'KOZI', decimals: 18 },
|
|
28978
|
+
infoURL: 'https://www.beastkingdom.io/',
|
|
28979
|
+
shortName: 'kchain',
|
|
28980
|
+
chainId: 39916801,
|
|
28981
|
+
networkId: 39916801,
|
|
28982
|
+
explorers: [
|
|
28983
|
+
{
|
|
28984
|
+
name: 'TravelSong',
|
|
28985
|
+
url: 'https://www.beastkingdom.io/travelsong',
|
|
28986
|
+
standard: 'EIP3091'
|
|
28987
|
+
}
|
|
28988
|
+
]
|
|
28989
|
+
},
|
|
27243
28990
|
43214913: {
|
|
27244
28991
|
name: 'maistestsubnet',
|
|
27245
28992
|
chain: 'MAI',
|
|
@@ -27516,6 +29263,36 @@ exports.chains = {
|
|
|
27516
29263
|
networkId: 99415706,
|
|
27517
29264
|
slip44: 1
|
|
27518
29265
|
},
|
|
29266
|
+
111557560: {
|
|
29267
|
+
name: 'Cyber Testnet',
|
|
29268
|
+
chain: 'Cyber',
|
|
29269
|
+
rpc: [
|
|
29270
|
+
'https://cyber-testnet.alt.technology/',
|
|
29271
|
+
'wss://cyber-testnet.alt.technology/ws',
|
|
29272
|
+
'https://rpc.testnet.cyber.co/',
|
|
29273
|
+
'wss://rpc.testnet.cyber.co/'
|
|
29274
|
+
],
|
|
29275
|
+
faucets: [],
|
|
29276
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
29277
|
+
icon: 'cyber',
|
|
29278
|
+
infoURL: 'https://cyber.co/',
|
|
29279
|
+
shortName: 'cysep',
|
|
29280
|
+
chainId: 111557560,
|
|
29281
|
+
networkId: 111557560,
|
|
29282
|
+
explorers: [
|
|
29283
|
+
{
|
|
29284
|
+
name: 'Cyber Testnet Explorer',
|
|
29285
|
+
url: 'https://testnet.cyberscan.co',
|
|
29286
|
+
icon: 'blockscout',
|
|
29287
|
+
standard: 'EIP3091'
|
|
29288
|
+
}
|
|
29289
|
+
],
|
|
29290
|
+
parent: {
|
|
29291
|
+
type: 'L2',
|
|
29292
|
+
chain: 'eip155-11155111',
|
|
29293
|
+
bridges: [{ url: 'https://cyber-testnet-bridge.alt.technology/deposit' }]
|
|
29294
|
+
}
|
|
29295
|
+
},
|
|
27519
29296
|
123420111: {
|
|
27520
29297
|
name: 'OP Celestia Raspberry',
|
|
27521
29298
|
title: 'OP Celestia Raspberry Testnet',
|
|
@@ -27966,6 +29743,25 @@ exports.chains = {
|
|
|
27966
29743
|
}
|
|
27967
29744
|
]
|
|
27968
29745
|
},
|
|
29746
|
+
889910246: {
|
|
29747
|
+
name: 'PTCESCAN Mainnet',
|
|
29748
|
+
title: 'PTCESCAN Mainnet',
|
|
29749
|
+
chain: 'PTCE',
|
|
29750
|
+
rpc: ['https://rpc.ptcscan.io'],
|
|
29751
|
+
faucets: [],
|
|
29752
|
+
nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
|
|
29753
|
+
infoURL: 'https://ptcscan.io',
|
|
29754
|
+
shortName: 'POLYTECH',
|
|
29755
|
+
chainId: 889910246,
|
|
29756
|
+
networkId: 889910246,
|
|
29757
|
+
explorers: [
|
|
29758
|
+
{
|
|
29759
|
+
name: 'PTCESCAN Explorer',
|
|
29760
|
+
url: 'https://ptcscan.io',
|
|
29761
|
+
standard: 'EIP3091'
|
|
29762
|
+
}
|
|
29763
|
+
]
|
|
29764
|
+
},
|
|
27969
29765
|
974399131: {
|
|
27970
29766
|
name: 'SKALE Calypso Hub Testnet',
|
|
27971
29767
|
title: 'SKALE Calypso Hub Testnet',
|
|
@@ -28205,6 +30001,24 @@ exports.chains = {
|
|
|
28205
30001
|
}
|
|
28206
30002
|
]
|
|
28207
30003
|
},
|
|
30004
|
+
1380012617: {
|
|
30005
|
+
name: 'RARI Chain Mainnet',
|
|
30006
|
+
chain: 'RARI',
|
|
30007
|
+
rpc: ['https://rari.calderachain.xyz/http'],
|
|
30008
|
+
faucets: [],
|
|
30009
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
30010
|
+
infoURL: 'https://rarichain.org/',
|
|
30011
|
+
shortName: 'rari-mainnet',
|
|
30012
|
+
chainId: 1380012617,
|
|
30013
|
+
networkId: 1380012617,
|
|
30014
|
+
explorers: [
|
|
30015
|
+
{
|
|
30016
|
+
name: 'rarichain-explorer',
|
|
30017
|
+
url: 'https://mainnet.explorer.rarichain.org',
|
|
30018
|
+
standard: 'EIP3091'
|
|
30019
|
+
}
|
|
30020
|
+
]
|
|
30021
|
+
},
|
|
28208
30022
|
1380996178: {
|
|
28209
30023
|
name: 'RaptorChain',
|
|
28210
30024
|
chain: 'RPTR',
|
|
@@ -28464,6 +30278,24 @@ exports.chains = {
|
|
|
28464
30278
|
networkId: 1666900001,
|
|
28465
30279
|
explorers: []
|
|
28466
30280
|
},
|
|
30281
|
+
1918988905: {
|
|
30282
|
+
name: 'RARI Chain Testnet',
|
|
30283
|
+
chain: 'RARI',
|
|
30284
|
+
rpc: ['https://testnet.rpc.rarichain.org/http'],
|
|
30285
|
+
faucets: [],
|
|
30286
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
30287
|
+
infoURL: 'https://rarichain.org/',
|
|
30288
|
+
shortName: 'rari-testnet',
|
|
30289
|
+
chainId: 1918988905,
|
|
30290
|
+
networkId: 1918988905,
|
|
30291
|
+
explorers: [
|
|
30292
|
+
{
|
|
30293
|
+
name: 'rarichain-testnet-explorer',
|
|
30294
|
+
url: 'https://explorer.rarichain.org',
|
|
30295
|
+
standard: 'EIP3091'
|
|
30296
|
+
}
|
|
30297
|
+
]
|
|
30298
|
+
},
|
|
28467
30299
|
2021121117: {
|
|
28468
30300
|
name: 'DataHopper',
|
|
28469
30301
|
chain: 'HOP',
|
|
@@ -28804,5 +30636,28 @@ exports.chains = {
|
|
|
28804
30636
|
standard: 'none'
|
|
28805
30637
|
}
|
|
28806
30638
|
]
|
|
30639
|
+
},
|
|
30640
|
+
2713017997578000: {
|
|
30641
|
+
name: 'DCHAIN Testnet',
|
|
30642
|
+
title: 'DCHAIN Testnet',
|
|
30643
|
+
chain: 'dchaint',
|
|
30644
|
+
icon: 'dchaint',
|
|
30645
|
+
rpc: [
|
|
30646
|
+
'https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io'
|
|
30647
|
+
],
|
|
30648
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
30649
|
+
faucets: [],
|
|
30650
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
30651
|
+
infoURL: 'https://www.dchain.foundation/',
|
|
30652
|
+
shortName: 'dchaint',
|
|
30653
|
+
chainId: 2713017997578000,
|
|
30654
|
+
networkId: 2713017997578000,
|
|
30655
|
+
explorers: [
|
|
30656
|
+
{
|
|
30657
|
+
name: 'dchaint scan',
|
|
30658
|
+
url: 'https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io',
|
|
30659
|
+
standard: 'EIP3091'
|
|
30660
|
+
}
|
|
30661
|
+
]
|
|
28807
30662
|
}
|
|
28808
30663
|
};
|