@revoke.cash/chains 37.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 +2800 -144
- package/dist/src/enums.d.ts +274 -24
- package/dist/src/enums.js +272 -22
- 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',
|
|
@@ -3190,6 +3194,46 @@ exports.chains = {
|
|
|
3190
3194
|
}
|
|
3191
3195
|
]
|
|
3192
3196
|
},
|
|
3197
|
+
158: {
|
|
3198
|
+
name: 'Roburna Mainnet',
|
|
3199
|
+
chain: 'RBA',
|
|
3200
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3201
|
+
rpc: ['https://dataseed.roburna.com'],
|
|
3202
|
+
faucets: [],
|
|
3203
|
+
nativeCurrency: { name: 'Roburna', symbol: 'RBA', decimals: 18 },
|
|
3204
|
+
infoURL: 'https://www.roburna.com/',
|
|
3205
|
+
shortName: 'rba',
|
|
3206
|
+
chainId: 158,
|
|
3207
|
+
networkId: 158,
|
|
3208
|
+
icon: 'roburna',
|
|
3209
|
+
explorers: [
|
|
3210
|
+
{
|
|
3211
|
+
name: 'Rbascan Explorer',
|
|
3212
|
+
url: 'https://rbascan.com',
|
|
3213
|
+
standard: 'EIP3091'
|
|
3214
|
+
}
|
|
3215
|
+
]
|
|
3216
|
+
},
|
|
3217
|
+
159: {
|
|
3218
|
+
name: 'Roburna Testnet',
|
|
3219
|
+
chain: 'RBAT',
|
|
3220
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3221
|
+
rpc: ['https://preseed-testnet-1.roburna.com'],
|
|
3222
|
+
faucets: [],
|
|
3223
|
+
nativeCurrency: { name: 'Roburna', symbol: 'RBAT', decimals: 18 },
|
|
3224
|
+
infoURL: 'https://www.roburna.com/',
|
|
3225
|
+
shortName: 'rbat',
|
|
3226
|
+
chainId: 159,
|
|
3227
|
+
networkId: 159,
|
|
3228
|
+
icon: 'roburna',
|
|
3229
|
+
explorers: [
|
|
3230
|
+
{
|
|
3231
|
+
name: 'Rbascan Testnet Explorer',
|
|
3232
|
+
url: 'https://testnet.rbascan.com',
|
|
3233
|
+
standard: 'EIP3091'
|
|
3234
|
+
}
|
|
3235
|
+
]
|
|
3236
|
+
},
|
|
3193
3237
|
160: {
|
|
3194
3238
|
name: 'Armonia Eva Chain Mainnet',
|
|
3195
3239
|
chain: 'Eva',
|
|
@@ -3272,6 +3316,20 @@ exports.chains = {
|
|
|
3272
3316
|
}
|
|
3273
3317
|
]
|
|
3274
3318
|
},
|
|
3319
|
+
166: {
|
|
3320
|
+
name: 'Omni',
|
|
3321
|
+
chain: 'Omni',
|
|
3322
|
+
status: 'incubating',
|
|
3323
|
+
rpc: [],
|
|
3324
|
+
features: [{ name: 'EIP155' }],
|
|
3325
|
+
faucets: [],
|
|
3326
|
+
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3327
|
+
infoURL: 'https://docs.omni.network/',
|
|
3328
|
+
shortName: 'omni',
|
|
3329
|
+
chainId: 166,
|
|
3330
|
+
networkId: 166,
|
|
3331
|
+
slip44: 1
|
|
3332
|
+
},
|
|
3275
3333
|
167: {
|
|
3276
3334
|
name: 'Atoshi Testnet',
|
|
3277
3335
|
chain: 'ATOSHI',
|
|
@@ -3469,47 +3527,55 @@ exports.chains = {
|
|
|
3469
3527
|
]
|
|
3470
3528
|
},
|
|
3471
3529
|
195: {
|
|
3472
|
-
name: '
|
|
3473
|
-
chain: '
|
|
3474
|
-
rpc: ['https://testrpc.
|
|
3475
|
-
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'],
|
|
3476
3534
|
nativeCurrency: {
|
|
3477
|
-
name: '
|
|
3535
|
+
name: 'X Layer Global Utility Token in testnet',
|
|
3478
3536
|
symbol: 'OKB',
|
|
3479
3537
|
decimals: 18
|
|
3480
3538
|
},
|
|
3481
3539
|
features: [],
|
|
3482
|
-
infoURL: 'https://www.okx.com/
|
|
3540
|
+
infoURL: 'https://www.okx.com/xlayer',
|
|
3483
3541
|
shortName: 'tokb',
|
|
3484
3542
|
chainId: 195,
|
|
3485
3543
|
networkId: 195,
|
|
3486
3544
|
slip44: 1,
|
|
3545
|
+
icon: 'xlayerTestnet',
|
|
3487
3546
|
explorers: [
|
|
3488
3547
|
{
|
|
3489
3548
|
name: 'OKLink',
|
|
3490
|
-
url: 'https://www.oklink.com/
|
|
3549
|
+
url: 'https://www.oklink.com/xlayer-test',
|
|
3491
3550
|
standard: 'EIP3091'
|
|
3492
3551
|
}
|
|
3493
3552
|
],
|
|
3494
3553
|
status: 'active'
|
|
3495
3554
|
},
|
|
3496
3555
|
196: {
|
|
3497
|
-
name: '
|
|
3498
|
-
chain: '
|
|
3499
|
-
rpc: [],
|
|
3556
|
+
name: 'X Layer Mainnet',
|
|
3557
|
+
chain: 'X Layer',
|
|
3558
|
+
rpc: ['https://rpc.xlayer.tech', 'https://xlayerrpc.okx.com'],
|
|
3500
3559
|
faucets: [],
|
|
3501
3560
|
nativeCurrency: {
|
|
3502
|
-
name: '
|
|
3561
|
+
name: 'X Layer Global Utility Token',
|
|
3503
3562
|
symbol: 'OKB',
|
|
3504
3563
|
decimals: 18
|
|
3505
3564
|
},
|
|
3506
3565
|
features: [],
|
|
3507
|
-
infoURL: 'https://www.okx.com/
|
|
3566
|
+
infoURL: 'https://www.okx.com/xlayer',
|
|
3508
3567
|
shortName: 'okb',
|
|
3509
3568
|
chainId: 196,
|
|
3510
3569
|
networkId: 196,
|
|
3511
|
-
|
|
3512
|
-
|
|
3570
|
+
icon: 'xlayer',
|
|
3571
|
+
explorers: [
|
|
3572
|
+
{
|
|
3573
|
+
name: 'OKLink',
|
|
3574
|
+
url: 'https://www.oklink.com/xlayer',
|
|
3575
|
+
standard: 'EIP3091'
|
|
3576
|
+
}
|
|
3577
|
+
],
|
|
3578
|
+
status: 'active'
|
|
3513
3579
|
},
|
|
3514
3580
|
197: {
|
|
3515
3581
|
name: 'Neutrinos TestNet',
|
|
@@ -3608,6 +3674,29 @@ exports.chains = {
|
|
|
3608
3674
|
}
|
|
3609
3675
|
]
|
|
3610
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
|
+
},
|
|
3611
3700
|
204: {
|
|
3612
3701
|
name: 'opBNB Mainnet',
|
|
3613
3702
|
icon: 'bnbchain',
|
|
@@ -3647,7 +3736,7 @@ exports.chains = {
|
|
|
3647
3736
|
chain: 'VinuChain Testnet',
|
|
3648
3737
|
rpc: ['https://vinufoundation-rpc.com'],
|
|
3649
3738
|
faucets: [],
|
|
3650
|
-
nativeCurrency: { name: 'VinuChain', symbol: '
|
|
3739
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
|
|
3651
3740
|
infoURL: 'https://vitainu.org',
|
|
3652
3741
|
shortName: 'VCTEST',
|
|
3653
3742
|
chainId: 206,
|
|
@@ -3668,7 +3757,7 @@ exports.chains = {
|
|
|
3668
3757
|
chain: 'VinuChain',
|
|
3669
3758
|
rpc: ['https://vinuchain-rpc.com'],
|
|
3670
3759
|
faucets: [],
|
|
3671
|
-
nativeCurrency: { name: 'VinuChain', symbol: '
|
|
3760
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
|
|
3672
3761
|
infoURL: 'https://vitainu.org',
|
|
3673
3762
|
shortName: 'VC',
|
|
3674
3763
|
chainId: 207,
|
|
@@ -3750,6 +3839,26 @@ exports.chains = {
|
|
|
3750
3839
|
}
|
|
3751
3840
|
]
|
|
3752
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
|
+
},
|
|
3753
3862
|
214: {
|
|
3754
3863
|
name: 'Shinarium Mainnet',
|
|
3755
3864
|
chain: 'Shinarium',
|
|
@@ -3836,6 +3945,37 @@ exports.chains = {
|
|
|
3836
3945
|
slip44: 2221,
|
|
3837
3946
|
status: 'deprecated'
|
|
3838
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
|
+
},
|
|
3839
3979
|
224: {
|
|
3840
3980
|
name: 'Viridis Testnet',
|
|
3841
3981
|
chain: 'VRD',
|
|
@@ -4187,6 +4327,69 @@ exports.chains = {
|
|
|
4187
4327
|
}
|
|
4188
4328
|
]
|
|
4189
4329
|
},
|
|
4330
|
+
266: {
|
|
4331
|
+
name: 'Neura',
|
|
4332
|
+
title: 'Neura Mainnet',
|
|
4333
|
+
chain: 'NEURA',
|
|
4334
|
+
icon: 'neura',
|
|
4335
|
+
rpc: [],
|
|
4336
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4337
|
+
faucets: [],
|
|
4338
|
+
nativeCurrency: { name: 'Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4339
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4340
|
+
shortName: 'neura',
|
|
4341
|
+
chainId: 266,
|
|
4342
|
+
networkId: 266,
|
|
4343
|
+
status: 'incubating',
|
|
4344
|
+
explorers: []
|
|
4345
|
+
},
|
|
4346
|
+
267: {
|
|
4347
|
+
name: 'Neura Testnet',
|
|
4348
|
+
title: 'Neura Testnet',
|
|
4349
|
+
chain: 'NEURA',
|
|
4350
|
+
icon: 'neura',
|
|
4351
|
+
rpc: ['https://rpc.ankr.com/neura_testnet'],
|
|
4352
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4353
|
+
faucets: ['https://testnet.neuraprotocol.io/faucet'],
|
|
4354
|
+
nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4355
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4356
|
+
shortName: 'tneura',
|
|
4357
|
+
chainId: 267,
|
|
4358
|
+
networkId: 267,
|
|
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',
|
|
4374
|
+
slip44: 1
|
|
4375
|
+
},
|
|
4376
|
+
268: {
|
|
4377
|
+
name: 'Neura Devnet',
|
|
4378
|
+
title: 'Neura Devnet',
|
|
4379
|
+
chain: 'NEURA',
|
|
4380
|
+
icon: 'neura',
|
|
4381
|
+
rpc: [],
|
|
4382
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4383
|
+
faucets: [],
|
|
4384
|
+
nativeCurrency: { name: 'Devnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4385
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4386
|
+
shortName: 'dneura',
|
|
4387
|
+
chainId: 268,
|
|
4388
|
+
networkId: 268,
|
|
4389
|
+
explorers: [],
|
|
4390
|
+
status: 'incubating',
|
|
4391
|
+
slip44: 1
|
|
4392
|
+
},
|
|
4190
4393
|
269: {
|
|
4191
4394
|
name: 'High Performance Blockchain',
|
|
4192
4395
|
chain: 'HPB',
|
|
@@ -4288,6 +4491,29 @@ exports.chains = {
|
|
|
4288
4491
|
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
4289
4492
|
}
|
|
4290
4493
|
},
|
|
4494
|
+
282: {
|
|
4495
|
+
name: 'Cronos zkEVM Testnet',
|
|
4496
|
+
chain: 'CronosZkEVMTestnet',
|
|
4497
|
+
rpc: ['https://rpc-zkevm-t0.cronos.org'],
|
|
4498
|
+
faucets: ['https://zkevm-t0.cronos.org/faucet'],
|
|
4499
|
+
nativeCurrency: {
|
|
4500
|
+
name: 'Cronos zkEVM Test Coin',
|
|
4501
|
+
symbol: 'TCRO',
|
|
4502
|
+
decimals: 18
|
|
4503
|
+
},
|
|
4504
|
+
infoURL: 'https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet',
|
|
4505
|
+
shortName: 'zktcro',
|
|
4506
|
+
chainId: 282,
|
|
4507
|
+
networkId: 282,
|
|
4508
|
+
slip44: 1,
|
|
4509
|
+
explorers: [
|
|
4510
|
+
{
|
|
4511
|
+
name: 'Cronos zkEVM Testnet Explorer',
|
|
4512
|
+
url: 'https://zkevm-t0.cronos.org/explorer',
|
|
4513
|
+
standard: 'none'
|
|
4514
|
+
}
|
|
4515
|
+
]
|
|
4516
|
+
},
|
|
4291
4517
|
288: {
|
|
4292
4518
|
name: 'Boba Network',
|
|
4293
4519
|
chain: 'ETH',
|
|
@@ -4308,12 +4534,7 @@ exports.chains = {
|
|
|
4308
4534
|
chainId: 288,
|
|
4309
4535
|
networkId: 288,
|
|
4310
4536
|
explorers: [
|
|
4311
|
-
{ name: 'Bobascan', url: 'https://bobascan.com', standard: 'none' }
|
|
4312
|
-
{
|
|
4313
|
-
name: 'Blockscout',
|
|
4314
|
-
url: 'https://blockexplorer.boba.network',
|
|
4315
|
-
standard: 'none'
|
|
4316
|
-
}
|
|
4537
|
+
{ name: 'Bobascan', url: 'https://bobascan.com', standard: 'none' }
|
|
4317
4538
|
],
|
|
4318
4539
|
parent: {
|
|
4319
4540
|
type: 'L2',
|
|
@@ -4496,6 +4717,7 @@ exports.chains = {
|
|
|
4496
4717
|
301: {
|
|
4497
4718
|
name: 'Bobaopera',
|
|
4498
4719
|
chain: 'Bobaopera',
|
|
4720
|
+
status: 'deprecated',
|
|
4499
4721
|
rpc: [
|
|
4500
4722
|
'https://bobaopera.boba.network',
|
|
4501
4723
|
'wss://wss.bobaopera.boba.network',
|
|
@@ -4516,6 +4738,32 @@ exports.chains = {
|
|
|
4516
4738
|
}
|
|
4517
4739
|
]
|
|
4518
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
|
+
},
|
|
4519
4767
|
303: {
|
|
4520
4768
|
name: 'Neurochain Testnet',
|
|
4521
4769
|
chain: 'NCN',
|
|
@@ -4576,6 +4824,24 @@ exports.chains = {
|
|
|
4576
4824
|
}
|
|
4577
4825
|
]
|
|
4578
4826
|
},
|
|
4827
|
+
308: {
|
|
4828
|
+
name: 'Furtheon',
|
|
4829
|
+
chain: 'Furtheon Network',
|
|
4830
|
+
rpc: ['https://rpc.furtheon.org'],
|
|
4831
|
+
faucets: [],
|
|
4832
|
+
nativeCurrency: { name: 'Furtheon', symbol: 'FTH', decimals: 18 },
|
|
4833
|
+
infoURL: 'https://furtheon.org/',
|
|
4834
|
+
shortName: 'furtheon',
|
|
4835
|
+
chainId: 308,
|
|
4836
|
+
networkId: 308,
|
|
4837
|
+
explorers: [
|
|
4838
|
+
{
|
|
4839
|
+
name: 'furthscan',
|
|
4840
|
+
url: 'http://furthscan.com',
|
|
4841
|
+
standard: 'EIP3091'
|
|
4842
|
+
}
|
|
4843
|
+
]
|
|
4844
|
+
},
|
|
4579
4845
|
309: {
|
|
4580
4846
|
name: 'Wyzth Testnet',
|
|
4581
4847
|
chain: 'WYZ',
|
|
@@ -5084,6 +5350,44 @@ exports.chains = {
|
|
|
5084
5350
|
],
|
|
5085
5351
|
status: 'active'
|
|
5086
5352
|
},
|
|
5353
|
+
397: {
|
|
5354
|
+
name: 'Near Mainnet',
|
|
5355
|
+
chain: 'NEAR',
|
|
5356
|
+
rpc: [],
|
|
5357
|
+
icon: 'near',
|
|
5358
|
+
faucets: [],
|
|
5359
|
+
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5360
|
+
infoURL: 'https://near.org/',
|
|
5361
|
+
shortName: 'near',
|
|
5362
|
+
chainId: 397,
|
|
5363
|
+
networkId: 397,
|
|
5364
|
+
explorers: [
|
|
5365
|
+
{
|
|
5366
|
+
name: 'Near Blocks',
|
|
5367
|
+
url: 'https://nearblocks.io',
|
|
5368
|
+
standard: 'none'
|
|
5369
|
+
}
|
|
5370
|
+
]
|
|
5371
|
+
},
|
|
5372
|
+
398: {
|
|
5373
|
+
name: 'Near Testnet',
|
|
5374
|
+
chain: 'NEAR',
|
|
5375
|
+
rpc: [],
|
|
5376
|
+
icon: 'near',
|
|
5377
|
+
faucets: [],
|
|
5378
|
+
nativeCurrency: { name: 'Testnet NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5379
|
+
infoURL: 'https://aurora.dev',
|
|
5380
|
+
shortName: 'near-testnet',
|
|
5381
|
+
chainId: 398,
|
|
5382
|
+
networkId: 398,
|
|
5383
|
+
explorers: [
|
|
5384
|
+
{
|
|
5385
|
+
name: 'Near blocks',
|
|
5386
|
+
url: 'https://testnet.nearblocks.io',
|
|
5387
|
+
standard: 'none'
|
|
5388
|
+
}
|
|
5389
|
+
]
|
|
5390
|
+
},
|
|
5087
5391
|
399: {
|
|
5088
5392
|
name: 'Nativ3 Mainnet',
|
|
5089
5393
|
chainId: 399,
|
|
@@ -5149,6 +5453,31 @@ exports.chains = {
|
|
|
5149
5453
|
}
|
|
5150
5454
|
]
|
|
5151
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
|
+
},
|
|
5152
5481
|
411: {
|
|
5153
5482
|
name: 'Pepe Chain Mainnet',
|
|
5154
5483
|
chain: 'PC',
|
|
@@ -5321,6 +5650,29 @@ exports.chains = {
|
|
|
5321
5650
|
}
|
|
5322
5651
|
]
|
|
5323
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
|
+
},
|
|
5324
5676
|
443: {
|
|
5325
5677
|
name: 'Ten Testnet',
|
|
5326
5678
|
title: 'Ten Sepolia Rollup Testnet',
|
|
@@ -5655,6 +6007,26 @@ exports.chains = {
|
|
|
5655
6007
|
}
|
|
5656
6008
|
]
|
|
5657
6009
|
},
|
|
6010
|
+
537: {
|
|
6011
|
+
name: 'OpTrust Mainnet',
|
|
6012
|
+
chain: 'OpTrust',
|
|
6013
|
+
rpc: ['https://rpc.optrust.io'],
|
|
6014
|
+
faucets: [],
|
|
6015
|
+
nativeCurrency: { name: 'BSC', symbol: 'BNB', decimals: 18 },
|
|
6016
|
+
infoURL: 'https://optrust.io',
|
|
6017
|
+
shortName: 'optrust',
|
|
6018
|
+
chainId: 537,
|
|
6019
|
+
networkId: 537,
|
|
6020
|
+
icon: 'optrust',
|
|
6021
|
+
explorers: [
|
|
6022
|
+
{
|
|
6023
|
+
name: 'OpTrust explorer',
|
|
6024
|
+
url: 'https://scan.optrust.io',
|
|
6025
|
+
icon: 'optrust',
|
|
6026
|
+
standard: 'none'
|
|
6027
|
+
}
|
|
6028
|
+
]
|
|
6029
|
+
},
|
|
5658
6030
|
542: {
|
|
5659
6031
|
name: 'PAWCHAIN Testnet',
|
|
5660
6032
|
chain: 'PAW',
|
|
@@ -5674,6 +6046,25 @@ exports.chains = {
|
|
|
5674
6046
|
}
|
|
5675
6047
|
]
|
|
5676
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
|
+
},
|
|
5677
6068
|
555: {
|
|
5678
6069
|
name: 'Vela1 Chain Mainnet',
|
|
5679
6070
|
chain: 'VELA1',
|
|
@@ -5772,6 +6163,26 @@ exports.chains = {
|
|
|
5772
6163
|
}
|
|
5773
6164
|
]
|
|
5774
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
|
+
},
|
|
5775
6186
|
588: {
|
|
5776
6187
|
name: 'Metis Stardust Testnet',
|
|
5777
6188
|
chain: 'ETH',
|
|
@@ -6012,13 +6423,13 @@ exports.chains = {
|
|
|
6012
6423
|
]
|
|
6013
6424
|
},
|
|
6014
6425
|
646: {
|
|
6015
|
-
name: '
|
|
6016
|
-
chain: '
|
|
6426
|
+
name: 'Previewnet',
|
|
6427
|
+
chain: 'Flow',
|
|
6017
6428
|
rpc: ['https://previewnet.evm.nodes.onflow.org'],
|
|
6018
6429
|
faucets: ['https://previewnet-faucet.onflow.org'],
|
|
6019
6430
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
6020
6431
|
infoURL: 'https://developers.flow.com/evm/about',
|
|
6021
|
-
shortName: '
|
|
6432
|
+
shortName: 'flow-previewnet',
|
|
6022
6433
|
chainId: 646,
|
|
6023
6434
|
networkId: 646,
|
|
6024
6435
|
icon: 'flowevm',
|
|
@@ -6110,6 +6521,25 @@ exports.chains = {
|
|
|
6110
6521
|
}
|
|
6111
6522
|
]
|
|
6112
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
|
+
},
|
|
6113
6543
|
666: {
|
|
6114
6544
|
name: 'Pixie Chain Testnet',
|
|
6115
6545
|
chain: 'PixieChain',
|
|
@@ -6458,13 +6888,13 @@ exports.chains = {
|
|
|
6458
6888
|
]
|
|
6459
6889
|
},
|
|
6460
6890
|
747: {
|
|
6461
|
-
name: '
|
|
6462
|
-
chain: '
|
|
6891
|
+
name: 'Mainnet',
|
|
6892
|
+
chain: 'Flow',
|
|
6463
6893
|
rpc: ['https://mainnet.evm.nodes.onflow.org'],
|
|
6464
6894
|
faucets: [],
|
|
6465
6895
|
nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
|
|
6466
6896
|
infoURL: 'https://developers.flow.com/evm/about',
|
|
6467
|
-
shortName: '
|
|
6897
|
+
shortName: 'flow-mainnet',
|
|
6468
6898
|
chainId: 747,
|
|
6469
6899
|
networkId: 747,
|
|
6470
6900
|
icon: 'flowevm',
|
|
@@ -7591,21 +8021,25 @@ exports.chains = {
|
|
|
7591
8021
|
name: 'Klaytn Testnet Baobab',
|
|
7592
8022
|
chain: 'KLAY',
|
|
7593
8023
|
rpc: [
|
|
7594
|
-
'https://
|
|
7595
|
-
'https://
|
|
7596
|
-
'wss://klaytn-baobab.drpc.org'
|
|
8024
|
+
'https://public-en-baobab.klaytn.net',
|
|
8025
|
+
'https://api.baobab.klaytn.net:8651'
|
|
7597
8026
|
],
|
|
7598
8027
|
faucets: ['https://baobab.wallet.klaytn.com/access?next=faucet'],
|
|
7599
8028
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
7600
|
-
infoURL: 'https://
|
|
8029
|
+
infoURL: 'https://klaytn.foundation',
|
|
7601
8030
|
shortName: 'Baobab',
|
|
7602
8031
|
chainId: 1001,
|
|
7603
8032
|
networkId: 1001,
|
|
7604
8033
|
slip44: 1,
|
|
7605
8034
|
explorers: [
|
|
7606
8035
|
{
|
|
7607
|
-
name: '
|
|
7608
|
-
url: 'https://
|
|
8036
|
+
name: 'Klaytnscope',
|
|
8037
|
+
url: 'https://baobab.klaytnscope.com',
|
|
8038
|
+
standard: 'EIP3091'
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
name: 'Klaytnfinder',
|
|
8042
|
+
url: 'https://baobab.klaytnfinder.io',
|
|
7609
8043
|
standard: 'EIP3091'
|
|
7610
8044
|
}
|
|
7611
8045
|
]
|
|
@@ -7682,6 +8116,26 @@ exports.chains = {
|
|
|
7682
8116
|
}
|
|
7683
8117
|
]
|
|
7684
8118
|
},
|
|
8119
|
+
1009: {
|
|
8120
|
+
name: 'Jumbochain Mainnet',
|
|
8121
|
+
chain: 'Jumbo',
|
|
8122
|
+
rpc: ['https://rpcpriv.jumbochain.org'],
|
|
8123
|
+
faucets: [],
|
|
8124
|
+
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
8125
|
+
features: [{ name: 'EIP155' }],
|
|
8126
|
+
infoURL: 'https://jumbochain.org',
|
|
8127
|
+
shortName: 'Jumboscan',
|
|
8128
|
+
chainId: 1009,
|
|
8129
|
+
networkId: 1009,
|
|
8130
|
+
slip44: 1,
|
|
8131
|
+
explorers: [
|
|
8132
|
+
{
|
|
8133
|
+
name: 'Jumboscan',
|
|
8134
|
+
url: 'https://jumboscan.jumbochain.org',
|
|
8135
|
+
standard: 'EIP3091'
|
|
8136
|
+
}
|
|
8137
|
+
]
|
|
8138
|
+
},
|
|
7685
8139
|
1010: {
|
|
7686
8140
|
name: 'Evrice Network',
|
|
7687
8141
|
chain: 'EVC',
|
|
@@ -7897,7 +8351,7 @@ exports.chains = {
|
|
|
7897
8351
|
'https://evm-toolkit.evm.testnet.shimmer.network',
|
|
7898
8352
|
'https://evm-faucet.testnet.shimmer.network'
|
|
7899
8353
|
],
|
|
7900
|
-
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals:
|
|
8354
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
|
7901
8355
|
infoURL: 'https://shimmer.network',
|
|
7902
8356
|
shortName: 'shimmerevm-testnet',
|
|
7903
8357
|
chainId: 1073,
|
|
@@ -7911,6 +8365,26 @@ exports.chains = {
|
|
|
7911
8365
|
}
|
|
7912
8366
|
]
|
|
7913
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
|
+
},
|
|
7914
8388
|
1079: {
|
|
7915
8389
|
name: 'Mintara Testnet',
|
|
7916
8390
|
title: 'Mintara Testnet',
|
|
@@ -8155,6 +8629,26 @@ exports.chains = {
|
|
|
8155
8629
|
}
|
|
8156
8630
|
]
|
|
8157
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
|
+
},
|
|
8158
8652
|
1115: {
|
|
8159
8653
|
name: 'Core Blockchain Testnet',
|
|
8160
8654
|
chain: 'Core',
|
|
@@ -8228,6 +8722,28 @@ exports.chains = {
|
|
|
8228
8722
|
}
|
|
8229
8723
|
]
|
|
8230
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
|
+
},
|
|
8231
8747
|
1130: {
|
|
8232
8748
|
name: 'DeFiChain EVM Network Mainnet',
|
|
8233
8749
|
chain: 'defichain-evm',
|
|
@@ -8393,8 +8909,28 @@ exports.chains = {
|
|
|
8393
8909
|
}
|
|
8394
8910
|
]
|
|
8395
8911
|
},
|
|
8396
|
-
|
|
8397
|
-
name: '
|
|
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
|
+
},
|
|
8932
|
+
1197: {
|
|
8933
|
+
name: 'Iora Chain',
|
|
8398
8934
|
chain: 'IORA',
|
|
8399
8935
|
icon: 'iorachain',
|
|
8400
8936
|
rpc: ['https://dataseed.iorachain.com'],
|
|
@@ -8442,6 +8978,30 @@ exports.chains = {
|
|
|
8442
8978
|
}
|
|
8443
8979
|
]
|
|
8444
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
|
+
},
|
|
8445
9005
|
1213: {
|
|
8446
9006
|
name: 'Popcateum Mainnet',
|
|
8447
9007
|
chain: 'POPCATEUM',
|
|
@@ -8480,13 +9040,25 @@ exports.chains = {
|
|
|
8480
9040
|
}
|
|
8481
9041
|
]
|
|
8482
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
|
+
},
|
|
8483
9055
|
1224: {
|
|
8484
9056
|
name: 'Hybrid Testnet',
|
|
8485
|
-
chain: '
|
|
9057
|
+
chain: 'HYB',
|
|
8486
9058
|
icon: 'hybridIcon',
|
|
8487
9059
|
rpc: ['https://testnet-rpc.buildonhybrid.com'],
|
|
8488
9060
|
faucets: [],
|
|
8489
|
-
nativeCurrency: { name: 'Hybrid', symbol: '
|
|
9061
|
+
nativeCurrency: { name: 'Hybrid', symbol: 'HYB', decimals: 18 },
|
|
8490
9062
|
infoURL: 'https://buildonhybrid.com',
|
|
8491
9063
|
shortName: 'hyb',
|
|
8492
9064
|
chainId: 1224,
|
|
@@ -8494,7 +9066,7 @@ exports.chains = {
|
|
|
8494
9066
|
explorers: [
|
|
8495
9067
|
{
|
|
8496
9068
|
name: 'Hybrid Testnet',
|
|
8497
|
-
url: 'https://
|
|
9069
|
+
url: 'https://explorer.buildonhybrid.com',
|
|
8498
9070
|
standard: 'EIP3091'
|
|
8499
9071
|
}
|
|
8500
9072
|
]
|
|
@@ -8827,6 +9399,7 @@ exports.chains = {
|
|
|
8827
9399
|
1294: {
|
|
8828
9400
|
name: 'Bobabeam',
|
|
8829
9401
|
chain: 'Bobabeam',
|
|
9402
|
+
status: 'deprecated',
|
|
8830
9403
|
rpc: [
|
|
8831
9404
|
'https://bobabeam.boba.network',
|
|
8832
9405
|
'wss://wss.bobabeam.boba.network',
|
|
@@ -8850,6 +9423,7 @@ exports.chains = {
|
|
|
8850
9423
|
1297: {
|
|
8851
9424
|
name: 'Bobabase Testnet',
|
|
8852
9425
|
chain: 'Bobabase Testnet',
|
|
9426
|
+
status: 'deprecated',
|
|
8853
9427
|
rpc: [
|
|
8854
9428
|
'https://bobabase.boba.network',
|
|
8855
9429
|
'wss://wss.bobabase.boba.network',
|
|
@@ -9316,6 +9890,25 @@ exports.chains = {
|
|
|
9316
9890
|
}
|
|
9317
9891
|
]
|
|
9318
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
|
+
},
|
|
9319
9912
|
1501: {
|
|
9320
9913
|
name: 'BEVM Canary',
|
|
9321
9914
|
chain: 'ChainX',
|
|
@@ -9541,6 +10134,31 @@ exports.chains = {
|
|
|
9541
10134
|
bridges: [{ url: 'https://testnet-bridge.mintchain.io' }]
|
|
9542
10135
|
}
|
|
9543
10136
|
},
|
|
10137
|
+
1687: {
|
|
10138
|
+
name: 'Mint Sepolia Testnet',
|
|
10139
|
+
chain: 'ETH',
|
|
10140
|
+
rpc: ['https://sepolia-testnet-rpc.mintchain.io'],
|
|
10141
|
+
faucets: [],
|
|
10142
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
10143
|
+
infoURL: 'https://www.mintchain.io',
|
|
10144
|
+
shortName: 'mintsepoliatest',
|
|
10145
|
+
chainId: 1687,
|
|
10146
|
+
networkId: 1687,
|
|
10147
|
+
icon: 'mintTestnet',
|
|
10148
|
+
explorers: [
|
|
10149
|
+
{
|
|
10150
|
+
name: 'blockscout',
|
|
10151
|
+
url: 'https://sepolia-testnet-explorer.mintchain.io',
|
|
10152
|
+
icon: 'mintTestnet',
|
|
10153
|
+
standard: 'EIP3091'
|
|
10154
|
+
}
|
|
10155
|
+
],
|
|
10156
|
+
parent: {
|
|
10157
|
+
type: 'L2',
|
|
10158
|
+
chain: 'eip155-1',
|
|
10159
|
+
bridges: [{ url: 'https://sepolia-testnet-bridge.mintchain.io' }]
|
|
10160
|
+
}
|
|
10161
|
+
},
|
|
9544
10162
|
1688: {
|
|
9545
10163
|
name: 'LUDAN Mainnet',
|
|
9546
10164
|
chain: 'LUDAN',
|
|
@@ -10091,6 +10709,18 @@ exports.chains = {
|
|
|
10091
10709
|
}
|
|
10092
10710
|
]
|
|
10093
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
|
+
},
|
|
10094
10724
|
1945: {
|
|
10095
10725
|
name: 'ONUS Chain Testnet',
|
|
10096
10726
|
title: 'ONUS Chain Testnet',
|
|
@@ -10663,15 +11293,15 @@ exports.chains = {
|
|
|
10663
11293
|
icon: 'edgeware',
|
|
10664
11294
|
rpc: [
|
|
10665
11295
|
'https://edgeware-evm.jelliedowl.net',
|
|
10666
|
-
'https://
|
|
10667
|
-
'https://
|
|
10668
|
-
'https://
|
|
10669
|
-
'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',
|
|
10670
11300
|
'wss://edgeware.jelliedowl.net',
|
|
10671
|
-
'wss://
|
|
10672
|
-
'wss://
|
|
10673
|
-
'wss://
|
|
10674
|
-
'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'
|
|
10675
11305
|
],
|
|
10676
11306
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10677
11307
|
faucets: [],
|
|
@@ -10683,15 +11313,15 @@ exports.chains = {
|
|
|
10683
11313
|
slip44: 523,
|
|
10684
11314
|
explorers: [
|
|
10685
11315
|
{
|
|
10686
|
-
name: 'Edgscan by Bharathcoorg',
|
|
11316
|
+
name: 'Edgscan EdgeEVM explorer by Bharathcoorg',
|
|
10687
11317
|
url: 'https://edgscan.live',
|
|
10688
11318
|
standard: 'EIP3091'
|
|
10689
11319
|
},
|
|
10690
11320
|
{
|
|
10691
|
-
name: '
|
|
10692
|
-
url: 'https://
|
|
11321
|
+
name: 'Edgscan EdgeWASM explorer by Bharathcoorg',
|
|
11322
|
+
url: 'https://edgscan.ink',
|
|
10693
11323
|
standard: 'none',
|
|
10694
|
-
icon: '
|
|
11324
|
+
icon: 'edgscan'
|
|
10695
11325
|
}
|
|
10696
11326
|
]
|
|
10697
11327
|
},
|
|
@@ -10779,14 +11409,41 @@ exports.chains = {
|
|
|
10779
11409
|
}
|
|
10780
11410
|
]
|
|
10781
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
|
+
},
|
|
10782
11435
|
2031: {
|
|
10783
11436
|
name: 'Centrifuge',
|
|
10784
11437
|
chain: 'CFG',
|
|
10785
11438
|
icon: 'centrifuge',
|
|
10786
11439
|
rpc: [
|
|
10787
|
-
'
|
|
11440
|
+
'https://fullnode.centrifuge.io',
|
|
11441
|
+
'wss://fullnode.centrifuge.io',
|
|
11442
|
+
'https://centrifuge-parachain.api.onfinality.io/public',
|
|
10788
11443
|
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
|
11444
|
+
'https://centrifuge-rpc.dwellir.com',
|
|
10789
11445
|
'wss://centrifuge-rpc.dwellir.com',
|
|
11446
|
+
'https://rpc-centrifuge.luckyfriday.io',
|
|
10790
11447
|
'wss://rpc-centrifuge.luckyfriday.io'
|
|
10791
11448
|
],
|
|
10792
11449
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -10868,6 +11525,28 @@ exports.chains = {
|
|
|
10868
11525
|
}
|
|
10869
11526
|
]
|
|
10870
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
|
+
},
|
|
10871
11550
|
2043: {
|
|
10872
11551
|
name: 'OriginTrail Parachain',
|
|
10873
11552
|
chain: 'OTP',
|
|
@@ -11078,6 +11757,26 @@ exports.chains = {
|
|
|
11078
11757
|
}
|
|
11079
11758
|
]
|
|
11080
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
|
+
},
|
|
11081
11780
|
2122: {
|
|
11082
11781
|
name: 'Metaplayerone Mainnet',
|
|
11083
11782
|
chain: 'METAD',
|
|
@@ -11117,6 +11816,24 @@ exports.chains = {
|
|
|
11117
11816
|
}
|
|
11118
11817
|
]
|
|
11119
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
|
+
},
|
|
11120
11837
|
2137: {
|
|
11121
11838
|
name: 'BigShortBets',
|
|
11122
11839
|
chain: 'BIGSB',
|
|
@@ -11501,6 +12218,30 @@ exports.chains = {
|
|
|
11501
12218
|
}
|
|
11502
12219
|
]
|
|
11503
12220
|
},
|
|
12221
|
+
2331: {
|
|
12222
|
+
name: 'RSS3 VSL Sepolia Testnet',
|
|
12223
|
+
chain: 'RSS3',
|
|
12224
|
+
rpc: ['https://rpc.testnet.rss3.io'],
|
|
12225
|
+
faucets: [],
|
|
12226
|
+
nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
|
|
12227
|
+
infoURL: 'https://rss3.io',
|
|
12228
|
+
shortName: 'rss3-testnet',
|
|
12229
|
+
chainId: 2331,
|
|
12230
|
+
networkId: 2331,
|
|
12231
|
+
icon: 'rss3-testnet',
|
|
12232
|
+
explorers: [
|
|
12233
|
+
{
|
|
12234
|
+
name: 'RSS3 VSL Sepolia Testnet Scan',
|
|
12235
|
+
url: 'https://scan.testnet.rss3.io',
|
|
12236
|
+
standard: 'EIP3091'
|
|
12237
|
+
}
|
|
12238
|
+
],
|
|
12239
|
+
parent: {
|
|
12240
|
+
type: 'L2',
|
|
12241
|
+
chain: 'eip155-11155111',
|
|
12242
|
+
bridges: [{ url: 'https://explorer.testnet.rss3.io/bridge' }]
|
|
12243
|
+
}
|
|
12244
|
+
},
|
|
11504
12245
|
2332: {
|
|
11505
12246
|
name: 'SOMA Network Mainnet',
|
|
11506
12247
|
chain: 'SOMA',
|
|
@@ -11530,7 +12271,7 @@ exports.chains = {
|
|
|
11530
12271
|
2340: {
|
|
11531
12272
|
name: 'Atleta Testnet',
|
|
11532
12273
|
chain: 'Atleta',
|
|
11533
|
-
rpc: ['
|
|
12274
|
+
rpc: ['wss://testnet-rpc.atleta.network:9944'],
|
|
11534
12275
|
faucets: ['https://faucet.atleta.network'],
|
|
11535
12276
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
|
11536
12277
|
infoURL: 'https://atleta.network',
|
|
@@ -11543,11 +12284,30 @@ exports.chains = {
|
|
|
11543
12284
|
{
|
|
11544
12285
|
name: 'Atleta Testnet Explorer',
|
|
11545
12286
|
icon: 'atleta',
|
|
11546
|
-
url: '
|
|
12287
|
+
url: 'https://polkadot-explorer.atleta.network/#/explorer',
|
|
11547
12288
|
standard: 'none'
|
|
11548
12289
|
}
|
|
11549
12290
|
]
|
|
11550
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
|
+
},
|
|
11551
12311
|
2357: {
|
|
11552
12312
|
name: '(deprecated) Kroma Sepolia',
|
|
11553
12313
|
title: '(deprecated) Kroma Testnet Sepolia',
|
|
@@ -11603,6 +12363,25 @@ exports.chains = {
|
|
|
11603
12363
|
bridges: [{ url: 'https://kroma.network/bridge' }]
|
|
11604
12364
|
}
|
|
11605
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
|
+
},
|
|
11606
12385
|
2399: {
|
|
11607
12386
|
name: 'BOMB Chain Testnet',
|
|
11608
12387
|
chain: 'BOMB',
|
|
@@ -11688,6 +12467,28 @@ exports.chains = {
|
|
|
11688
12467
|
}
|
|
11689
12468
|
]
|
|
11690
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
|
+
},
|
|
11691
12492
|
2442: {
|
|
11692
12493
|
name: 'Polygon zkEVM Cardona Testnet',
|
|
11693
12494
|
title: 'Polygon zkEVM Cardona Testnet',
|
|
@@ -11791,19 +12592,20 @@ exports.chains = {
|
|
|
11791
12592
|
]
|
|
11792
12593
|
},
|
|
11793
12594
|
2511: {
|
|
11794
|
-
name: 'Karak
|
|
12595
|
+
name: 'Karak Goerli',
|
|
11795
12596
|
chain: 'Karak',
|
|
11796
12597
|
icon: 'karak',
|
|
12598
|
+
status: 'deprecated',
|
|
11797
12599
|
rpc: ['https://goerli.node1.karak.network'],
|
|
11798
12600
|
faucets: [],
|
|
11799
12601
|
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11800
12602
|
infoURL: 'https://karak.network',
|
|
11801
|
-
shortName: 'karak-
|
|
12603
|
+
shortName: 'karak-goerli',
|
|
11802
12604
|
chainId: 2511,
|
|
11803
12605
|
networkId: 2511,
|
|
11804
12606
|
explorers: [
|
|
11805
12607
|
{
|
|
11806
|
-
name: 'Karak
|
|
12608
|
+
name: 'Karak Goerli Explorer',
|
|
11807
12609
|
url: 'https://goerli.scan.karak.network',
|
|
11808
12610
|
standard: 'EIP3091'
|
|
11809
12611
|
}
|
|
@@ -12045,6 +12847,34 @@ exports.chains = {
|
|
|
12045
12847
|
}
|
|
12046
12848
|
]
|
|
12047
12849
|
},
|
|
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
|
+
},
|
|
12048
12878
|
2731: {
|
|
12049
12879
|
name: 'Elizabeth Testnet',
|
|
12050
12880
|
chain: 'Elizabeth',
|
|
@@ -12065,9 +12895,61 @@ exports.chains = {
|
|
|
12065
12895
|
}
|
|
12066
12896
|
]
|
|
12067
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
|
+
},
|
|
12068
12949
|
2888: {
|
|
12069
12950
|
name: 'Boba Network Goerli Testnet',
|
|
12070
12951
|
chain: 'ETH',
|
|
12952
|
+
status: 'deprecated',
|
|
12071
12953
|
rpc: ['https://goerli.boba.network/', 'wss://wss.goerli.boba.network/'],
|
|
12072
12954
|
faucets: [],
|
|
12073
12955
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -12089,6 +12971,25 @@ exports.chains = {
|
|
|
12089
12971
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
12090
12972
|
}
|
|
12091
12973
|
},
|
|
12974
|
+
2907: {
|
|
12975
|
+
name: 'Elux Chain',
|
|
12976
|
+
chain: 'ELUX',
|
|
12977
|
+
icon: 'eluxchain',
|
|
12978
|
+
rpc: ['https://rpc.eluxscan.com'],
|
|
12979
|
+
faucets: [],
|
|
12980
|
+
nativeCurrency: { name: 'Elux Chain', symbol: 'ELUX', decimals: 18 },
|
|
12981
|
+
infoURL: 'https://eluxscan.com',
|
|
12982
|
+
shortName: 'ELUX',
|
|
12983
|
+
chainId: 2907,
|
|
12984
|
+
networkId: 2907,
|
|
12985
|
+
explorers: [
|
|
12986
|
+
{
|
|
12987
|
+
name: 'blockscout',
|
|
12988
|
+
url: 'https://eluxscan.com',
|
|
12989
|
+
standard: 'none'
|
|
12990
|
+
}
|
|
12991
|
+
]
|
|
12992
|
+
},
|
|
12092
12993
|
2911: {
|
|
12093
12994
|
name: 'HYCHAIN',
|
|
12094
12995
|
chainId: 2911,
|
|
@@ -12300,6 +13201,30 @@ exports.chains = {
|
|
|
12300
13201
|
networkId: 3102,
|
|
12301
13202
|
explorers: []
|
|
12302
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
|
+
},
|
|
12303
13228
|
3141: {
|
|
12304
13229
|
name: 'Filecoin - Hyperspace testnet',
|
|
12305
13230
|
status: 'deprecated',
|
|
@@ -12427,6 +13352,25 @@ exports.chains = {
|
|
|
12427
13352
|
}
|
|
12428
13353
|
]
|
|
12429
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
|
+
},
|
|
12430
13374
|
3434: {
|
|
12431
13375
|
name: 'SecureChain Testnet',
|
|
12432
13376
|
chain: 'SCAI',
|
|
@@ -13067,6 +14011,7 @@ exports.chains = {
|
|
|
13067
14011
|
4051: {
|
|
13068
14012
|
name: 'Bobaopera Testnet',
|
|
13069
14013
|
chain: 'Bobaopera Testnet',
|
|
14014
|
+
status: 'deprecated',
|
|
13070
14015
|
rpc: [
|
|
13071
14016
|
'https://testnet.bobaopera.boba.network',
|
|
13072
14017
|
'wss://wss.testnet.bobaopera.boba.network',
|
|
@@ -13311,7 +14256,10 @@ exports.chains = {
|
|
|
13311
14256
|
name: 'Merlin Mainnet',
|
|
13312
14257
|
title: 'Merlin Mainnet',
|
|
13313
14258
|
chain: 'Merlin',
|
|
13314
|
-
rpc: [
|
|
14259
|
+
rpc: [
|
|
14260
|
+
'https://rpc.merlinchain.io',
|
|
14261
|
+
'https://merlin-mainnet-enterprise.unifra.io'
|
|
14262
|
+
],
|
|
13315
14263
|
faucets: [],
|
|
13316
14264
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
13317
14265
|
infoURL: 'https://merlinchain.io',
|
|
@@ -13321,7 +14269,7 @@ exports.chains = {
|
|
|
13321
14269
|
icon: 'merlin',
|
|
13322
14270
|
explorers: [
|
|
13323
14271
|
{
|
|
13324
|
-
name: '
|
|
14272
|
+
name: 'L2scan',
|
|
13325
14273
|
url: 'https://scan.merlinchain.io',
|
|
13326
14274
|
icon: 'merlin',
|
|
13327
14275
|
standard: 'EIP3091'
|
|
@@ -13422,6 +14370,7 @@ exports.chains = {
|
|
|
13422
14370
|
4328: {
|
|
13423
14371
|
name: 'Bobafuji Testnet',
|
|
13424
14372
|
chain: 'Bobafuji Testnet',
|
|
14373
|
+
status: 'deprecated',
|
|
13425
14374
|
rpc: [
|
|
13426
14375
|
'https://testnet.avax.boba.network',
|
|
13427
14376
|
'wss://wss.testnet.avax.boba.network',
|
|
@@ -13556,6 +14505,27 @@ exports.chains = {
|
|
|
13556
14505
|
}
|
|
13557
14506
|
]
|
|
13558
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
|
+
},
|
|
13559
14529
|
4653: {
|
|
13560
14530
|
name: 'Gold Chain',
|
|
13561
14531
|
title: 'Gold Chain',
|
|
@@ -13852,6 +14822,46 @@ exports.chains = {
|
|
|
13852
14822
|
}
|
|
13853
14823
|
]
|
|
13854
14824
|
},
|
|
14825
|
+
5039: {
|
|
14826
|
+
name: 'ONIGIRI Test Subnet',
|
|
14827
|
+
chain: 'ONIGIRI',
|
|
14828
|
+
rpc: ['https://subnets.avax.network/onigiri/testnet/rpc'],
|
|
14829
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14830
|
+
faucets: [],
|
|
14831
|
+
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
|
14832
|
+
infoURL: 'https://www.ongr.org/',
|
|
14833
|
+
shortName: 'onigiri',
|
|
14834
|
+
chainId: 5039,
|
|
14835
|
+
networkId: 5039,
|
|
14836
|
+
explorers: [
|
|
14837
|
+
{
|
|
14838
|
+
name: 'ONIGIRI Explorer',
|
|
14839
|
+
url: 'https://subnets-test.avax.network/onigiri',
|
|
14840
|
+
standard: 'EIP3091'
|
|
14841
|
+
}
|
|
14842
|
+
]
|
|
14843
|
+
},
|
|
14844
|
+
5051: {
|
|
14845
|
+
name: 'Nollie Skatechain Testnet',
|
|
14846
|
+
chain: 'Skatechain',
|
|
14847
|
+
rpc: ['https://nollie-rpc.skatechain.org/'],
|
|
14848
|
+
faucets: [],
|
|
14849
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14850
|
+
features: [{ name: 'EIP155' }],
|
|
14851
|
+
infoURL: '',
|
|
14852
|
+
shortName: 'nollie-testnet',
|
|
14853
|
+
chainId: 5051,
|
|
14854
|
+
networkId: 5051,
|
|
14855
|
+
icon: 'nollie',
|
|
14856
|
+
explorers: [
|
|
14857
|
+
{
|
|
14858
|
+
name: 'Nollie Skate Chain Testnet Explorer',
|
|
14859
|
+
url: 'https://nolliescan.skatechain.org',
|
|
14860
|
+
standard: 'EIP3091'
|
|
14861
|
+
}
|
|
14862
|
+
],
|
|
14863
|
+
status: 'active'
|
|
14864
|
+
},
|
|
13855
14865
|
5100: {
|
|
13856
14866
|
name: 'Syndicate Testnet',
|
|
13857
14867
|
title: 'Syndicate Testnet',
|
|
@@ -14074,6 +15084,26 @@ exports.chains = {
|
|
|
14074
15084
|
chainId: 5315,
|
|
14075
15085
|
networkId: 5315
|
|
14076
15086
|
},
|
|
15087
|
+
5317: {
|
|
15088
|
+
name: 'OpTrust Testnet',
|
|
15089
|
+
chain: 'OpTrust',
|
|
15090
|
+
rpc: ['https://rpctest.optrust.io'],
|
|
15091
|
+
faucets: [],
|
|
15092
|
+
nativeCurrency: { name: 'TestBSC', symbol: 'tBNB', decimals: 18 },
|
|
15093
|
+
infoURL: 'https://optrust.io',
|
|
15094
|
+
shortName: 'toptrust',
|
|
15095
|
+
chainId: 5317,
|
|
15096
|
+
networkId: 5317,
|
|
15097
|
+
icon: 'optrust',
|
|
15098
|
+
explorers: [
|
|
15099
|
+
{
|
|
15100
|
+
name: 'OpTrust Testnet explorer',
|
|
15101
|
+
url: 'https://scantest.optrust.io',
|
|
15102
|
+
icon: 'optrust',
|
|
15103
|
+
standard: 'none'
|
|
15104
|
+
}
|
|
15105
|
+
]
|
|
15106
|
+
},
|
|
14077
15107
|
5353: {
|
|
14078
15108
|
name: 'Tritanium Testnet',
|
|
14079
15109
|
chain: 'TRITANIUM',
|
|
@@ -14102,6 +15132,30 @@ exports.chains = {
|
|
|
14102
15132
|
}
|
|
14103
15133
|
]
|
|
14104
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
|
+
},
|
|
14105
15159
|
5439: {
|
|
14106
15160
|
name: 'Egochain',
|
|
14107
15161
|
chainId: 5439,
|
|
@@ -14274,23 +15328,71 @@ exports.chains = {
|
|
|
14274
15328
|
networkId: 5616,
|
|
14275
15329
|
slip44: 1
|
|
14276
15330
|
},
|
|
14277
|
-
|
|
14278
|
-
name: '
|
|
14279
|
-
chain: '
|
|
15331
|
+
5656: {
|
|
15332
|
+
name: 'QIE Blockchain',
|
|
15333
|
+
chain: 'QIE',
|
|
15334
|
+
icon: 'qie',
|
|
14280
15335
|
rpc: [
|
|
14281
|
-
'https://
|
|
14282
|
-
'
|
|
15336
|
+
'https://rpc-main1.qiblockchain.online/',
|
|
15337
|
+
'https://rpc-main2.qiblockchain.online/'
|
|
14283
15338
|
],
|
|
14284
15339
|
faucets: [],
|
|
14285
|
-
nativeCurrency: { name: '
|
|
14286
|
-
infoURL: 'https://
|
|
14287
|
-
shortName: '
|
|
14288
|
-
chainId:
|
|
14289
|
-
networkId:
|
|
14290
|
-
explorers: [
|
|
14291
|
-
|
|
14292
|
-
|
|
14293
|
-
|
|
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
|
+
},
|
|
15373
|
+
5678: {
|
|
15374
|
+
name: 'Tanssi Demo',
|
|
15375
|
+
chain: 'TANGO',
|
|
15376
|
+
rpc: [
|
|
15377
|
+
'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
|
|
15378
|
+
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
|
15379
|
+
],
|
|
15380
|
+
faucets: [],
|
|
15381
|
+
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
15382
|
+
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/networks/dancebox/demo-evm-containerchain',
|
|
15383
|
+
shortName: 'tango',
|
|
15384
|
+
chainId: 5678,
|
|
15385
|
+
networkId: 5678,
|
|
15386
|
+
explorers: [
|
|
15387
|
+
{
|
|
15388
|
+
name: 'BlockScout',
|
|
15389
|
+
url: 'https://3001-blockscout.a.dancebox.tanssi.network',
|
|
15390
|
+
standard: 'EIP3091'
|
|
15391
|
+
}
|
|
15392
|
+
]
|
|
15393
|
+
},
|
|
15394
|
+
5700: {
|
|
15395
|
+
name: 'Syscoin Tanenbaum Testnet',
|
|
14294
15396
|
chain: 'SYS',
|
|
14295
15397
|
rpc: [
|
|
14296
15398
|
'https://rpc.tanenbaum.io',
|
|
@@ -14368,6 +15470,26 @@ exports.chains = {
|
|
|
14368
15470
|
slip44: 1,
|
|
14369
15471
|
explorers: []
|
|
14370
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
|
+
},
|
|
14371
15493
|
5851: {
|
|
14372
15494
|
name: 'Ontology Testnet',
|
|
14373
15495
|
chain: 'Ontology',
|
|
@@ -14433,6 +15555,24 @@ exports.chains = {
|
|
|
14433
15555
|
}
|
|
14434
15556
|
]
|
|
14435
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
|
+
},
|
|
14436
15576
|
6065: {
|
|
14437
15577
|
name: 'Tres Testnet',
|
|
14438
15578
|
chain: 'TresLeches',
|
|
@@ -14541,6 +15681,27 @@ exports.chains = {
|
|
|
14541
15681
|
}
|
|
14542
15682
|
]
|
|
14543
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
|
+
},
|
|
14544
15705
|
6363: {
|
|
14545
15706
|
name: 'Digit Soul Smart Chain',
|
|
14546
15707
|
chain: 'DGS',
|
|
@@ -14855,7 +16016,11 @@ exports.chains = {
|
|
|
14855
16016
|
name: 'ZetaChain Athens 3 Testnet',
|
|
14856
16017
|
chain: 'ZetaChain',
|
|
14857
16018
|
icon: 'zetachain',
|
|
14858
|
-
rpc: [
|
|
16019
|
+
rpc: [
|
|
16020
|
+
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
16021
|
+
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket',
|
|
16022
|
+
'https://zetachain-testnet-archive.allthatnode.com:8545'
|
|
16023
|
+
],
|
|
14859
16024
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
14860
16025
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
14861
16026
|
infoURL: 'https://zetachain.com/docs',
|
|
@@ -14936,6 +16101,19 @@ exports.chains = {
|
|
|
14936
16101
|
}
|
|
14937
16102
|
]
|
|
14938
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
|
+
},
|
|
14939
16117
|
7100: {
|
|
14940
16118
|
name: 'Nume',
|
|
14941
16119
|
title: 'Nume',
|
|
@@ -15096,6 +16274,36 @@ exports.chains = {
|
|
|
15096
16274
|
}
|
|
15097
16275
|
]
|
|
15098
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
|
+
},
|
|
15099
16307
|
7575: {
|
|
15100
16308
|
name: 'ADIL Testnet',
|
|
15101
16309
|
chain: 'ADIL',
|
|
@@ -15414,6 +16622,25 @@ exports.chains = {
|
|
|
15414
16622
|
}
|
|
15415
16623
|
]
|
|
15416
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
|
+
},
|
|
15417
16644
|
7979: {
|
|
15418
16645
|
name: 'DOS Chain',
|
|
15419
16646
|
chain: 'DOS',
|
|
@@ -15499,6 +16726,27 @@ exports.chains = {
|
|
|
15499
16726
|
networkId: 8029,
|
|
15500
16727
|
slip44: 1
|
|
15501
16728
|
},
|
|
16729
|
+
8054: {
|
|
16730
|
+
name: 'Karak Sepolia',
|
|
16731
|
+
title: 'Karak Testnet Sepolia',
|
|
16732
|
+
chain: 'Karak',
|
|
16733
|
+
icon: 'karak',
|
|
16734
|
+
rpc: ['https://rpc.sepolia.karak.network'],
|
|
16735
|
+
faucets: [],
|
|
16736
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16737
|
+
infoURL: 'https://karak.network',
|
|
16738
|
+
shortName: 'karak-sepolia',
|
|
16739
|
+
chainId: 8054,
|
|
16740
|
+
networkId: 8054,
|
|
16741
|
+
explorers: [
|
|
16742
|
+
{
|
|
16743
|
+
name: 'Karak Sepolia Explorer',
|
|
16744
|
+
url: 'https://explorer.sepolia.karak.network',
|
|
16745
|
+
standard: 'EIP3091'
|
|
16746
|
+
}
|
|
16747
|
+
],
|
|
16748
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
16749
|
+
},
|
|
15502
16750
|
8080: {
|
|
15503
16751
|
name: 'Shardeum Liberty 1.X',
|
|
15504
16752
|
chain: 'Shardeum',
|
|
@@ -15755,10 +17003,10 @@ exports.chains = {
|
|
|
15755
17003
|
8217: {
|
|
15756
17004
|
name: 'Klaytn Mainnet Cypress',
|
|
15757
17005
|
chain: 'KLAY',
|
|
15758
|
-
rpc: ['https://public-
|
|
17006
|
+
rpc: ['https://public-en-cypress.klaytn.net'],
|
|
15759
17007
|
faucets: [],
|
|
15760
17008
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
15761
|
-
infoURL: 'https://
|
|
17009
|
+
infoURL: 'https://klaytn.foundation',
|
|
15762
17010
|
shortName: 'Cypress',
|
|
15763
17011
|
chainId: 8217,
|
|
15764
17012
|
networkId: 8217,
|
|
@@ -15767,7 +17015,12 @@ exports.chains = {
|
|
|
15767
17015
|
{
|
|
15768
17016
|
name: 'Klaytnscope',
|
|
15769
17017
|
url: 'https://scope.klaytn.com',
|
|
15770
|
-
standard: '
|
|
17018
|
+
standard: 'EIP3091'
|
|
17019
|
+
},
|
|
17020
|
+
{
|
|
17021
|
+
name: 'Klaytnfinder',
|
|
17022
|
+
url: 'https://klaytnfinder.io',
|
|
17023
|
+
standard: 'EIP3091'
|
|
15771
17024
|
}
|
|
15772
17025
|
]
|
|
15773
17026
|
},
|
|
@@ -16004,7 +17257,10 @@ exports.chains = {
|
|
|
16004
17257
|
name: 'IOTA EVM',
|
|
16005
17258
|
title: 'IOTA EVM',
|
|
16006
17259
|
chain: 'IOTA EVM',
|
|
16007
|
-
rpc: [
|
|
17260
|
+
rpc: [
|
|
17261
|
+
'https://json-rpc.evm.iotaledger.net',
|
|
17262
|
+
'https://ws.json-rpc.evm.iotaledger.net'
|
|
17263
|
+
],
|
|
16008
17264
|
faucets: [],
|
|
16009
17265
|
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
16010
17266
|
infoURL: 'https://www.iota.org',
|
|
@@ -16015,7 +17271,7 @@ exports.chains = {
|
|
|
16015
17271
|
explorers: [
|
|
16016
17272
|
{
|
|
16017
17273
|
name: 'explorer',
|
|
16018
|
-
url: 'https://
|
|
17274
|
+
url: 'https://explorer.evm.iota.org',
|
|
16019
17275
|
icon: 'iotaevm',
|
|
16020
17276
|
standard: 'EIP3091'
|
|
16021
17277
|
}
|
|
@@ -16342,6 +17598,62 @@ exports.chains = {
|
|
|
16342
17598
|
}
|
|
16343
17599
|
]
|
|
16344
17600
|
},
|
|
17601
|
+
9007: {
|
|
17602
|
+
name: 'Shido Testnet Block',
|
|
17603
|
+
chain: 'Shido Testnet',
|
|
17604
|
+
rpc: [
|
|
17605
|
+
'https://rpc-testnet-nodes.shidoscan.com',
|
|
17606
|
+
'wss://wss-testnet-nodes.shidoscan.com'
|
|
17607
|
+
],
|
|
17608
|
+
faucets: ['https://testnet.shidoscan.com/faucet'],
|
|
17609
|
+
nativeCurrency: {
|
|
17610
|
+
name: 'Shido Testnet Token',
|
|
17611
|
+
symbol: 'SHIDO',
|
|
17612
|
+
decimals: 18
|
|
17613
|
+
},
|
|
17614
|
+
infoURL: 'https://www.nexablock.io',
|
|
17615
|
+
shortName: 'ShidoTestnet',
|
|
17616
|
+
chainId: 9007,
|
|
17617
|
+
networkId: 9007,
|
|
17618
|
+
icon: 'shidoChain',
|
|
17619
|
+
explorers: [
|
|
17620
|
+
{
|
|
17621
|
+
name: 'Shidoblock Testnet Explorer',
|
|
17622
|
+
url: 'https://testnet.shidoscan.com',
|
|
17623
|
+
standard: 'none',
|
|
17624
|
+
icon: 'shidoChain'
|
|
17625
|
+
}
|
|
17626
|
+
]
|
|
17627
|
+
},
|
|
17628
|
+
9008: {
|
|
17629
|
+
name: 'Shido Mainnet Block',
|
|
17630
|
+
chain: 'Shido Mainnet',
|
|
17631
|
+
rpc: [
|
|
17632
|
+
'https://rpc-nodes.shidoscan.com',
|
|
17633
|
+
'wss://wss-nodes.shidoscan.com',
|
|
17634
|
+
'https://rpc-delta-nodes.shidoscan.com',
|
|
17635
|
+
'wss://wss-delta-nodes.shidoscan.com'
|
|
17636
|
+
],
|
|
17637
|
+
faucets: [],
|
|
17638
|
+
nativeCurrency: {
|
|
17639
|
+
name: 'Shido Mainnet Token',
|
|
17640
|
+
symbol: 'SHIDO',
|
|
17641
|
+
decimals: 18
|
|
17642
|
+
},
|
|
17643
|
+
infoURL: 'https://shido.io',
|
|
17644
|
+
shortName: 'Shido',
|
|
17645
|
+
chainId: 9008,
|
|
17646
|
+
networkId: 9008,
|
|
17647
|
+
icon: 'shidoChain',
|
|
17648
|
+
explorers: [
|
|
17649
|
+
{
|
|
17650
|
+
name: 'Shidoblock Mainnet Explorer',
|
|
17651
|
+
url: 'https://shidoscan.com',
|
|
17652
|
+
standard: 'none',
|
|
17653
|
+
icon: 'shidoChain'
|
|
17654
|
+
}
|
|
17655
|
+
]
|
|
17656
|
+
},
|
|
16345
17657
|
9012: {
|
|
16346
17658
|
name: 'BerylBit Mainnet',
|
|
16347
17659
|
chain: 'BRB',
|
|
@@ -16632,7 +17944,7 @@ exports.chains = {
|
|
|
16632
17944
|
explorers: [
|
|
16633
17945
|
{
|
|
16634
17946
|
name: 'Boba BNB Testnet block explorer',
|
|
16635
|
-
url: 'https://
|
|
17947
|
+
url: 'https://testnet.bobascan.com',
|
|
16636
17948
|
standard: 'none'
|
|
16637
17949
|
}
|
|
16638
17950
|
],
|
|
@@ -16934,6 +18246,17 @@ exports.chains = {
|
|
|
16934
18246
|
}
|
|
16935
18247
|
]
|
|
16936
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
|
+
},
|
|
16937
18260
|
9999: {
|
|
16938
18261
|
name: 'myOwn Testnet',
|
|
16939
18262
|
chain: 'myOwn',
|
|
@@ -17177,7 +18500,7 @@ exports.chains = {
|
|
|
17177
18500
|
]
|
|
17178
18501
|
},
|
|
17179
18502
|
10395: {
|
|
17180
|
-
name: '
|
|
18503
|
+
name: 'WorldLand Testnet',
|
|
17181
18504
|
chain: 'Worldland',
|
|
17182
18505
|
icon: 'worldland',
|
|
17183
18506
|
rpc: ['https://gwangju.worldland.foundation'],
|
|
@@ -17403,6 +18726,26 @@ exports.chains = {
|
|
|
17403
18726
|
}
|
|
17404
18727
|
]
|
|
17405
18728
|
},
|
|
18729
|
+
11221: {
|
|
18730
|
+
name: 'Shine Chain',
|
|
18731
|
+
chain: 'SC20',
|
|
18732
|
+
rpc: ['https://rpc.shinescan.io'],
|
|
18733
|
+
faucets: [],
|
|
18734
|
+
nativeCurrency: { name: 'Shine', symbol: 'SC20', decimals: 18 },
|
|
18735
|
+
infoURL: 'https://shinechain.tech',
|
|
18736
|
+
shortName: 'SC20',
|
|
18737
|
+
chainId: 11221,
|
|
18738
|
+
networkId: 11221,
|
|
18739
|
+
icon: 'shine',
|
|
18740
|
+
explorers: [
|
|
18741
|
+
{
|
|
18742
|
+
name: 'shinescan',
|
|
18743
|
+
url: 'https://shinescan.io',
|
|
18744
|
+
icon: 'shine',
|
|
18745
|
+
standard: 'none'
|
|
18746
|
+
}
|
|
18747
|
+
]
|
|
18748
|
+
},
|
|
17406
18749
|
11235: {
|
|
17407
18750
|
name: 'Haqq Network',
|
|
17408
18751
|
chain: 'Haqq',
|
|
@@ -17726,6 +19069,30 @@ exports.chains = {
|
|
|
17726
19069
|
],
|
|
17727
19070
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
|
17728
19071
|
},
|
|
19072
|
+
12553: {
|
|
19073
|
+
name: 'RSS3 VSL Mainnet',
|
|
19074
|
+
chain: 'RSS3',
|
|
19075
|
+
rpc: ['https://rpc.rss3.io'],
|
|
19076
|
+
faucets: [],
|
|
19077
|
+
nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
|
|
19078
|
+
infoURL: 'https://rss3.io',
|
|
19079
|
+
shortName: 'rss3',
|
|
19080
|
+
chainId: 12553,
|
|
19081
|
+
networkId: 12553,
|
|
19082
|
+
icon: 'rss3',
|
|
19083
|
+
explorers: [
|
|
19084
|
+
{
|
|
19085
|
+
name: 'RSS3 VSL Scan',
|
|
19086
|
+
url: 'https://scan.rss3.io',
|
|
19087
|
+
standard: 'EIP3091'
|
|
19088
|
+
}
|
|
19089
|
+
],
|
|
19090
|
+
parent: {
|
|
19091
|
+
type: 'L2',
|
|
19092
|
+
chain: 'eip155-1',
|
|
19093
|
+
bridges: [{ url: 'https://explorer.rss3.io/bridge' }]
|
|
19094
|
+
}
|
|
19095
|
+
},
|
|
17729
19096
|
12715: {
|
|
17730
19097
|
name: 'Rikeza Network Testnet',
|
|
17731
19098
|
title: 'Rikeza Network Testnet',
|
|
@@ -17923,6 +19290,27 @@ exports.chains = {
|
|
|
17923
19290
|
}
|
|
17924
19291
|
]
|
|
17925
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
|
+
},
|
|
17926
19314
|
13812: {
|
|
17927
19315
|
name: 'Susono',
|
|
17928
19316
|
chain: 'SUS',
|
|
@@ -17962,6 +19350,25 @@ exports.chains = {
|
|
|
17962
19350
|
}
|
|
17963
19351
|
]
|
|
17964
19352
|
},
|
|
19353
|
+
14324: {
|
|
19354
|
+
name: 'EVOLVE Testnet',
|
|
19355
|
+
chain: 'EVO',
|
|
19356
|
+
icon: 'evolveIcon',
|
|
19357
|
+
rpc: ['https://testnet-rpc.evolveblockchain.io'],
|
|
19358
|
+
faucets: ['https://faucet.evolveblockchain.io'],
|
|
19359
|
+
nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
|
|
19360
|
+
infoURL: 'https://evolveblockchain.io',
|
|
19361
|
+
shortName: 'evo',
|
|
19362
|
+
chainId: 14324,
|
|
19363
|
+
networkId: 14324,
|
|
19364
|
+
explorers: [
|
|
19365
|
+
{
|
|
19366
|
+
name: 'Evolve Testnet Explorer',
|
|
19367
|
+
url: 'https://testnet.evolveblockchain.io',
|
|
19368
|
+
standard: 'EIP3091'
|
|
19369
|
+
}
|
|
19370
|
+
]
|
|
19371
|
+
},
|
|
17965
19372
|
14333: {
|
|
17966
19373
|
name: 'Vitruveo Testnet',
|
|
17967
19374
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -18509,34 +19916,65 @@ exports.chains = {
|
|
|
18509
19916
|
}
|
|
18510
19917
|
},
|
|
18511
19918
|
18686: {
|
|
18512
|
-
name: 'MXC zkEVM
|
|
19919
|
+
name: 'MXC zkEVM Moonchain',
|
|
18513
19920
|
chain: 'MXC zkEVM',
|
|
18514
19921
|
icon: 'mxczkevm',
|
|
18515
19922
|
rpc: ['https://rpc.mxc.com'],
|
|
18516
19923
|
faucets: [],
|
|
18517
|
-
nativeCurrency: {
|
|
19924
|
+
nativeCurrency: {
|
|
19925
|
+
name: 'MXC zkEVM Moonchain',
|
|
19926
|
+
symbol: 'MXC',
|
|
19927
|
+
decimals: 18
|
|
19928
|
+
},
|
|
18518
19929
|
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
18519
19930
|
shortName: 'MXCzkEVM',
|
|
18520
19931
|
chainId: 18686,
|
|
18521
19932
|
networkId: 18686,
|
|
18522
19933
|
explorers: [
|
|
18523
19934
|
{
|
|
18524
|
-
name: 'MXC zkEVM
|
|
18525
|
-
url: 'https://explorer.
|
|
19935
|
+
name: 'MXC zkEVM Moonchain',
|
|
19936
|
+
url: 'https://explorer.moonchain.com',
|
|
18526
19937
|
standard: 'EIP3091'
|
|
18527
19938
|
}
|
|
18528
19939
|
]
|
|
18529
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
|
+
},
|
|
18530
19967
|
18889: {
|
|
18531
19968
|
name: 'Titan (TKX) Testnet',
|
|
18532
19969
|
chain: 'Titan (TKX)',
|
|
18533
19970
|
rpc: [
|
|
18534
|
-
'https://titan-testnet-json-rpc
|
|
18535
|
-
'https://titan-testnet-json-rpc-
|
|
19971
|
+
'https://titan-testnet-json-rpc.titanlab.io',
|
|
19972
|
+
'https://titan-testnet-json-rpc-1.titanlab.io',
|
|
19973
|
+
'https://titan-testnet-json-rpc-2.titanlab.io'
|
|
18536
19974
|
],
|
|
18537
19975
|
faucets: [],
|
|
18538
19976
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
18539
|
-
infoURL: 'https://
|
|
19977
|
+
infoURL: 'https://titanlab.io',
|
|
18540
19978
|
shortName: 'titan_tkx-testnet',
|
|
18541
19979
|
chainId: 18889,
|
|
18542
19980
|
networkId: 18889,
|
|
@@ -18545,7 +19983,7 @@ exports.chains = {
|
|
|
18545
19983
|
explorers: [
|
|
18546
19984
|
{
|
|
18547
19985
|
name: 'Titan Explorer',
|
|
18548
|
-
url: 'https://titan-testnet-explorer-light.
|
|
19986
|
+
url: 'https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet',
|
|
18549
19987
|
standard: 'none',
|
|
18550
19988
|
icon: 'titan_tkx'
|
|
18551
19989
|
}
|
|
@@ -18982,6 +20420,46 @@ exports.chains = {
|
|
|
18982
20420
|
}
|
|
18983
20421
|
]
|
|
18984
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
|
+
},
|
|
18985
20463
|
23888: {
|
|
18986
20464
|
name: 'Blast Testnet',
|
|
18987
20465
|
chain: 'ETH',
|
|
@@ -19168,6 +20646,103 @@ exports.chains = {
|
|
|
19168
20646
|
}
|
|
19169
20647
|
]
|
|
19170
20648
|
},
|
|
20649
|
+
27181: {
|
|
20650
|
+
name: 'KLAOS Nova',
|
|
20651
|
+
title: 'KLAOS Nova Test Chain',
|
|
20652
|
+
chain: 'KLAOS Nova',
|
|
20653
|
+
icon: 'k-laos',
|
|
20654
|
+
rpc: [
|
|
20655
|
+
'https://rpc.klaosnova.laosfoundation.io',
|
|
20656
|
+
'wss://rpc.klaosnova.laosfoundation.io'
|
|
20657
|
+
],
|
|
20658
|
+
faucets: [],
|
|
20659
|
+
nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
|
|
20660
|
+
infoURL: 'https://www.laosfoundation.io/',
|
|
20661
|
+
shortName: 'klaosnova',
|
|
20662
|
+
chainId: 27181,
|
|
20663
|
+
networkId: 27181,
|
|
20664
|
+
explorers: [
|
|
20665
|
+
{
|
|
20666
|
+
name: 'blockscout',
|
|
20667
|
+
url: 'https://blockscout.klaosnova.laosfoundation.io',
|
|
20668
|
+
icon: 'k-laos',
|
|
20669
|
+
standard: 'EIP3091'
|
|
20670
|
+
}
|
|
20671
|
+
]
|
|
20672
|
+
},
|
|
20673
|
+
27483: {
|
|
20674
|
+
name: 'Nanon Sepolia',
|
|
20675
|
+
title: 'Nanon Sepolia Rollup Testnet',
|
|
20676
|
+
chain: 'ETH',
|
|
20677
|
+
rpc: ['https://sepolia-rpc.nanon.network'],
|
|
20678
|
+
faucets: [],
|
|
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',
|
|
20686
|
+
explorers: [
|
|
20687
|
+
{
|
|
20688
|
+
name: 'Nanon Sepolia Rollup Testnet Explorer',
|
|
20689
|
+
url: 'https://sepolia-explorer.nanon.network',
|
|
20690
|
+
standard: 'EIP3091'
|
|
20691
|
+
}
|
|
20692
|
+
],
|
|
20693
|
+
parent: {
|
|
20694
|
+
type: 'L2',
|
|
20695
|
+
chain: 'eip155-11155111',
|
|
20696
|
+
bridges: [{ url: 'https://sepolia-bridge.nanon.network' }]
|
|
20697
|
+
}
|
|
20698
|
+
},
|
|
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
|
+
},
|
|
19171
20746
|
28528: {
|
|
19172
20747
|
name: 'Optimism Bedrock (Goerli Alpha Testnet)',
|
|
19173
20748
|
chain: 'ETH',
|
|
@@ -19192,14 +20767,43 @@ exports.chains = {
|
|
|
19192
20767
|
}
|
|
19193
20768
|
]
|
|
19194
20769
|
},
|
|
19195
|
-
|
|
19196
|
-
name: '
|
|
19197
|
-
chainId: 29112,
|
|
19198
|
-
shortName: 'hychain-testnet',
|
|
20770
|
+
28882: {
|
|
20771
|
+
name: 'Boba Sepolia',
|
|
19199
20772
|
chain: 'ETH',
|
|
19200
|
-
|
|
19201
|
-
|
|
19202
|
-
|
|
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'],
|
|
19203
20807
|
faucets: [],
|
|
19204
20808
|
infoURL: 'https://www.hychain.com',
|
|
19205
20809
|
icon: 'hychain',
|
|
@@ -19213,6 +20817,28 @@ exports.chains = {
|
|
|
19213
20817
|
],
|
|
19214
20818
|
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
|
|
19215
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
|
+
},
|
|
19216
20842
|
29548: {
|
|
19217
20843
|
name: 'MCH Verse Mainnet',
|
|
19218
20844
|
chain: 'MCH Verse',
|
|
@@ -19253,6 +20879,28 @@ exports.chains = {
|
|
|
19253
20879
|
}
|
|
19254
20880
|
]
|
|
19255
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
|
+
},
|
|
19256
20904
|
30103: {
|
|
19257
20905
|
name: 'Cerium Testnet',
|
|
19258
20906
|
chain: 'CAU',
|
|
@@ -19570,10 +21218,10 @@ exports.chains = {
|
|
|
19570
21218
|
]
|
|
19571
21219
|
},
|
|
19572
21220
|
33469: {
|
|
19573
|
-
name: 'Zilliqa
|
|
21221
|
+
name: 'Zilliqa-2 EVM Devnet',
|
|
19574
21222
|
chain: 'ZIL',
|
|
19575
|
-
rpc: ['https://api.zq2-devnet.
|
|
19576
|
-
faucets: ['https://faucet.zq2-devnet.
|
|
21223
|
+
rpc: ['https://api.zq2-devnet.zilliqa.com'],
|
|
21224
|
+
faucets: ['https://faucet.zq2-devnet.zilliqa.com'],
|
|
19577
21225
|
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
19578
21226
|
infoURL: 'https://www.zilliqa.com/',
|
|
19579
21227
|
shortName: 'zq2-devnet',
|
|
@@ -19582,8 +21230,8 @@ exports.chains = {
|
|
|
19582
21230
|
icon: 'zilliqa',
|
|
19583
21231
|
explorers: [
|
|
19584
21232
|
{
|
|
19585
|
-
name: 'Zilliqa
|
|
19586
|
-
url: 'https://explorer.zq2-devnet.
|
|
21233
|
+
name: 'Zilliqa-2 EVM Devnet Explorer',
|
|
21234
|
+
url: 'https://explorer.zq2-devnet.zilliqa.com',
|
|
19587
21235
|
standard: 'EIP3091'
|
|
19588
21236
|
}
|
|
19589
21237
|
]
|
|
@@ -20080,6 +21728,7 @@ exports.chains = {
|
|
|
20080
21728
|
43288: {
|
|
20081
21729
|
name: 'Boba Avax',
|
|
20082
21730
|
chain: 'Boba Avax',
|
|
21731
|
+
status: 'deprecated',
|
|
20083
21732
|
rpc: [
|
|
20084
21733
|
'https://avax.boba.network',
|
|
20085
21734
|
'wss://wss.avax.boba.network',
|
|
@@ -20588,6 +22237,24 @@ exports.chains = {
|
|
|
20588
22237
|
}
|
|
20589
22238
|
]
|
|
20590
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
|
+
},
|
|
20591
22258
|
55004: {
|
|
20592
22259
|
name: 'Titan',
|
|
20593
22260
|
chain: 'ETH',
|
|
@@ -20648,6 +22315,26 @@ exports.chains = {
|
|
|
20648
22315
|
}
|
|
20649
22316
|
]
|
|
20650
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
|
+
},
|
|
20651
22338
|
56288: {
|
|
20652
22339
|
name: 'Boba BNB Mainnet',
|
|
20653
22340
|
chain: 'Boba BNB Mainnet',
|
|
@@ -20668,7 +22355,7 @@ exports.chains = {
|
|
|
20668
22355
|
explorers: [
|
|
20669
22356
|
{
|
|
20670
22357
|
name: 'Boba BNB block explorer',
|
|
20671
|
-
url: 'https://
|
|
22358
|
+
url: 'https://bobascan.com',
|
|
20672
22359
|
standard: 'none'
|
|
20673
22360
|
}
|
|
20674
22361
|
],
|
|
@@ -20770,7 +22457,7 @@ exports.chains = {
|
|
|
20770
22457
|
}
|
|
20771
22458
|
},
|
|
20772
22459
|
59140: {
|
|
20773
|
-
name: 'Linea
|
|
22460
|
+
name: 'Linea Goerli',
|
|
20774
22461
|
title: 'Linea Goerli Testnet',
|
|
20775
22462
|
chain: 'ETH',
|
|
20776
22463
|
rpc: [
|
|
@@ -20782,7 +22469,7 @@ exports.chains = {
|
|
|
20782
22469
|
faucets: ['https://faucetlink.to/goerli'],
|
|
20783
22470
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
20784
22471
|
infoURL: 'https://linea.build',
|
|
20785
|
-
shortName: 'linea-
|
|
22472
|
+
shortName: 'linea-goerli',
|
|
20786
22473
|
chainId: 59140,
|
|
20787
22474
|
networkId: 59140,
|
|
20788
22475
|
slip44: 1,
|
|
@@ -20812,6 +22499,45 @@ exports.chains = {
|
|
|
20812
22499
|
],
|
|
20813
22500
|
status: 'active'
|
|
20814
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
|
+
},
|
|
20815
22541
|
59144: {
|
|
20816
22542
|
name: 'Linea',
|
|
20817
22543
|
title: 'Linea Mainnet',
|
|
@@ -20952,6 +22678,40 @@ exports.chains = {
|
|
|
20952
22678
|
}
|
|
20953
22679
|
]
|
|
20954
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
|
+
},
|
|
20955
22715
|
61800: {
|
|
20956
22716
|
name: 'AxelChain Dev-Net',
|
|
20957
22717
|
chain: 'AXEL',
|
|
@@ -21022,6 +22782,48 @@ exports.chains = {
|
|
|
21022
22782
|
}
|
|
21023
22783
|
]
|
|
21024
22784
|
},
|
|
22785
|
+
62049: {
|
|
22786
|
+
name: 'OPTOPIA Testnet',
|
|
22787
|
+
chain: 'ETH',
|
|
22788
|
+
rpc: ['https://rpc-testnet.optopia.ai'],
|
|
22789
|
+
faucets: [],
|
|
22790
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22791
|
+
features: [{ name: 'EIP1559' }],
|
|
22792
|
+
infoURL: 'https://optopia.ai',
|
|
22793
|
+
shortName: 'OPTOPIA-Testnet',
|
|
22794
|
+
chainId: 62049,
|
|
22795
|
+
networkId: 62049,
|
|
22796
|
+
icon: 'optopia',
|
|
22797
|
+
explorers: [
|
|
22798
|
+
{
|
|
22799
|
+
name: 'optopia-testnet-scan',
|
|
22800
|
+
url: 'https://scan-testnet.optopia.ai',
|
|
22801
|
+
icon: 'optopia',
|
|
22802
|
+
standard: 'EIP3091'
|
|
22803
|
+
}
|
|
22804
|
+
],
|
|
22805
|
+
parent: {
|
|
22806
|
+
type: 'L2',
|
|
22807
|
+
chain: 'eip155-11155111',
|
|
22808
|
+
bridges: [{ url: 'https://bridge-testnet.optopia.ai' }]
|
|
22809
|
+
}
|
|
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
|
+
},
|
|
21025
22827
|
62320: {
|
|
21026
22828
|
name: 'Celo Baklava Testnet',
|
|
21027
22829
|
chainId: 62320,
|
|
@@ -21434,6 +23236,50 @@ exports.chains = {
|
|
|
21434
23236
|
}
|
|
21435
23237
|
]
|
|
21436
23238
|
},
|
|
23239
|
+
73114: {
|
|
23240
|
+
name: 'ICB Testnet',
|
|
23241
|
+
chain: 'ICBT',
|
|
23242
|
+
icon: 'icbnetwork',
|
|
23243
|
+
rpc: [
|
|
23244
|
+
'https://rpc1-testnet.icbnetwork.info/',
|
|
23245
|
+
'https://rpc2-testnet.icbnetwork.info/'
|
|
23246
|
+
],
|
|
23247
|
+
faucets: [],
|
|
23248
|
+
nativeCurrency: { name: 'ICB Testnet Token', symbol: 'ICBT', decimals: 18 },
|
|
23249
|
+
infoURL: 'https://icb.network',
|
|
23250
|
+
shortName: 'ICBT',
|
|
23251
|
+
chainId: 73114,
|
|
23252
|
+
networkId: 73114,
|
|
23253
|
+
explorers: [
|
|
23254
|
+
{
|
|
23255
|
+
name: 'ICB Tesnet Explorer',
|
|
23256
|
+
url: 'https://testnet.icbscan.io',
|
|
23257
|
+
standard: 'EIP3091'
|
|
23258
|
+
}
|
|
23259
|
+
]
|
|
23260
|
+
},
|
|
23261
|
+
73115: {
|
|
23262
|
+
name: 'ICB Network',
|
|
23263
|
+
chain: 'ICB',
|
|
23264
|
+
icon: 'icbnetwork',
|
|
23265
|
+
rpc: [
|
|
23266
|
+
'https://rpc1-mainnet.icbnetwork.info/',
|
|
23267
|
+
'https://rpc2-mainnet.icbnetwork.info/'
|
|
23268
|
+
],
|
|
23269
|
+
faucets: [],
|
|
23270
|
+
nativeCurrency: { name: 'ICB Native Token', symbol: 'ICBX', decimals: 18 },
|
|
23271
|
+
infoURL: 'https://icb.network',
|
|
23272
|
+
shortName: 'ICBX',
|
|
23273
|
+
chainId: 73115,
|
|
23274
|
+
networkId: 73115,
|
|
23275
|
+
explorers: [
|
|
23276
|
+
{
|
|
23277
|
+
name: 'ICB Explorer',
|
|
23278
|
+
url: 'https://icbscan.io',
|
|
23279
|
+
standard: 'EIP3091'
|
|
23280
|
+
}
|
|
23281
|
+
]
|
|
23282
|
+
},
|
|
21437
23283
|
73799: {
|
|
21438
23284
|
name: 'Energy Web Volta Testnet',
|
|
21439
23285
|
chain: 'Volta',
|
|
@@ -21488,6 +23334,26 @@ exports.chains = {
|
|
|
21488
23334
|
}
|
|
21489
23335
|
]
|
|
21490
23336
|
},
|
|
23337
|
+
77001: {
|
|
23338
|
+
name: 'BORAchain mainnet',
|
|
23339
|
+
chain: 'BORA',
|
|
23340
|
+
icon: 'bora',
|
|
23341
|
+
rpc: ['https://public-node.api.boraportal.com/bora/mainnet'],
|
|
23342
|
+
faucets: [],
|
|
23343
|
+
nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
|
|
23344
|
+
infoURL: 'https://www.boraportal.com',
|
|
23345
|
+
shortName: 'BORAchain',
|
|
23346
|
+
chainId: 77001,
|
|
23347
|
+
networkId: 77001,
|
|
23348
|
+
slip44: 8217,
|
|
23349
|
+
explorers: [
|
|
23350
|
+
{
|
|
23351
|
+
name: 'BORAchainscope',
|
|
23352
|
+
url: 'https://scope.boraportal.com',
|
|
23353
|
+
standard: 'EIP3091'
|
|
23354
|
+
}
|
|
23355
|
+
]
|
|
23356
|
+
},
|
|
21491
23357
|
77238: {
|
|
21492
23358
|
name: 'Foundry Chain Testnet',
|
|
21493
23359
|
chain: 'tFNC',
|
|
@@ -21657,7 +23523,7 @@ exports.chains = {
|
|
|
21657
23523
|
'wss://ws-vanguard.vanarchain.com'
|
|
21658
23524
|
],
|
|
21659
23525
|
faucets: ['https://faucet.vanarchain.com'],
|
|
21660
|
-
nativeCurrency: { name: 'Vanguard Vanry', symbol: '
|
|
23526
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VANRY', decimals: 18 },
|
|
21661
23527
|
features: [{ name: 'EIP155' }],
|
|
21662
23528
|
infoURL: 'https://vanarchain.com',
|
|
21663
23529
|
shortName: 'vanguard',
|
|
@@ -21725,7 +23591,11 @@ exports.chains = {
|
|
|
21725
23591
|
title: 'Polygon Amoy Testnet',
|
|
21726
23592
|
chain: 'Polygon',
|
|
21727
23593
|
icon: 'polygon',
|
|
21728
|
-
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
|
+
],
|
|
21729
23599
|
faucets: ['https://faucet.polygon.technology/'],
|
|
21730
23600
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
21731
23601
|
infoURL: 'https://polygon.technology/',
|
|
@@ -21993,6 +23863,20 @@ exports.chains = {
|
|
|
21993
23863
|
}
|
|
21994
23864
|
]
|
|
21995
23865
|
},
|
|
23866
|
+
83872: {
|
|
23867
|
+
name: 'ZEDXION',
|
|
23868
|
+
chain: 'ZEDXION',
|
|
23869
|
+
rpc: ['https://mainnet-rpc.zedscan.net'],
|
|
23870
|
+
faucets: [],
|
|
23871
|
+
nativeCurrency: { name: 'Zedxion', symbol: 'zedx', decimals: 9 },
|
|
23872
|
+
infoURL: 'https://docs.zedscan.net',
|
|
23873
|
+
shortName: 'ZEDX',
|
|
23874
|
+
chainId: 83872,
|
|
23875
|
+
networkId: 83872,
|
|
23876
|
+
explorers: [
|
|
23877
|
+
{ name: 'Zedscan', url: 'http://zedscan.net', standard: 'EIP3091' }
|
|
23878
|
+
]
|
|
23879
|
+
},
|
|
21996
23880
|
84531: {
|
|
21997
23881
|
name: 'Base Goerli Testnet',
|
|
21998
23882
|
chain: 'ETH',
|
|
@@ -22108,6 +23992,25 @@ exports.chains = {
|
|
|
22108
23992
|
}
|
|
22109
23993
|
]
|
|
22110
23994
|
},
|
|
23995
|
+
88817: {
|
|
23996
|
+
name: 'Unit Zero Testnet',
|
|
23997
|
+
chain: 'Unit Zero',
|
|
23998
|
+
rpc: ['https://rpc-testnet.unit0.dev'],
|
|
23999
|
+
faucets: [],
|
|
24000
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
24001
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
24002
|
+
infoURL: 'https://units.network',
|
|
24003
|
+
shortName: 'unit0-testnet',
|
|
24004
|
+
chainId: 88817,
|
|
24005
|
+
networkId: 88817,
|
|
24006
|
+
explorers: [
|
|
24007
|
+
{
|
|
24008
|
+
name: 'explorer-testnet',
|
|
24009
|
+
url: 'https://explorer-testnet.unit0.dev',
|
|
24010
|
+
standard: 'EIP3091'
|
|
24011
|
+
}
|
|
24012
|
+
]
|
|
24013
|
+
},
|
|
22111
24014
|
88819: {
|
|
22112
24015
|
name: 'Unit Zero Stagenet',
|
|
22113
24016
|
chain: 'Unit Zero',
|
|
@@ -22166,6 +24069,18 @@ exports.chains = {
|
|
|
22166
24069
|
}
|
|
22167
24070
|
]
|
|
22168
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
|
+
},
|
|
22169
24084
|
90210: {
|
|
22170
24085
|
name: 'Beverly Hills',
|
|
22171
24086
|
title: 'Ethereum multi-client Verkle Testnet Beverly Hills',
|
|
@@ -23021,8 +24936,7 @@ exports.chains = {
|
|
|
23021
24936
|
{ url: 'https://re.al/bridge' },
|
|
23022
24937
|
{ url: 'https://bridge.gelato.network/bridge/real' }
|
|
23023
24938
|
]
|
|
23024
|
-
}
|
|
23025
|
-
status: 'incubating'
|
|
24939
|
+
}
|
|
23026
24940
|
},
|
|
23027
24941
|
112358: {
|
|
23028
24942
|
name: 'Metachain One Mainnet',
|
|
@@ -23106,6 +25020,19 @@ exports.chains = {
|
|
|
23106
25020
|
}
|
|
23107
25021
|
]
|
|
23108
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
|
+
},
|
|
23109
25036
|
131419: {
|
|
23110
25037
|
name: 'ETND Chain Mainnets',
|
|
23111
25038
|
chain: 'ETND',
|
|
@@ -23126,6 +25053,28 @@ exports.chains = {
|
|
|
23126
25053
|
}
|
|
23127
25054
|
]
|
|
23128
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
|
+
},
|
|
23129
25078
|
142857: {
|
|
23130
25079
|
name: 'ICPlaza Mainnet',
|
|
23131
25080
|
chain: 'ICPlaza',
|
|
@@ -23145,6 +25094,33 @@ exports.chains = {
|
|
|
23145
25094
|
}
|
|
23146
25095
|
]
|
|
23147
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
|
+
},
|
|
23148
25124
|
167004: {
|
|
23149
25125
|
name: 'Taiko (Alpha-2 Testnet)',
|
|
23150
25126
|
chain: 'ETH',
|
|
@@ -23233,7 +25209,7 @@ exports.chains = {
|
|
|
23233
25209
|
icon: 'taiko',
|
|
23234
25210
|
rpc: [
|
|
23235
25211
|
'https://rpc.katla.taiko.xyz',
|
|
23236
|
-
'wss://
|
|
25212
|
+
'wss://ws.katla.taiko.xyz',
|
|
23237
25213
|
'https://taiko-katla.drpc.org',
|
|
23238
25214
|
'wss://taiko-katla.drpc.org'
|
|
23239
25215
|
],
|
|
@@ -23251,6 +25227,31 @@ exports.chains = {
|
|
|
23251
25227
|
}
|
|
23252
25228
|
]
|
|
23253
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
|
+
},
|
|
23254
25255
|
188710: {
|
|
23255
25256
|
name: 'Bitica Chain Mainnet',
|
|
23256
25257
|
chain: 'BDCC',
|
|
@@ -23361,7 +25362,7 @@ exports.chains = {
|
|
|
23361
25362
|
faucets: ['https://www.bitlayer.org/faucet'],
|
|
23362
25363
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
23363
25364
|
infoURL: 'https://docs.bitlayer.org/',
|
|
23364
|
-
shortName: '
|
|
25365
|
+
shortName: 'btrt',
|
|
23365
25366
|
chainId: 200810,
|
|
23366
25367
|
networkId: 200810,
|
|
23367
25368
|
slip44: 1,
|
|
@@ -23374,6 +25375,32 @@ exports.chains = {
|
|
|
23374
25375
|
}
|
|
23375
25376
|
]
|
|
23376
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
|
+
},
|
|
23377
25404
|
201018: {
|
|
23378
25405
|
name: 'Alaya Mainnet',
|
|
23379
25406
|
chain: 'Alaya',
|
|
@@ -23562,6 +25589,17 @@ exports.chains = {
|
|
|
23562
25589
|
}
|
|
23563
25590
|
]
|
|
23564
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
|
+
},
|
|
23565
25603
|
210425: {
|
|
23566
25604
|
name: 'PlatON Mainnet',
|
|
23567
25605
|
chain: 'PlatON',
|
|
@@ -23647,6 +25685,25 @@ exports.chains = {
|
|
|
23647
25685
|
}
|
|
23648
25686
|
]
|
|
23649
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
|
+
},
|
|
23650
25707
|
222555: {
|
|
23651
25708
|
name: 'DeepL Mainnet',
|
|
23652
25709
|
chain: 'DEEPL',
|
|
@@ -23736,7 +25793,7 @@ exports.chains = {
|
|
|
23736
25793
|
224433: {
|
|
23737
25794
|
name: 'CONET Holesky',
|
|
23738
25795
|
chain: 'CONET Holesky',
|
|
23739
|
-
rpc: ['https://
|
|
25796
|
+
rpc: ['https://rpc.conet.network'],
|
|
23740
25797
|
faucets: [],
|
|
23741
25798
|
nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
|
|
23742
25799
|
features: [{ name: 'EIP155' }],
|
|
@@ -23900,21 +25957,58 @@ exports.chains = {
|
|
|
23900
25957
|
networkId: 281121,
|
|
23901
25958
|
explorers: []
|
|
23902
25959
|
},
|
|
23903
|
-
|
|
23904
|
-
name: '
|
|
23905
|
-
|
|
23906
|
-
|
|
23907
|
-
rpc: [
|
|
23908
|
-
|
|
23909
|
-
|
|
23910
|
-
|
|
23911
|
-
|
|
23912
|
-
|
|
23913
|
-
|
|
23914
|
-
|
|
23915
|
-
|
|
23916
|
-
|
|
23917
|
-
|
|
25960
|
+
282828: {
|
|
25961
|
+
name: 'Zillion Sepolia Testnet',
|
|
25962
|
+
status: 'active',
|
|
25963
|
+
chain: 'ETH',
|
|
25964
|
+
rpc: ['https://sepolia.zillnet.io/rpc'],
|
|
25965
|
+
faucets: [],
|
|
25966
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25967
|
+
infoURL: 'https://zillnet.io',
|
|
25968
|
+
shortName: 'zillsep',
|
|
25969
|
+
chainId: 282828,
|
|
25970
|
+
networkId: 282828,
|
|
25971
|
+
slip44: 1,
|
|
25972
|
+
icon: 'zillion',
|
|
25973
|
+
explorers: [
|
|
25974
|
+
{
|
|
25975
|
+
name: 'zillscout',
|
|
25976
|
+
url: 'https://sepolia.zillnet.io',
|
|
25977
|
+
icon: 'zillion',
|
|
25978
|
+
standard: 'EIP3091'
|
|
25979
|
+
}
|
|
25980
|
+
],
|
|
25981
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
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
|
+
},
|
|
25997
|
+
314159: {
|
|
25998
|
+
name: 'Filecoin - Calibration testnet',
|
|
25999
|
+
chain: 'FIL',
|
|
26000
|
+
icon: 'filecoin',
|
|
26001
|
+
rpc: [
|
|
26002
|
+
'https://api.calibration.node.glif.io/rpc/v1',
|
|
26003
|
+
'https://rpc.ankr.com/filecoin_testnet',
|
|
26004
|
+
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
|
26005
|
+
'https://filecoin-calibration.chainup.net/rpc/v1',
|
|
26006
|
+
'https://calibration.filfox.info/rpc/v1',
|
|
26007
|
+
'https://filecoin-calibration.drpc.org',
|
|
26008
|
+
'wss://filecoin-calibration.drpc.org'
|
|
26009
|
+
],
|
|
26010
|
+
faucets: ['https://faucet.calibration.fildev.network/'],
|
|
26011
|
+
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
23918
26012
|
infoURL: 'https://filecoin.io',
|
|
23919
26013
|
shortName: 'filecoin-calibration',
|
|
23920
26014
|
chainId: 314159,
|
|
@@ -24111,6 +26205,48 @@ exports.chains = {
|
|
|
24111
26205
|
chainId: 333999,
|
|
24112
26206
|
networkId: 333999
|
|
24113
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
|
+
},
|
|
24114
26250
|
355113: {
|
|
24115
26251
|
name: 'Bitfinity Network Testnet',
|
|
24116
26252
|
chain: 'BFT',
|
|
@@ -24221,6 +26357,26 @@ exports.chains = {
|
|
|
24221
26357
|
}
|
|
24222
26358
|
]
|
|
24223
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
|
+
},
|
|
24224
26380
|
420420: {
|
|
24225
26381
|
name: 'Kekchain',
|
|
24226
26382
|
chain: 'kek',
|
|
@@ -24598,6 +26754,25 @@ exports.chains = {
|
|
|
24598
26754
|
],
|
|
24599
26755
|
infoURL: 'https://dischain.xyz'
|
|
24600
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
|
+
},
|
|
24601
26776
|
534351: {
|
|
24602
26777
|
name: 'Scroll Sepolia Testnet',
|
|
24603
26778
|
chain: 'ETH',
|
|
@@ -24620,11 +26795,6 @@ exports.chains = {
|
|
|
24620
26795
|
name: 'Scroll Sepolia Etherscan',
|
|
24621
26796
|
url: 'https://sepolia.scrollscan.com',
|
|
24622
26797
|
standard: 'EIP3091'
|
|
24623
|
-
},
|
|
24624
|
-
{
|
|
24625
|
-
name: 'Scroll Sepolia Blockscout',
|
|
24626
|
-
url: 'https://sepolia-blockscout.scroll.io',
|
|
24627
|
-
standard: 'EIP3091'
|
|
24628
26798
|
}
|
|
24629
26799
|
],
|
|
24630
26800
|
parent: {
|
|
@@ -24639,7 +26809,6 @@ exports.chains = {
|
|
|
24639
26809
|
status: 'active',
|
|
24640
26810
|
rpc: [
|
|
24641
26811
|
'https://rpc.scroll.io',
|
|
24642
|
-
'https://rpc-scroll.icecreamswap.com',
|
|
24643
26812
|
'https://rpc.ankr.com/scroll',
|
|
24644
26813
|
'https://scroll-mainnet.chainstacklabs.com'
|
|
24645
26814
|
],
|
|
@@ -24654,11 +26823,6 @@ exports.chains = {
|
|
|
24654
26823
|
name: 'Scrollscan',
|
|
24655
26824
|
url: 'https://scrollscan.com',
|
|
24656
26825
|
standard: 'EIP3091'
|
|
24657
|
-
},
|
|
24658
|
-
{
|
|
24659
|
-
name: 'Blockscout',
|
|
24660
|
-
url: 'https://blockscout.scroll.io',
|
|
24661
|
-
standard: 'EIP3091'
|
|
24662
26826
|
}
|
|
24663
26827
|
],
|
|
24664
26828
|
parent: {
|
|
@@ -24744,6 +26908,25 @@ exports.chains = {
|
|
|
24744
26908
|
}
|
|
24745
26909
|
]
|
|
24746
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
|
+
},
|
|
24747
26930
|
622277: {
|
|
24748
26931
|
name: 'Hypra Mainnet',
|
|
24749
26932
|
chain: 'HYP',
|
|
@@ -24848,6 +27031,25 @@ exports.chains = {
|
|
|
24848
27031
|
}
|
|
24849
27032
|
]
|
|
24850
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
|
+
},
|
|
24851
27053
|
696969: {
|
|
24852
27054
|
name: 'Galadriel Devnet',
|
|
24853
27055
|
chain: 'Galadriel',
|
|
@@ -25021,6 +27223,27 @@ exports.chains = {
|
|
|
25021
27223
|
}
|
|
25022
27224
|
]
|
|
25023
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
|
+
},
|
|
25024
27247
|
810180: {
|
|
25025
27248
|
name: 'zkLink Nova Mainnet',
|
|
25026
27249
|
chain: 'ETH',
|
|
@@ -25047,6 +27270,32 @@ exports.chains = {
|
|
|
25047
27270
|
bridges: [{ url: 'https://portal.zklink.io' }]
|
|
25048
27271
|
}
|
|
25049
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
|
+
},
|
|
25050
27299
|
810182: {
|
|
25051
27300
|
name: 'zkLink Nova Goerli Testnet',
|
|
25052
27301
|
chain: 'ETH',
|
|
@@ -25146,6 +27395,25 @@ exports.chains = {
|
|
|
25146
27395
|
}
|
|
25147
27396
|
]
|
|
25148
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
|
+
},
|
|
25149
27417
|
888888: {
|
|
25150
27418
|
name: 'Vision - Mainnet',
|
|
25151
27419
|
chain: 'Vision',
|
|
@@ -25540,6 +27808,30 @@ exports.chains = {
|
|
|
25540
27808
|
}
|
|
25541
27809
|
]
|
|
25542
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
|
+
},
|
|
25543
27835
|
1731313: {
|
|
25544
27836
|
name: 'Turkey Demo Dev',
|
|
25545
27837
|
chain: 'ETH',
|
|
@@ -25647,6 +27939,20 @@ exports.chains = {
|
|
|
25647
27939
|
chainId: 2611555,
|
|
25648
27940
|
networkId: 2611555
|
|
25649
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
|
+
},
|
|
25650
27956
|
3141592: {
|
|
25651
27957
|
name: 'Filecoin - Butterfly testnet',
|
|
25652
27958
|
chain: 'FIL',
|
|
@@ -25755,7 +28061,7 @@ exports.chains = {
|
|
|
25755
28061
|
decimals: 18
|
|
25756
28062
|
},
|
|
25757
28063
|
infoURL: 'https://wannsee.mxc.com/docs/intro',
|
|
25758
|
-
shortName: '
|
|
28064
|
+
shortName: 'MXCdiscontinued',
|
|
25759
28065
|
chainId: 5167003,
|
|
25760
28066
|
networkId: 5167003,
|
|
25761
28067
|
slip44: 1,
|
|
@@ -25767,6 +28073,30 @@ exports.chains = {
|
|
|
25767
28073
|
}
|
|
25768
28074
|
]
|
|
25769
28075
|
},
|
|
28076
|
+
5167004: {
|
|
28077
|
+
name: 'Moonchain Geneva Testnet',
|
|
28078
|
+
chain: 'MXC zkEVM',
|
|
28079
|
+
icon: 'mxc',
|
|
28080
|
+
rpc: ['https://geneva-rpc.moonchain.com'],
|
|
28081
|
+
faucets: [],
|
|
28082
|
+
nativeCurrency: {
|
|
28083
|
+
name: 'Moonchain Geneva Testnet',
|
|
28084
|
+
symbol: 'MXC',
|
|
28085
|
+
decimals: 18
|
|
28086
|
+
},
|
|
28087
|
+
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
28088
|
+
shortName: 'MXC',
|
|
28089
|
+
chainId: 5167004,
|
|
28090
|
+
networkId: 5167004,
|
|
28091
|
+
slip44: 1,
|
|
28092
|
+
explorers: [
|
|
28093
|
+
{
|
|
28094
|
+
name: 'Moonchain Geneva Testnet',
|
|
28095
|
+
url: 'https://geneva-explorer.moonchain.com',
|
|
28096
|
+
standard: 'EIP3091'
|
|
28097
|
+
}
|
|
28098
|
+
]
|
|
28099
|
+
},
|
|
25770
28100
|
5201420: {
|
|
25771
28101
|
name: 'Electroneum Testnet',
|
|
25772
28102
|
chain: 'Electroneum',
|
|
@@ -25789,6 +28119,25 @@ exports.chains = {
|
|
|
25789
28119
|
}
|
|
25790
28120
|
]
|
|
25791
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
|
+
},
|
|
25792
28141
|
5555555: {
|
|
25793
28142
|
name: 'Imversed Mainnet',
|
|
25794
28143
|
chain: 'Imversed',
|
|
@@ -25879,6 +28228,46 @@ exports.chains = {
|
|
|
25879
28228
|
]
|
|
25880
28229
|
}
|
|
25881
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
|
+
},
|
|
25882
28271
|
7225878: {
|
|
25883
28272
|
name: 'Saakuru Mainnet',
|
|
25884
28273
|
chain: 'Saakuru',
|
|
@@ -26261,6 +28650,26 @@ exports.chains = {
|
|
|
26261
28650
|
}
|
|
26262
28651
|
]
|
|
26263
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
|
+
},
|
|
26264
28673
|
18289463: {
|
|
26265
28674
|
name: 'IOLite',
|
|
26266
28675
|
chain: 'ILT',
|
|
@@ -26559,6 +28968,25 @@ exports.chains = {
|
|
|
26559
28968
|
}
|
|
26560
28969
|
]
|
|
26561
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
|
+
},
|
|
26562
28990
|
43214913: {
|
|
26563
28991
|
name: 'maistestsubnet',
|
|
26564
28992
|
chain: 'MAI',
|
|
@@ -26789,6 +29217,40 @@ exports.chains = {
|
|
|
26789
29217
|
}
|
|
26790
29218
|
]
|
|
26791
29219
|
},
|
|
29220
|
+
94204209: {
|
|
29221
|
+
name: 'Polygon Blackberry',
|
|
29222
|
+
title: 'Polygon Blackberry Testnet',
|
|
29223
|
+
chain: 'ETH',
|
|
29224
|
+
rpc: [
|
|
29225
|
+
'https://rpc.polygon-blackberry.gelato.digital',
|
|
29226
|
+
'wss://ws.polygon-blackberry.gelato.digital'
|
|
29227
|
+
],
|
|
29228
|
+
faucets: [],
|
|
29229
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
29230
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/polygon-blackberry',
|
|
29231
|
+
shortName: 'polygon-blackberry',
|
|
29232
|
+
chainId: 94204209,
|
|
29233
|
+
networkId: 94204209,
|
|
29234
|
+
slip44: 60,
|
|
29235
|
+
explorers: [
|
|
29236
|
+
{
|
|
29237
|
+
name: 'blockscout',
|
|
29238
|
+
url: 'https://polygon-blackberry.gelatoscout.com',
|
|
29239
|
+
icon: 'blockscout',
|
|
29240
|
+
standard: 'EIP3091'
|
|
29241
|
+
}
|
|
29242
|
+
],
|
|
29243
|
+
parent: {
|
|
29244
|
+
type: 'L2',
|
|
29245
|
+
chain: 'eip155-11155111',
|
|
29246
|
+
bridges: [
|
|
29247
|
+
{
|
|
29248
|
+
url: 'https://bridge.gelato.network/bridge/polygon-blackberry'
|
|
29249
|
+
}
|
|
29250
|
+
]
|
|
29251
|
+
},
|
|
29252
|
+
status: 'active'
|
|
29253
|
+
},
|
|
26792
29254
|
99415706: {
|
|
26793
29255
|
name: 'Joys Digital TestNet',
|
|
26794
29256
|
chain: 'TOYS',
|
|
@@ -26801,11 +29263,78 @@ exports.chains = {
|
|
|
26801
29263
|
networkId: 99415706,
|
|
26802
29264
|
slip44: 1
|
|
26803
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
|
+
},
|
|
29296
|
+
123420111: {
|
|
29297
|
+
name: 'OP Celestia Raspberry',
|
|
29298
|
+
title: 'OP Celestia Raspberry Testnet',
|
|
29299
|
+
chain: 'ETH',
|
|
29300
|
+
rpc: [
|
|
29301
|
+
'https://rpc.opcelestia-raspberry.gelato.digital',
|
|
29302
|
+
'wss://ws.opcelestia-raspberry.gelato.digital'
|
|
29303
|
+
],
|
|
29304
|
+
faucets: [],
|
|
29305
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
29306
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/opcelestia-raspberry',
|
|
29307
|
+
shortName: 'opcelestia-raspberry',
|
|
29308
|
+
chainId: 123420111,
|
|
29309
|
+
networkId: 123420111,
|
|
29310
|
+
slip44: 60,
|
|
29311
|
+
explorers: [
|
|
29312
|
+
{
|
|
29313
|
+
name: 'blockscout',
|
|
29314
|
+
url: 'https://opcelestia-raspberry.gelatoscout.com',
|
|
29315
|
+
icon: 'blockscout',
|
|
29316
|
+
standard: 'EIP3091'
|
|
29317
|
+
}
|
|
29318
|
+
],
|
|
29319
|
+
parent: {
|
|
29320
|
+
type: 'L2',
|
|
29321
|
+
chain: 'eip155-11155111',
|
|
29322
|
+
bridges: [
|
|
29323
|
+
{
|
|
29324
|
+
url: 'https://bridge.gelato.network/bridge/opcelestia-raspberry'
|
|
29325
|
+
}
|
|
29326
|
+
]
|
|
29327
|
+
},
|
|
29328
|
+
status: 'active'
|
|
29329
|
+
},
|
|
26804
29330
|
161221135: {
|
|
26805
29331
|
name: 'Plume Testnet',
|
|
26806
29332
|
title: 'Plume Sepolia Rollup Testnet',
|
|
26807
29333
|
chain: 'ETH',
|
|
26808
|
-
rpc: [
|
|
29334
|
+
rpc: [
|
|
29335
|
+
'https://testnet-rpc.plumenetwork.xyz/http',
|
|
29336
|
+
'wss://testnet-rpc.plumenetwork.xyz/ws'
|
|
29337
|
+
],
|
|
26809
29338
|
faucets: [],
|
|
26810
29339
|
nativeCurrency: {
|
|
26811
29340
|
name: 'Plume Sepolia Ether',
|
|
@@ -26821,7 +29350,7 @@ exports.chains = {
|
|
|
26821
29350
|
explorers: [
|
|
26822
29351
|
{
|
|
26823
29352
|
name: 'Blockscout',
|
|
26824
|
-
url: 'https://
|
|
29353
|
+
url: 'https://testnet-explorer.plumenetwork.xyz',
|
|
26825
29354
|
icon: 'blockscout',
|
|
26826
29355
|
standard: 'EIP3091'
|
|
26827
29356
|
}
|
|
@@ -26829,7 +29358,7 @@ exports.chains = {
|
|
|
26829
29358
|
parent: {
|
|
26830
29359
|
type: 'L2',
|
|
26831
29360
|
chain: 'eip155-11155111',
|
|
26832
|
-
bridges: [{ url: 'https://
|
|
29361
|
+
bridges: [{ url: 'https://testnet-bridge.plumenetwork.xyz' }]
|
|
26833
29362
|
}
|
|
26834
29363
|
},
|
|
26835
29364
|
168587773: {
|
|
@@ -27195,6 +29724,44 @@ exports.chains = {
|
|
|
27195
29724
|
}
|
|
27196
29725
|
]
|
|
27197
29726
|
},
|
|
29727
|
+
889910245: {
|
|
29728
|
+
name: 'PTCESCAN Testnet',
|
|
29729
|
+
title: 'PTCESCAN Testnet',
|
|
29730
|
+
chain: 'PTCE',
|
|
29731
|
+
rpc: ['https://rpc-testnet.ptcscan.io'],
|
|
29732
|
+
faucets: ['https://faucet.ptcscan.io/'],
|
|
29733
|
+
nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
|
|
29734
|
+
infoURL: 'https://ptcscan.io',
|
|
29735
|
+
shortName: 'PTCE',
|
|
29736
|
+
chainId: 889910245,
|
|
29737
|
+
networkId: 889910245,
|
|
29738
|
+
explorers: [
|
|
29739
|
+
{
|
|
29740
|
+
name: 'PTCESCAN Testnet Explorer',
|
|
29741
|
+
url: 'https://explorer-testnet.ptcscan.io',
|
|
29742
|
+
standard: 'EIP3091'
|
|
29743
|
+
}
|
|
29744
|
+
]
|
|
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
|
+
},
|
|
27198
29765
|
974399131: {
|
|
27199
29766
|
name: 'SKALE Calypso Hub Testnet',
|
|
27200
29767
|
title: 'SKALE Calypso Hub Testnet',
|
|
@@ -27434,6 +30001,24 @@ exports.chains = {
|
|
|
27434
30001
|
}
|
|
27435
30002
|
]
|
|
27436
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
|
+
},
|
|
27437
30022
|
1380996178: {
|
|
27438
30023
|
name: 'RaptorChain',
|
|
27439
30024
|
chain: 'RPTR',
|
|
@@ -27693,6 +30278,24 @@ exports.chains = {
|
|
|
27693
30278
|
networkId: 1666900001,
|
|
27694
30279
|
explorers: []
|
|
27695
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
|
+
},
|
|
27696
30299
|
2021121117: {
|
|
27697
30300
|
name: 'DataHopper',
|
|
27698
30301
|
chain: 'HOP',
|
|
@@ -27858,6 +30461,36 @@ exports.chains = {
|
|
|
27858
30461
|
explorers: [],
|
|
27859
30462
|
status: 'incubating'
|
|
27860
30463
|
},
|
|
30464
|
+
88153591557: {
|
|
30465
|
+
name: 'Arbitrum Blueberry',
|
|
30466
|
+
title: 'Arbitrum Blueberry Testnet',
|
|
30467
|
+
chain: 'ETH',
|
|
30468
|
+
rpc: [
|
|
30469
|
+
'https://rpc.arb-blueberry.gelato.digital',
|
|
30470
|
+
'wss://ws.arb-blueberry.gelato.digital'
|
|
30471
|
+
],
|
|
30472
|
+
faucets: [],
|
|
30473
|
+
nativeCurrency: { name: 'GelatoCGT', symbol: 'CGT', decimals: 18 },
|
|
30474
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arb-blueberry',
|
|
30475
|
+
shortName: 'arb-blueberry',
|
|
30476
|
+
chainId: 88153591557,
|
|
30477
|
+
networkId: 88153591557,
|
|
30478
|
+
slip44: 60,
|
|
30479
|
+
explorers: [
|
|
30480
|
+
{
|
|
30481
|
+
name: 'blockscout',
|
|
30482
|
+
url: 'https://arb-blueberry.gelatoscout.com',
|
|
30483
|
+
icon: 'blockscout',
|
|
30484
|
+
standard: 'EIP3091'
|
|
30485
|
+
}
|
|
30486
|
+
],
|
|
30487
|
+
parent: {
|
|
30488
|
+
type: 'L2',
|
|
30489
|
+
chain: 'eip155-421614',
|
|
30490
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/arb-blueberry' }]
|
|
30491
|
+
},
|
|
30492
|
+
status: 'active'
|
|
30493
|
+
},
|
|
27861
30494
|
107107114116: {
|
|
27862
30495
|
name: 'Kakarot Sepolia',
|
|
27863
30496
|
chain: 'ETH',
|
|
@@ -28003,5 +30636,28 @@ exports.chains = {
|
|
|
28003
30636
|
standard: 'none'
|
|
28004
30637
|
}
|
|
28005
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
|
+
]
|
|
28006
30662
|
}
|
|
28007
30663
|
};
|