@revoke.cash/chains 37.0.0 → 38.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 +831 -30
- package/dist/src/enums.d.ts +76 -4
- package/dist/src/enums.js +76 -4
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -3190,6 +3190,46 @@ exports.chains = {
|
|
|
3190
3190
|
}
|
|
3191
3191
|
]
|
|
3192
3192
|
},
|
|
3193
|
+
158: {
|
|
3194
|
+
name: 'Roburna Mainnet',
|
|
3195
|
+
chain: 'RBA',
|
|
3196
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3197
|
+
rpc: ['https://dataseed.roburna.com'],
|
|
3198
|
+
faucets: [],
|
|
3199
|
+
nativeCurrency: { name: 'Roburna', symbol: 'RBA', decimals: 18 },
|
|
3200
|
+
infoURL: 'https://www.roburna.com/',
|
|
3201
|
+
shortName: 'rba',
|
|
3202
|
+
chainId: 158,
|
|
3203
|
+
networkId: 158,
|
|
3204
|
+
icon: 'roburna',
|
|
3205
|
+
explorers: [
|
|
3206
|
+
{
|
|
3207
|
+
name: 'Rbascan Explorer',
|
|
3208
|
+
url: 'https://rbascan.com',
|
|
3209
|
+
standard: 'EIP3091'
|
|
3210
|
+
}
|
|
3211
|
+
]
|
|
3212
|
+
},
|
|
3213
|
+
159: {
|
|
3214
|
+
name: 'Roburna Testnet',
|
|
3215
|
+
chain: 'RBAT',
|
|
3216
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3217
|
+
rpc: ['https://preseed-testnet-1.roburna.com'],
|
|
3218
|
+
faucets: [],
|
|
3219
|
+
nativeCurrency: { name: 'Roburna', symbol: 'RBAT', decimals: 18 },
|
|
3220
|
+
infoURL: 'https://www.roburna.com/',
|
|
3221
|
+
shortName: 'rbat',
|
|
3222
|
+
chainId: 159,
|
|
3223
|
+
networkId: 159,
|
|
3224
|
+
icon: 'roburna',
|
|
3225
|
+
explorers: [
|
|
3226
|
+
{
|
|
3227
|
+
name: 'Rbascan Testnet Explorer',
|
|
3228
|
+
url: 'https://testnet.rbascan.com',
|
|
3229
|
+
standard: 'EIP3091'
|
|
3230
|
+
}
|
|
3231
|
+
]
|
|
3232
|
+
},
|
|
3193
3233
|
160: {
|
|
3194
3234
|
name: 'Armonia Eva Chain Mainnet',
|
|
3195
3235
|
chain: 'Eva',
|
|
@@ -3272,6 +3312,20 @@ exports.chains = {
|
|
|
3272
3312
|
}
|
|
3273
3313
|
]
|
|
3274
3314
|
},
|
|
3315
|
+
166: {
|
|
3316
|
+
name: 'Omni',
|
|
3317
|
+
chain: 'Omni',
|
|
3318
|
+
status: 'incubating',
|
|
3319
|
+
rpc: [],
|
|
3320
|
+
features: [{ name: 'EIP155' }],
|
|
3321
|
+
faucets: [],
|
|
3322
|
+
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3323
|
+
infoURL: 'https://docs.omni.network/',
|
|
3324
|
+
shortName: 'omni',
|
|
3325
|
+
chainId: 166,
|
|
3326
|
+
networkId: 166,
|
|
3327
|
+
slip44: 1
|
|
3328
|
+
},
|
|
3275
3329
|
167: {
|
|
3276
3330
|
name: 'Atoshi Testnet',
|
|
3277
3331
|
chain: 'ATOSHI',
|
|
@@ -3647,7 +3701,7 @@ exports.chains = {
|
|
|
3647
3701
|
chain: 'VinuChain Testnet',
|
|
3648
3702
|
rpc: ['https://vinufoundation-rpc.com'],
|
|
3649
3703
|
faucets: [],
|
|
3650
|
-
nativeCurrency: { name: 'VinuChain', symbol: '
|
|
3704
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
|
|
3651
3705
|
infoURL: 'https://vitainu.org',
|
|
3652
3706
|
shortName: 'VCTEST',
|
|
3653
3707
|
chainId: 206,
|
|
@@ -3668,7 +3722,7 @@ exports.chains = {
|
|
|
3668
3722
|
chain: 'VinuChain',
|
|
3669
3723
|
rpc: ['https://vinuchain-rpc.com'],
|
|
3670
3724
|
faucets: [],
|
|
3671
|
-
nativeCurrency: { name: 'VinuChain', symbol: '
|
|
3725
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
|
|
3672
3726
|
infoURL: 'https://vitainu.org',
|
|
3673
3727
|
shortName: 'VC',
|
|
3674
3728
|
chainId: 207,
|
|
@@ -4187,6 +4241,56 @@ exports.chains = {
|
|
|
4187
4241
|
}
|
|
4188
4242
|
]
|
|
4189
4243
|
},
|
|
4244
|
+
266: {
|
|
4245
|
+
name: 'Neura',
|
|
4246
|
+
title: 'Neura Mainnet',
|
|
4247
|
+
chain: 'NEURA',
|
|
4248
|
+
icon: 'neura',
|
|
4249
|
+
rpc: [],
|
|
4250
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4251
|
+
faucets: [],
|
|
4252
|
+
nativeCurrency: { name: 'Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4253
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4254
|
+
shortName: 'neura',
|
|
4255
|
+
chainId: 266,
|
|
4256
|
+
networkId: 266,
|
|
4257
|
+
status: 'incubating',
|
|
4258
|
+
explorers: []
|
|
4259
|
+
},
|
|
4260
|
+
267: {
|
|
4261
|
+
name: 'Neura Testnet',
|
|
4262
|
+
title: 'Neura Testnet',
|
|
4263
|
+
chain: 'NEURA',
|
|
4264
|
+
icon: 'neura',
|
|
4265
|
+
rpc: [],
|
|
4266
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4267
|
+
faucets: [],
|
|
4268
|
+
nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4269
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4270
|
+
shortName: 'tneura',
|
|
4271
|
+
chainId: 267,
|
|
4272
|
+
networkId: 267,
|
|
4273
|
+
explorers: [],
|
|
4274
|
+
status: 'incubating',
|
|
4275
|
+
slip44: 1
|
|
4276
|
+
},
|
|
4277
|
+
268: {
|
|
4278
|
+
name: 'Neura Devnet',
|
|
4279
|
+
title: 'Neura Devnet',
|
|
4280
|
+
chain: 'NEURA',
|
|
4281
|
+
icon: 'neura',
|
|
4282
|
+
rpc: [],
|
|
4283
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4284
|
+
faucets: [],
|
|
4285
|
+
nativeCurrency: { name: 'Devnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4286
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4287
|
+
shortName: 'dneura',
|
|
4288
|
+
chainId: 268,
|
|
4289
|
+
networkId: 268,
|
|
4290
|
+
explorers: [],
|
|
4291
|
+
status: 'incubating',
|
|
4292
|
+
slip44: 1
|
|
4293
|
+
},
|
|
4190
4294
|
269: {
|
|
4191
4295
|
name: 'High Performance Blockchain',
|
|
4192
4296
|
chain: 'HPB',
|
|
@@ -4288,6 +4392,29 @@ exports.chains = {
|
|
|
4288
4392
|
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
4289
4393
|
}
|
|
4290
4394
|
},
|
|
4395
|
+
282: {
|
|
4396
|
+
name: 'Cronos zkEVM Testnet',
|
|
4397
|
+
chain: 'CronosZkEVMTestnet',
|
|
4398
|
+
rpc: ['https://rpc-zkevm-t0.cronos.org'],
|
|
4399
|
+
faucets: ['https://zkevm-t0.cronos.org/faucet'],
|
|
4400
|
+
nativeCurrency: {
|
|
4401
|
+
name: 'Cronos zkEVM Test Coin',
|
|
4402
|
+
symbol: 'TCRO',
|
|
4403
|
+
decimals: 18
|
|
4404
|
+
},
|
|
4405
|
+
infoURL: 'https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet',
|
|
4406
|
+
shortName: 'zktcro',
|
|
4407
|
+
chainId: 282,
|
|
4408
|
+
networkId: 282,
|
|
4409
|
+
slip44: 1,
|
|
4410
|
+
explorers: [
|
|
4411
|
+
{
|
|
4412
|
+
name: 'Cronos zkEVM Testnet Explorer',
|
|
4413
|
+
url: 'https://zkevm-t0.cronos.org/explorer',
|
|
4414
|
+
standard: 'none'
|
|
4415
|
+
}
|
|
4416
|
+
]
|
|
4417
|
+
},
|
|
4291
4418
|
288: {
|
|
4292
4419
|
name: 'Boba Network',
|
|
4293
4420
|
chain: 'ETH',
|
|
@@ -4576,6 +4703,24 @@ exports.chains = {
|
|
|
4576
4703
|
}
|
|
4577
4704
|
]
|
|
4578
4705
|
},
|
|
4706
|
+
308: {
|
|
4707
|
+
name: 'Furtheon',
|
|
4708
|
+
chain: 'Furtheon Network',
|
|
4709
|
+
rpc: ['https://rpc.furtheon.org'],
|
|
4710
|
+
faucets: [],
|
|
4711
|
+
nativeCurrency: { name: 'Furtheon', symbol: 'FTH', decimals: 18 },
|
|
4712
|
+
infoURL: 'https://furtheon.org/',
|
|
4713
|
+
shortName: 'furtheon',
|
|
4714
|
+
chainId: 308,
|
|
4715
|
+
networkId: 308,
|
|
4716
|
+
explorers: [
|
|
4717
|
+
{
|
|
4718
|
+
name: 'furthscan',
|
|
4719
|
+
url: 'http://furthscan.com',
|
|
4720
|
+
standard: 'EIP3091'
|
|
4721
|
+
}
|
|
4722
|
+
]
|
|
4723
|
+
},
|
|
4579
4724
|
309: {
|
|
4580
4725
|
name: 'Wyzth Testnet',
|
|
4581
4726
|
chain: 'WYZ',
|
|
@@ -5084,6 +5229,44 @@ exports.chains = {
|
|
|
5084
5229
|
],
|
|
5085
5230
|
status: 'active'
|
|
5086
5231
|
},
|
|
5232
|
+
397: {
|
|
5233
|
+
name: 'Near Mainnet',
|
|
5234
|
+
chain: 'NEAR',
|
|
5235
|
+
rpc: [],
|
|
5236
|
+
icon: 'near',
|
|
5237
|
+
faucets: [],
|
|
5238
|
+
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5239
|
+
infoURL: 'https://near.org/',
|
|
5240
|
+
shortName: 'near',
|
|
5241
|
+
chainId: 397,
|
|
5242
|
+
networkId: 397,
|
|
5243
|
+
explorers: [
|
|
5244
|
+
{
|
|
5245
|
+
name: 'Near Blocks',
|
|
5246
|
+
url: 'https://nearblocks.io',
|
|
5247
|
+
standard: 'none'
|
|
5248
|
+
}
|
|
5249
|
+
]
|
|
5250
|
+
},
|
|
5251
|
+
398: {
|
|
5252
|
+
name: 'Near Testnet',
|
|
5253
|
+
chain: 'NEAR',
|
|
5254
|
+
rpc: [],
|
|
5255
|
+
icon: 'near',
|
|
5256
|
+
faucets: [],
|
|
5257
|
+
nativeCurrency: { name: 'Testnet NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5258
|
+
infoURL: 'https://aurora.dev',
|
|
5259
|
+
shortName: 'near-testnet',
|
|
5260
|
+
chainId: 398,
|
|
5261
|
+
networkId: 398,
|
|
5262
|
+
explorers: [
|
|
5263
|
+
{
|
|
5264
|
+
name: 'Near blocks',
|
|
5265
|
+
url: 'https://testnet.nearblocks.io',
|
|
5266
|
+
standard: 'none'
|
|
5267
|
+
}
|
|
5268
|
+
]
|
|
5269
|
+
},
|
|
5087
5270
|
399: {
|
|
5088
5271
|
name: 'Nativ3 Mainnet',
|
|
5089
5272
|
chainId: 399,
|
|
@@ -5655,6 +5838,26 @@ exports.chains = {
|
|
|
5655
5838
|
}
|
|
5656
5839
|
]
|
|
5657
5840
|
},
|
|
5841
|
+
537: {
|
|
5842
|
+
name: 'OpTrust Mainnet',
|
|
5843
|
+
chain: 'OpTrust',
|
|
5844
|
+
rpc: ['https://rpc.optrust.io'],
|
|
5845
|
+
faucets: [],
|
|
5846
|
+
nativeCurrency: { name: 'BSC', symbol: 'BNB', decimals: 18 },
|
|
5847
|
+
infoURL: 'https://optrust.io',
|
|
5848
|
+
shortName: 'optrust',
|
|
5849
|
+
chainId: 537,
|
|
5850
|
+
networkId: 537,
|
|
5851
|
+
icon: 'optrust',
|
|
5852
|
+
explorers: [
|
|
5853
|
+
{
|
|
5854
|
+
name: 'OpTrust explorer',
|
|
5855
|
+
url: 'https://scan.optrust.io',
|
|
5856
|
+
icon: 'optrust',
|
|
5857
|
+
standard: 'none'
|
|
5858
|
+
}
|
|
5859
|
+
]
|
|
5860
|
+
},
|
|
5658
5861
|
542: {
|
|
5659
5862
|
name: 'PAWCHAIN Testnet',
|
|
5660
5863
|
chain: 'PAW',
|
|
@@ -7591,21 +7794,25 @@ exports.chains = {
|
|
|
7591
7794
|
name: 'Klaytn Testnet Baobab',
|
|
7592
7795
|
chain: 'KLAY',
|
|
7593
7796
|
rpc: [
|
|
7594
|
-
'https://
|
|
7595
|
-
'https://
|
|
7596
|
-
'wss://klaytn-baobab.drpc.org'
|
|
7797
|
+
'https://public-en-baobab.klaytn.net',
|
|
7798
|
+
'https://api.baobab.klaytn.net:8651'
|
|
7597
7799
|
],
|
|
7598
7800
|
faucets: ['https://baobab.wallet.klaytn.com/access?next=faucet'],
|
|
7599
7801
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
7600
|
-
infoURL: 'https://
|
|
7802
|
+
infoURL: 'https://klaytn.foundation',
|
|
7601
7803
|
shortName: 'Baobab',
|
|
7602
7804
|
chainId: 1001,
|
|
7603
7805
|
networkId: 1001,
|
|
7604
7806
|
slip44: 1,
|
|
7605
7807
|
explorers: [
|
|
7606
7808
|
{
|
|
7607
|
-
name: '
|
|
7608
|
-
url: 'https://
|
|
7809
|
+
name: 'Klaytnscope',
|
|
7810
|
+
url: 'https://baobab.klaytnscope.com',
|
|
7811
|
+
standard: 'EIP3091'
|
|
7812
|
+
},
|
|
7813
|
+
{
|
|
7814
|
+
name: 'Klaytnfinder',
|
|
7815
|
+
url: 'https://baobab.klaytnfinder.io',
|
|
7609
7816
|
standard: 'EIP3091'
|
|
7610
7817
|
}
|
|
7611
7818
|
]
|
|
@@ -7682,6 +7889,26 @@ exports.chains = {
|
|
|
7682
7889
|
}
|
|
7683
7890
|
]
|
|
7684
7891
|
},
|
|
7892
|
+
1009: {
|
|
7893
|
+
name: 'Jumbochain Mainnet',
|
|
7894
|
+
chain: 'Jumbo',
|
|
7895
|
+
rpc: ['https://rpcpriv.jumbochain.org'],
|
|
7896
|
+
faucets: [],
|
|
7897
|
+
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
7898
|
+
features: [{ name: 'EIP155' }],
|
|
7899
|
+
infoURL: 'https://jumbochain.org',
|
|
7900
|
+
shortName: 'Jumboscan',
|
|
7901
|
+
chainId: 1009,
|
|
7902
|
+
networkId: 1009,
|
|
7903
|
+
slip44: 1,
|
|
7904
|
+
explorers: [
|
|
7905
|
+
{
|
|
7906
|
+
name: 'Jumboscan',
|
|
7907
|
+
url: 'https://jumboscan.jumbochain.org',
|
|
7908
|
+
standard: 'EIP3091'
|
|
7909
|
+
}
|
|
7910
|
+
]
|
|
7911
|
+
},
|
|
7685
7912
|
1010: {
|
|
7686
7913
|
name: 'Evrice Network',
|
|
7687
7914
|
chain: 'EVC',
|
|
@@ -9541,6 +9768,31 @@ exports.chains = {
|
|
|
9541
9768
|
bridges: [{ url: 'https://testnet-bridge.mintchain.io' }]
|
|
9542
9769
|
}
|
|
9543
9770
|
},
|
|
9771
|
+
1687: {
|
|
9772
|
+
name: 'Mint Sepolia Testnet',
|
|
9773
|
+
chain: 'ETH',
|
|
9774
|
+
rpc: ['https://sepolia-testnet-rpc.mintchain.io'],
|
|
9775
|
+
faucets: [],
|
|
9776
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
9777
|
+
infoURL: 'https://www.mintchain.io',
|
|
9778
|
+
shortName: 'mintsepoliatest',
|
|
9779
|
+
chainId: 1687,
|
|
9780
|
+
networkId: 1687,
|
|
9781
|
+
icon: 'mintTestnet',
|
|
9782
|
+
explorers: [
|
|
9783
|
+
{
|
|
9784
|
+
name: 'blockscout',
|
|
9785
|
+
url: 'https://sepolia-testnet-explorer.mintchain.io',
|
|
9786
|
+
icon: 'mintTestnet',
|
|
9787
|
+
standard: 'EIP3091'
|
|
9788
|
+
}
|
|
9789
|
+
],
|
|
9790
|
+
parent: {
|
|
9791
|
+
type: 'L2',
|
|
9792
|
+
chain: 'eip155-1',
|
|
9793
|
+
bridges: [{ url: 'https://sepolia-testnet-bridge.mintchain.io' }]
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9544
9796
|
1688: {
|
|
9545
9797
|
name: 'LUDAN Mainnet',
|
|
9546
9798
|
chain: 'LUDAN',
|
|
@@ -10784,9 +11036,13 @@ exports.chains = {
|
|
|
10784
11036
|
chain: 'CFG',
|
|
10785
11037
|
icon: 'centrifuge',
|
|
10786
11038
|
rpc: [
|
|
10787
|
-
'
|
|
11039
|
+
'https://fullnode.centrifuge.io',
|
|
11040
|
+
'wss://fullnode.centrifuge.io',
|
|
11041
|
+
'https://centrifuge-parachain.api.onfinality.io/public',
|
|
10788
11042
|
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
|
11043
|
+
'https://centrifuge-rpc.dwellir.com',
|
|
10789
11044
|
'wss://centrifuge-rpc.dwellir.com',
|
|
11045
|
+
'https://rpc-centrifuge.luckyfriday.io',
|
|
10790
11046
|
'wss://rpc-centrifuge.luckyfriday.io'
|
|
10791
11047
|
],
|
|
10792
11048
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -11501,6 +11757,30 @@ exports.chains = {
|
|
|
11501
11757
|
}
|
|
11502
11758
|
]
|
|
11503
11759
|
},
|
|
11760
|
+
2331: {
|
|
11761
|
+
name: 'RSS3 VSL Sepolia Testnet',
|
|
11762
|
+
chain: 'RSS3',
|
|
11763
|
+
rpc: ['https://rpc.testnet.rss3.io'],
|
|
11764
|
+
faucets: [],
|
|
11765
|
+
nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
|
|
11766
|
+
infoURL: 'https://rss3.io',
|
|
11767
|
+
shortName: 'rss3-testnet',
|
|
11768
|
+
chainId: 2331,
|
|
11769
|
+
networkId: 2331,
|
|
11770
|
+
icon: 'rss3-testnet',
|
|
11771
|
+
explorers: [
|
|
11772
|
+
{
|
|
11773
|
+
name: 'RSS3 VSL Sepolia Testnet Scan',
|
|
11774
|
+
url: 'https://scan.testnet.rss3.io',
|
|
11775
|
+
standard: 'EIP3091'
|
|
11776
|
+
}
|
|
11777
|
+
],
|
|
11778
|
+
parent: {
|
|
11779
|
+
type: 'L2',
|
|
11780
|
+
chain: 'eip155-11155111',
|
|
11781
|
+
bridges: [{ url: 'https://explorer.testnet.rss3.io/bridge' }]
|
|
11782
|
+
}
|
|
11783
|
+
},
|
|
11504
11784
|
2332: {
|
|
11505
11785
|
name: 'SOMA Network Mainnet',
|
|
11506
11786
|
chain: 'SOMA',
|
|
@@ -11791,19 +12071,20 @@ exports.chains = {
|
|
|
11791
12071
|
]
|
|
11792
12072
|
},
|
|
11793
12073
|
2511: {
|
|
11794
|
-
name: 'Karak
|
|
12074
|
+
name: 'Karak Goerli',
|
|
11795
12075
|
chain: 'Karak',
|
|
11796
12076
|
icon: 'karak',
|
|
12077
|
+
status: 'deprecated',
|
|
11797
12078
|
rpc: ['https://goerli.node1.karak.network'],
|
|
11798
12079
|
faucets: [],
|
|
11799
12080
|
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11800
12081
|
infoURL: 'https://karak.network',
|
|
11801
|
-
shortName: 'karak-
|
|
12082
|
+
shortName: 'karak-goerli',
|
|
11802
12083
|
chainId: 2511,
|
|
11803
12084
|
networkId: 2511,
|
|
11804
12085
|
explorers: [
|
|
11805
12086
|
{
|
|
11806
|
-
name: 'Karak
|
|
12087
|
+
name: 'Karak Goerli Explorer',
|
|
11807
12088
|
url: 'https://goerli.scan.karak.network',
|
|
11808
12089
|
standard: 'EIP3091'
|
|
11809
12090
|
}
|
|
@@ -12089,6 +12370,25 @@ exports.chains = {
|
|
|
12089
12370
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
12090
12371
|
}
|
|
12091
12372
|
},
|
|
12373
|
+
2907: {
|
|
12374
|
+
name: 'Elux Chain',
|
|
12375
|
+
chain: 'ELUX',
|
|
12376
|
+
icon: 'eluxchain',
|
|
12377
|
+
rpc: ['https://rpc.eluxscan.com'],
|
|
12378
|
+
faucets: [],
|
|
12379
|
+
nativeCurrency: { name: 'Elux Chain', symbol: 'ELUX', decimals: 18 },
|
|
12380
|
+
infoURL: 'https://eluxscan.com',
|
|
12381
|
+
shortName: 'ELUX',
|
|
12382
|
+
chainId: 2907,
|
|
12383
|
+
networkId: 2907,
|
|
12384
|
+
explorers: [
|
|
12385
|
+
{
|
|
12386
|
+
name: 'blockscout',
|
|
12387
|
+
url: 'https://eluxscan.com',
|
|
12388
|
+
standard: 'none'
|
|
12389
|
+
}
|
|
12390
|
+
]
|
|
12391
|
+
},
|
|
12092
12392
|
2911: {
|
|
12093
12393
|
name: 'HYCHAIN',
|
|
12094
12394
|
chainId: 2911,
|
|
@@ -13852,6 +14152,46 @@ exports.chains = {
|
|
|
13852
14152
|
}
|
|
13853
14153
|
]
|
|
13854
14154
|
},
|
|
14155
|
+
5039: {
|
|
14156
|
+
name: 'ONIGIRI Test Subnet',
|
|
14157
|
+
chain: 'ONIGIRI',
|
|
14158
|
+
rpc: ['https://subnets.avax.network/onigiri/testnet/rpc'],
|
|
14159
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14160
|
+
faucets: [],
|
|
14161
|
+
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
|
14162
|
+
infoURL: 'https://www.ongr.org/',
|
|
14163
|
+
shortName: 'onigiri',
|
|
14164
|
+
chainId: 5039,
|
|
14165
|
+
networkId: 5039,
|
|
14166
|
+
explorers: [
|
|
14167
|
+
{
|
|
14168
|
+
name: 'ONIGIRI Explorer',
|
|
14169
|
+
url: 'https://subnets-test.avax.network/onigiri',
|
|
14170
|
+
standard: 'EIP3091'
|
|
14171
|
+
}
|
|
14172
|
+
]
|
|
14173
|
+
},
|
|
14174
|
+
5051: {
|
|
14175
|
+
name: 'Nollie Skatechain Testnet',
|
|
14176
|
+
chain: 'Skatechain',
|
|
14177
|
+
rpc: ['https://nollie-rpc.skatechain.org/'],
|
|
14178
|
+
faucets: [],
|
|
14179
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14180
|
+
features: [{ name: 'EIP155' }],
|
|
14181
|
+
infoURL: '',
|
|
14182
|
+
shortName: 'nollie-testnet',
|
|
14183
|
+
chainId: 5051,
|
|
14184
|
+
networkId: 5051,
|
|
14185
|
+
icon: 'nollie',
|
|
14186
|
+
explorers: [
|
|
14187
|
+
{
|
|
14188
|
+
name: 'Nollie Skate Chain Testnet Explorer',
|
|
14189
|
+
url: 'https://nolliescan.skatechain.org',
|
|
14190
|
+
standard: 'EIP3091'
|
|
14191
|
+
}
|
|
14192
|
+
],
|
|
14193
|
+
status: 'active'
|
|
14194
|
+
},
|
|
13855
14195
|
5100: {
|
|
13856
14196
|
name: 'Syndicate Testnet',
|
|
13857
14197
|
title: 'Syndicate Testnet',
|
|
@@ -14074,6 +14414,26 @@ exports.chains = {
|
|
|
14074
14414
|
chainId: 5315,
|
|
14075
14415
|
networkId: 5315
|
|
14076
14416
|
},
|
|
14417
|
+
5317: {
|
|
14418
|
+
name: 'OpTrust Testnet',
|
|
14419
|
+
chain: 'OpTrust',
|
|
14420
|
+
rpc: ['https://rpctest.optrust.io'],
|
|
14421
|
+
faucets: [],
|
|
14422
|
+
nativeCurrency: { name: 'TestBSC', symbol: 'tBNB', decimals: 18 },
|
|
14423
|
+
infoURL: 'https://optrust.io',
|
|
14424
|
+
shortName: 'toptrust',
|
|
14425
|
+
chainId: 5317,
|
|
14426
|
+
networkId: 5317,
|
|
14427
|
+
icon: 'optrust',
|
|
14428
|
+
explorers: [
|
|
14429
|
+
{
|
|
14430
|
+
name: 'OpTrust Testnet explorer',
|
|
14431
|
+
url: 'https://scantest.optrust.io',
|
|
14432
|
+
icon: 'optrust',
|
|
14433
|
+
standard: 'none'
|
|
14434
|
+
}
|
|
14435
|
+
]
|
|
14436
|
+
},
|
|
14077
14437
|
5353: {
|
|
14078
14438
|
name: 'Tritanium Testnet',
|
|
14079
14439
|
chain: 'TRITANIUM',
|
|
@@ -14855,7 +15215,11 @@ exports.chains = {
|
|
|
14855
15215
|
name: 'ZetaChain Athens 3 Testnet',
|
|
14856
15216
|
chain: 'ZetaChain',
|
|
14857
15217
|
icon: 'zetachain',
|
|
14858
|
-
rpc: [
|
|
15218
|
+
rpc: [
|
|
15219
|
+
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
15220
|
+
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket',
|
|
15221
|
+
'https://zetachain-testnet-archive.allthatnode.com:8545'
|
|
15222
|
+
],
|
|
14859
15223
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
14860
15224
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
14861
15225
|
infoURL: 'https://zetachain.com/docs',
|
|
@@ -15499,6 +15863,26 @@ exports.chains = {
|
|
|
15499
15863
|
networkId: 8029,
|
|
15500
15864
|
slip44: 1
|
|
15501
15865
|
},
|
|
15866
|
+
8054: {
|
|
15867
|
+
name: 'Karak Sepolia',
|
|
15868
|
+
chain: 'Karak',
|
|
15869
|
+
icon: 'karak',
|
|
15870
|
+
rpc: ['https://rpc.sepolia.karak.network'],
|
|
15871
|
+
faucets: [],
|
|
15872
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15873
|
+
infoURL: 'https://karak.network',
|
|
15874
|
+
shortName: 'karak-sepolia',
|
|
15875
|
+
chainId: 8054,
|
|
15876
|
+
networkId: 8054,
|
|
15877
|
+
explorers: [
|
|
15878
|
+
{
|
|
15879
|
+
name: 'Karak Sepolia Explorer',
|
|
15880
|
+
url: 'https://explorer.sepolia.karak.network',
|
|
15881
|
+
standard: 'EIP3091'
|
|
15882
|
+
}
|
|
15883
|
+
],
|
|
15884
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
15885
|
+
},
|
|
15502
15886
|
8080: {
|
|
15503
15887
|
name: 'Shardeum Liberty 1.X',
|
|
15504
15888
|
chain: 'Shardeum',
|
|
@@ -15755,10 +16139,10 @@ exports.chains = {
|
|
|
15755
16139
|
8217: {
|
|
15756
16140
|
name: 'Klaytn Mainnet Cypress',
|
|
15757
16141
|
chain: 'KLAY',
|
|
15758
|
-
rpc: ['https://public-
|
|
16142
|
+
rpc: ['https://public-en-cypress.klaytn.net'],
|
|
15759
16143
|
faucets: [],
|
|
15760
16144
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
15761
|
-
infoURL: 'https://
|
|
16145
|
+
infoURL: 'https://klaytn.foundation',
|
|
15762
16146
|
shortName: 'Cypress',
|
|
15763
16147
|
chainId: 8217,
|
|
15764
16148
|
networkId: 8217,
|
|
@@ -15767,7 +16151,12 @@ exports.chains = {
|
|
|
15767
16151
|
{
|
|
15768
16152
|
name: 'Klaytnscope',
|
|
15769
16153
|
url: 'https://scope.klaytn.com',
|
|
15770
|
-
standard: '
|
|
16154
|
+
standard: 'EIP3091'
|
|
16155
|
+
},
|
|
16156
|
+
{
|
|
16157
|
+
name: 'Klaytnfinder',
|
|
16158
|
+
url: 'https://klaytnfinder.io',
|
|
16159
|
+
standard: 'EIP3091'
|
|
15771
16160
|
}
|
|
15772
16161
|
]
|
|
15773
16162
|
},
|
|
@@ -16342,6 +16731,62 @@ exports.chains = {
|
|
|
16342
16731
|
}
|
|
16343
16732
|
]
|
|
16344
16733
|
},
|
|
16734
|
+
9007: {
|
|
16735
|
+
name: 'Shido Testnet Block',
|
|
16736
|
+
chain: 'Shido Testnet',
|
|
16737
|
+
rpc: [
|
|
16738
|
+
'https://rpc-testnet-nodes.shidoscan.com',
|
|
16739
|
+
'wss://wss-testnet-nodes.shidoscan.com'
|
|
16740
|
+
],
|
|
16741
|
+
faucets: ['https://testnet.shidoscan.com/faucet'],
|
|
16742
|
+
nativeCurrency: {
|
|
16743
|
+
name: 'Shido Testnet Token',
|
|
16744
|
+
symbol: 'SHIDO',
|
|
16745
|
+
decimals: 18
|
|
16746
|
+
},
|
|
16747
|
+
infoURL: 'https://www.nexablock.io',
|
|
16748
|
+
shortName: 'ShidoTestnet',
|
|
16749
|
+
chainId: 9007,
|
|
16750
|
+
networkId: 9007,
|
|
16751
|
+
icon: 'shidoChain',
|
|
16752
|
+
explorers: [
|
|
16753
|
+
{
|
|
16754
|
+
name: 'Shidoblock Testnet Explorer',
|
|
16755
|
+
url: 'https://testnet.shidoscan.com',
|
|
16756
|
+
standard: 'none',
|
|
16757
|
+
icon: 'shidoChain'
|
|
16758
|
+
}
|
|
16759
|
+
]
|
|
16760
|
+
},
|
|
16761
|
+
9008: {
|
|
16762
|
+
name: 'Shido Mainnet Block',
|
|
16763
|
+
chain: 'Shido Mainnet',
|
|
16764
|
+
rpc: [
|
|
16765
|
+
'https://rpc-nodes.shidoscan.com',
|
|
16766
|
+
'wss://wss-nodes.shidoscan.com',
|
|
16767
|
+
'https://rpc-delta-nodes.shidoscan.com',
|
|
16768
|
+
'wss://wss-delta-nodes.shidoscan.com'
|
|
16769
|
+
],
|
|
16770
|
+
faucets: [],
|
|
16771
|
+
nativeCurrency: {
|
|
16772
|
+
name: 'Shido Mainnet Token',
|
|
16773
|
+
symbol: 'SHIDO',
|
|
16774
|
+
decimals: 18
|
|
16775
|
+
},
|
|
16776
|
+
infoURL: 'https://shido.io',
|
|
16777
|
+
shortName: 'Shido',
|
|
16778
|
+
chainId: 9008,
|
|
16779
|
+
networkId: 9008,
|
|
16780
|
+
icon: 'shidoChain',
|
|
16781
|
+
explorers: [
|
|
16782
|
+
{
|
|
16783
|
+
name: 'Shidoblock Mainnet Explorer',
|
|
16784
|
+
url: 'https://shidoscan.com',
|
|
16785
|
+
standard: 'none',
|
|
16786
|
+
icon: 'shidoChain'
|
|
16787
|
+
}
|
|
16788
|
+
]
|
|
16789
|
+
},
|
|
16345
16790
|
9012: {
|
|
16346
16791
|
name: 'BerylBit Mainnet',
|
|
16347
16792
|
chain: 'BRB',
|
|
@@ -17403,6 +17848,26 @@ exports.chains = {
|
|
|
17403
17848
|
}
|
|
17404
17849
|
]
|
|
17405
17850
|
},
|
|
17851
|
+
11221: {
|
|
17852
|
+
name: 'Shine Chain',
|
|
17853
|
+
chain: 'SC20',
|
|
17854
|
+
rpc: ['https://rpc.shinescan.io'],
|
|
17855
|
+
faucets: [],
|
|
17856
|
+
nativeCurrency: { name: 'Shine', symbol: 'SC20', decimals: 18 },
|
|
17857
|
+
infoURL: 'https://shinechain.tech',
|
|
17858
|
+
shortName: 'SC20',
|
|
17859
|
+
chainId: 11221,
|
|
17860
|
+
networkId: 11221,
|
|
17861
|
+
icon: 'shine',
|
|
17862
|
+
explorers: [
|
|
17863
|
+
{
|
|
17864
|
+
name: 'shinescan',
|
|
17865
|
+
url: 'https://shinescan.io',
|
|
17866
|
+
icon: 'shine',
|
|
17867
|
+
standard: 'none'
|
|
17868
|
+
}
|
|
17869
|
+
]
|
|
17870
|
+
},
|
|
17406
17871
|
11235: {
|
|
17407
17872
|
name: 'Haqq Network',
|
|
17408
17873
|
chain: 'Haqq',
|
|
@@ -17726,6 +18191,30 @@ exports.chains = {
|
|
|
17726
18191
|
],
|
|
17727
18192
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
|
17728
18193
|
},
|
|
18194
|
+
12553: {
|
|
18195
|
+
name: 'RSS3 VSL Mainnet',
|
|
18196
|
+
chain: 'RSS3',
|
|
18197
|
+
rpc: ['https://rpc.rss3.io'],
|
|
18198
|
+
faucets: [],
|
|
18199
|
+
nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
|
|
18200
|
+
infoURL: 'https://rss3.io',
|
|
18201
|
+
shortName: 'rss3',
|
|
18202
|
+
chainId: 12553,
|
|
18203
|
+
networkId: 12553,
|
|
18204
|
+
icon: 'rss3',
|
|
18205
|
+
explorers: [
|
|
18206
|
+
{
|
|
18207
|
+
name: 'RSS3 VSL Scan',
|
|
18208
|
+
url: 'https://scan.rss3.io',
|
|
18209
|
+
standard: 'EIP3091'
|
|
18210
|
+
}
|
|
18211
|
+
],
|
|
18212
|
+
parent: {
|
|
18213
|
+
type: 'L2',
|
|
18214
|
+
chain: 'eip155-1',
|
|
18215
|
+
bridges: [{ url: 'https://explorer.rss3.io/bridge' }]
|
|
18216
|
+
}
|
|
18217
|
+
},
|
|
17729
18218
|
12715: {
|
|
17730
18219
|
name: 'Rikeza Network Testnet',
|
|
17731
18220
|
title: 'Rikeza Network Testnet',
|
|
@@ -17962,6 +18451,25 @@ exports.chains = {
|
|
|
17962
18451
|
}
|
|
17963
18452
|
]
|
|
17964
18453
|
},
|
|
18454
|
+
14324: {
|
|
18455
|
+
name: 'EVOLVE Testnet',
|
|
18456
|
+
chain: 'EVO',
|
|
18457
|
+
icon: 'evolveIcon',
|
|
18458
|
+
rpc: ['https://testnet-rpc.evolveblockchain.io'],
|
|
18459
|
+
faucets: ['https://faucet.evolveblockchain.io'],
|
|
18460
|
+
nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
|
|
18461
|
+
infoURL: 'https://evolveblockchain.io',
|
|
18462
|
+
shortName: 'evo',
|
|
18463
|
+
chainId: 14324,
|
|
18464
|
+
networkId: 14324,
|
|
18465
|
+
explorers: [
|
|
18466
|
+
{
|
|
18467
|
+
name: 'Evolve Testnet Explorer',
|
|
18468
|
+
url: 'https://testnet.evolveblockchain.io',
|
|
18469
|
+
standard: 'EIP3091'
|
|
18470
|
+
}
|
|
18471
|
+
]
|
|
18472
|
+
},
|
|
17965
18473
|
14333: {
|
|
17966
18474
|
name: 'Vitruveo Testnet',
|
|
17967
18475
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -18509,20 +19017,24 @@ exports.chains = {
|
|
|
18509
19017
|
}
|
|
18510
19018
|
},
|
|
18511
19019
|
18686: {
|
|
18512
|
-
name: 'MXC zkEVM
|
|
19020
|
+
name: 'MXC zkEVM Moonchain',
|
|
18513
19021
|
chain: 'MXC zkEVM',
|
|
18514
19022
|
icon: 'mxczkevm',
|
|
18515
19023
|
rpc: ['https://rpc.mxc.com'],
|
|
18516
19024
|
faucets: [],
|
|
18517
|
-
nativeCurrency: {
|
|
19025
|
+
nativeCurrency: {
|
|
19026
|
+
name: 'MXC zkEVM Moonchain',
|
|
19027
|
+
symbol: 'MXC',
|
|
19028
|
+
decimals: 18
|
|
19029
|
+
},
|
|
18518
19030
|
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
18519
19031
|
shortName: 'MXCzkEVM',
|
|
18520
19032
|
chainId: 18686,
|
|
18521
19033
|
networkId: 18686,
|
|
18522
19034
|
explorers: [
|
|
18523
19035
|
{
|
|
18524
|
-
name: 'MXC zkEVM
|
|
18525
|
-
url: 'https://explorer.
|
|
19036
|
+
name: 'MXC zkEVM Moonchain',
|
|
19037
|
+
url: 'https://explorer.moonchain.com',
|
|
18526
19038
|
standard: 'EIP3091'
|
|
18527
19039
|
}
|
|
18528
19040
|
]
|
|
@@ -18531,12 +19043,13 @@ exports.chains = {
|
|
|
18531
19043
|
name: 'Titan (TKX) Testnet',
|
|
18532
19044
|
chain: 'Titan (TKX)',
|
|
18533
19045
|
rpc: [
|
|
18534
|
-
'https://titan-testnet-json-rpc
|
|
18535
|
-
'https://titan-testnet-json-rpc-
|
|
19046
|
+
'https://titan-testnet-json-rpc.titanlab.io',
|
|
19047
|
+
'https://titan-testnet-json-rpc-1.titanlab.io',
|
|
19048
|
+
'https://titan-testnet-json-rpc-2.titanlab.io'
|
|
18536
19049
|
],
|
|
18537
19050
|
faucets: [],
|
|
18538
19051
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
18539
|
-
infoURL: 'https://
|
|
19052
|
+
infoURL: 'https://titanlab.io',
|
|
18540
19053
|
shortName: 'titan_tkx-testnet',
|
|
18541
19054
|
chainId: 18889,
|
|
18542
19055
|
networkId: 18889,
|
|
@@ -18545,7 +19058,7 @@ exports.chains = {
|
|
|
18545
19058
|
explorers: [
|
|
18546
19059
|
{
|
|
18547
19060
|
name: 'Titan Explorer',
|
|
18548
|
-
url: 'https://titan-testnet-explorer-light.
|
|
19061
|
+
url: 'https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet',
|
|
18549
19062
|
standard: 'none',
|
|
18550
19063
|
icon: 'titan_tkx'
|
|
18551
19064
|
}
|
|
@@ -21022,6 +21535,32 @@ exports.chains = {
|
|
|
21022
21535
|
}
|
|
21023
21536
|
]
|
|
21024
21537
|
},
|
|
21538
|
+
62049: {
|
|
21539
|
+
name: 'OPTOPIA Testnet',
|
|
21540
|
+
chain: 'ETH',
|
|
21541
|
+
rpc: ['https://rpc-testnet.optopia.ai'],
|
|
21542
|
+
faucets: [],
|
|
21543
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21544
|
+
features: [{ name: 'EIP1559' }],
|
|
21545
|
+
infoURL: 'https://optopia.ai',
|
|
21546
|
+
shortName: 'OPTOPIA-Testnet',
|
|
21547
|
+
chainId: 62049,
|
|
21548
|
+
networkId: 62049,
|
|
21549
|
+
icon: 'optopia',
|
|
21550
|
+
explorers: [
|
|
21551
|
+
{
|
|
21552
|
+
name: 'optopia-testnet-scan',
|
|
21553
|
+
url: 'https://scan-testnet.optopia.ai',
|
|
21554
|
+
icon: 'optopia',
|
|
21555
|
+
standard: 'EIP3091'
|
|
21556
|
+
}
|
|
21557
|
+
],
|
|
21558
|
+
parent: {
|
|
21559
|
+
type: 'L2',
|
|
21560
|
+
chain: 'eip155-11155111',
|
|
21561
|
+
bridges: [{ url: 'https://bridge-testnet.optopia.ai' }]
|
|
21562
|
+
}
|
|
21563
|
+
},
|
|
21025
21564
|
62320: {
|
|
21026
21565
|
name: 'Celo Baklava Testnet',
|
|
21027
21566
|
chainId: 62320,
|
|
@@ -21434,6 +21973,50 @@ exports.chains = {
|
|
|
21434
21973
|
}
|
|
21435
21974
|
]
|
|
21436
21975
|
},
|
|
21976
|
+
73114: {
|
|
21977
|
+
name: 'ICB Testnet',
|
|
21978
|
+
chain: 'ICBT',
|
|
21979
|
+
icon: 'icbnetwork',
|
|
21980
|
+
rpc: [
|
|
21981
|
+
'https://rpc1-testnet.icbnetwork.info/',
|
|
21982
|
+
'https://rpc2-testnet.icbnetwork.info/'
|
|
21983
|
+
],
|
|
21984
|
+
faucets: [],
|
|
21985
|
+
nativeCurrency: { name: 'ICB Testnet Token', symbol: 'ICBT', decimals: 18 },
|
|
21986
|
+
infoURL: 'https://icb.network',
|
|
21987
|
+
shortName: 'ICBT',
|
|
21988
|
+
chainId: 73114,
|
|
21989
|
+
networkId: 73114,
|
|
21990
|
+
explorers: [
|
|
21991
|
+
{
|
|
21992
|
+
name: 'ICB Tesnet Explorer',
|
|
21993
|
+
url: 'https://testnet.icbscan.io',
|
|
21994
|
+
standard: 'EIP3091'
|
|
21995
|
+
}
|
|
21996
|
+
]
|
|
21997
|
+
},
|
|
21998
|
+
73115: {
|
|
21999
|
+
name: 'ICB Network',
|
|
22000
|
+
chain: 'ICB',
|
|
22001
|
+
icon: 'icbnetwork',
|
|
22002
|
+
rpc: [
|
|
22003
|
+
'https://rpc1-mainnet.icbnetwork.info/',
|
|
22004
|
+
'https://rpc2-mainnet.icbnetwork.info/'
|
|
22005
|
+
],
|
|
22006
|
+
faucets: [],
|
|
22007
|
+
nativeCurrency: { name: 'ICB Native Token', symbol: 'ICBX', decimals: 18 },
|
|
22008
|
+
infoURL: 'https://icb.network',
|
|
22009
|
+
shortName: 'ICBX',
|
|
22010
|
+
chainId: 73115,
|
|
22011
|
+
networkId: 73115,
|
|
22012
|
+
explorers: [
|
|
22013
|
+
{
|
|
22014
|
+
name: 'ICB Explorer',
|
|
22015
|
+
url: 'https://icbscan.io',
|
|
22016
|
+
standard: 'EIP3091'
|
|
22017
|
+
}
|
|
22018
|
+
]
|
|
22019
|
+
},
|
|
21437
22020
|
73799: {
|
|
21438
22021
|
name: 'Energy Web Volta Testnet',
|
|
21439
22022
|
chain: 'Volta',
|
|
@@ -21488,6 +22071,25 @@ exports.chains = {
|
|
|
21488
22071
|
}
|
|
21489
22072
|
]
|
|
21490
22073
|
},
|
|
22074
|
+
77001: {
|
|
22075
|
+
name: 'BORAchain mainnet',
|
|
22076
|
+
chain: 'BORA',
|
|
22077
|
+
icon: 'bora',
|
|
22078
|
+
rpc: ['https://public-node.api.boraportal.io/bora/mainnet'],
|
|
22079
|
+
faucets: [],
|
|
22080
|
+
nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
|
|
22081
|
+
infoURL: 'https://www.boraportal.com',
|
|
22082
|
+
shortName: 'BORAchain',
|
|
22083
|
+
chainId: 77001,
|
|
22084
|
+
networkId: 77001,
|
|
22085
|
+
explorers: [
|
|
22086
|
+
{
|
|
22087
|
+
name: 'BORAchainscope',
|
|
22088
|
+
url: 'https://scope.boraportal.com',
|
|
22089
|
+
standard: 'EIP3091'
|
|
22090
|
+
}
|
|
22091
|
+
]
|
|
22092
|
+
},
|
|
21491
22093
|
77238: {
|
|
21492
22094
|
name: 'Foundry Chain Testnet',
|
|
21493
22095
|
chain: 'tFNC',
|
|
@@ -21993,6 +22595,20 @@ exports.chains = {
|
|
|
21993
22595
|
}
|
|
21994
22596
|
]
|
|
21995
22597
|
},
|
|
22598
|
+
83872: {
|
|
22599
|
+
name: 'ZEDXION',
|
|
22600
|
+
chain: 'ZEDXION',
|
|
22601
|
+
rpc: ['https://mainnet-rpc.zedscan.net'],
|
|
22602
|
+
faucets: [],
|
|
22603
|
+
nativeCurrency: { name: 'Zedxion', symbol: 'zedx', decimals: 9 },
|
|
22604
|
+
infoURL: 'https://docs.zedscan.net',
|
|
22605
|
+
shortName: 'ZEDX',
|
|
22606
|
+
chainId: 83872,
|
|
22607
|
+
networkId: 83872,
|
|
22608
|
+
explorers: [
|
|
22609
|
+
{ name: 'Zedscan', url: 'http://zedscan.net', standard: 'EIP3091' }
|
|
22610
|
+
]
|
|
22611
|
+
},
|
|
21996
22612
|
84531: {
|
|
21997
22613
|
name: 'Base Goerli Testnet',
|
|
21998
22614
|
chain: 'ETH',
|
|
@@ -22108,6 +22724,25 @@ exports.chains = {
|
|
|
22108
22724
|
}
|
|
22109
22725
|
]
|
|
22110
22726
|
},
|
|
22727
|
+
88817: {
|
|
22728
|
+
name: 'Unit Zero Testnet',
|
|
22729
|
+
chain: 'Unit Zero',
|
|
22730
|
+
rpc: ['https://rpc-testnet.unit0.dev'],
|
|
22731
|
+
faucets: [],
|
|
22732
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
22733
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22734
|
+
infoURL: 'https://units.network',
|
|
22735
|
+
shortName: 'unit0-testnet',
|
|
22736
|
+
chainId: 88817,
|
|
22737
|
+
networkId: 88817,
|
|
22738
|
+
explorers: [
|
|
22739
|
+
{
|
|
22740
|
+
name: 'explorer-testnet',
|
|
22741
|
+
url: 'https://explorer-testnet.unit0.dev',
|
|
22742
|
+
standard: 'EIP3091'
|
|
22743
|
+
}
|
|
22744
|
+
]
|
|
22745
|
+
},
|
|
22111
22746
|
88819: {
|
|
22112
22747
|
name: 'Unit Zero Stagenet',
|
|
22113
22748
|
chain: 'Unit Zero',
|
|
@@ -23021,8 +23656,7 @@ exports.chains = {
|
|
|
23021
23656
|
{ url: 'https://re.al/bridge' },
|
|
23022
23657
|
{ url: 'https://bridge.gelato.network/bridge/real' }
|
|
23023
23658
|
]
|
|
23024
|
-
}
|
|
23025
|
-
status: 'incubating'
|
|
23659
|
+
}
|
|
23026
23660
|
},
|
|
23027
23661
|
112358: {
|
|
23028
23662
|
name: 'Metachain One Mainnet',
|
|
@@ -23900,6 +24534,29 @@ exports.chains = {
|
|
|
23900
24534
|
networkId: 281121,
|
|
23901
24535
|
explorers: []
|
|
23902
24536
|
},
|
|
24537
|
+
282828: {
|
|
24538
|
+
name: 'Zillion Sepolia Testnet',
|
|
24539
|
+
status: 'active',
|
|
24540
|
+
chain: 'ETH',
|
|
24541
|
+
rpc: ['https://sepolia.zillnet.io/rpc'],
|
|
24542
|
+
faucets: [],
|
|
24543
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
24544
|
+
infoURL: 'https://zillnet.io',
|
|
24545
|
+
shortName: 'zillsep',
|
|
24546
|
+
chainId: 282828,
|
|
24547
|
+
networkId: 282828,
|
|
24548
|
+
slip44: 1,
|
|
24549
|
+
icon: 'zillion',
|
|
24550
|
+
explorers: [
|
|
24551
|
+
{
|
|
24552
|
+
name: 'zillscout',
|
|
24553
|
+
url: 'https://sepolia.zillnet.io',
|
|
24554
|
+
icon: 'zillion',
|
|
24555
|
+
standard: 'EIP3091'
|
|
24556
|
+
}
|
|
24557
|
+
],
|
|
24558
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
24559
|
+
},
|
|
23903
24560
|
314159: {
|
|
23904
24561
|
name: 'Filecoin - Calibration testnet',
|
|
23905
24562
|
chain: 'FIL',
|
|
@@ -25755,7 +26412,7 @@ exports.chains = {
|
|
|
25755
26412
|
decimals: 18
|
|
25756
26413
|
},
|
|
25757
26414
|
infoURL: 'https://wannsee.mxc.com/docs/intro',
|
|
25758
|
-
shortName: '
|
|
26415
|
+
shortName: 'MXCdiscontinued',
|
|
25759
26416
|
chainId: 5167003,
|
|
25760
26417
|
networkId: 5167003,
|
|
25761
26418
|
slip44: 1,
|
|
@@ -25767,6 +26424,30 @@ exports.chains = {
|
|
|
25767
26424
|
}
|
|
25768
26425
|
]
|
|
25769
26426
|
},
|
|
26427
|
+
5167004: {
|
|
26428
|
+
name: 'Moonchain Geneva Testnet',
|
|
26429
|
+
chain: 'MXC zkEVM',
|
|
26430
|
+
icon: 'mxc',
|
|
26431
|
+
rpc: ['https://geneva-rpc.moonchain.com'],
|
|
26432
|
+
faucets: [],
|
|
26433
|
+
nativeCurrency: {
|
|
26434
|
+
name: 'Moonchain Geneva Testnet',
|
|
26435
|
+
symbol: 'MXC',
|
|
26436
|
+
decimals: 18
|
|
26437
|
+
},
|
|
26438
|
+
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
26439
|
+
shortName: 'MXC',
|
|
26440
|
+
chainId: 5167004,
|
|
26441
|
+
networkId: 5167004,
|
|
26442
|
+
slip44: 1,
|
|
26443
|
+
explorers: [
|
|
26444
|
+
{
|
|
26445
|
+
name: 'Moonchain Geneva Testnet',
|
|
26446
|
+
url: 'https://geneva-explorer.moonchain.com',
|
|
26447
|
+
standard: 'EIP3091'
|
|
26448
|
+
}
|
|
26449
|
+
]
|
|
26450
|
+
},
|
|
25770
26451
|
5201420: {
|
|
25771
26452
|
name: 'Electroneum Testnet',
|
|
25772
26453
|
chain: 'Electroneum',
|
|
@@ -26789,6 +27470,40 @@ exports.chains = {
|
|
|
26789
27470
|
}
|
|
26790
27471
|
]
|
|
26791
27472
|
},
|
|
27473
|
+
94204209: {
|
|
27474
|
+
name: 'Polygon Blackberry',
|
|
27475
|
+
title: 'Polygon Blackberry Testnet',
|
|
27476
|
+
chain: 'ETH',
|
|
27477
|
+
rpc: [
|
|
27478
|
+
'https://rpc.polygon-blackberry.gelato.digital',
|
|
27479
|
+
'wss://ws.polygon-blackberry.gelato.digital'
|
|
27480
|
+
],
|
|
27481
|
+
faucets: [],
|
|
27482
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
27483
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/polygon-blackberry',
|
|
27484
|
+
shortName: 'polygon-blackberry',
|
|
27485
|
+
chainId: 94204209,
|
|
27486
|
+
networkId: 94204209,
|
|
27487
|
+
slip44: 60,
|
|
27488
|
+
explorers: [
|
|
27489
|
+
{
|
|
27490
|
+
name: 'blockscout',
|
|
27491
|
+
url: 'https://polygon-blackberry.gelatoscout.com',
|
|
27492
|
+
icon: 'blockscout',
|
|
27493
|
+
standard: 'EIP3091'
|
|
27494
|
+
}
|
|
27495
|
+
],
|
|
27496
|
+
parent: {
|
|
27497
|
+
type: 'L2',
|
|
27498
|
+
chain: 'eip155-11155111',
|
|
27499
|
+
bridges: [
|
|
27500
|
+
{
|
|
27501
|
+
url: 'https://bridge.gelato.network/bridge/polygon-blackberry'
|
|
27502
|
+
}
|
|
27503
|
+
]
|
|
27504
|
+
},
|
|
27505
|
+
status: 'active'
|
|
27506
|
+
},
|
|
26792
27507
|
99415706: {
|
|
26793
27508
|
name: 'Joys Digital TestNet',
|
|
26794
27509
|
chain: 'TOYS',
|
|
@@ -26801,11 +27516,48 @@ exports.chains = {
|
|
|
26801
27516
|
networkId: 99415706,
|
|
26802
27517
|
slip44: 1
|
|
26803
27518
|
},
|
|
27519
|
+
123420111: {
|
|
27520
|
+
name: 'OP Celestia Raspberry',
|
|
27521
|
+
title: 'OP Celestia Raspberry Testnet',
|
|
27522
|
+
chain: 'ETH',
|
|
27523
|
+
rpc: [
|
|
27524
|
+
'https://rpc.opcelestia-raspberry.gelato.digital',
|
|
27525
|
+
'wss://ws.opcelestia-raspberry.gelato.digital'
|
|
27526
|
+
],
|
|
27527
|
+
faucets: [],
|
|
27528
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
27529
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/opcelestia-raspberry',
|
|
27530
|
+
shortName: 'opcelestia-raspberry',
|
|
27531
|
+
chainId: 123420111,
|
|
27532
|
+
networkId: 123420111,
|
|
27533
|
+
slip44: 60,
|
|
27534
|
+
explorers: [
|
|
27535
|
+
{
|
|
27536
|
+
name: 'blockscout',
|
|
27537
|
+
url: 'https://opcelestia-raspberry.gelatoscout.com',
|
|
27538
|
+
icon: 'blockscout',
|
|
27539
|
+
standard: 'EIP3091'
|
|
27540
|
+
}
|
|
27541
|
+
],
|
|
27542
|
+
parent: {
|
|
27543
|
+
type: 'L2',
|
|
27544
|
+
chain: 'eip155-11155111',
|
|
27545
|
+
bridges: [
|
|
27546
|
+
{
|
|
27547
|
+
url: 'https://bridge.gelato.network/bridge/opcelestia-raspberry'
|
|
27548
|
+
}
|
|
27549
|
+
]
|
|
27550
|
+
},
|
|
27551
|
+
status: 'active'
|
|
27552
|
+
},
|
|
26804
27553
|
161221135: {
|
|
26805
27554
|
name: 'Plume Testnet',
|
|
26806
27555
|
title: 'Plume Sepolia Rollup Testnet',
|
|
26807
27556
|
chain: 'ETH',
|
|
26808
|
-
rpc: [
|
|
27557
|
+
rpc: [
|
|
27558
|
+
'https://testnet-rpc.plumenetwork.xyz/http',
|
|
27559
|
+
'wss://testnet-rpc.plumenetwork.xyz/ws'
|
|
27560
|
+
],
|
|
26809
27561
|
faucets: [],
|
|
26810
27562
|
nativeCurrency: {
|
|
26811
27563
|
name: 'Plume Sepolia Ether',
|
|
@@ -26821,7 +27573,7 @@ exports.chains = {
|
|
|
26821
27573
|
explorers: [
|
|
26822
27574
|
{
|
|
26823
27575
|
name: 'Blockscout',
|
|
26824
|
-
url: 'https://
|
|
27576
|
+
url: 'https://testnet-explorer.plumenetwork.xyz',
|
|
26825
27577
|
icon: 'blockscout',
|
|
26826
27578
|
standard: 'EIP3091'
|
|
26827
27579
|
}
|
|
@@ -26829,7 +27581,7 @@ exports.chains = {
|
|
|
26829
27581
|
parent: {
|
|
26830
27582
|
type: 'L2',
|
|
26831
27583
|
chain: 'eip155-11155111',
|
|
26832
|
-
bridges: [{ url: 'https://
|
|
27584
|
+
bridges: [{ url: 'https://testnet-bridge.plumenetwork.xyz' }]
|
|
26833
27585
|
}
|
|
26834
27586
|
},
|
|
26835
27587
|
168587773: {
|
|
@@ -27195,6 +27947,25 @@ exports.chains = {
|
|
|
27195
27947
|
}
|
|
27196
27948
|
]
|
|
27197
27949
|
},
|
|
27950
|
+
889910245: {
|
|
27951
|
+
name: 'PTCESCAN Testnet',
|
|
27952
|
+
title: 'PTCESCAN Testnet',
|
|
27953
|
+
chain: 'PTCE',
|
|
27954
|
+
rpc: ['https://rpc-testnet.ptcscan.io'],
|
|
27955
|
+
faucets: ['https://faucet.ptcscan.io/'],
|
|
27956
|
+
nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
|
|
27957
|
+
infoURL: 'https://ptcscan.io',
|
|
27958
|
+
shortName: 'PTCE',
|
|
27959
|
+
chainId: 889910245,
|
|
27960
|
+
networkId: 889910245,
|
|
27961
|
+
explorers: [
|
|
27962
|
+
{
|
|
27963
|
+
name: 'PTCESCAN Testnet Explorer',
|
|
27964
|
+
url: 'https://explorer-testnet.ptcscan.io',
|
|
27965
|
+
standard: 'EIP3091'
|
|
27966
|
+
}
|
|
27967
|
+
]
|
|
27968
|
+
},
|
|
27198
27969
|
974399131: {
|
|
27199
27970
|
name: 'SKALE Calypso Hub Testnet',
|
|
27200
27971
|
title: 'SKALE Calypso Hub Testnet',
|
|
@@ -27858,6 +28629,36 @@ exports.chains = {
|
|
|
27858
28629
|
explorers: [],
|
|
27859
28630
|
status: 'incubating'
|
|
27860
28631
|
},
|
|
28632
|
+
88153591557: {
|
|
28633
|
+
name: 'Arbitrum Blueberry',
|
|
28634
|
+
title: 'Arbitrum Blueberry Testnet',
|
|
28635
|
+
chain: 'ETH',
|
|
28636
|
+
rpc: [
|
|
28637
|
+
'https://rpc.arb-blueberry.gelato.digital',
|
|
28638
|
+
'wss://ws.arb-blueberry.gelato.digital'
|
|
28639
|
+
],
|
|
28640
|
+
faucets: [],
|
|
28641
|
+
nativeCurrency: { name: 'GelatoCGT', symbol: 'CGT', decimals: 18 },
|
|
28642
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arb-blueberry',
|
|
28643
|
+
shortName: 'arb-blueberry',
|
|
28644
|
+
chainId: 88153591557,
|
|
28645
|
+
networkId: 88153591557,
|
|
28646
|
+
slip44: 60,
|
|
28647
|
+
explorers: [
|
|
28648
|
+
{
|
|
28649
|
+
name: 'blockscout',
|
|
28650
|
+
url: 'https://arb-blueberry.gelatoscout.com',
|
|
28651
|
+
icon: 'blockscout',
|
|
28652
|
+
standard: 'EIP3091'
|
|
28653
|
+
}
|
|
28654
|
+
],
|
|
28655
|
+
parent: {
|
|
28656
|
+
type: 'L2',
|
|
28657
|
+
chain: 'eip155-421614',
|
|
28658
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/arb-blueberry' }]
|
|
28659
|
+
},
|
|
28660
|
+
status: 'active'
|
|
28661
|
+
},
|
|
27861
28662
|
107107114116: {
|
|
27862
28663
|
name: 'Kakarot Sepolia',
|
|
27863
28664
|
chain: 'ETH',
|