@revoke.cash/chains 39.0.0 → 41.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 +1708 -70
- package/dist/src/enums.d.ts +173 -13
- package/dist/src/enums.js +173 -13
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2791,6 +2791,31 @@ exports.chains = {
|
|
|
2791
2791
|
}
|
|
2792
2792
|
]
|
|
2793
2793
|
},
|
|
2794
|
+
132: {
|
|
2795
|
+
name: 'Namefi Chain Mainnet',
|
|
2796
|
+
chain: 'NFIC',
|
|
2797
|
+
rpc: ['https://rpc.chain.namefi.io'],
|
|
2798
|
+
faucets: [],
|
|
2799
|
+
nativeCurrency: { name: 'Namefi Coin', symbol: 'NFIC', decimals: 18 },
|
|
2800
|
+
infoURL: 'https://namefi.io/',
|
|
2801
|
+
shortName: 'nfic',
|
|
2802
|
+
chainId: 132,
|
|
2803
|
+
networkId: 132
|
|
2804
|
+
},
|
|
2805
|
+
133: {
|
|
2806
|
+
name: 'HashKey Chain Testnet',
|
|
2807
|
+
title: 'HashKey Chain Testnet',
|
|
2808
|
+
chain: 'HashKey Chain Testnet',
|
|
2809
|
+
rpc: [],
|
|
2810
|
+
faucets: [],
|
|
2811
|
+
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2812
|
+
infoURL: 'https://hashkey.cloud',
|
|
2813
|
+
shortName: 'HSKT',
|
|
2814
|
+
chainId: 133,
|
|
2815
|
+
networkId: 133,
|
|
2816
|
+
explorers: [],
|
|
2817
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
2818
|
+
},
|
|
2794
2819
|
134: {
|
|
2795
2820
|
name: 'iExec Sidechain',
|
|
2796
2821
|
chain: 'Bellecour',
|
|
@@ -3296,26 +3321,52 @@ exports.chains = {
|
|
|
3296
3321
|
chainId: 163,
|
|
3297
3322
|
networkId: 163
|
|
3298
3323
|
},
|
|
3299
|
-
|
|
3324
|
+
164: {
|
|
3300
3325
|
name: 'Omni Testnet',
|
|
3301
3326
|
chain: 'Omni',
|
|
3327
|
+
status: 'active',
|
|
3302
3328
|
rpc: ['https://testnet.omni.network'],
|
|
3303
3329
|
features: [{ name: 'EIP155' }],
|
|
3304
3330
|
faucets: [],
|
|
3305
3331
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3306
|
-
infoURL: 'https://docs.omni.network
|
|
3332
|
+
infoURL: 'https://docs.omni.network',
|
|
3307
3333
|
shortName: 'omni_testnet',
|
|
3308
|
-
chainId:
|
|
3309
|
-
networkId:
|
|
3334
|
+
chainId: 164,
|
|
3335
|
+
networkId: 164,
|
|
3310
3336
|
slip44: 1,
|
|
3311
3337
|
explorers: [
|
|
3312
3338
|
{
|
|
3313
|
-
name: 'Omni Explorer',
|
|
3314
|
-
url: 'https://testnet.
|
|
3339
|
+
name: 'Omni X-Explorer',
|
|
3340
|
+
url: 'https://explorer.testnet.omni.network',
|
|
3341
|
+
standard: 'none'
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
name: 'Omni EVM Explorer on Blockscout',
|
|
3345
|
+
url: 'https://omni-testnet.blockscout.com',
|
|
3346
|
+
standard: 'EIP3091'
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
name: 'Omni EVM Explorer on Routescan',
|
|
3350
|
+
url: 'https://testnet.omniscan.network',
|
|
3315
3351
|
standard: 'EIP3091'
|
|
3316
3352
|
}
|
|
3317
3353
|
]
|
|
3318
3354
|
},
|
|
3355
|
+
165: {
|
|
3356
|
+
name: 'Omni Testnet (Deprecated)',
|
|
3357
|
+
chain: 'Omni',
|
|
3358
|
+
rpc: [],
|
|
3359
|
+
features: [{ name: 'EIP155' }],
|
|
3360
|
+
faucets: [],
|
|
3361
|
+
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3362
|
+
infoURL: 'https://docs.omni.network/',
|
|
3363
|
+
shortName: 'omni_testnet_deprecated',
|
|
3364
|
+
chainId: 165,
|
|
3365
|
+
networkId: 165,
|
|
3366
|
+
slip44: 1,
|
|
3367
|
+
explorers: [],
|
|
3368
|
+
status: 'deprecated'
|
|
3369
|
+
},
|
|
3319
3370
|
166: {
|
|
3320
3371
|
name: 'Omni',
|
|
3321
3372
|
chain: 'Omni',
|
|
@@ -3422,6 +3473,25 @@ exports.chains = {
|
|
|
3422
3473
|
networkId: 172,
|
|
3423
3474
|
slip44: 1
|
|
3424
3475
|
},
|
|
3476
|
+
176: {
|
|
3477
|
+
name: 'DC Mainnet',
|
|
3478
|
+
chain: 'dcchain',
|
|
3479
|
+
icon: 'dcchain',
|
|
3480
|
+
rpc: ['https://rpc.dcnetio.cloud', 'wss://ws.dcnetio.cloud'],
|
|
3481
|
+
faucets: [],
|
|
3482
|
+
nativeCurrency: { name: 'DC Native Token', symbol: 'DCT', decimals: 18 },
|
|
3483
|
+
infoURL: 'https://www.dcnetio.cloud',
|
|
3484
|
+
shortName: 'dcchain',
|
|
3485
|
+
chainId: 176,
|
|
3486
|
+
networkId: 176,
|
|
3487
|
+
explorers: [
|
|
3488
|
+
{
|
|
3489
|
+
name: 'dcscan',
|
|
3490
|
+
url: 'https://exp.dcnetio.cloud',
|
|
3491
|
+
standard: 'none'
|
|
3492
|
+
}
|
|
3493
|
+
]
|
|
3494
|
+
},
|
|
3425
3495
|
180: {
|
|
3426
3496
|
name: 'AME Chain Mainnet',
|
|
3427
3497
|
chain: 'AME',
|
|
@@ -3440,6 +3510,26 @@ exports.chains = {
|
|
|
3440
3510
|
}
|
|
3441
3511
|
]
|
|
3442
3512
|
},
|
|
3513
|
+
185: {
|
|
3514
|
+
name: 'Mint Mainnet',
|
|
3515
|
+
chain: 'ETH',
|
|
3516
|
+
rpc: ['https://rpc.mintchain.io'],
|
|
3517
|
+
faucets: [],
|
|
3518
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3519
|
+
infoURL: 'https://www.mintchain.io',
|
|
3520
|
+
shortName: 'mint',
|
|
3521
|
+
chainId: 185,
|
|
3522
|
+
networkId: 185,
|
|
3523
|
+
icon: 'mint',
|
|
3524
|
+
explorers: [
|
|
3525
|
+
{
|
|
3526
|
+
name: 'blockscout',
|
|
3527
|
+
url: 'https://explorer.mintchain.io',
|
|
3528
|
+
icon: 'mint',
|
|
3529
|
+
standard: 'EIP3091'
|
|
3530
|
+
}
|
|
3531
|
+
]
|
|
3532
|
+
},
|
|
3443
3533
|
186: {
|
|
3444
3534
|
name: 'Seele Mainnet',
|
|
3445
3535
|
chain: 'Seele',
|
|
@@ -4034,6 +4124,21 @@ exports.chains = {
|
|
|
4034
4124
|
}
|
|
4035
4125
|
]
|
|
4036
4126
|
},
|
|
4127
|
+
228: {
|
|
4128
|
+
name: 'Mind Network Mainnet',
|
|
4129
|
+
chain: 'FHE',
|
|
4130
|
+
rpc: [
|
|
4131
|
+
'https://rpc_mainnet.mindnetwork.xyz',
|
|
4132
|
+
'wss://rpc_mainnet.mindnetwork.xyz'
|
|
4133
|
+
],
|
|
4134
|
+
faucets: [],
|
|
4135
|
+
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
|
4136
|
+
features: [{ name: 'EIP155' }],
|
|
4137
|
+
infoURL: 'https://mindnetwork.xyz',
|
|
4138
|
+
shortName: 'fhe',
|
|
4139
|
+
chainId: 228,
|
|
4140
|
+
networkId: 228
|
|
4141
|
+
},
|
|
4037
4142
|
230: {
|
|
4038
4143
|
name: 'SwapDEX',
|
|
4039
4144
|
chain: 'SDX',
|
|
@@ -4232,7 +4337,7 @@ exports.chains = {
|
|
|
4232
4337
|
255: {
|
|
4233
4338
|
name: 'Kroma',
|
|
4234
4339
|
chain: 'ETH',
|
|
4235
|
-
rpc: ['https://api.kroma.network'],
|
|
4340
|
+
rpc: ['https://api.kroma.network', 'https://rpc-kroma.rockx.com'],
|
|
4236
4341
|
faucets: [],
|
|
4237
4342
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4238
4343
|
infoURL: 'https://kroma.network',
|
|
@@ -4452,6 +4557,18 @@ exports.chains = {
|
|
|
4452
4557
|
}
|
|
4453
4558
|
]
|
|
4454
4559
|
},
|
|
4560
|
+
278: {
|
|
4561
|
+
name: 'xFair.AI Mainnet',
|
|
4562
|
+
chain: 'FAI',
|
|
4563
|
+
rpc: ['https://rpc_mainnet.xfair.ai', 'wss://rpc_mainnet.xfair.ai'],
|
|
4564
|
+
faucets: [],
|
|
4565
|
+
nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
|
|
4566
|
+
features: [{ name: 'EIP155' }],
|
|
4567
|
+
infoURL: 'https://xfair.ai',
|
|
4568
|
+
shortName: 'fai',
|
|
4569
|
+
chainId: 278,
|
|
4570
|
+
networkId: 278
|
|
4571
|
+
},
|
|
4455
4572
|
279: {
|
|
4456
4573
|
name: 'BPX Blockchain',
|
|
4457
4574
|
chain: 'BPX',
|
|
@@ -6327,7 +6444,8 @@ exports.chains = {
|
|
|
6327
6444
|
type: 'L2',
|
|
6328
6445
|
chain: 'eip155-4',
|
|
6329
6446
|
bridges: [{ url: 'https://testnet-bridge.metis.io' }]
|
|
6330
|
-
}
|
|
6447
|
+
},
|
|
6448
|
+
status: 'deprecated'
|
|
6331
6449
|
},
|
|
6332
6450
|
600: {
|
|
6333
6451
|
name: 'Meshnyan testnet',
|
|
@@ -6654,6 +6772,31 @@ exports.chains = {
|
|
|
6654
6772
|
}
|
|
6655
6773
|
]
|
|
6656
6774
|
},
|
|
6775
|
+
690: {
|
|
6776
|
+
name: 'Redstone',
|
|
6777
|
+
chain: 'ETH',
|
|
6778
|
+
rpc: ['https://rpc.redstonechain.com', 'wss://rpc.redstonechain.com'],
|
|
6779
|
+
faucets: [],
|
|
6780
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6781
|
+
infoURL: 'https://redstone.xyz',
|
|
6782
|
+
shortName: 'redstone',
|
|
6783
|
+
chainId: 690,
|
|
6784
|
+
networkId: 690,
|
|
6785
|
+
icon: 'redstone',
|
|
6786
|
+
explorers: [
|
|
6787
|
+
{
|
|
6788
|
+
name: 'blockscout',
|
|
6789
|
+
url: 'https://explorer.redstone.xyz',
|
|
6790
|
+
icon: 'blockscout',
|
|
6791
|
+
standard: 'EIP3091'
|
|
6792
|
+
}
|
|
6793
|
+
],
|
|
6794
|
+
parent: {
|
|
6795
|
+
type: 'L2',
|
|
6796
|
+
chain: 'eip155-1',
|
|
6797
|
+
bridges: [{ url: 'https://redstone.xyz/deposit' }]
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6657
6800
|
700: {
|
|
6658
6801
|
name: 'Star Social Testnet',
|
|
6659
6802
|
chain: 'SNS',
|
|
@@ -7794,6 +7937,29 @@ exports.chains = {
|
|
|
7794
7937
|
}
|
|
7795
7938
|
]
|
|
7796
7939
|
},
|
|
7940
|
+
969: {
|
|
7941
|
+
name: 'EthXY',
|
|
7942
|
+
chain: 'EthXY',
|
|
7943
|
+
rpc: ['https://rpc.ethxy.com'],
|
|
7944
|
+
faucets: [],
|
|
7945
|
+
nativeCurrency: {
|
|
7946
|
+
name: 'Settled EthXY Token',
|
|
7947
|
+
symbol: 'SEXY',
|
|
7948
|
+
decimals: 18
|
|
7949
|
+
},
|
|
7950
|
+
icon: 'sexy',
|
|
7951
|
+
infoURL: 'https://ethxy.com',
|
|
7952
|
+
shortName: 'sexy',
|
|
7953
|
+
chainId: 969,
|
|
7954
|
+
networkId: 969,
|
|
7955
|
+
explorers: [
|
|
7956
|
+
{
|
|
7957
|
+
name: 'EthXY Network Explorer',
|
|
7958
|
+
url: 'https://explorer.ethxy.com',
|
|
7959
|
+
standard: 'EIP3091'
|
|
7960
|
+
}
|
|
7961
|
+
]
|
|
7962
|
+
},
|
|
7797
7963
|
970: {
|
|
7798
7964
|
name: 'Oort Mainnet',
|
|
7799
7965
|
chain: 'Oort Mainnet',
|
|
@@ -7865,6 +8031,29 @@ exports.chains = {
|
|
|
7865
8031
|
chainId: 977,
|
|
7866
8032
|
networkId: 977
|
|
7867
8033
|
},
|
|
8034
|
+
979: {
|
|
8035
|
+
name: 'EthXY Testnet',
|
|
8036
|
+
chain: 'EthXY',
|
|
8037
|
+
rpc: ['https://rpc.testnet.ethxy.com'],
|
|
8038
|
+
faucets: [],
|
|
8039
|
+
nativeCurrency: {
|
|
8040
|
+
name: 'Settled EthXY Token',
|
|
8041
|
+
symbol: 'SEXY',
|
|
8042
|
+
decimals: 18
|
|
8043
|
+
},
|
|
8044
|
+
icon: 'sexyTestnet',
|
|
8045
|
+
infoURL: 'https://ethxy.com',
|
|
8046
|
+
shortName: 'sexyTestnet',
|
|
8047
|
+
chainId: 979,
|
|
8048
|
+
networkId: 979,
|
|
8049
|
+
explorers: [
|
|
8050
|
+
{
|
|
8051
|
+
name: 'EthXY Testnet Network Explorer',
|
|
8052
|
+
url: 'https://explorer.testnet.ethxy.com',
|
|
8053
|
+
standard: 'EIP3091'
|
|
8054
|
+
}
|
|
8055
|
+
]
|
|
8056
|
+
},
|
|
7868
8057
|
980: {
|
|
7869
8058
|
name: 'TOP Mainnet EVM',
|
|
7870
8059
|
chain: 'TOP',
|
|
@@ -8148,6 +8337,33 @@ exports.chains = {
|
|
|
8148
8337
|
networkId: 1010,
|
|
8149
8338
|
slip44: 1020
|
|
8150
8339
|
},
|
|
8340
|
+
1011: {
|
|
8341
|
+
name: 'Rebus Mainnet',
|
|
8342
|
+
title: 'Rebuschain Mainnet',
|
|
8343
|
+
chain: 'REBUS',
|
|
8344
|
+
rpc: ['https://apievm.rebuschain.com/rpc'],
|
|
8345
|
+
faucets: [],
|
|
8346
|
+
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
|
8347
|
+
infoURL: 'https://www.rebuschain.com',
|
|
8348
|
+
shortName: 'rebus',
|
|
8349
|
+
chainId: 1011,
|
|
8350
|
+
networkId: 1011,
|
|
8351
|
+
icon: 'rebus',
|
|
8352
|
+
explorers: [
|
|
8353
|
+
{
|
|
8354
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
|
8355
|
+
url: 'https://evm.rebuschain.com',
|
|
8356
|
+
icon: 'rebus',
|
|
8357
|
+
standard: 'none'
|
|
8358
|
+
},
|
|
8359
|
+
{
|
|
8360
|
+
name: 'Rebus Cosmos Explorer (ping.pub)',
|
|
8361
|
+
url: 'https://cosmos.rebuschain.com',
|
|
8362
|
+
icon: 'rebus',
|
|
8363
|
+
standard: 'none'
|
|
8364
|
+
}
|
|
8365
|
+
]
|
|
8366
|
+
},
|
|
8151
8367
|
1012: {
|
|
8152
8368
|
name: 'Newton',
|
|
8153
8369
|
chain: 'NEW',
|
|
@@ -8796,6 +9012,26 @@ exports.chains = {
|
|
|
8796
9012
|
}
|
|
8797
9013
|
]
|
|
8798
9014
|
},
|
|
9015
|
+
1135: {
|
|
9016
|
+
name: 'Lisk',
|
|
9017
|
+
chain: 'ETH',
|
|
9018
|
+
rpc: ['https://rpc.api.lisk.com'],
|
|
9019
|
+
faucets: [],
|
|
9020
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
9021
|
+
infoURL: 'https://lisk.com',
|
|
9022
|
+
shortName: 'lisk',
|
|
9023
|
+
chainId: 1135,
|
|
9024
|
+
networkId: 1135,
|
|
9025
|
+
slip44: 134,
|
|
9026
|
+
explorers: [
|
|
9027
|
+
{
|
|
9028
|
+
name: 'blockscout',
|
|
9029
|
+
url: 'https://blockscout.lisk.com',
|
|
9030
|
+
icon: 'blockscout',
|
|
9031
|
+
standard: 'EIP3091'
|
|
9032
|
+
}
|
|
9033
|
+
]
|
|
9034
|
+
},
|
|
8799
9035
|
1138: {
|
|
8800
9036
|
name: 'AmStar Testnet',
|
|
8801
9037
|
chain: 'AmStar',
|
|
@@ -9281,6 +9517,14 @@ exports.chains = {
|
|
|
9281
9517
|
rpc: [
|
|
9282
9518
|
'https://rpc.api.moonbeam.network',
|
|
9283
9519
|
'wss://wss.api.moonbeam.network',
|
|
9520
|
+
'https://moonbeam.public.blastapi.io',
|
|
9521
|
+
'wss://moonbeam.public.blastapi.io',
|
|
9522
|
+
'https://moonbeam-rpc.dwellir.com',
|
|
9523
|
+
'wss://moonbeam-rpc.dwellir.com',
|
|
9524
|
+
'https://moonbeam.api.onfinality.io/public',
|
|
9525
|
+
'wss://moonbeam.api.onfinality.io/public-ws',
|
|
9526
|
+
'https://moonbeam.unitedbloc.com',
|
|
9527
|
+
'wss://moonbeam.unitedbloc.com',
|
|
9284
9528
|
'https://moonbeam-rpc.publicnode.com',
|
|
9285
9529
|
'wss://moonbeam-rpc.publicnode.com',
|
|
9286
9530
|
'https://moonbeam.drpc.org',
|
|
@@ -9306,6 +9550,14 @@ exports.chains = {
|
|
|
9306
9550
|
rpc: [
|
|
9307
9551
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
9308
9552
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
9553
|
+
'https://moonriver.public.blastapi.io',
|
|
9554
|
+
'wss://moonriver.public.blastapi.io',
|
|
9555
|
+
'https://moonriver-rpc.dwellir.com',
|
|
9556
|
+
'wss://moonriver-rpc.dwellir.com',
|
|
9557
|
+
'https://moonriver.api.onfinality.io/public',
|
|
9558
|
+
'wss://moonriver.api.onfinality.io/public-ws',
|
|
9559
|
+
'https://moonriver.unitedbloc.com',
|
|
9560
|
+
'wss://moonriver.unitedbloc.com',
|
|
9309
9561
|
'https://moonriver-rpc.publicnode.com',
|
|
9310
9562
|
'wss://moonriver-rpc.publicnode.com',
|
|
9311
9563
|
'https://moonriver.drpc.org',
|
|
@@ -9343,12 +9595,20 @@ exports.chains = {
|
|
|
9343
9595
|
rpc: [
|
|
9344
9596
|
'https://rpc.api.moonbase.moonbeam.network',
|
|
9345
9597
|
'wss://wss.api.moonbase.moonbeam.network',
|
|
9598
|
+
'https://moonbase-alpha.public.blastapi.io',
|
|
9599
|
+
'wss://moonbase-alpha.public.blastapi.io',
|
|
9600
|
+
'https://moonbase-rpc.dwellir.com',
|
|
9601
|
+
'wss://moonbase-rpc.dwellir.com',
|
|
9602
|
+
'https://moonbeam-alpha.api.onfinality.io/public',
|
|
9603
|
+
'wss://moonbeam-alpha.api.onfinality.io/public-ws',
|
|
9604
|
+
'https://moonbase.unitedbloc.com',
|
|
9605
|
+
'wss://moonbase.unitedbloc.com',
|
|
9346
9606
|
'https://moonbase-alpha.drpc.org',
|
|
9347
9607
|
'wss://moonbase-alpha.drpc.org'
|
|
9348
9608
|
],
|
|
9349
9609
|
faucets: [],
|
|
9350
9610
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
|
9351
|
-
infoURL: 'https://docs.moonbeam.network/networks/
|
|
9611
|
+
infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
|
|
9352
9612
|
shortName: 'mbase',
|
|
9353
9613
|
chainId: 1287,
|
|
9354
9614
|
networkId: 1287,
|
|
@@ -9728,6 +9988,22 @@ exports.chains = {
|
|
|
9728
9988
|
],
|
|
9729
9989
|
status: 'deprecated'
|
|
9730
9990
|
},
|
|
9991
|
+
1414: {
|
|
9992
|
+
name: 'Silicon zkEVM Sepolia Testnet',
|
|
9993
|
+
title: 'Silicon zkEVM Sepolia Testnet',
|
|
9994
|
+
chain: 'Silicon',
|
|
9995
|
+
rpc: [],
|
|
9996
|
+
faucets: [],
|
|
9997
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
9998
|
+
infoURL: '',
|
|
9999
|
+
shortName: 'silicon-sepolia-testnet',
|
|
10000
|
+
chainId: 1414,
|
|
10001
|
+
networkId: 1414,
|
|
10002
|
+
icon: 'silicon',
|
|
10003
|
+
explorers: [],
|
|
10004
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
10005
|
+
status: 'incubating'
|
|
10006
|
+
},
|
|
9731
10007
|
1422: {
|
|
9732
10008
|
name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
|
9733
10009
|
title: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
|
@@ -10288,6 +10564,46 @@ exports.chains = {
|
|
|
10288
10564
|
}
|
|
10289
10565
|
]
|
|
10290
10566
|
},
|
|
10567
|
+
1740: {
|
|
10568
|
+
name: 'Metal L2 Testnet',
|
|
10569
|
+
chain: 'Metal L2 Testnet',
|
|
10570
|
+
rpc: ['https://testnet.rpc.metall2.com'],
|
|
10571
|
+
faucets: [],
|
|
10572
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
10573
|
+
infoURL: 'https://metall2.com',
|
|
10574
|
+
shortName: 'metall2-testnet',
|
|
10575
|
+
chainId: 1740,
|
|
10576
|
+
networkId: 1740,
|
|
10577
|
+
icon: 'metal',
|
|
10578
|
+
explorers: [
|
|
10579
|
+
{
|
|
10580
|
+
name: 'blockscout',
|
|
10581
|
+
url: 'https://testnet.explorer.metall2.com',
|
|
10582
|
+
icon: 'blockscout',
|
|
10583
|
+
standard: 'EIP3091'
|
|
10584
|
+
}
|
|
10585
|
+
]
|
|
10586
|
+
},
|
|
10587
|
+
1750: {
|
|
10588
|
+
name: 'Metal L2',
|
|
10589
|
+
chain: 'Metal L2',
|
|
10590
|
+
rpc: ['https://rpc.metall2.com'],
|
|
10591
|
+
faucets: [],
|
|
10592
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
10593
|
+
infoURL: 'https://metall2.com',
|
|
10594
|
+
shortName: 'metall2',
|
|
10595
|
+
chainId: 1750,
|
|
10596
|
+
networkId: 1750,
|
|
10597
|
+
icon: 'metal',
|
|
10598
|
+
explorers: [
|
|
10599
|
+
{
|
|
10600
|
+
name: 'blockscout',
|
|
10601
|
+
url: 'https://explorer.metall2.com',
|
|
10602
|
+
icon: 'blockscout',
|
|
10603
|
+
standard: 'EIP3091'
|
|
10604
|
+
}
|
|
10605
|
+
]
|
|
10606
|
+
},
|
|
10291
10607
|
1773: {
|
|
10292
10608
|
name: 'PartyChain',
|
|
10293
10609
|
chain: 'mainnet',
|
|
@@ -10800,6 +11116,25 @@ exports.chains = {
|
|
|
10800
11116
|
bridges: [{ url: 'https://bridge.dexilla.com' }]
|
|
10801
11117
|
}
|
|
10802
11118
|
},
|
|
11119
|
+
1956: {
|
|
11120
|
+
name: 'AIW3 Testnet',
|
|
11121
|
+
chain: 'AIW3',
|
|
11122
|
+
rpc: ['https://rpc-testnet.aiw3.io/'],
|
|
11123
|
+
faucets: [],
|
|
11124
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
11125
|
+
infoURL: 'https://aiw3.io/',
|
|
11126
|
+
shortName: 'AIW3-Testnet',
|
|
11127
|
+
chainId: 1956,
|
|
11128
|
+
networkId: 1956,
|
|
11129
|
+
icon: 'aiw3',
|
|
11130
|
+
explorers: [
|
|
11131
|
+
{
|
|
11132
|
+
name: 'aiw3 testnet scan',
|
|
11133
|
+
url: 'https://scan-testnet.aiw3.io',
|
|
11134
|
+
standard: 'none'
|
|
11135
|
+
}
|
|
11136
|
+
]
|
|
11137
|
+
},
|
|
10803
11138
|
1961: {
|
|
10804
11139
|
name: 'Selendra Network Mainnet',
|
|
10805
11140
|
chain: 'SEL',
|
|
@@ -11057,12 +11392,12 @@ exports.chains = {
|
|
|
11057
11392
|
name: 'edeXa Testnet',
|
|
11058
11393
|
chain: 'edeXa TestNetwork',
|
|
11059
11394
|
rpc: [
|
|
11060
|
-
'https://testnet.edexa.
|
|
11395
|
+
'https://testnet.edexa.network/rpc',
|
|
11061
11396
|
'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
|
|
11062
11397
|
],
|
|
11063
11398
|
faucets: ['https://faucet.edexa.com/'],
|
|
11064
11399
|
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
|
11065
|
-
infoURL: 'https://edexa.
|
|
11400
|
+
infoURL: 'https://edexa.network/',
|
|
11066
11401
|
shortName: 'edx',
|
|
11067
11402
|
chainId: 1995,
|
|
11068
11403
|
networkId: 1995,
|
|
@@ -11071,7 +11406,7 @@ exports.chains = {
|
|
|
11071
11406
|
explorers: [
|
|
11072
11407
|
{
|
|
11073
11408
|
name: 'edexa-testnet',
|
|
11074
|
-
url: 'https://explorer.testnet.edexa.
|
|
11409
|
+
url: 'https://explorer.testnet.edexa.network',
|
|
11075
11410
|
standard: 'EIP3091'
|
|
11076
11411
|
}
|
|
11077
11412
|
]
|
|
@@ -11208,6 +11543,32 @@ exports.chains = {
|
|
|
11208
11543
|
}
|
|
11209
11544
|
]
|
|
11210
11545
|
},
|
|
11546
|
+
2013: {
|
|
11547
|
+
name: 'Panarchy',
|
|
11548
|
+
chain: 'Panarchy',
|
|
11549
|
+
rpc: ['https://polytopia.org:8545'],
|
|
11550
|
+
faucets: [],
|
|
11551
|
+
nativeCurrency: { name: 'GAS', symbol: 'GAS', decimals: 18 },
|
|
11552
|
+
infoURL: 'https://polytopia.org/',
|
|
11553
|
+
shortName: 'panarchy',
|
|
11554
|
+
chainId: 2013,
|
|
11555
|
+
networkId: 1
|
|
11556
|
+
},
|
|
11557
|
+
2014: {
|
|
11558
|
+
name: 'NOW Chain',
|
|
11559
|
+
chain: 'NOW',
|
|
11560
|
+
icon: 'nowchain',
|
|
11561
|
+
rpc: ['https://rpc.nowscan.io'],
|
|
11562
|
+
faucets: [],
|
|
11563
|
+
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
11564
|
+
infoURL: 'https://nowchain.co',
|
|
11565
|
+
shortName: 'now',
|
|
11566
|
+
chainId: 2014,
|
|
11567
|
+
networkId: 2014,
|
|
11568
|
+
explorers: [
|
|
11569
|
+
{ name: 'nowscan', url: 'https://nowscan.io', standard: 'EIP3091' }
|
|
11570
|
+
]
|
|
11571
|
+
},
|
|
11211
11572
|
2016: {
|
|
11212
11573
|
name: 'MainnetZ Mainnet',
|
|
11213
11574
|
chain: 'NetZ',
|
|
@@ -11227,6 +11588,35 @@ exports.chains = {
|
|
|
11227
11588
|
}
|
|
11228
11589
|
]
|
|
11229
11590
|
},
|
|
11591
|
+
2017: {
|
|
11592
|
+
name: 'Adiri',
|
|
11593
|
+
title: 'Telcoin Network Testnet',
|
|
11594
|
+
chain: 'TEL',
|
|
11595
|
+
icon: 'telcoin',
|
|
11596
|
+
rpc: [
|
|
11597
|
+
'https://rpc.telcoin.network',
|
|
11598
|
+
'https://adiri.tel',
|
|
11599
|
+
'https://node1.telcoin.network',
|
|
11600
|
+
'https://node2.telcoin.network',
|
|
11601
|
+
'https://node3.telcoin.network',
|
|
11602
|
+
'https://node4.telcoin.network'
|
|
11603
|
+
],
|
|
11604
|
+
faucets: ['https://telcoin.network/faucet'],
|
|
11605
|
+
nativeCurrency: { name: 'Telcoin', symbol: 'TEL', decimals: 18 },
|
|
11606
|
+
infoURL: 'https://telcoin.network',
|
|
11607
|
+
shortName: 'tel',
|
|
11608
|
+
chainId: 2017,
|
|
11609
|
+
networkId: 2017,
|
|
11610
|
+
slip44: 1,
|
|
11611
|
+
explorers: [
|
|
11612
|
+
{
|
|
11613
|
+
name: 'telscan',
|
|
11614
|
+
url: 'https://telscan.io',
|
|
11615
|
+
icon: 'telcoin',
|
|
11616
|
+
standard: 'EIP3091'
|
|
11617
|
+
}
|
|
11618
|
+
]
|
|
11619
|
+
},
|
|
11230
11620
|
2018: {
|
|
11231
11621
|
name: 'PublicMint Devnet',
|
|
11232
11622
|
title: 'Public Mint Devnet',
|
|
@@ -11525,6 +11915,29 @@ exports.chains = {
|
|
|
11525
11915
|
}
|
|
11526
11916
|
]
|
|
11527
11917
|
},
|
|
11918
|
+
2039: {
|
|
11919
|
+
name: 'Aleph Zero Testnet',
|
|
11920
|
+
chain: 'Aleph Zero Testnet',
|
|
11921
|
+
icon: 'aleph',
|
|
11922
|
+
rpc: [
|
|
11923
|
+
'https://rpc.alephzero-testnet.gelato.digital',
|
|
11924
|
+
'wss://rpc.alephzero-testnet.gelato.digital'
|
|
11925
|
+
],
|
|
11926
|
+
faucets: [],
|
|
11927
|
+
nativeCurrency: { name: 'TZERO', symbol: 'TZERO', decimals: 18 },
|
|
11928
|
+
infoURL: 'https://testnet.alephzero.org',
|
|
11929
|
+
shortName: 'aleph',
|
|
11930
|
+
chainId: 2039,
|
|
11931
|
+
networkId: 2039,
|
|
11932
|
+
explorers: [
|
|
11933
|
+
{
|
|
11934
|
+
name: 'Aleph Zero Testnet',
|
|
11935
|
+
url: 'https://test.azero.dev/#/explorer',
|
|
11936
|
+
icon: 'aleph',
|
|
11937
|
+
standard: 'none'
|
|
11938
|
+
}
|
|
11939
|
+
]
|
|
11940
|
+
},
|
|
11528
11941
|
2040: {
|
|
11529
11942
|
name: 'Vanar Mainnet',
|
|
11530
11943
|
title: 'Vanarchain',
|
|
@@ -11580,6 +11993,20 @@ exports.chains = {
|
|
|
11580
11993
|
chainId: 2044,
|
|
11581
11994
|
networkId: 2044
|
|
11582
11995
|
},
|
|
11996
|
+
2045: {
|
|
11997
|
+
name: 'AIW3 Mainnet',
|
|
11998
|
+
chain: 'AIW3',
|
|
11999
|
+
status: 'incubating',
|
|
12000
|
+
rpc: [],
|
|
12001
|
+
faucets: [],
|
|
12002
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12003
|
+
infoURL: 'https://aiw3.io/',
|
|
12004
|
+
shortName: 'AIW3',
|
|
12005
|
+
chainId: 2045,
|
|
12006
|
+
networkId: 2045,
|
|
12007
|
+
icon: 'aiw3',
|
|
12008
|
+
explorers: []
|
|
12009
|
+
},
|
|
11583
12010
|
2047: {
|
|
11584
12011
|
name: 'Stratos Testnet',
|
|
11585
12012
|
chain: 'STOS',
|
|
@@ -11757,6 +12184,26 @@ exports.chains = {
|
|
|
11757
12184
|
}
|
|
11758
12185
|
]
|
|
11759
12186
|
},
|
|
12187
|
+
2112: {
|
|
12188
|
+
name: 'UCHAIN Mainnet',
|
|
12189
|
+
chain: 'UCHAIN',
|
|
12190
|
+
rpc: ['https://rpc.uchain.link/'],
|
|
12191
|
+
faucets: [],
|
|
12192
|
+
nativeCurrency: { name: 'UCASH', symbol: 'UCASH', decimals: 18 },
|
|
12193
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12194
|
+
infoURL: 'https://u.cash/',
|
|
12195
|
+
shortName: 'uchain',
|
|
12196
|
+
chainId: 2112,
|
|
12197
|
+
networkId: 2112,
|
|
12198
|
+
icon: 'ucash',
|
|
12199
|
+
explorers: [
|
|
12200
|
+
{
|
|
12201
|
+
name: 'uchain.info',
|
|
12202
|
+
url: 'https://uchain.info',
|
|
12203
|
+
standard: 'EIP3091'
|
|
12204
|
+
}
|
|
12205
|
+
]
|
|
12206
|
+
},
|
|
11760
12207
|
2121: {
|
|
11761
12208
|
name: 'Catena Mainnet',
|
|
11762
12209
|
chain: 'CMCX',
|
|
@@ -11871,6 +12318,42 @@ exports.chains = {
|
|
|
11871
12318
|
}
|
|
11872
12319
|
]
|
|
11873
12320
|
},
|
|
12321
|
+
2140: {
|
|
12322
|
+
name: 'Oneness Network',
|
|
12323
|
+
chain: 'Oneness',
|
|
12324
|
+
rpc: ['https://rpc.onenesslabs.io/'],
|
|
12325
|
+
faucets: [],
|
|
12326
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12327
|
+
infoURL: '',
|
|
12328
|
+
shortName: 'oneness',
|
|
12329
|
+
chainId: 2140,
|
|
12330
|
+
networkId: 2140,
|
|
12331
|
+
explorers: [
|
|
12332
|
+
{
|
|
12333
|
+
name: 'oneness-mainnet',
|
|
12334
|
+
url: 'https://scan.onenesslabs.io',
|
|
12335
|
+
standard: 'EIP3091'
|
|
12336
|
+
}
|
|
12337
|
+
]
|
|
12338
|
+
},
|
|
12339
|
+
2141: {
|
|
12340
|
+
name: 'Oneness TestNet',
|
|
12341
|
+
chain: 'Oneness-Testnet',
|
|
12342
|
+
rpc: ['https://rpc.testnet.onenesslabs.io/'],
|
|
12343
|
+
faucets: [],
|
|
12344
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12345
|
+
infoURL: '',
|
|
12346
|
+
shortName: 'oneness-testnet',
|
|
12347
|
+
chainId: 2141,
|
|
12348
|
+
networkId: 2141,
|
|
12349
|
+
explorers: [
|
|
12350
|
+
{
|
|
12351
|
+
name: 'oneness-testnet',
|
|
12352
|
+
url: 'https://scan.testnet.onenesslabs.io',
|
|
12353
|
+
standard: 'EIP3091'
|
|
12354
|
+
}
|
|
12355
|
+
]
|
|
12356
|
+
},
|
|
11874
12357
|
2151: {
|
|
11875
12358
|
name: 'BOSagora Mainnet',
|
|
11876
12359
|
chain: 'ETH',
|
|
@@ -12269,9 +12752,12 @@ exports.chains = {
|
|
|
12269
12752
|
]
|
|
12270
12753
|
},
|
|
12271
12754
|
2340: {
|
|
12272
|
-
name: 'Atleta
|
|
12755
|
+
name: 'Atleta Olympia',
|
|
12273
12756
|
chain: 'Atleta',
|
|
12274
|
-
rpc: [
|
|
12757
|
+
rpc: [
|
|
12758
|
+
'wss://testnet-rpc.atleta.network:9944',
|
|
12759
|
+
'https://testnet-rpc.atleta.network:9944'
|
|
12760
|
+
],
|
|
12275
12761
|
faucets: ['https://faucet.atleta.network'],
|
|
12276
12762
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
|
12277
12763
|
infoURL: 'https://atleta.network',
|
|
@@ -12308,6 +12794,22 @@ exports.chains = {
|
|
|
12308
12794
|
}
|
|
12309
12795
|
]
|
|
12310
12796
|
},
|
|
12797
|
+
2355: {
|
|
12798
|
+
name: 'Silicon zkEVM',
|
|
12799
|
+
title: 'Silicon zkEVM Mainnet',
|
|
12800
|
+
chain: 'Silicon',
|
|
12801
|
+
rpc: [],
|
|
12802
|
+
faucets: [],
|
|
12803
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
12804
|
+
infoURL: '',
|
|
12805
|
+
shortName: 'silicon-zk',
|
|
12806
|
+
chainId: 2355,
|
|
12807
|
+
networkId: 2355,
|
|
12808
|
+
icon: 'silicon',
|
|
12809
|
+
explorers: [],
|
|
12810
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
12811
|
+
status: 'incubating'
|
|
12812
|
+
},
|
|
12311
12813
|
2357: {
|
|
12312
12814
|
name: '(deprecated) Kroma Sepolia',
|
|
12313
12815
|
title: '(deprecated) Kroma Testnet Sepolia',
|
|
@@ -12925,7 +13427,11 @@ exports.chains = {
|
|
|
12925
13427
|
name: 'Morph Holesky',
|
|
12926
13428
|
title: 'Morph Holesky Testnet',
|
|
12927
13429
|
chain: 'ETH',
|
|
12928
|
-
rpc: [
|
|
13430
|
+
rpc: [
|
|
13431
|
+
'https://rpc-quicknode-holesky.morphl2.io',
|
|
13432
|
+
'wss://rpc-quicknode-holesky.morphl2.io',
|
|
13433
|
+
'https://rpc-holesky.morphl2.io'
|
|
13434
|
+
],
|
|
12929
13435
|
faucets: [],
|
|
12930
13436
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
12931
13437
|
infoURL: 'https://morphl2.io',
|
|
@@ -13148,6 +13654,33 @@ exports.chains = {
|
|
|
13148
13654
|
}
|
|
13149
13655
|
]
|
|
13150
13656
|
},
|
|
13657
|
+
3033: {
|
|
13658
|
+
name: 'Rebus Testnet',
|
|
13659
|
+
title: 'Rebuschain Testnet',
|
|
13660
|
+
chain: 'REBUS',
|
|
13661
|
+
rpc: ['https://testnet.rebus.money/rpc'],
|
|
13662
|
+
faucets: [],
|
|
13663
|
+
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
|
13664
|
+
infoURL: 'https://www.rebuschain.com',
|
|
13665
|
+
shortName: 'rebus-testnet',
|
|
13666
|
+
chainId: 3033,
|
|
13667
|
+
networkId: 3033,
|
|
13668
|
+
icon: 'rebus',
|
|
13669
|
+
explorers: [
|
|
13670
|
+
{
|
|
13671
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
|
13672
|
+
url: 'https://evm.testnet.rebus.money',
|
|
13673
|
+
icon: 'rebus',
|
|
13674
|
+
standard: 'none'
|
|
13675
|
+
},
|
|
13676
|
+
{
|
|
13677
|
+
name: 'Rebus Cosmos Explorer (ping.pub)',
|
|
13678
|
+
url: 'https://testnet.rebus.money/rebustestnet',
|
|
13679
|
+
icon: 'rebus',
|
|
13680
|
+
standard: 'none'
|
|
13681
|
+
}
|
|
13682
|
+
]
|
|
13683
|
+
},
|
|
13151
13684
|
3068: {
|
|
13152
13685
|
name: 'Bifrost Mainnet',
|
|
13153
13686
|
title: 'Bifrost Network Mainnet',
|
|
@@ -13171,12 +13704,32 @@ exports.chains = {
|
|
|
13171
13704
|
}
|
|
13172
13705
|
]
|
|
13173
13706
|
},
|
|
13707
|
+
3073: {
|
|
13708
|
+
name: 'Movement EVM',
|
|
13709
|
+
chain: 'MOVE',
|
|
13710
|
+
rpc: [],
|
|
13711
|
+
faucets: [],
|
|
13712
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
13713
|
+
infoURL: 'https://movementlabs.xyz',
|
|
13714
|
+
shortName: 'move',
|
|
13715
|
+
chainId: 3073,
|
|
13716
|
+
networkId: 3073,
|
|
13717
|
+
icon: 'move',
|
|
13718
|
+
explorers: [
|
|
13719
|
+
{
|
|
13720
|
+
name: 'mevm explorer',
|
|
13721
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
13722
|
+
standard: 'none'
|
|
13723
|
+
}
|
|
13724
|
+
],
|
|
13725
|
+
status: 'incubating'
|
|
13726
|
+
},
|
|
13174
13727
|
3100: {
|
|
13175
13728
|
name: 'Immu3 EVM',
|
|
13176
13729
|
chain: 'EVMCC',
|
|
13177
13730
|
rpc: [
|
|
13178
|
-
'https://fraa-
|
|
13179
|
-
'wss://fraa-
|
|
13731
|
+
'https://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network',
|
|
13732
|
+
'wss://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network'
|
|
13180
13733
|
],
|
|
13181
13734
|
faucets: [],
|
|
13182
13735
|
nativeCurrency: { name: 'IMMU', symbol: 'IMMU', decimals: 18 },
|
|
@@ -13297,23 +13850,16 @@ exports.chains = {
|
|
|
13297
13850
|
slip44: 1
|
|
13298
13851
|
},
|
|
13299
13852
|
3333: {
|
|
13300
|
-
name: '
|
|
13301
|
-
chain: '
|
|
13302
|
-
rpc: ['
|
|
13853
|
+
name: 'EthStorage Testnet',
|
|
13854
|
+
chain: 'EthStorage',
|
|
13855
|
+
rpc: ['http://testnet.ethstorage.io:9540'],
|
|
13303
13856
|
faucets: [],
|
|
13304
|
-
nativeCurrency: { name: '
|
|
13305
|
-
infoURL: 'https://
|
|
13306
|
-
shortName: '
|
|
13857
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13858
|
+
infoURL: 'https://ethstorage.io/',
|
|
13859
|
+
shortName: 'es-t',
|
|
13307
13860
|
chainId: 3333,
|
|
13308
13861
|
networkId: 3333,
|
|
13309
|
-
slip44: 1
|
|
13310
|
-
explorers: [
|
|
13311
|
-
{
|
|
13312
|
-
name: 'w3q-testnet',
|
|
13313
|
-
url: 'https://explorer.testnet.web3q.io',
|
|
13314
|
-
standard: 'EIP3091'
|
|
13315
|
-
}
|
|
13316
|
-
]
|
|
13862
|
+
slip44: 1
|
|
13317
13863
|
},
|
|
13318
13864
|
3334: {
|
|
13319
13865
|
name: 'Web3Q Galileo',
|
|
@@ -14008,9 +14554,28 @@ exports.chains = {
|
|
|
14008
14554
|
}
|
|
14009
14555
|
]
|
|
14010
14556
|
},
|
|
14011
|
-
|
|
14012
|
-
name: '
|
|
14013
|
-
chain: '
|
|
14557
|
+
4048: {
|
|
14558
|
+
name: 'GAN Testnet',
|
|
14559
|
+
chain: 'GAN',
|
|
14560
|
+
icon: 'gpu',
|
|
14561
|
+
rpc: ['https://rpc.gpu.net'],
|
|
14562
|
+
faucets: [],
|
|
14563
|
+
nativeCurrency: { name: 'GP Token', symbol: 'GP', decimals: 18 },
|
|
14564
|
+
infoURL: 'https://docs.gpu.net/',
|
|
14565
|
+
shortName: 'GANTestnet',
|
|
14566
|
+
chainId: 4048,
|
|
14567
|
+
networkId: 4048,
|
|
14568
|
+
explorers: [
|
|
14569
|
+
{
|
|
14570
|
+
name: 'ganscan',
|
|
14571
|
+
url: 'https://ganscan.gpu.net',
|
|
14572
|
+
standard: 'none'
|
|
14573
|
+
}
|
|
14574
|
+
]
|
|
14575
|
+
},
|
|
14576
|
+
4051: {
|
|
14577
|
+
name: 'Bobaopera Testnet',
|
|
14578
|
+
chain: 'Bobaopera Testnet',
|
|
14014
14579
|
status: 'deprecated',
|
|
14015
14580
|
rpc: [
|
|
14016
14581
|
'https://testnet.bobaopera.boba.network',
|
|
@@ -14097,6 +14662,25 @@ exports.chains = {
|
|
|
14097
14662
|
infoURL: '',
|
|
14098
14663
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
14099
14664
|
},
|
|
14665
|
+
4080: {
|
|
14666
|
+
name: 'Tobe Chain',
|
|
14667
|
+
chain: 'TBC',
|
|
14668
|
+
icon: 'tobe',
|
|
14669
|
+
rpc: ['https://rpc.tobescan.com'],
|
|
14670
|
+
faucets: [],
|
|
14671
|
+
nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
|
|
14672
|
+
infoURL: 'https://tobechain.net',
|
|
14673
|
+
shortName: 'tbc',
|
|
14674
|
+
chainId: 4080,
|
|
14675
|
+
networkId: 4080,
|
|
14676
|
+
explorers: [
|
|
14677
|
+
{
|
|
14678
|
+
name: 'tobescan',
|
|
14679
|
+
url: 'https://tobescan.com',
|
|
14680
|
+
standard: 'EIP3091'
|
|
14681
|
+
}
|
|
14682
|
+
]
|
|
14683
|
+
},
|
|
14100
14684
|
4090: {
|
|
14101
14685
|
name: 'Fastex Chain (Bahamut) Oasis Testnet',
|
|
14102
14686
|
title: 'Bahamut testnet Oasis',
|
|
@@ -14258,7 +14842,8 @@ exports.chains = {
|
|
|
14258
14842
|
chain: 'Merlin',
|
|
14259
14843
|
rpc: [
|
|
14260
14844
|
'https://rpc.merlinchain.io',
|
|
14261
|
-
'https://merlin-mainnet-enterprise.unifra.io'
|
|
14845
|
+
'https://merlin-mainnet-enterprise.unifra.io',
|
|
14846
|
+
'https://rpc-merlin.rockx.com'
|
|
14262
14847
|
],
|
|
14263
14848
|
faucets: [],
|
|
14264
14849
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
@@ -14830,9 +15415,10 @@ exports.chains = {
|
|
|
14830
15415
|
faucets: [],
|
|
14831
15416
|
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
|
14832
15417
|
infoURL: 'https://www.ongr.org/',
|
|
14833
|
-
shortName: '
|
|
15418
|
+
shortName: 'onigiritest',
|
|
14834
15419
|
chainId: 5039,
|
|
14835
15420
|
networkId: 5039,
|
|
15421
|
+
icon: 'onigiri',
|
|
14836
15422
|
explorers: [
|
|
14837
15423
|
{
|
|
14838
15424
|
name: 'ONIGIRI Explorer',
|
|
@@ -14841,6 +15427,26 @@ exports.chains = {
|
|
|
14841
15427
|
}
|
|
14842
15428
|
]
|
|
14843
15429
|
},
|
|
15430
|
+
5040: {
|
|
15431
|
+
name: 'ONIGIRI Subnet',
|
|
15432
|
+
chain: 'ONIGIRI',
|
|
15433
|
+
rpc: ['https://subnets.avax.network/onigiri/mainnet/rpc'],
|
|
15434
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15435
|
+
faucets: [],
|
|
15436
|
+
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
|
15437
|
+
infoURL: 'https://www.ongr.org/',
|
|
15438
|
+
shortName: 'onigiri',
|
|
15439
|
+
chainId: 5040,
|
|
15440
|
+
networkId: 5040,
|
|
15441
|
+
icon: 'onigiri',
|
|
15442
|
+
explorers: [
|
|
15443
|
+
{
|
|
15444
|
+
name: 'ONIGIRI Explorer',
|
|
15445
|
+
url: 'https://subnets.avax.network/onigiri',
|
|
15446
|
+
standard: 'EIP3091'
|
|
15447
|
+
}
|
|
15448
|
+
]
|
|
15449
|
+
},
|
|
14844
15450
|
5051: {
|
|
14845
15451
|
name: 'Nollie Skatechain Testnet',
|
|
14846
15452
|
chain: 'Skatechain',
|
|
@@ -15136,6 +15742,7 @@ exports.chains = {
|
|
|
15136
15742
|
name: 'edeXa Mainnet',
|
|
15137
15743
|
chain: 'edeXa Network',
|
|
15138
15744
|
rpc: [
|
|
15745
|
+
'https://mainnet.edexa.network/rpc',
|
|
15139
15746
|
'https://mainnet.edexa.com/rpc',
|
|
15140
15747
|
'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
|
|
15141
15748
|
],
|
|
@@ -15685,7 +16292,7 @@ exports.chains = {
|
|
|
15685
16292
|
name: 'Aura Euphoria Testnet',
|
|
15686
16293
|
chain: 'Aura',
|
|
15687
16294
|
rpc: ['https://jsonrpc.euphoria.aura.network'],
|
|
15688
|
-
faucets: [],
|
|
16295
|
+
faucets: ['https://aura.faucetme.pro'],
|
|
15689
16296
|
nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
|
|
15690
16297
|
infoURL: 'https://aura.network',
|
|
15691
16298
|
shortName: 'eaura',
|
|
@@ -16294,14 +16901,13 @@ exports.chains = {
|
|
|
16294
16901
|
{
|
|
16295
16902
|
name: 'Cyber Mainnet Explorer',
|
|
16296
16903
|
url: 'https://cyberscan.co',
|
|
16297
|
-
icon: 'blockscout',
|
|
16298
16904
|
standard: 'EIP3091'
|
|
16299
16905
|
}
|
|
16300
16906
|
],
|
|
16301
16907
|
parent: {
|
|
16302
16908
|
type: 'L2',
|
|
16303
16909
|
chain: 'eip155-1',
|
|
16304
|
-
bridges: [{ url: 'https://cyber
|
|
16910
|
+
bridges: [{ url: 'https://cyber.co/bridge' }]
|
|
16305
16911
|
}
|
|
16306
16912
|
},
|
|
16307
16913
|
7575: {
|
|
@@ -16465,6 +17071,25 @@ exports.chains = {
|
|
|
16465
17071
|
}
|
|
16466
17072
|
]
|
|
16467
17073
|
},
|
|
17074
|
+
7775: {
|
|
17075
|
+
name: 'GDCC TESTNET',
|
|
17076
|
+
chain: 'GDCC',
|
|
17077
|
+
icon: 'gdcc',
|
|
17078
|
+
rpc: ['https://testnet-rpc1.gdccscan.io'],
|
|
17079
|
+
faucets: [],
|
|
17080
|
+
nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
|
|
17081
|
+
infoURL: 'https://gdcchain.com',
|
|
17082
|
+
shortName: 'GDCC',
|
|
17083
|
+
chainId: 7775,
|
|
17084
|
+
networkId: 7775,
|
|
17085
|
+
explorers: [
|
|
17086
|
+
{
|
|
17087
|
+
name: 'GDCC',
|
|
17088
|
+
url: 'https://testnet.gdccscan.io',
|
|
17089
|
+
standard: 'none'
|
|
17090
|
+
}
|
|
17091
|
+
]
|
|
17092
|
+
},
|
|
16468
17093
|
7777: {
|
|
16469
17094
|
name: 'Rise of the Warbots Testnet',
|
|
16470
17095
|
chain: 'nmactest',
|
|
@@ -17994,6 +18619,24 @@ exports.chains = {
|
|
|
17994
18619
|
}
|
|
17995
18620
|
]
|
|
17996
18621
|
},
|
|
18622
|
+
9789: {
|
|
18623
|
+
name: 'Tabi Testnet',
|
|
18624
|
+
chain: 'TabiNetwork',
|
|
18625
|
+
rpc: ['https://rpc.testnet.tabichain.com'],
|
|
18626
|
+
faucets: ['https://faucet.testnet.tabichain.com'],
|
|
18627
|
+
nativeCurrency: { name: 'Tabi', symbol: 'TABI', decimals: 18 },
|
|
18628
|
+
infoURL: 'https://www.tabichain.com',
|
|
18629
|
+
shortName: 'tabitest',
|
|
18630
|
+
chainId: 9789,
|
|
18631
|
+
networkId: 9789,
|
|
18632
|
+
explorers: [
|
|
18633
|
+
{
|
|
18634
|
+
name: 'Tabi Testnet Explorer',
|
|
18635
|
+
url: 'https://testnet.tabiscan.com',
|
|
18636
|
+
standard: 'none'
|
|
18637
|
+
}
|
|
18638
|
+
]
|
|
18639
|
+
},
|
|
17997
18640
|
9790: {
|
|
17998
18641
|
name: 'Carbon EVM',
|
|
17999
18642
|
chain: 'Carbon',
|
|
@@ -18499,6 +19142,25 @@ exports.chains = {
|
|
|
18499
19142
|
}
|
|
18500
19143
|
]
|
|
18501
19144
|
},
|
|
19145
|
+
10324: {
|
|
19146
|
+
name: 'TAO EVM Testnet',
|
|
19147
|
+
chain: 'TAO EVM',
|
|
19148
|
+
icon: 'taoevmIcon',
|
|
19149
|
+
rpc: ['https://testnet-rpc.taoevm.io'],
|
|
19150
|
+
faucets: ['https://faucet.taoevm.io'],
|
|
19151
|
+
nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
|
|
19152
|
+
infoURL: 'https://taoevm.io',
|
|
19153
|
+
shortName: 'TAOt',
|
|
19154
|
+
chainId: 10324,
|
|
19155
|
+
networkId: 10324,
|
|
19156
|
+
explorers: [
|
|
19157
|
+
{
|
|
19158
|
+
name: 'TAO Testnet Explorer',
|
|
19159
|
+
url: 'https://testnet.taoscan.org',
|
|
19160
|
+
standard: 'EIP3091'
|
|
19161
|
+
}
|
|
19162
|
+
]
|
|
19163
|
+
},
|
|
18502
19164
|
10395: {
|
|
18503
19165
|
name: 'WorldLand Testnet',
|
|
18504
19166
|
chain: 'Worldland',
|
|
@@ -19046,6 +19708,54 @@ exports.chains = {
|
|
|
19046
19708
|
networkId: 12321,
|
|
19047
19709
|
slip44: 1
|
|
19048
19710
|
},
|
|
19711
|
+
12324: {
|
|
19712
|
+
name: 'L3X Protocol',
|
|
19713
|
+
chainId: 12324,
|
|
19714
|
+
shortName: 'l3x',
|
|
19715
|
+
chain: 'L3X',
|
|
19716
|
+
icon: 'l3x',
|
|
19717
|
+
networkId: 12324,
|
|
19718
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19719
|
+
rpc: ['https://rpc-mainnet.l3x.com'],
|
|
19720
|
+
faucets: [],
|
|
19721
|
+
explorers: [
|
|
19722
|
+
{
|
|
19723
|
+
name: 'L3X Mainnet Explorer',
|
|
19724
|
+
url: 'https://explorer.l3x.com',
|
|
19725
|
+
standard: 'EIP3091'
|
|
19726
|
+
}
|
|
19727
|
+
],
|
|
19728
|
+
infoURL: 'https://l3x.com',
|
|
19729
|
+
parent: {
|
|
19730
|
+
type: 'L2',
|
|
19731
|
+
chain: 'eip155-42161',
|
|
19732
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
19733
|
+
}
|
|
19734
|
+
},
|
|
19735
|
+
12325: {
|
|
19736
|
+
name: 'L3X Protocol Testnet',
|
|
19737
|
+
chainId: 12325,
|
|
19738
|
+
shortName: 'l3x-testnet',
|
|
19739
|
+
chain: 'L3X',
|
|
19740
|
+
icon: 'l3x',
|
|
19741
|
+
networkId: 12325,
|
|
19742
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19743
|
+
rpc: ['https://rpc-testnet.l3x.com'],
|
|
19744
|
+
faucets: [],
|
|
19745
|
+
explorers: [
|
|
19746
|
+
{
|
|
19747
|
+
name: 'L3X Testnet Explorer',
|
|
19748
|
+
url: 'https://explorer-testnet.l3x.com',
|
|
19749
|
+
standard: 'EIP3091'
|
|
19750
|
+
}
|
|
19751
|
+
],
|
|
19752
|
+
infoURL: 'https://l3x.com',
|
|
19753
|
+
parent: {
|
|
19754
|
+
type: 'L2',
|
|
19755
|
+
chain: 'eip155-421614',
|
|
19756
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
19757
|
+
}
|
|
19758
|
+
},
|
|
19049
19759
|
12345: {
|
|
19050
19760
|
name: 'Step Testnet',
|
|
19051
19761
|
title: 'Step Test Network',
|
|
@@ -19114,6 +19824,26 @@ exports.chains = {
|
|
|
19114
19824
|
}
|
|
19115
19825
|
]
|
|
19116
19826
|
},
|
|
19827
|
+
12781: {
|
|
19828
|
+
name: 'Playdapp Testnet',
|
|
19829
|
+
chain: 'PDA',
|
|
19830
|
+
icon: 'pda',
|
|
19831
|
+
rpc: ['https://subnets.avax.network/playdappte/testnet/rpc'],
|
|
19832
|
+
features: [{ name: 'EIP1559' }],
|
|
19833
|
+
faucets: [],
|
|
19834
|
+
nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
|
|
19835
|
+
infoURL: 'https://playdapp.io',
|
|
19836
|
+
shortName: 'PDA-TESTNET',
|
|
19837
|
+
chainId: 12781,
|
|
19838
|
+
networkId: 12781,
|
|
19839
|
+
explorers: [
|
|
19840
|
+
{
|
|
19841
|
+
name: 'Playdapp Testnet Explorer',
|
|
19842
|
+
url: 'https://subnets-test.avax.network/playdappte',
|
|
19843
|
+
standard: 'EIP3091'
|
|
19844
|
+
}
|
|
19845
|
+
]
|
|
19846
|
+
},
|
|
19117
19847
|
12890: {
|
|
19118
19848
|
name: 'Quantum Chain Testnet',
|
|
19119
19849
|
chain: 'tQNET',
|
|
@@ -19134,6 +19864,27 @@ exports.chains = {
|
|
|
19134
19864
|
}
|
|
19135
19865
|
]
|
|
19136
19866
|
},
|
|
19867
|
+
12898: {
|
|
19868
|
+
name: 'PlayFair Testnet Subnet',
|
|
19869
|
+
chain: 'PLAYFAIR',
|
|
19870
|
+
icon: 'playfair',
|
|
19871
|
+
rpc: [
|
|
19872
|
+
'https://rpc.letsplayfair.ai/ext/bc/2hhXFNp1jR4RuqvCmWQnBtt9CZnCmmyGr7TNTkxt7XY7pAzHMY/rpc'
|
|
19873
|
+
],
|
|
19874
|
+
faucets: [],
|
|
19875
|
+
nativeCurrency: { name: 'BTLT Token', symbol: 'BTLT', decimals: 18 },
|
|
19876
|
+
infoURL: 'https://letsplayfair.ai',
|
|
19877
|
+
shortName: 'playfair',
|
|
19878
|
+
chainId: 12898,
|
|
19879
|
+
networkId: 12898,
|
|
19880
|
+
explorers: [
|
|
19881
|
+
{
|
|
19882
|
+
name: 'Avalanche Subnet Explorer',
|
|
19883
|
+
url: 'https://subnets-test.avax.network/letsplayfair',
|
|
19884
|
+
standard: 'EIP3091'
|
|
19885
|
+
}
|
|
19886
|
+
]
|
|
19887
|
+
},
|
|
19137
19888
|
13000: {
|
|
19138
19889
|
name: 'SPS',
|
|
19139
19890
|
chain: 'SPS',
|
|
@@ -19518,6 +20269,27 @@ exports.chains = {
|
|
|
19518
20269
|
networkId: 16001,
|
|
19519
20270
|
slip44: 1
|
|
19520
20271
|
},
|
|
20272
|
+
16116: {
|
|
20273
|
+
name: 'DeFiVerse Mainnet',
|
|
20274
|
+
chain: 'DeFiVerse',
|
|
20275
|
+
icon: 'defiverse',
|
|
20276
|
+
rpc: ['https://rpc.defi-verse.org/'],
|
|
20277
|
+
faucets: [],
|
|
20278
|
+
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
|
|
20279
|
+
infoURL: 'https://defi-verse.org',
|
|
20280
|
+
shortName: 'DFV',
|
|
20281
|
+
chainId: 16116,
|
|
20282
|
+
networkId: 16116,
|
|
20283
|
+
explorers: [
|
|
20284
|
+
{
|
|
20285
|
+
name: 'DeFiVerse Explorer',
|
|
20286
|
+
url: 'https://scan.defi-verse.org',
|
|
20287
|
+
icon: 'defiverse',
|
|
20288
|
+
standard: 'EIP3091'
|
|
20289
|
+
}
|
|
20290
|
+
],
|
|
20291
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
|
20292
|
+
},
|
|
19521
20293
|
16507: {
|
|
19522
20294
|
name: 'Genesys Mainnet',
|
|
19523
20295
|
chain: 'Genesys',
|
|
@@ -19607,7 +20379,8 @@ exports.chains = {
|
|
|
19607
20379
|
'https://ethereum-holesky-rpc.publicnode.com',
|
|
19608
20380
|
'wss://ethereum-holesky-rpc.publicnode.com',
|
|
19609
20381
|
'https://holesky.drpc.org',
|
|
19610
|
-
'wss://holesky.drpc.org'
|
|
20382
|
+
'wss://holesky.drpc.org',
|
|
20383
|
+
'https://rpc-holesky.rockx.com'
|
|
19611
20384
|
],
|
|
19612
20385
|
faucets: [
|
|
19613
20386
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -19653,7 +20426,7 @@ exports.chains = {
|
|
|
19653
20426
|
decimals: 18
|
|
19654
20427
|
},
|
|
19655
20428
|
infoURL: 'https://redstone.xyz/docs/network-info',
|
|
19656
|
-
shortName: 'redstone',
|
|
20429
|
+
shortName: 'redstone-holesky',
|
|
19657
20430
|
chainId: 17001,
|
|
19658
20431
|
networkId: 17001,
|
|
19659
20432
|
slip44: 1,
|
|
@@ -19665,6 +20438,52 @@ exports.chains = {
|
|
|
19665
20438
|
icon: 'ethereum',
|
|
19666
20439
|
standard: 'EIP3091'
|
|
19667
20440
|
}
|
|
20441
|
+
],
|
|
20442
|
+
status: 'deprecated'
|
|
20443
|
+
},
|
|
20444
|
+
17069: {
|
|
20445
|
+
name: 'Garnet Holesky',
|
|
20446
|
+
chain: 'ETH',
|
|
20447
|
+
rpc: ['https://rpc.garnetchain.com', 'wss://rpc.garnetchain.com'],
|
|
20448
|
+
faucets: [],
|
|
20449
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20450
|
+
infoURL: 'https://redstone.xyz',
|
|
20451
|
+
shortName: 'garnet',
|
|
20452
|
+
chainId: 17069,
|
|
20453
|
+
networkId: 17069,
|
|
20454
|
+
icon: 'garnet',
|
|
20455
|
+
explorers: [
|
|
20456
|
+
{
|
|
20457
|
+
name: 'blockscout',
|
|
20458
|
+
url: 'https://explorer.garnetchain.com',
|
|
20459
|
+
icon: 'blockscout',
|
|
20460
|
+
standard: 'EIP3091'
|
|
20461
|
+
}
|
|
20462
|
+
],
|
|
20463
|
+
parent: {
|
|
20464
|
+
type: 'L2',
|
|
20465
|
+
chain: 'eip155-17000',
|
|
20466
|
+
bridges: [{ url: 'https://garnetchain.com/deposit' }]
|
|
20467
|
+
}
|
|
20468
|
+
},
|
|
20469
|
+
17117: {
|
|
20470
|
+
name: 'DeFiVerse Testnet',
|
|
20471
|
+
chain: 'DeFiVerse Testnet',
|
|
20472
|
+
icon: 'defiverse',
|
|
20473
|
+
rpc: ['https://rpc-testnet.defi-verse.org/'],
|
|
20474
|
+
faucets: [],
|
|
20475
|
+
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
|
|
20476
|
+
infoURL: 'https://defi-verse.org',
|
|
20477
|
+
shortName: 'DFV-testnet',
|
|
20478
|
+
chainId: 17117,
|
|
20479
|
+
networkId: 17117,
|
|
20480
|
+
explorers: [
|
|
20481
|
+
{
|
|
20482
|
+
name: 'DeFiVerse Testnet Explorer',
|
|
20483
|
+
url: 'https://scan-testnet.defi-verse.org',
|
|
20484
|
+
icon: 'defiverse',
|
|
20485
|
+
standard: 'EIP3091'
|
|
20486
|
+
}
|
|
19668
20487
|
]
|
|
19669
20488
|
},
|
|
19670
20489
|
17171: {
|
|
@@ -20044,6 +20863,28 @@ exports.chains = {
|
|
|
20044
20863
|
networkId: 19527,
|
|
20045
20864
|
explorers: []
|
|
20046
20865
|
},
|
|
20866
|
+
19600: {
|
|
20867
|
+
name: 'LBRY Mainnet',
|
|
20868
|
+
chain: 'LBRY',
|
|
20869
|
+
icon: 'lbry',
|
|
20870
|
+
rpc: ['https://lbry.nl/rpc'],
|
|
20871
|
+
features: [{ name: 'EIP155' }],
|
|
20872
|
+
faucets: [],
|
|
20873
|
+
nativeCurrency: { name: 'LBRY Credits', symbol: 'LBC', decimals: 8 },
|
|
20874
|
+
infoURL: 'https://lbry.com',
|
|
20875
|
+
shortName: 'LBRY',
|
|
20876
|
+
chainId: 19600,
|
|
20877
|
+
networkId: 19600,
|
|
20878
|
+
slip44: 140,
|
|
20879
|
+
explorers: [
|
|
20880
|
+
{
|
|
20881
|
+
name: 'LBRY Block Explorer',
|
|
20882
|
+
url: 'https://explorer.lbry.com',
|
|
20883
|
+
icon: 'lbry',
|
|
20884
|
+
standard: 'none'
|
|
20885
|
+
}
|
|
20886
|
+
]
|
|
20887
|
+
},
|
|
20047
20888
|
19845: {
|
|
20048
20889
|
name: 'BTCIX Network',
|
|
20049
20890
|
chain: 'BTCIX',
|
|
@@ -20171,6 +21012,25 @@ exports.chains = {
|
|
|
20171
21012
|
}
|
|
20172
21013
|
]
|
|
20173
21014
|
},
|
|
21015
|
+
21223: {
|
|
21016
|
+
name: 'DCpay Mainnet',
|
|
21017
|
+
chain: 'DCpay',
|
|
21018
|
+
icon: 'dcpayIcon',
|
|
21019
|
+
rpc: ['https://rpc.dcpay.io'],
|
|
21020
|
+
faucets: [],
|
|
21021
|
+
nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 },
|
|
21022
|
+
infoURL: 'https://dcpay.io',
|
|
21023
|
+
shortName: 'DCPm',
|
|
21024
|
+
chainId: 21223,
|
|
21025
|
+
networkId: 21223,
|
|
21026
|
+
explorers: [
|
|
21027
|
+
{
|
|
21028
|
+
name: 'DCpay Mainnet Explorer',
|
|
21029
|
+
url: 'https://mainnet.dcpay.io',
|
|
21030
|
+
standard: 'EIP3091'
|
|
21031
|
+
}
|
|
21032
|
+
]
|
|
21033
|
+
},
|
|
20174
21034
|
21337: {
|
|
20175
21035
|
name: 'CENNZnet Azalea',
|
|
20176
21036
|
chain: 'CENNZnet',
|
|
@@ -20696,6 +21556,25 @@ exports.chains = {
|
|
|
20696
21556
|
bridges: [{ url: 'https://sepolia-bridge.nanon.network' }]
|
|
20697
21557
|
}
|
|
20698
21558
|
},
|
|
21559
|
+
27827: {
|
|
21560
|
+
name: 'zeroone Mainnet Subnet',
|
|
21561
|
+
chain: 'ZEROONEMAI',
|
|
21562
|
+
rpc: ['https://subnets.avax.network/zeroonemai/mainnet/rpc'],
|
|
21563
|
+
features: [{ name: 'EIP1559' }],
|
|
21564
|
+
faucets: [],
|
|
21565
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
|
21566
|
+
infoURL: 'https://zeroone.art/',
|
|
21567
|
+
shortName: 'zeroonemai',
|
|
21568
|
+
chainId: 27827,
|
|
21569
|
+
networkId: 27827,
|
|
21570
|
+
explorers: [
|
|
21571
|
+
{
|
|
21572
|
+
name: 'ZEROONEMAI Explorer',
|
|
21573
|
+
url: 'https://subnets.avax.network/zeroonemai',
|
|
21574
|
+
standard: 'EIP3091'
|
|
21575
|
+
}
|
|
21576
|
+
]
|
|
21577
|
+
},
|
|
20699
21578
|
28516: {
|
|
20700
21579
|
name: 'Vizing Testnet',
|
|
20701
21580
|
title: 'Vizing Testnet',
|
|
@@ -20921,6 +21800,66 @@ exports.chains = {
|
|
|
20921
21800
|
}
|
|
20922
21801
|
]
|
|
20923
21802
|
},
|
|
21803
|
+
30730: {
|
|
21804
|
+
name: 'Movement EVM Legacy',
|
|
21805
|
+
chain: 'MOVE',
|
|
21806
|
+
rpc: [],
|
|
21807
|
+
faucets: [],
|
|
21808
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
21809
|
+
infoURL: 'https://movementlabs.xyz',
|
|
21810
|
+
shortName: 'moveleg',
|
|
21811
|
+
chainId: 30730,
|
|
21812
|
+
networkId: 30730,
|
|
21813
|
+
icon: 'move',
|
|
21814
|
+
explorers: [
|
|
21815
|
+
{
|
|
21816
|
+
name: 'mevm explorer',
|
|
21817
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
21818
|
+
standard: 'none'
|
|
21819
|
+
}
|
|
21820
|
+
],
|
|
21821
|
+
status: 'incubating'
|
|
21822
|
+
},
|
|
21823
|
+
30731: {
|
|
21824
|
+
name: 'Movement EVM Devnet',
|
|
21825
|
+
chain: 'MOVE',
|
|
21826
|
+
rpc: [],
|
|
21827
|
+
faucets: [],
|
|
21828
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
21829
|
+
infoURL: 'https://movementlabs.xyz',
|
|
21830
|
+
shortName: 'movedev',
|
|
21831
|
+
chainId: 30731,
|
|
21832
|
+
networkId: 30731,
|
|
21833
|
+
icon: 'move',
|
|
21834
|
+
explorers: [
|
|
21835
|
+
{
|
|
21836
|
+
name: 'mevm explorer',
|
|
21837
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
21838
|
+
standard: 'none'
|
|
21839
|
+
}
|
|
21840
|
+
],
|
|
21841
|
+
status: 'incubating'
|
|
21842
|
+
},
|
|
21843
|
+
30732: {
|
|
21844
|
+
name: 'Movement EVM Testnet',
|
|
21845
|
+
chain: 'MOVE',
|
|
21846
|
+
rpc: [],
|
|
21847
|
+
faucets: [],
|
|
21848
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
21849
|
+
infoURL: 'https://movementlabs.xyz',
|
|
21850
|
+
shortName: 'movetest',
|
|
21851
|
+
chainId: 30732,
|
|
21852
|
+
networkId: 30732,
|
|
21853
|
+
icon: 'move',
|
|
21854
|
+
explorers: [
|
|
21855
|
+
{
|
|
21856
|
+
name: 'mevm explorer',
|
|
21857
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
21858
|
+
standard: 'none'
|
|
21859
|
+
}
|
|
21860
|
+
],
|
|
21861
|
+
status: 'incubating'
|
|
21862
|
+
},
|
|
20924
21863
|
31102: {
|
|
20925
21864
|
name: 'Ethersocial Network',
|
|
20926
21865
|
chain: 'ESN',
|
|
@@ -21029,6 +21968,48 @@ exports.chains = {
|
|
|
21029
21968
|
slip44: 1,
|
|
21030
21969
|
explorers: []
|
|
21031
21970
|
},
|
|
21971
|
+
31753: {
|
|
21972
|
+
name: 'Xchain Mainnet',
|
|
21973
|
+
chain: 'Xchain',
|
|
21974
|
+
icon: 'intd',
|
|
21975
|
+
rpc: ['https://rpc.xchainscan.com'],
|
|
21976
|
+
faucets: [],
|
|
21977
|
+
nativeCurrency: { name: 'Intdestcoin', symbol: 'INTD', decimals: 18 },
|
|
21978
|
+
infoURL: 'https://xchainscan.com',
|
|
21979
|
+
shortName: 'INTD',
|
|
21980
|
+
chainId: 31753,
|
|
21981
|
+
networkId: 31753,
|
|
21982
|
+
explorers: [
|
|
21983
|
+
{
|
|
21984
|
+
name: 'Xchain Mainnet Explorer',
|
|
21985
|
+
url: 'https://xchainscan.com',
|
|
21986
|
+
standard: 'EIP3091'
|
|
21987
|
+
}
|
|
21988
|
+
]
|
|
21989
|
+
},
|
|
21990
|
+
31754: {
|
|
21991
|
+
name: 'Xchain Testnet',
|
|
21992
|
+
chain: 'Xchain',
|
|
21993
|
+
icon: 'intd',
|
|
21994
|
+
rpc: ['https://rpc.xchaintest.net'],
|
|
21995
|
+
faucets: ['https://xchainfaucet.net'],
|
|
21996
|
+
nativeCurrency: {
|
|
21997
|
+
name: 'Intdestcoin Testnet',
|
|
21998
|
+
symbol: 'INTD',
|
|
21999
|
+
decimals: 18
|
|
22000
|
+
},
|
|
22001
|
+
infoURL: 'https://xchaintest.net',
|
|
22002
|
+
shortName: 'tINTD',
|
|
22003
|
+
chainId: 31754,
|
|
22004
|
+
networkId: 31754,
|
|
22005
|
+
explorers: [
|
|
22006
|
+
{
|
|
22007
|
+
name: 'Xchain Testnet Explorer',
|
|
22008
|
+
url: 'https://xchaintest.net',
|
|
22009
|
+
standard: 'EIP3091'
|
|
22010
|
+
}
|
|
22011
|
+
]
|
|
22012
|
+
},
|
|
21032
22013
|
32001: {
|
|
21033
22014
|
name: 'W3Gamez Holesky Testnet',
|
|
21034
22015
|
chain: 'ETH',
|
|
@@ -21139,6 +22120,25 @@ exports.chains = {
|
|
|
21139
22120
|
}
|
|
21140
22121
|
]
|
|
21141
22122
|
},
|
|
22123
|
+
33033: {
|
|
22124
|
+
name: 'Entangle Mainnet',
|
|
22125
|
+
chain: 'NGL',
|
|
22126
|
+
icon: 'ngl',
|
|
22127
|
+
rpc: ['https://json-rpc.entangle.fi'],
|
|
22128
|
+
faucets: [],
|
|
22129
|
+
nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
|
|
22130
|
+
infoURL: 'https://www.entangle.fi',
|
|
22131
|
+
shortName: 'ngl',
|
|
22132
|
+
chainId: 33033,
|
|
22133
|
+
networkId: 33033,
|
|
22134
|
+
explorers: [
|
|
22135
|
+
{
|
|
22136
|
+
name: 'Entangle Mainnet Explorer',
|
|
22137
|
+
url: 'https://explorer.entangle.fi',
|
|
22138
|
+
standard: 'none'
|
|
22139
|
+
}
|
|
22140
|
+
]
|
|
22141
|
+
},
|
|
21142
22142
|
33101: {
|
|
21143
22143
|
name: 'Zilliqa EVM Testnet',
|
|
21144
22144
|
chain: 'ZIL',
|
|
@@ -21158,6 +22158,19 @@ exports.chains = {
|
|
|
21158
22158
|
}
|
|
21159
22159
|
]
|
|
21160
22160
|
},
|
|
22161
|
+
33133: {
|
|
22162
|
+
name: 'Entangle Testnet',
|
|
22163
|
+
chain: 'NGL',
|
|
22164
|
+
icon: 'ngl',
|
|
22165
|
+
rpc: ['https://evm-testnet.entangle.fi'],
|
|
22166
|
+
faucets: [],
|
|
22167
|
+
nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
|
|
22168
|
+
infoURL: 'https://www.entangle.fi',
|
|
22169
|
+
shortName: 'tngl',
|
|
22170
|
+
chainId: 33133,
|
|
22171
|
+
networkId: 33133,
|
|
22172
|
+
explorers: []
|
|
22173
|
+
},
|
|
21161
22174
|
33210: {
|
|
21162
22175
|
name: 'Cloudverse Subnet',
|
|
21163
22176
|
chain: 'CLOUDVERSE',
|
|
@@ -21236,6 +22249,25 @@ exports.chains = {
|
|
|
21236
22249
|
}
|
|
21237
22250
|
]
|
|
21238
22251
|
},
|
|
22252
|
+
33979: {
|
|
22253
|
+
name: 'Funki',
|
|
22254
|
+
chain: 'ETH',
|
|
22255
|
+
icon: 'funki',
|
|
22256
|
+
rpc: [],
|
|
22257
|
+
faucets: [],
|
|
22258
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22259
|
+
infoURL: 'https://funkichain.com',
|
|
22260
|
+
shortName: 'funki',
|
|
22261
|
+
chainId: 33979,
|
|
22262
|
+
networkId: 33979,
|
|
22263
|
+
explorers: [
|
|
22264
|
+
{
|
|
22265
|
+
name: 'Funki Mainnet Explorer',
|
|
22266
|
+
url: 'https://mainnet.funkichain.com',
|
|
22267
|
+
standard: 'none'
|
|
22268
|
+
}
|
|
22269
|
+
]
|
|
22270
|
+
},
|
|
21239
22271
|
34443: {
|
|
21240
22272
|
name: 'Mode',
|
|
21241
22273
|
chain: 'ETH',
|
|
@@ -21366,6 +22398,25 @@ exports.chains = {
|
|
|
21366
22398
|
}
|
|
21367
22399
|
]
|
|
21368
22400
|
},
|
|
22401
|
+
39656: {
|
|
22402
|
+
name: 'PRM Mainnet',
|
|
22403
|
+
chain: 'prm',
|
|
22404
|
+
icon: 'prmIcon',
|
|
22405
|
+
rpc: ['https://mainnet-rpc.prmscan.org'],
|
|
22406
|
+
faucets: [],
|
|
22407
|
+
nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
|
|
22408
|
+
infoURL: 'https://primalnetwork.org',
|
|
22409
|
+
shortName: 'prm',
|
|
22410
|
+
chainId: 39656,
|
|
22411
|
+
networkId: 39656,
|
|
22412
|
+
explorers: [
|
|
22413
|
+
{
|
|
22414
|
+
name: 'Primal Network',
|
|
22415
|
+
url: 'https://prmscan.org',
|
|
22416
|
+
standard: 'EIP3091'
|
|
22417
|
+
}
|
|
22418
|
+
]
|
|
22419
|
+
},
|
|
21369
22420
|
39797: {
|
|
21370
22421
|
name: 'Energi Mainnet',
|
|
21371
22422
|
chain: 'NRG',
|
|
@@ -21610,6 +22661,26 @@ exports.chains = {
|
|
|
21610
22661
|
bridges: [{ url: 'https://wallet.zkfair.io' }]
|
|
21611
22662
|
}
|
|
21612
22663
|
},
|
|
22664
|
+
42793: {
|
|
22665
|
+
name: 'Etherlink Mainnet',
|
|
22666
|
+
chain: 'Etherlink',
|
|
22667
|
+
icon: 'etherlink',
|
|
22668
|
+
chainId: 42793,
|
|
22669
|
+
networkId: 42793,
|
|
22670
|
+
features: [{ name: 'EIP1559' }],
|
|
22671
|
+
infoURL: 'https://etherlink.com',
|
|
22672
|
+
shortName: 'etlk',
|
|
22673
|
+
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
22674
|
+
rpc: ['https://node.mainnet.etherlink.com'],
|
|
22675
|
+
faucets: [],
|
|
22676
|
+
explorers: [
|
|
22677
|
+
{
|
|
22678
|
+
name: 'Etherlink Explorer',
|
|
22679
|
+
url: 'https://explorer.etherlink.com',
|
|
22680
|
+
standard: 'EIP3091'
|
|
22681
|
+
}
|
|
22682
|
+
]
|
|
22683
|
+
},
|
|
21613
22684
|
42801: {
|
|
21614
22685
|
name: 'Gesoten Verse Testnet',
|
|
21615
22686
|
chain: 'Gesoten Verse',
|
|
@@ -21672,6 +22743,7 @@ exports.chains = {
|
|
|
21672
22743
|
shortName: 'hemi',
|
|
21673
22744
|
chainId: 43111,
|
|
21674
22745
|
networkId: 43111,
|
|
22746
|
+
icon: 'hemi',
|
|
21675
22747
|
explorers: [],
|
|
21676
22748
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
21677
22749
|
status: 'incubating'
|
|
@@ -22177,6 +23249,30 @@ exports.chains = {
|
|
|
22177
23249
|
}
|
|
22178
23250
|
]
|
|
22179
23251
|
},
|
|
23252
|
+
53457: {
|
|
23253
|
+
name: 'DODOchain testnet',
|
|
23254
|
+
title: 'DODOchain testnet',
|
|
23255
|
+
chain: 'DODOchain',
|
|
23256
|
+
icon: 'dodochain_testnet',
|
|
23257
|
+
rpc: [
|
|
23258
|
+
'https://dodochain-testnet.alt.technology',
|
|
23259
|
+
'wss://dodochain-testnet.alt.technology/ws'
|
|
23260
|
+
],
|
|
23261
|
+
faucets: [],
|
|
23262
|
+
nativeCurrency: { name: 'DODO', symbol: 'DODO', decimals: 18 },
|
|
23263
|
+
infoURL: 'https://www.dodochain.com',
|
|
23264
|
+
shortName: 'dodochain',
|
|
23265
|
+
chainId: 53457,
|
|
23266
|
+
networkId: 53457,
|
|
23267
|
+
explorers: [
|
|
23268
|
+
{
|
|
23269
|
+
name: 'DODOchain Testnet (Sepolia) Explorer',
|
|
23270
|
+
url: 'https://testnet-scan.dodochain.com',
|
|
23271
|
+
icon: 'dodochain_testnet',
|
|
23272
|
+
standard: 'EIP3091'
|
|
23273
|
+
}
|
|
23274
|
+
]
|
|
23275
|
+
},
|
|
22180
23276
|
53935: {
|
|
22181
23277
|
name: 'DFK Chain',
|
|
22182
23278
|
chain: 'DFK',
|
|
@@ -22365,6 +23461,25 @@ exports.chains = {
|
|
|
22365
23461
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
22366
23462
|
}
|
|
22367
23463
|
},
|
|
23464
|
+
56400: {
|
|
23465
|
+
name: 'Testnet Zeroone Subnet',
|
|
23466
|
+
chain: 'TESTNETZER',
|
|
23467
|
+
rpc: ['https://subnets.avax.network/testnetzer/testnet/rpc'],
|
|
23468
|
+
features: [{ name: 'EIP1559' }],
|
|
23469
|
+
faucets: [],
|
|
23470
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
|
23471
|
+
infoURL: 'https://zeroone.art/',
|
|
23472
|
+
shortName: 'testnetzer',
|
|
23473
|
+
chainId: 56400,
|
|
23474
|
+
networkId: 56400,
|
|
23475
|
+
explorers: [
|
|
23476
|
+
{
|
|
23477
|
+
name: 'TESTNETZER Explorer',
|
|
23478
|
+
url: 'https://subnets-test.avax.network/testnetzer',
|
|
23479
|
+
standard: 'EIP3091'
|
|
23480
|
+
}
|
|
23481
|
+
]
|
|
23482
|
+
},
|
|
22368
23483
|
56789: {
|
|
22369
23484
|
name: 'VELO Labs Mainnet',
|
|
22370
23485
|
chain: 'NOVA chain',
|
|
@@ -22681,14 +23796,28 @@ exports.chains = {
|
|
|
22681
23796
|
60808: {
|
|
22682
23797
|
name: 'BOB',
|
|
22683
23798
|
chain: 'ETH',
|
|
22684
|
-
rpc: [],
|
|
23799
|
+
rpc: ['https://rpc.gobob.xyz', 'wss://rpc.gobob.xyz'],
|
|
22685
23800
|
faucets: [],
|
|
22686
23801
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22687
23802
|
infoURL: 'https://gobob.xyz',
|
|
22688
23803
|
shortName: 'bob',
|
|
22689
23804
|
chainId: 60808,
|
|
22690
23805
|
networkId: 60808,
|
|
22691
|
-
|
|
23806
|
+
icon: 'bob',
|
|
23807
|
+
explorers: [
|
|
23808
|
+
{
|
|
23809
|
+
name: 'bobscout',
|
|
23810
|
+
url: 'https://explorer.gobob.xyz',
|
|
23811
|
+
icon: 'blockscout',
|
|
23812
|
+
standard: 'EIP3091'
|
|
23813
|
+
}
|
|
23814
|
+
],
|
|
23815
|
+
status: 'active',
|
|
23816
|
+
parent: {
|
|
23817
|
+
type: 'L2',
|
|
23818
|
+
chain: 'eip155-1',
|
|
23819
|
+
bridges: [{ url: 'https://app.gobob.xyz' }]
|
|
23820
|
+
}
|
|
22692
23821
|
},
|
|
22693
23822
|
61406: {
|
|
22694
23823
|
name: 'KaiChain',
|
|
@@ -22810,9 +23939,8 @@ exports.chains = {
|
|
|
22810
23939
|
},
|
|
22811
23940
|
62050: {
|
|
22812
23941
|
name: 'Optopia Mainnet',
|
|
22813
|
-
status: 'incubating',
|
|
22814
23942
|
chain: 'ETH',
|
|
22815
|
-
rpc: [],
|
|
23943
|
+
rpc: ['https://rpc-mainnet.optopia.ai', 'https://rpc-mainnet-2.optopia.ai'],
|
|
22816
23944
|
faucets: [],
|
|
22817
23945
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22818
23946
|
features: [{ name: 'EIP1559' }],
|
|
@@ -22821,8 +23949,19 @@ exports.chains = {
|
|
|
22821
23949
|
chainId: 62050,
|
|
22822
23950
|
networkId: 62050,
|
|
22823
23951
|
icon: 'optopia',
|
|
22824
|
-
explorers: [
|
|
22825
|
-
|
|
23952
|
+
explorers: [
|
|
23953
|
+
{
|
|
23954
|
+
name: 'optopia-scan',
|
|
23955
|
+
url: 'https://scan.optopia.ai',
|
|
23956
|
+
icon: 'optopia',
|
|
23957
|
+
standard: 'EIP3091'
|
|
23958
|
+
}
|
|
23959
|
+
],
|
|
23960
|
+
parent: {
|
|
23961
|
+
type: 'L2',
|
|
23962
|
+
chain: 'eip155-1',
|
|
23963
|
+
bridges: [{ url: 'https://bridge.optopia.ai' }]
|
|
23964
|
+
}
|
|
22826
23965
|
},
|
|
22827
23966
|
62320: {
|
|
22828
23967
|
name: 'Celo Baklava Testnet',
|
|
@@ -22858,6 +23997,26 @@ exports.chains = {
|
|
|
22858
23997
|
}
|
|
22859
23998
|
]
|
|
22860
23999
|
},
|
|
24000
|
+
62831: {
|
|
24001
|
+
name: 'PLYR TAU Testnet',
|
|
24002
|
+
chain: 'PLYR',
|
|
24003
|
+
icon: 'plyr',
|
|
24004
|
+
rpc: ['https://subnets.avax.network/plyr/testnet/rpc'],
|
|
24005
|
+
faucets: ['https://faucet.avax.network/?subnet=plyr'],
|
|
24006
|
+
nativeCurrency: { name: 'PLYR', symbol: 'PLYR', decimals: 18 },
|
|
24007
|
+
infoURL: 'https://plyr.network',
|
|
24008
|
+
shortName: 'plyr-tau-testnet',
|
|
24009
|
+
chainId: 62831,
|
|
24010
|
+
networkId: 62831,
|
|
24011
|
+
slip44: 1,
|
|
24012
|
+
explorers: [
|
|
24013
|
+
{
|
|
24014
|
+
name: 'Avalanche Subnet Testnet Explorer',
|
|
24015
|
+
url: 'https://subnets-test.avax.network/plyr',
|
|
24016
|
+
standard: 'EIP3091'
|
|
24017
|
+
}
|
|
24018
|
+
]
|
|
24019
|
+
},
|
|
22861
24020
|
63000: {
|
|
22862
24021
|
name: 'eCredits Mainnet',
|
|
22863
24022
|
chain: 'ECS',
|
|
@@ -23992,6 +25151,20 @@ exports.chains = {
|
|
|
23992
25151
|
}
|
|
23993
25152
|
]
|
|
23994
25153
|
},
|
|
25154
|
+
88559: {
|
|
25155
|
+
name: 'Inoai Network',
|
|
25156
|
+
chain: 'INOAI',
|
|
25157
|
+
faucets: [],
|
|
25158
|
+
rpc: ['https://inoai-network.com'],
|
|
25159
|
+
nativeCurrency: { name: 'Inoai', symbol: 'INO', decimals: 18 },
|
|
25160
|
+
infoURL: 'https://inoai.info',
|
|
25161
|
+
shortName: 'INOAI',
|
|
25162
|
+
chainId: 88559,
|
|
25163
|
+
networkId: 88559,
|
|
25164
|
+
explorers: [
|
|
25165
|
+
{ name: 'inoai live', url: 'https://inoai.live', standard: 'none' }
|
|
25166
|
+
]
|
|
25167
|
+
},
|
|
23995
25168
|
88817: {
|
|
23996
25169
|
name: 'Unit Zero Testnet',
|
|
23997
25170
|
chain: 'Unit Zero',
|
|
@@ -24033,6 +25206,7 @@ exports.chains = {
|
|
|
24033
25206
|
88880: {
|
|
24034
25207
|
name: 'Chiliz Scoville Testnet',
|
|
24035
25208
|
chain: 'CHZ',
|
|
25209
|
+
status: 'deprecated',
|
|
24036
25210
|
rpc: ['https://scoville-rpc.chiliz.com'],
|
|
24037
25211
|
faucets: ['https://scoville-faucet.chiliz.com'],
|
|
24038
25212
|
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
|
@@ -24050,21 +25224,57 @@ exports.chains = {
|
|
|
24050
25224
|
}
|
|
24051
25225
|
]
|
|
24052
25226
|
},
|
|
25227
|
+
88882: {
|
|
25228
|
+
name: 'Chiliz Spicy Testnet',
|
|
25229
|
+
chain: 'CHZ',
|
|
25230
|
+
rpc: ['https://spicy-rpc.chiliz.com'],
|
|
25231
|
+
faucets: [
|
|
25232
|
+
'https://spicy-faucet.chiliz.com',
|
|
25233
|
+
'https://tatum.io/faucets/chiliz'
|
|
25234
|
+
],
|
|
25235
|
+
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
|
25236
|
+
icon: 'chilizspicy',
|
|
25237
|
+
infoURL: 'https://www.chiliz.com/en/chain',
|
|
25238
|
+
shortName: 'chzspicy',
|
|
25239
|
+
chainId: 88882,
|
|
25240
|
+
networkId: 88882,
|
|
25241
|
+
slip44: 1,
|
|
25242
|
+
explorers: [
|
|
25243
|
+
{
|
|
25244
|
+
name: 'spicy-explorer',
|
|
25245
|
+
url: 'https://testnet.chiliscan.com',
|
|
25246
|
+
standard: 'EIP3091'
|
|
25247
|
+
}
|
|
25248
|
+
]
|
|
25249
|
+
},
|
|
24053
25250
|
88888: {
|
|
24054
|
-
name: '
|
|
24055
|
-
chain: '
|
|
24056
|
-
icon: '
|
|
24057
|
-
rpc: [
|
|
24058
|
-
|
|
24059
|
-
|
|
24060
|
-
|
|
24061
|
-
|
|
25251
|
+
name: 'Chiliz Chain Mainnet',
|
|
25252
|
+
chain: 'CHZ',
|
|
25253
|
+
icon: 'chilizchain',
|
|
25254
|
+
rpc: [
|
|
25255
|
+
'https://rpc.chiliz.com',
|
|
25256
|
+
'https://rpc.ankr.com/chiliz',
|
|
25257
|
+
'https://chiliz.publicnode.com'
|
|
25258
|
+
],
|
|
25259
|
+
faucets: [
|
|
25260
|
+
'https://spicy-faucet.chiliz.com',
|
|
25261
|
+
'https://tatum.io/faucets/chiliz'
|
|
25262
|
+
],
|
|
25263
|
+
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
|
25264
|
+
infoURL: 'https://chiliz.com',
|
|
25265
|
+
shortName: 'chzmainnet',
|
|
24062
25266
|
chainId: 88888,
|
|
24063
25267
|
networkId: 88888,
|
|
25268
|
+
redFlags: ['reusedChainId'],
|
|
24064
25269
|
explorers: [
|
|
24065
25270
|
{
|
|
24066
|
-
name: '
|
|
24067
|
-
url: 'https://
|
|
25271
|
+
name: 'chiliscan',
|
|
25272
|
+
url: 'https://chiliscan.com',
|
|
25273
|
+
standard: 'EIP3091'
|
|
25274
|
+
},
|
|
25275
|
+
{
|
|
25276
|
+
name: 'chilizscan',
|
|
25277
|
+
url: 'https://scan.chiliz.com',
|
|
24068
25278
|
standard: 'EIP3091'
|
|
24069
25279
|
}
|
|
24070
25280
|
]
|
|
@@ -24105,6 +25315,33 @@ exports.chains = {
|
|
|
24105
25315
|
}
|
|
24106
25316
|
]
|
|
24107
25317
|
},
|
|
25318
|
+
90354: {
|
|
25319
|
+
name: 'Camp Testnet',
|
|
25320
|
+
chain: 'ETH',
|
|
25321
|
+
icon: 'camp',
|
|
25322
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
25323
|
+
rpc: ['https://rpc-camp-network-4xje7wy105.t.conduit.xyz'],
|
|
25324
|
+
faucets: ['https://www.campnetwork.xyz/faucet'],
|
|
25325
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
25326
|
+
infoURL: 'https://campaign-1.gitbook.io/camp-technical-docså',
|
|
25327
|
+
shortName: 'camp',
|
|
25328
|
+
chainId: 90354,
|
|
25329
|
+
networkId: 90354,
|
|
25330
|
+
slip44: 1,
|
|
25331
|
+
explorers: [
|
|
25332
|
+
{
|
|
25333
|
+
name: 'blockscout',
|
|
25334
|
+
url: 'https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz',
|
|
25335
|
+
icon: 'blockscout',
|
|
25336
|
+
standard: 'EIP3091'
|
|
25337
|
+
}
|
|
25338
|
+
],
|
|
25339
|
+
parent: {
|
|
25340
|
+
type: 'L2',
|
|
25341
|
+
chain: 'eip155-1',
|
|
25342
|
+
bridges: [{ url: 'https://camp-testnet-bridge.vercel.app/' }]
|
|
25343
|
+
}
|
|
25344
|
+
},
|
|
24108
25345
|
91002: {
|
|
24109
25346
|
name: 'Nautilus Trition Chain',
|
|
24110
25347
|
title: 'Nautilus Trition Testnet',
|
|
@@ -24265,6 +25502,25 @@ exports.chains = {
|
|
|
24265
25502
|
],
|
|
24266
25503
|
status: 'deprecated'
|
|
24267
25504
|
},
|
|
25505
|
+
97531: {
|
|
25506
|
+
name: 'Green Chain Testnet',
|
|
25507
|
+
chain: 'Green Chain',
|
|
25508
|
+
icon: 'greenchain',
|
|
25509
|
+
rpc: ['https://node.greenchain.app/rpc/'],
|
|
25510
|
+
faucets: [],
|
|
25511
|
+
nativeCurrency: { name: 'GREEN', symbol: 'GREEN', decimals: 18 },
|
|
25512
|
+
infoURL: 'https://www.greenchain.app',
|
|
25513
|
+
shortName: 'greenchain',
|
|
25514
|
+
chainId: 97531,
|
|
25515
|
+
networkId: 97531,
|
|
25516
|
+
explorers: [
|
|
25517
|
+
{
|
|
25518
|
+
name: 'Green Chain Explorer',
|
|
25519
|
+
url: 'https://explorer.greenchain.app',
|
|
25520
|
+
standard: 'EIP3091'
|
|
25521
|
+
}
|
|
25522
|
+
]
|
|
25523
|
+
},
|
|
24268
25524
|
99099: {
|
|
24269
25525
|
name: 'eLiberty Testnet',
|
|
24270
25526
|
chain: '$EL',
|
|
@@ -24632,6 +25888,25 @@ exports.chains = {
|
|
|
24632
25888
|
}
|
|
24633
25889
|
]
|
|
24634
25890
|
},
|
|
25891
|
+
104566: {
|
|
25892
|
+
name: 'KaspaClassic Mainnet',
|
|
25893
|
+
chain: 'KaspaClassic',
|
|
25894
|
+
icon: 'kaspaclassic',
|
|
25895
|
+
rpc: ['https://api.kaspaclassic.world/', 'http://80.178.101.118:8000/'],
|
|
25896
|
+
faucets: [],
|
|
25897
|
+
nativeCurrency: { name: 'KaspaClassic', symbol: 'CAS', decimals: 18 },
|
|
25898
|
+
infoURL: 'https://kaspaclassic.com/',
|
|
25899
|
+
shortName: 'cas',
|
|
25900
|
+
chainId: 104566,
|
|
25901
|
+
networkId: 104566,
|
|
25902
|
+
explorers: [
|
|
25903
|
+
{
|
|
25904
|
+
name: 'KaspaClassic Explorer',
|
|
25905
|
+
url: 'https://explorer.kaspaclassic.world',
|
|
25906
|
+
standard: 'none'
|
|
25907
|
+
}
|
|
25908
|
+
]
|
|
25909
|
+
},
|
|
24635
25910
|
105105: {
|
|
24636
25911
|
name: 'Stratis Mainnet',
|
|
24637
25912
|
chain: 'Stratis',
|
|
@@ -25107,6 +26382,25 @@ exports.chains = {
|
|
|
25107
26382
|
explorers: [],
|
|
25108
26383
|
status: 'incubating'
|
|
25109
26384
|
},
|
|
26385
|
+
165279: {
|
|
26386
|
+
name: 'Eclat Mainnet',
|
|
26387
|
+
chain: 'Eclat',
|
|
26388
|
+
icon: 'eclat',
|
|
26389
|
+
rpc: ['https://mainnet-rpc.eclatscan.com'],
|
|
26390
|
+
faucets: [],
|
|
26391
|
+
nativeCurrency: { name: 'Eclat', symbol: 'ECLAT', decimals: 18 },
|
|
26392
|
+
infoURL: 'https://eclatscan.com',
|
|
26393
|
+
shortName: 'ECLAT',
|
|
26394
|
+
chainId: 165279,
|
|
26395
|
+
networkId: 165279,
|
|
26396
|
+
explorers: [
|
|
26397
|
+
{
|
|
26398
|
+
name: 'Eclat Mainnet Explorer',
|
|
26399
|
+
url: 'https://eclatscan.com',
|
|
26400
|
+
standard: 'EIP3091'
|
|
26401
|
+
}
|
|
26402
|
+
]
|
|
26403
|
+
},
|
|
25110
26404
|
167000: {
|
|
25111
26405
|
name: 'Taiko Mainnet',
|
|
25112
26406
|
chain: 'ETH',
|
|
@@ -25294,6 +26588,33 @@ exports.chains = {
|
|
|
25294
26588
|
}
|
|
25295
26589
|
]
|
|
25296
26590
|
},
|
|
26591
|
+
192940: {
|
|
26592
|
+
name: 'Mind Network Testnet',
|
|
26593
|
+
chain: 'FHET',
|
|
26594
|
+
rpc: [
|
|
26595
|
+
'https://rpc-testnet.mindnetwork.xyz',
|
|
26596
|
+
'wss://rpc-testnet.mindnetwork.xyz'
|
|
26597
|
+
],
|
|
26598
|
+
faucets: [],
|
|
26599
|
+
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
|
26600
|
+
features: [{ name: 'EIP155' }],
|
|
26601
|
+
infoURL: 'https://mindnetwork.xyz',
|
|
26602
|
+
shortName: 'fhet',
|
|
26603
|
+
chainId: 192940,
|
|
26604
|
+
networkId: 192940
|
|
26605
|
+
},
|
|
26606
|
+
200000: {
|
|
26607
|
+
name: 'xFair.AI Testnet',
|
|
26608
|
+
chain: 'FAIT',
|
|
26609
|
+
rpc: ['https://rpc_testnet.xfair.ai', 'wss://rpc_testnet.xfair.ai'],
|
|
26610
|
+
faucets: [],
|
|
26611
|
+
nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
|
|
26612
|
+
features: [{ name: 'EIP155' }],
|
|
26613
|
+
infoURL: 'https://xfair.ai',
|
|
26614
|
+
shortName: 'fait',
|
|
26615
|
+
chainId: 200000,
|
|
26616
|
+
networkId: 200000
|
|
26617
|
+
},
|
|
25297
26618
|
200101: {
|
|
25298
26619
|
name: 'Milkomeda C1 Testnet',
|
|
25299
26620
|
chain: 'milkTAda',
|
|
@@ -25382,6 +26703,7 @@ exports.chains = {
|
|
|
25382
26703
|
'https://rpc.bitlayer.org',
|
|
25383
26704
|
'https://rpc.bitlayer-rpc.com',
|
|
25384
26705
|
'https://rpc.ankr.com/bitlayer',
|
|
26706
|
+
'https://rpc-bitlayer.rockx.com',
|
|
25385
26707
|
'wss://ws.bitlayer.org',
|
|
25386
26708
|
'wss://ws.bitlayer-rpc.com'
|
|
25387
26709
|
],
|
|
@@ -25812,7 +27134,7 @@ exports.chains = {
|
|
|
25812
27134
|
]
|
|
25813
27135
|
},
|
|
25814
27136
|
230315: {
|
|
25815
|
-
name: 'HashKey Chain Testnet',
|
|
27137
|
+
name: 'HashKey Chain Testnet(discard)',
|
|
25816
27138
|
chain: 'HashKey',
|
|
25817
27139
|
rpc: ['https://testnet.hashkeychain/rpc'],
|
|
25818
27140
|
faucets: ['https://testnet.hashkeychain/faucet'],
|
|
@@ -25908,6 +27230,25 @@ exports.chains = {
|
|
|
25908
27230
|
}
|
|
25909
27231
|
]
|
|
25910
27232
|
},
|
|
27233
|
+
262371: {
|
|
27234
|
+
name: 'Eclat Testnet',
|
|
27235
|
+
chain: 'Eclat',
|
|
27236
|
+
icon: 'eclat',
|
|
27237
|
+
rpc: ['https://testnet-rpc.eclatscan.com'],
|
|
27238
|
+
faucets: ['https://faucet.eclatscan.com'],
|
|
27239
|
+
nativeCurrency: { name: 'Eclat Testnet', symbol: 'ECLAT', decimals: 18 },
|
|
27240
|
+
infoURL: 'https://testnet-explorer.eclatscan.com',
|
|
27241
|
+
shortName: 'tECLAT',
|
|
27242
|
+
chainId: 262371,
|
|
27243
|
+
networkId: 262371,
|
|
27244
|
+
explorers: [
|
|
27245
|
+
{
|
|
27246
|
+
name: 'Eclat Testnet Explorer',
|
|
27247
|
+
url: 'https://testnet-explorer.eclatscan.com',
|
|
27248
|
+
standard: 'EIP3091'
|
|
27249
|
+
}
|
|
27250
|
+
]
|
|
27251
|
+
},
|
|
25911
27252
|
266256: {
|
|
25912
27253
|
name: 'Gear Zero Network Testnet',
|
|
25913
27254
|
chain: 'GearZero',
|
|
@@ -25980,6 +27321,25 @@ exports.chains = {
|
|
|
25980
27321
|
],
|
|
25981
27322
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
25982
27323
|
},
|
|
27324
|
+
309075: {
|
|
27325
|
+
name: 'One World Chain Mainnet',
|
|
27326
|
+
chain: 'One World Chain',
|
|
27327
|
+
icon: 'oneWorldChainIcon',
|
|
27328
|
+
rpc: ['https://mainnet-rpc.oneworldchain.org'],
|
|
27329
|
+
faucets: [],
|
|
27330
|
+
nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
|
|
27331
|
+
infoURL: 'https://oneworldchain.org',
|
|
27332
|
+
shortName: 'OWCTm',
|
|
27333
|
+
chainId: 309075,
|
|
27334
|
+
networkId: 309075,
|
|
27335
|
+
explorers: [
|
|
27336
|
+
{
|
|
27337
|
+
name: 'One World Chain Mainnet Explorer',
|
|
27338
|
+
url: 'https://mainnet.oneworldchain.org',
|
|
27339
|
+
standard: 'EIP3091'
|
|
27340
|
+
}
|
|
27341
|
+
]
|
|
27342
|
+
},
|
|
25983
27343
|
313313: {
|
|
25984
27344
|
name: 'SaharaAI Testnet',
|
|
25985
27345
|
chain: 'Sahara',
|
|
@@ -26038,6 +27398,27 @@ exports.chains = {
|
|
|
26038
27398
|
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
|
|
26039
27399
|
]
|
|
26040
27400
|
},
|
|
27401
|
+
322202: {
|
|
27402
|
+
name: 'Parex Mainnet',
|
|
27403
|
+
title: 'Parex Mainnet',
|
|
27404
|
+
chain: 'Parex',
|
|
27405
|
+
rpc: ['https://mainnet-rpc.parex.network'],
|
|
27406
|
+
faucets: [],
|
|
27407
|
+
nativeCurrency: { name: 'PAREX', symbol: 'PRX', decimals: 18 },
|
|
27408
|
+
infoURL: 'https://parex.network',
|
|
27409
|
+
shortName: 'parex',
|
|
27410
|
+
chainId: 322202,
|
|
27411
|
+
networkId: 322202,
|
|
27412
|
+
icon: 'parexmain',
|
|
27413
|
+
explorers: [
|
|
27414
|
+
{
|
|
27415
|
+
name: 'Parex Mainnet Explorer',
|
|
27416
|
+
url: 'https://scan.parex.network',
|
|
27417
|
+
icon: 'parexmain',
|
|
27418
|
+
standard: 'EIP3091'
|
|
27419
|
+
}
|
|
27420
|
+
]
|
|
27421
|
+
},
|
|
26041
27422
|
323213: {
|
|
26042
27423
|
name: 'Bloom Genesis Testnet',
|
|
26043
27424
|
chain: 'Bloom',
|
|
@@ -26277,7 +27658,14 @@ exports.chains = {
|
|
|
26277
27658
|
infoURL: '',
|
|
26278
27659
|
shortName: 'DS2',
|
|
26279
27660
|
chainId: 363636,
|
|
26280
|
-
networkId: 363636
|
|
27661
|
+
networkId: 363636,
|
|
27662
|
+
explorers: [
|
|
27663
|
+
{
|
|
27664
|
+
name: 'Digit Soul Explorer',
|
|
27665
|
+
url: 'https://dgs-exp.digitsoul.co.th',
|
|
27666
|
+
standard: 'EIP3091'
|
|
27667
|
+
}
|
|
27668
|
+
]
|
|
26281
27669
|
},
|
|
26282
27670
|
373737: {
|
|
26283
27671
|
name: 'HAPchain Testnet',
|
|
@@ -26710,6 +28098,26 @@ exports.chains = {
|
|
|
26710
28098
|
}
|
|
26711
28099
|
]
|
|
26712
28100
|
},
|
|
28101
|
+
504441: {
|
|
28102
|
+
name: 'Playdapp Network',
|
|
28103
|
+
chain: 'PDA',
|
|
28104
|
+
icon: 'pda',
|
|
28105
|
+
rpc: ['https://subnets.avax.network/playdappne/mainnet/rpc'],
|
|
28106
|
+
features: [{ name: 'EIP1559' }],
|
|
28107
|
+
faucets: [],
|
|
28108
|
+
nativeCurrency: { name: 'Playdapp', symbol: 'PDA', decimals: 18 },
|
|
28109
|
+
infoURL: 'https://playdapp.io',
|
|
28110
|
+
shortName: 'PDA',
|
|
28111
|
+
chainId: 504441,
|
|
28112
|
+
networkId: 504441,
|
|
28113
|
+
explorers: [
|
|
28114
|
+
{
|
|
28115
|
+
name: 'Playdapp Explorer',
|
|
28116
|
+
url: 'https://subnets.avax.network/playdappne',
|
|
28117
|
+
standard: 'EIP3091'
|
|
28118
|
+
}
|
|
28119
|
+
]
|
|
28120
|
+
},
|
|
26713
28121
|
512512: {
|
|
26714
28122
|
name: 'CMP-Testnet',
|
|
26715
28123
|
chain: 'CMP',
|
|
@@ -26908,6 +28316,25 @@ exports.chains = {
|
|
|
26908
28316
|
}
|
|
26909
28317
|
]
|
|
26910
28318
|
},
|
|
28319
|
+
552981: {
|
|
28320
|
+
name: 'One World Chain Testnet',
|
|
28321
|
+
chain: 'One World Chain',
|
|
28322
|
+
icon: 'oneWorldChainIcon',
|
|
28323
|
+
rpc: ['https://testnet-rpc.oneworldchain.org'],
|
|
28324
|
+
faucets: ['https://faucet.oneworldchain.org'],
|
|
28325
|
+
nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
|
|
28326
|
+
infoURL: 'https://oneworldchain.org',
|
|
28327
|
+
shortName: 'OWCTt',
|
|
28328
|
+
chainId: 552981,
|
|
28329
|
+
networkId: 552981,
|
|
28330
|
+
explorers: [
|
|
28331
|
+
{
|
|
28332
|
+
name: 'One World Chain Testnet Explorer',
|
|
28333
|
+
url: 'https://testnet.oneworldchain.org',
|
|
28334
|
+
standard: 'EIP3091'
|
|
28335
|
+
}
|
|
28336
|
+
]
|
|
28337
|
+
},
|
|
26911
28338
|
555666: {
|
|
26912
28339
|
name: 'Eclipse Testnet',
|
|
26913
28340
|
chain: 'ECLIPSE',
|
|
@@ -26999,6 +28426,24 @@ exports.chains = {
|
|
|
26999
28426
|
}
|
|
27000
28427
|
]
|
|
27001
28428
|
},
|
|
28429
|
+
660279: {
|
|
28430
|
+
name: 'Xai Mainnet',
|
|
28431
|
+
chainId: 660279,
|
|
28432
|
+
shortName: 'xai',
|
|
28433
|
+
chain: 'XAI',
|
|
28434
|
+
networkId: 660279,
|
|
28435
|
+
nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 },
|
|
28436
|
+
rpc: ['https://xai-chain.net/rpc'],
|
|
28437
|
+
faucets: [],
|
|
28438
|
+
explorers: [
|
|
28439
|
+
{
|
|
28440
|
+
name: 'Blockscout',
|
|
28441
|
+
url: 'https://explorer.xai-chain.net',
|
|
28442
|
+
standard: 'EIP3091'
|
|
28443
|
+
}
|
|
28444
|
+
],
|
|
28445
|
+
infoURL: 'https://xai.games'
|
|
28446
|
+
},
|
|
27002
28447
|
666666: {
|
|
27003
28448
|
name: 'Vision - Vpioneer Test Chain',
|
|
27004
28449
|
chain: 'Vision-Vpioneer',
|
|
@@ -27131,10 +28576,11 @@ exports.chains = {
|
|
|
27131
28576
|
shortName: 'hemi-sep',
|
|
27132
28577
|
chainId: 743111,
|
|
27133
28578
|
networkId: 743111,
|
|
28579
|
+
icon: 'hemi',
|
|
27134
28580
|
explorers: [
|
|
27135
28581
|
{
|
|
27136
28582
|
name: 'blockscout',
|
|
27137
|
-
url: 'https://testnet.explorer.hemi.
|
|
28583
|
+
url: 'https://testnet.explorer.hemi.xyz',
|
|
27138
28584
|
icon: 'blockscout',
|
|
27139
28585
|
standard: 'EIP3091'
|
|
27140
28586
|
}
|
|
@@ -27341,6 +28787,25 @@ exports.chains = {
|
|
|
27341
28787
|
}
|
|
27342
28788
|
]
|
|
27343
28789
|
},
|
|
28790
|
+
839320: {
|
|
28791
|
+
name: 'PRM Testnet',
|
|
28792
|
+
chain: 'prm',
|
|
28793
|
+
icon: 'prmIcon',
|
|
28794
|
+
rpc: ['https://testnet-rpc.prmscan.org'],
|
|
28795
|
+
faucets: ['https://faucet.prmscan.org'],
|
|
28796
|
+
nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
|
|
28797
|
+
infoURL: 'https://primalnetwork.org',
|
|
28798
|
+
shortName: 'prmtest',
|
|
28799
|
+
chainId: 839320,
|
|
28800
|
+
networkId: 839320,
|
|
28801
|
+
explorers: [
|
|
28802
|
+
{
|
|
28803
|
+
name: 'Primal Network Testnet',
|
|
28804
|
+
url: 'https://testnet-explorer.prmscan.org',
|
|
28805
|
+
standard: 'EIP3091'
|
|
28806
|
+
}
|
|
28807
|
+
]
|
|
28808
|
+
},
|
|
27344
28809
|
846000: {
|
|
27345
28810
|
name: '4GoodNetwork',
|
|
27346
28811
|
chain: '4GN',
|
|
@@ -27630,6 +29095,27 @@ exports.chains = {
|
|
|
27630
29095
|
}
|
|
27631
29096
|
]
|
|
27632
29097
|
},
|
|
29098
|
+
999999: {
|
|
29099
|
+
name: 'AmChain',
|
|
29100
|
+
title: 'AMC',
|
|
29101
|
+
chain: 'AmChain',
|
|
29102
|
+
icon: 'amc',
|
|
29103
|
+
rpc: ['https://node1.amchain.net'],
|
|
29104
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
29105
|
+
faucets: [],
|
|
29106
|
+
nativeCurrency: { name: 'AMC', symbol: 'AMC', decimals: 18 },
|
|
29107
|
+
infoURL: 'https://hewe.io/',
|
|
29108
|
+
shortName: 'AMC',
|
|
29109
|
+
chainId: 999999,
|
|
29110
|
+
networkId: 999999,
|
|
29111
|
+
explorers: [
|
|
29112
|
+
{
|
|
29113
|
+
name: 'AMCAmChain explorer',
|
|
29114
|
+
url: 'https://explorer.amchain.net',
|
|
29115
|
+
standard: 'none'
|
|
29116
|
+
}
|
|
29117
|
+
]
|
|
29118
|
+
},
|
|
27633
29119
|
1100789: {
|
|
27634
29120
|
name: 'Netmind Chain Testnet',
|
|
27635
29121
|
title: 'NetMind Chain Testnet',
|
|
@@ -27808,6 +29294,19 @@ exports.chains = {
|
|
|
27808
29294
|
}
|
|
27809
29295
|
]
|
|
27810
29296
|
},
|
|
29297
|
+
1398243: {
|
|
29298
|
+
name: 'Automata Testnet',
|
|
29299
|
+
chain: 'Automata Testnet',
|
|
29300
|
+
rpc: [],
|
|
29301
|
+
faucets: [],
|
|
29302
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29303
|
+
infoURL: 'https://ata.network',
|
|
29304
|
+
shortName: 'automatatest',
|
|
29305
|
+
chainId: 1398243,
|
|
29306
|
+
networkId: 1398243,
|
|
29307
|
+
icon: 'automata',
|
|
29308
|
+
explorers: []
|
|
29309
|
+
},
|
|
27811
29310
|
1612127: {
|
|
27812
29311
|
name: 'PlayFi Albireo Testnet',
|
|
27813
29312
|
chain: 'ETH',
|
|
@@ -27968,6 +29467,25 @@ exports.chains = {
|
|
|
27968
29467
|
slip44: 1,
|
|
27969
29468
|
explorers: []
|
|
27970
29469
|
},
|
|
29470
|
+
3397901: {
|
|
29471
|
+
name: 'Funki Sepolia Sandbox',
|
|
29472
|
+
chain: 'ETH',
|
|
29473
|
+
icon: 'funki',
|
|
29474
|
+
rpc: ['https://funki-testnet.alt.technology'],
|
|
29475
|
+
faucets: [],
|
|
29476
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29477
|
+
infoURL: 'https://funkichain.com',
|
|
29478
|
+
shortName: 'funkisepolia',
|
|
29479
|
+
chainId: 3397901,
|
|
29480
|
+
networkId: 3397901,
|
|
29481
|
+
explorers: [
|
|
29482
|
+
{
|
|
29483
|
+
name: 'Funki Sepolia Sandbox Explorer',
|
|
29484
|
+
url: 'https://sepolia-sandbox.funkichain.com',
|
|
29485
|
+
standard: 'none'
|
|
29486
|
+
}
|
|
29487
|
+
]
|
|
29488
|
+
},
|
|
27971
29489
|
3441005: {
|
|
27972
29490
|
name: 'Manta Pacific Testnet',
|
|
27973
29491
|
chain: 'Manta Pacific',
|
|
@@ -28120,14 +29638,16 @@ exports.chains = {
|
|
|
28120
29638
|
]
|
|
28121
29639
|
},
|
|
28122
29640
|
5318008: {
|
|
28123
|
-
name: 'Reactive
|
|
29641
|
+
name: 'Reactive Kopli',
|
|
29642
|
+
title: 'Reactive Network Testnet Kopli',
|
|
28124
29643
|
chain: 'REACT',
|
|
28125
|
-
rpc: ['https://kopli-rpc.reactive.network'],
|
|
29644
|
+
rpc: ['https://kopli-rpc.reactive.network', 'http://kopli-rpc.rkt.ink'],
|
|
28126
29645
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28127
|
-
faucets: [],
|
|
28128
|
-
nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 },
|
|
29646
|
+
faucets: ['https://dev.reactive.network/docs/kopli-testnet#faucet'],
|
|
29647
|
+
nativeCurrency: { name: 'Kopli React', symbol: 'REACT', decimals: 18 },
|
|
28129
29648
|
infoURL: 'https://reactive.network',
|
|
28130
|
-
shortName: '
|
|
29649
|
+
shortName: 'kreact',
|
|
29650
|
+
icon: 'reactive',
|
|
28131
29651
|
chainId: 5318008,
|
|
28132
29652
|
networkId: 5318008,
|
|
28133
29653
|
explorers: [
|
|
@@ -28397,6 +29917,20 @@ exports.chains = {
|
|
|
28397
29917
|
}
|
|
28398
29918
|
]
|
|
28399
29919
|
},
|
|
29920
|
+
8601152: {
|
|
29921
|
+
name: 'Waterfall 8 Test Network',
|
|
29922
|
+
chain: 'Waterfall Testnet8',
|
|
29923
|
+
rpc: ['https://rpc.testnet8.waterfall.network/'],
|
|
29924
|
+
faucets: ['https://faucet.testnet8.waterfall.network'],
|
|
29925
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
|
29926
|
+
features: [{ name: 'EIP1559' }],
|
|
29927
|
+
infoURL: 'https://waterfall.network',
|
|
29928
|
+
shortName: 'waterfall',
|
|
29929
|
+
chainId: 8601152,
|
|
29930
|
+
networkId: 8601152,
|
|
29931
|
+
icon: 'waterfall',
|
|
29932
|
+
explorers: []
|
|
29933
|
+
},
|
|
28400
29934
|
8794598: {
|
|
28401
29935
|
name: 'HAPchain',
|
|
28402
29936
|
chain: 'HAPchain',
|
|
@@ -28531,6 +30065,28 @@ exports.chains = {
|
|
|
28531
30065
|
}
|
|
28532
30066
|
]
|
|
28533
30067
|
},
|
|
30068
|
+
10241025: {
|
|
30069
|
+
name: 'ALIENX Hal Testnet',
|
|
30070
|
+
chain: 'ALIENX Hal',
|
|
30071
|
+
rpc: [
|
|
30072
|
+
'https://hal-rpc.alienxchain.io/http',
|
|
30073
|
+
'https://hal.rpc.caldera.xyz/http'
|
|
30074
|
+
],
|
|
30075
|
+
faucets: [],
|
|
30076
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
30077
|
+
infoURL: 'https://alienxchain.io/home',
|
|
30078
|
+
shortName: 'ALIENXHal',
|
|
30079
|
+
chainId: 10241025,
|
|
30080
|
+
networkId: 10241025,
|
|
30081
|
+
icon: 'hal',
|
|
30082
|
+
explorers: [
|
|
30083
|
+
{
|
|
30084
|
+
name: 'Hal Explorer',
|
|
30085
|
+
url: 'https://hal-explorer.alienxchain.io',
|
|
30086
|
+
standard: 'EIP3091'
|
|
30087
|
+
}
|
|
30088
|
+
]
|
|
30089
|
+
},
|
|
28534
30090
|
11155111: {
|
|
28535
30091
|
name: 'Sepolia',
|
|
28536
30092
|
title: 'Ethereum Testnet Sepolia',
|
|
@@ -28547,7 +30103,8 @@ exports.chains = {
|
|
|
28547
30103
|
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
28548
30104
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
28549
30105
|
'https://sepolia.drpc.org',
|
|
28550
|
-
'wss://sepolia.drpc.org'
|
|
30106
|
+
'wss://sepolia.drpc.org',
|
|
30107
|
+
'https://rpc-sepolia.rockx.com'
|
|
28551
30108
|
],
|
|
28552
30109
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
28553
30110
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -28593,6 +30150,27 @@ exports.chains = {
|
|
|
28593
30150
|
}
|
|
28594
30151
|
]
|
|
28595
30152
|
},
|
|
30153
|
+
13068200: {
|
|
30154
|
+
name: 'COTI Devnet',
|
|
30155
|
+
title: 'COTI Devnet',
|
|
30156
|
+
chain: 'COTI',
|
|
30157
|
+
icon: 'coti',
|
|
30158
|
+
rpc: ['https://devnet.coti.io/rpc'],
|
|
30159
|
+
faucets: ['https://faucet.coti.io'],
|
|
30160
|
+
nativeCurrency: { name: 'COTI2', symbol: 'COTI2', decimals: 18 },
|
|
30161
|
+
infoURL: 'https://coti.io/',
|
|
30162
|
+
shortName: 'coti-devnet',
|
|
30163
|
+
chainId: 13068200,
|
|
30164
|
+
networkId: 13068200,
|
|
30165
|
+
explorers: [
|
|
30166
|
+
{
|
|
30167
|
+
name: 'coti devnet explorer',
|
|
30168
|
+
url: 'https://explorer-devnet.coti.io',
|
|
30169
|
+
icon: 'ethernal',
|
|
30170
|
+
standard: 'EIP3091'
|
|
30171
|
+
}
|
|
30172
|
+
]
|
|
30173
|
+
},
|
|
28596
30174
|
13371337: {
|
|
28597
30175
|
name: 'PepChain Churchill',
|
|
28598
30176
|
chain: 'PEP',
|
|
@@ -28787,6 +30365,24 @@ exports.chains = {
|
|
|
28787
30365
|
}
|
|
28788
30366
|
]
|
|
28789
30367
|
},
|
|
30368
|
+
20241133: {
|
|
30369
|
+
name: 'Swan Proxima Testnet',
|
|
30370
|
+
chain: 'SWAN',
|
|
30371
|
+
rpc: ['https://rpc-proxima.swanchain.io'],
|
|
30372
|
+
faucets: [],
|
|
30373
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
30374
|
+
infoURL: 'https://swanchain.io/',
|
|
30375
|
+
shortName: 'Proxima',
|
|
30376
|
+
chainId: 20241133,
|
|
30377
|
+
networkId: 20241133,
|
|
30378
|
+
explorers: [
|
|
30379
|
+
{
|
|
30380
|
+
name: 'Swan Proxima Chain explorer',
|
|
30381
|
+
url: 'https://proxima-explorer.swanchain.io',
|
|
30382
|
+
standard: 'EIP3091'
|
|
30383
|
+
}
|
|
30384
|
+
]
|
|
30385
|
+
},
|
|
28790
30386
|
20482050: {
|
|
28791
30387
|
name: 'Hokum Testnet',
|
|
28792
30388
|
chain: 'HokumTestnet',
|
|
@@ -29283,14 +30879,13 @@ exports.chains = {
|
|
|
29283
30879
|
{
|
|
29284
30880
|
name: 'Cyber Testnet Explorer',
|
|
29285
30881
|
url: 'https://testnet.cyberscan.co',
|
|
29286
|
-
icon: 'blockscout',
|
|
29287
30882
|
standard: 'EIP3091'
|
|
29288
30883
|
}
|
|
29289
30884
|
],
|
|
29290
30885
|
parent: {
|
|
29291
30886
|
type: 'L2',
|
|
29292
30887
|
chain: 'eip155-11155111',
|
|
29293
|
-
bridges: [{ url: 'https://cyber-testnet
|
|
30888
|
+
bridges: [{ url: 'https://cyber-testnet.testnets.rollbridge.app/' }]
|
|
29294
30889
|
}
|
|
29295
30890
|
},
|
|
29296
30891
|
123420111: {
|
|
@@ -30278,6 +31873,31 @@ exports.chains = {
|
|
|
30278
31873
|
networkId: 1666900001,
|
|
30279
31874
|
explorers: []
|
|
30280
31875
|
},
|
|
31876
|
+
1802203764: {
|
|
31877
|
+
name: 'Kakarot Sepolia',
|
|
31878
|
+
chain: 'ETH',
|
|
31879
|
+
icon: 'kakarot',
|
|
31880
|
+
rpc: ['https://sepolia-rpc.kakarot.org'],
|
|
31881
|
+
faucets: [],
|
|
31882
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31883
|
+
infoURL: 'https://kakarot.org',
|
|
31884
|
+
shortName: 'kkrt-sepolia',
|
|
31885
|
+
chainId: 1802203764,
|
|
31886
|
+
networkId: 1802203764,
|
|
31887
|
+
explorers: [
|
|
31888
|
+
{
|
|
31889
|
+
name: 'Kakarot Scan',
|
|
31890
|
+
url: 'https://sepolia.kakarotscan.org',
|
|
31891
|
+
standard: 'EIP3091'
|
|
31892
|
+
},
|
|
31893
|
+
{
|
|
31894
|
+
name: 'Kakarot Explorer',
|
|
31895
|
+
url: 'https://sepolia-explorer.kakarot.org',
|
|
31896
|
+
standard: 'EIP3091'
|
|
31897
|
+
}
|
|
31898
|
+
],
|
|
31899
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
31900
|
+
},
|
|
30281
31901
|
1918988905: {
|
|
30282
31902
|
name: 'RARI Chain Testnet',
|
|
30283
31903
|
chain: 'RARI',
|
|
@@ -30461,6 +32081,24 @@ exports.chains = {
|
|
|
30461
32081
|
explorers: [],
|
|
30462
32082
|
status: 'incubating'
|
|
30463
32083
|
},
|
|
32084
|
+
37714555429: {
|
|
32085
|
+
name: 'Xai Testnet v2',
|
|
32086
|
+
chainId: 37714555429,
|
|
32087
|
+
shortName: 'xaitestnet',
|
|
32088
|
+
chain: 'XAI Testnet',
|
|
32089
|
+
networkId: 37714555429,
|
|
32090
|
+
nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
|
|
32091
|
+
rpc: ['https://testnet-v2.xai-chain.net/rpc'],
|
|
32092
|
+
faucets: [],
|
|
32093
|
+
explorers: [
|
|
32094
|
+
{
|
|
32095
|
+
name: 'Blockscout',
|
|
32096
|
+
url: 'https://testnet-explorer-v2.xai-chain.net',
|
|
32097
|
+
standard: 'EIP3091'
|
|
32098
|
+
}
|
|
32099
|
+
],
|
|
32100
|
+
infoURL: 'https://xai.games'
|
|
32101
|
+
},
|
|
30464
32102
|
88153591557: {
|
|
30465
32103
|
name: 'Arbitrum Blueberry',
|
|
30466
32104
|
title: 'Arbitrum Blueberry Testnet',
|
|
@@ -30492,14 +32130,14 @@ exports.chains = {
|
|
|
30492
32130
|
status: 'active'
|
|
30493
32131
|
},
|
|
30494
32132
|
107107114116: {
|
|
30495
|
-
name: 'Kakarot Sepolia',
|
|
32133
|
+
name: 'Kakarot Sepolia Deprecated',
|
|
30496
32134
|
chain: 'ETH',
|
|
30497
32135
|
icon: 'kakarot',
|
|
30498
32136
|
rpc: [],
|
|
30499
32137
|
faucets: [],
|
|
30500
32138
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
30501
32139
|
infoURL: 'https://kakarot.org',
|
|
30502
|
-
shortName: 'kkrt-sepolia',
|
|
32140
|
+
shortName: 'kkrt-sepolia-deprecated',
|
|
30503
32141
|
chainId: 107107114116,
|
|
30504
32142
|
networkId: 107107114116,
|
|
30505
32143
|
explorers: [],
|