@revoke.cash/chains 40.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 +1039 -46
- package/dist/src/enums.d.ts +103 -5
- package/dist/src/enums.js +103 -5
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2791,6 +2791,17 @@ 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
|
+
},
|
|
2794
2805
|
133: {
|
|
2795
2806
|
name: 'HashKey Chain Testnet',
|
|
2796
2807
|
title: 'HashKey Chain Testnet',
|
|
@@ -3311,15 +3322,15 @@ exports.chains = {
|
|
|
3311
3322
|
networkId: 163
|
|
3312
3323
|
},
|
|
3313
3324
|
164: {
|
|
3314
|
-
name: 'Omni Testnet
|
|
3325
|
+
name: 'Omni Testnet',
|
|
3315
3326
|
chain: 'Omni',
|
|
3316
|
-
status: '
|
|
3317
|
-
rpc: [],
|
|
3327
|
+
status: 'active',
|
|
3328
|
+
rpc: ['https://testnet.omni.network'],
|
|
3318
3329
|
features: [{ name: 'EIP155' }],
|
|
3319
3330
|
faucets: [],
|
|
3320
3331
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3321
3332
|
infoURL: 'https://docs.omni.network',
|
|
3322
|
-
shortName: '
|
|
3333
|
+
shortName: 'omni_testnet',
|
|
3323
3334
|
chainId: 164,
|
|
3324
3335
|
networkId: 164,
|
|
3325
3336
|
slip44: 1,
|
|
@@ -3333,28 +3344,28 @@ exports.chains = {
|
|
|
3333
3344
|
name: 'Omni EVM Explorer on Blockscout',
|
|
3334
3345
|
url: 'https://omni-testnet.blockscout.com',
|
|
3335
3346
|
standard: 'EIP3091'
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
name: 'Omni EVM Explorer on Routescan',
|
|
3350
|
+
url: 'https://testnet.omniscan.network',
|
|
3351
|
+
standard: 'EIP3091'
|
|
3336
3352
|
}
|
|
3337
3353
|
]
|
|
3338
3354
|
},
|
|
3339
3355
|
165: {
|
|
3340
|
-
name: 'Omni Testnet',
|
|
3356
|
+
name: 'Omni Testnet (Deprecated)',
|
|
3341
3357
|
chain: 'Omni',
|
|
3342
|
-
rpc: [
|
|
3358
|
+
rpc: [],
|
|
3343
3359
|
features: [{ name: 'EIP155' }],
|
|
3344
3360
|
faucets: [],
|
|
3345
3361
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3346
3362
|
infoURL: 'https://docs.omni.network/',
|
|
3347
|
-
shortName: '
|
|
3363
|
+
shortName: 'omni_testnet_deprecated',
|
|
3348
3364
|
chainId: 165,
|
|
3349
3365
|
networkId: 165,
|
|
3350
3366
|
slip44: 1,
|
|
3351
|
-
explorers: [
|
|
3352
|
-
|
|
3353
|
-
name: 'Omni Explorer',
|
|
3354
|
-
url: 'https://testnet.explorer.omni.network',
|
|
3355
|
-
standard: 'EIP3091'
|
|
3356
|
-
}
|
|
3357
|
-
]
|
|
3367
|
+
explorers: [],
|
|
3368
|
+
status: 'deprecated'
|
|
3358
3369
|
},
|
|
3359
3370
|
166: {
|
|
3360
3371
|
name: 'Omni',
|
|
@@ -3462,6 +3473,25 @@ exports.chains = {
|
|
|
3462
3473
|
networkId: 172,
|
|
3463
3474
|
slip44: 1
|
|
3464
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
|
+
},
|
|
3465
3495
|
180: {
|
|
3466
3496
|
name: 'AME Chain Mainnet',
|
|
3467
3497
|
chain: 'AME',
|
|
@@ -3480,6 +3510,26 @@ exports.chains = {
|
|
|
3480
3510
|
}
|
|
3481
3511
|
]
|
|
3482
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
|
+
},
|
|
3483
3533
|
186: {
|
|
3484
3534
|
name: 'Seele Mainnet',
|
|
3485
3535
|
chain: 'Seele',
|
|
@@ -4287,7 +4337,7 @@ exports.chains = {
|
|
|
4287
4337
|
255: {
|
|
4288
4338
|
name: 'Kroma',
|
|
4289
4339
|
chain: 'ETH',
|
|
4290
|
-
rpc: ['https://api.kroma.network'],
|
|
4340
|
+
rpc: ['https://api.kroma.network', 'https://rpc-kroma.rockx.com'],
|
|
4291
4341
|
faucets: [],
|
|
4292
4342
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4293
4343
|
infoURL: 'https://kroma.network',
|
|
@@ -6394,7 +6444,8 @@ exports.chains = {
|
|
|
6394
6444
|
type: 'L2',
|
|
6395
6445
|
chain: 'eip155-4',
|
|
6396
6446
|
bridges: [{ url: 'https://testnet-bridge.metis.io' }]
|
|
6397
|
-
}
|
|
6447
|
+
},
|
|
6448
|
+
status: 'deprecated'
|
|
6398
6449
|
},
|
|
6399
6450
|
600: {
|
|
6400
6451
|
name: 'Meshnyan testnet',
|
|
@@ -7886,6 +7937,29 @@ exports.chains = {
|
|
|
7886
7937
|
}
|
|
7887
7938
|
]
|
|
7888
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
|
+
},
|
|
7889
7963
|
970: {
|
|
7890
7964
|
name: 'Oort Mainnet',
|
|
7891
7965
|
chain: 'Oort Mainnet',
|
|
@@ -9443,6 +9517,14 @@ exports.chains = {
|
|
|
9443
9517
|
rpc: [
|
|
9444
9518
|
'https://rpc.api.moonbeam.network',
|
|
9445
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',
|
|
9446
9528
|
'https://moonbeam-rpc.publicnode.com',
|
|
9447
9529
|
'wss://moonbeam-rpc.publicnode.com',
|
|
9448
9530
|
'https://moonbeam.drpc.org',
|
|
@@ -9468,6 +9550,14 @@ exports.chains = {
|
|
|
9468
9550
|
rpc: [
|
|
9469
9551
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
9470
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',
|
|
9471
9561
|
'https://moonriver-rpc.publicnode.com',
|
|
9472
9562
|
'wss://moonriver-rpc.publicnode.com',
|
|
9473
9563
|
'https://moonriver.drpc.org',
|
|
@@ -9505,12 +9595,20 @@ exports.chains = {
|
|
|
9505
9595
|
rpc: [
|
|
9506
9596
|
'https://rpc.api.moonbase.moonbeam.network',
|
|
9507
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',
|
|
9508
9606
|
'https://moonbase-alpha.drpc.org',
|
|
9509
9607
|
'wss://moonbase-alpha.drpc.org'
|
|
9510
9608
|
],
|
|
9511
9609
|
faucets: [],
|
|
9512
9610
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
|
9513
|
-
infoURL: 'https://docs.moonbeam.network/networks/
|
|
9611
|
+
infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
|
|
9514
9612
|
shortName: 'mbase',
|
|
9515
9613
|
chainId: 1287,
|
|
9516
9614
|
networkId: 1287,
|
|
@@ -9890,6 +9988,22 @@ exports.chains = {
|
|
|
9890
9988
|
],
|
|
9891
9989
|
status: 'deprecated'
|
|
9892
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
|
+
},
|
|
9893
10007
|
1422: {
|
|
9894
10008
|
name: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
|
9895
10009
|
title: 'Polygon zkEVM Testnet Pre Audit-Upgraded',
|
|
@@ -10450,6 +10564,46 @@ exports.chains = {
|
|
|
10450
10564
|
}
|
|
10451
10565
|
]
|
|
10452
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
|
+
},
|
|
10453
10607
|
1773: {
|
|
10454
10608
|
name: 'PartyChain',
|
|
10455
10609
|
chain: 'mainnet',
|
|
@@ -10962,6 +11116,25 @@ exports.chains = {
|
|
|
10962
11116
|
bridges: [{ url: 'https://bridge.dexilla.com' }]
|
|
10963
11117
|
}
|
|
10964
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
|
+
},
|
|
10965
11138
|
1961: {
|
|
10966
11139
|
name: 'Selendra Network Mainnet',
|
|
10967
11140
|
chain: 'SEL',
|
|
@@ -11370,6 +11543,32 @@ exports.chains = {
|
|
|
11370
11543
|
}
|
|
11371
11544
|
]
|
|
11372
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
|
+
},
|
|
11373
11572
|
2016: {
|
|
11374
11573
|
name: 'MainnetZ Mainnet',
|
|
11375
11574
|
chain: 'NetZ',
|
|
@@ -11716,6 +11915,29 @@ exports.chains = {
|
|
|
11716
11915
|
}
|
|
11717
11916
|
]
|
|
11718
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
|
+
},
|
|
11719
11941
|
2040: {
|
|
11720
11942
|
name: 'Vanar Mainnet',
|
|
11721
11943
|
title: 'Vanarchain',
|
|
@@ -11771,6 +11993,20 @@ exports.chains = {
|
|
|
11771
11993
|
chainId: 2044,
|
|
11772
11994
|
networkId: 2044
|
|
11773
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
|
+
},
|
|
11774
12010
|
2047: {
|
|
11775
12011
|
name: 'Stratos Testnet',
|
|
11776
12012
|
chain: 'STOS',
|
|
@@ -11948,6 +12184,26 @@ exports.chains = {
|
|
|
11948
12184
|
}
|
|
11949
12185
|
]
|
|
11950
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
|
+
},
|
|
11951
12207
|
2121: {
|
|
11952
12208
|
name: 'Catena Mainnet',
|
|
11953
12209
|
chain: 'CMCX',
|
|
@@ -12538,6 +12794,22 @@ exports.chains = {
|
|
|
12538
12794
|
}
|
|
12539
12795
|
]
|
|
12540
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
|
+
},
|
|
12541
12813
|
2357: {
|
|
12542
12814
|
name: '(deprecated) Kroma Sepolia',
|
|
12543
12815
|
title: '(deprecated) Kroma Testnet Sepolia',
|
|
@@ -13155,7 +13427,11 @@ exports.chains = {
|
|
|
13155
13427
|
name: 'Morph Holesky',
|
|
13156
13428
|
title: 'Morph Holesky Testnet',
|
|
13157
13429
|
chain: 'ETH',
|
|
13158
|
-
rpc: [
|
|
13430
|
+
rpc: [
|
|
13431
|
+
'https://rpc-quicknode-holesky.morphl2.io',
|
|
13432
|
+
'wss://rpc-quicknode-holesky.morphl2.io',
|
|
13433
|
+
'https://rpc-holesky.morphl2.io'
|
|
13434
|
+
],
|
|
13159
13435
|
faucets: [],
|
|
13160
13436
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13161
13437
|
infoURL: 'https://morphl2.io',
|
|
@@ -14386,6 +14662,25 @@ exports.chains = {
|
|
|
14386
14662
|
infoURL: '',
|
|
14387
14663
|
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
14388
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
|
+
},
|
|
14389
14684
|
4090: {
|
|
14390
14685
|
name: 'Fastex Chain (Bahamut) Oasis Testnet',
|
|
14391
14686
|
title: 'Bahamut testnet Oasis',
|
|
@@ -14547,7 +14842,8 @@ exports.chains = {
|
|
|
14547
14842
|
chain: 'Merlin',
|
|
14548
14843
|
rpc: [
|
|
14549
14844
|
'https://rpc.merlinchain.io',
|
|
14550
|
-
'https://merlin-mainnet-enterprise.unifra.io'
|
|
14845
|
+
'https://merlin-mainnet-enterprise.unifra.io',
|
|
14846
|
+
'https://rpc-merlin.rockx.com'
|
|
14551
14847
|
],
|
|
14552
14848
|
faucets: [],
|
|
14553
14849
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
@@ -15119,9 +15415,10 @@ exports.chains = {
|
|
|
15119
15415
|
faucets: [],
|
|
15120
15416
|
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
|
15121
15417
|
infoURL: 'https://www.ongr.org/',
|
|
15122
|
-
shortName: '
|
|
15418
|
+
shortName: 'onigiritest',
|
|
15123
15419
|
chainId: 5039,
|
|
15124
15420
|
networkId: 5039,
|
|
15421
|
+
icon: 'onigiri',
|
|
15125
15422
|
explorers: [
|
|
15126
15423
|
{
|
|
15127
15424
|
name: 'ONIGIRI Explorer',
|
|
@@ -15130,6 +15427,26 @@ exports.chains = {
|
|
|
15130
15427
|
}
|
|
15131
15428
|
]
|
|
15132
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
|
+
},
|
|
15133
15450
|
5051: {
|
|
15134
15451
|
name: 'Nollie Skatechain Testnet',
|
|
15135
15452
|
chain: 'Skatechain',
|
|
@@ -15975,7 +16292,7 @@ exports.chains = {
|
|
|
15975
16292
|
name: 'Aura Euphoria Testnet',
|
|
15976
16293
|
chain: 'Aura',
|
|
15977
16294
|
rpc: ['https://jsonrpc.euphoria.aura.network'],
|
|
15978
|
-
faucets: [],
|
|
16295
|
+
faucets: ['https://aura.faucetme.pro'],
|
|
15979
16296
|
nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
|
|
15980
16297
|
infoURL: 'https://aura.network',
|
|
15981
16298
|
shortName: 'eaura',
|
|
@@ -16584,14 +16901,13 @@ exports.chains = {
|
|
|
16584
16901
|
{
|
|
16585
16902
|
name: 'Cyber Mainnet Explorer',
|
|
16586
16903
|
url: 'https://cyberscan.co',
|
|
16587
|
-
icon: 'blockscout',
|
|
16588
16904
|
standard: 'EIP3091'
|
|
16589
16905
|
}
|
|
16590
16906
|
],
|
|
16591
16907
|
parent: {
|
|
16592
16908
|
type: 'L2',
|
|
16593
16909
|
chain: 'eip155-1',
|
|
16594
|
-
bridges: [{ url: 'https://cyber
|
|
16910
|
+
bridges: [{ url: 'https://cyber.co/bridge' }]
|
|
16595
16911
|
}
|
|
16596
16912
|
},
|
|
16597
16913
|
7575: {
|
|
@@ -18303,6 +18619,24 @@ exports.chains = {
|
|
|
18303
18619
|
}
|
|
18304
18620
|
]
|
|
18305
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
|
+
},
|
|
18306
18640
|
9790: {
|
|
18307
18641
|
name: 'Carbon EVM',
|
|
18308
18642
|
chain: 'Carbon',
|
|
@@ -18808,6 +19142,25 @@ exports.chains = {
|
|
|
18808
19142
|
}
|
|
18809
19143
|
]
|
|
18810
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
|
+
},
|
|
18811
19164
|
10395: {
|
|
18812
19165
|
name: 'WorldLand Testnet',
|
|
18813
19166
|
chain: 'Worldland',
|
|
@@ -19355,6 +19708,54 @@ exports.chains = {
|
|
|
19355
19708
|
networkId: 12321,
|
|
19356
19709
|
slip44: 1
|
|
19357
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
|
+
},
|
|
19358
19759
|
12345: {
|
|
19359
19760
|
name: 'Step Testnet',
|
|
19360
19761
|
title: 'Step Test Network',
|
|
@@ -19423,6 +19824,26 @@ exports.chains = {
|
|
|
19423
19824
|
}
|
|
19424
19825
|
]
|
|
19425
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
|
+
},
|
|
19426
19847
|
12890: {
|
|
19427
19848
|
name: 'Quantum Chain Testnet',
|
|
19428
19849
|
chain: 'tQNET',
|
|
@@ -19443,6 +19864,27 @@ exports.chains = {
|
|
|
19443
19864
|
}
|
|
19444
19865
|
]
|
|
19445
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
|
+
},
|
|
19446
19888
|
13000: {
|
|
19447
19889
|
name: 'SPS',
|
|
19448
19890
|
chain: 'SPS',
|
|
@@ -19827,6 +20269,27 @@ exports.chains = {
|
|
|
19827
20269
|
networkId: 16001,
|
|
19828
20270
|
slip44: 1
|
|
19829
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
|
+
},
|
|
19830
20293
|
16507: {
|
|
19831
20294
|
name: 'Genesys Mainnet',
|
|
19832
20295
|
chain: 'Genesys',
|
|
@@ -19916,7 +20379,8 @@ exports.chains = {
|
|
|
19916
20379
|
'https://ethereum-holesky-rpc.publicnode.com',
|
|
19917
20380
|
'wss://ethereum-holesky-rpc.publicnode.com',
|
|
19918
20381
|
'https://holesky.drpc.org',
|
|
19919
|
-
'wss://holesky.drpc.org'
|
|
20382
|
+
'wss://holesky.drpc.org',
|
|
20383
|
+
'https://rpc-holesky.rockx.com'
|
|
19920
20384
|
],
|
|
19921
20385
|
faucets: [
|
|
19922
20386
|
'https://faucet.holesky.ethpandaops.io',
|
|
@@ -20002,6 +20466,26 @@ exports.chains = {
|
|
|
20002
20466
|
bridges: [{ url: 'https://garnetchain.com/deposit' }]
|
|
20003
20467
|
}
|
|
20004
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
|
+
}
|
|
20487
|
+
]
|
|
20488
|
+
},
|
|
20005
20489
|
17171: {
|
|
20006
20490
|
name: 'G8Chain Mainnet',
|
|
20007
20491
|
chain: 'G8C',
|
|
@@ -20528,6 +21012,25 @@ exports.chains = {
|
|
|
20528
21012
|
}
|
|
20529
21013
|
]
|
|
20530
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
|
+
},
|
|
20531
21034
|
21337: {
|
|
20532
21035
|
name: 'CENNZnet Azalea',
|
|
20533
21036
|
chain: 'CENNZnet',
|
|
@@ -21465,6 +21968,48 @@ exports.chains = {
|
|
|
21465
21968
|
slip44: 1,
|
|
21466
21969
|
explorers: []
|
|
21467
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
|
+
},
|
|
21468
22013
|
32001: {
|
|
21469
22014
|
name: 'W3Gamez Holesky Testnet',
|
|
21470
22015
|
chain: 'ETH',
|
|
@@ -21575,6 +22120,25 @@ exports.chains = {
|
|
|
21575
22120
|
}
|
|
21576
22121
|
]
|
|
21577
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
|
+
},
|
|
21578
22142
|
33101: {
|
|
21579
22143
|
name: 'Zilliqa EVM Testnet',
|
|
21580
22144
|
chain: 'ZIL',
|
|
@@ -21594,6 +22158,19 @@ exports.chains = {
|
|
|
21594
22158
|
}
|
|
21595
22159
|
]
|
|
21596
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
|
+
},
|
|
21597
22174
|
33210: {
|
|
21598
22175
|
name: 'Cloudverse Subnet',
|
|
21599
22176
|
chain: 'CLOUDVERSE',
|
|
@@ -21672,6 +22249,25 @@ exports.chains = {
|
|
|
21672
22249
|
}
|
|
21673
22250
|
]
|
|
21674
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
|
+
},
|
|
21675
22271
|
34443: {
|
|
21676
22272
|
name: 'Mode',
|
|
21677
22273
|
chain: 'ETH',
|
|
@@ -21802,6 +22398,25 @@ exports.chains = {
|
|
|
21802
22398
|
}
|
|
21803
22399
|
]
|
|
21804
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
|
+
},
|
|
21805
22420
|
39797: {
|
|
21806
22421
|
name: 'Energi Mainnet',
|
|
21807
22422
|
chain: 'NRG',
|
|
@@ -22046,6 +22661,26 @@ exports.chains = {
|
|
|
22046
22661
|
bridges: [{ url: 'https://wallet.zkfair.io' }]
|
|
22047
22662
|
}
|
|
22048
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
|
+
},
|
|
22049
22684
|
42801: {
|
|
22050
22685
|
name: 'Gesoten Verse Testnet',
|
|
22051
22686
|
chain: 'Gesoten Verse',
|
|
@@ -22108,6 +22743,7 @@ exports.chains = {
|
|
|
22108
22743
|
shortName: 'hemi',
|
|
22109
22744
|
chainId: 43111,
|
|
22110
22745
|
networkId: 43111,
|
|
22746
|
+
icon: 'hemi',
|
|
22111
22747
|
explorers: [],
|
|
22112
22748
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
22113
22749
|
status: 'incubating'
|
|
@@ -22623,7 +23259,7 @@ exports.chains = {
|
|
|
22623
23259
|
'wss://dodochain-testnet.alt.technology/ws'
|
|
22624
23260
|
],
|
|
22625
23261
|
faucets: [],
|
|
22626
|
-
nativeCurrency: { name: '
|
|
23262
|
+
nativeCurrency: { name: 'DODO', symbol: 'DODO', decimals: 18 },
|
|
22627
23263
|
infoURL: 'https://www.dodochain.com',
|
|
22628
23264
|
shortName: 'dodochain',
|
|
22629
23265
|
chainId: 53457,
|
|
@@ -23303,9 +23939,8 @@ exports.chains = {
|
|
|
23303
23939
|
},
|
|
23304
23940
|
62050: {
|
|
23305
23941
|
name: 'Optopia Mainnet',
|
|
23306
|
-
status: 'incubating',
|
|
23307
23942
|
chain: 'ETH',
|
|
23308
|
-
rpc: [],
|
|
23943
|
+
rpc: ['https://rpc-mainnet.optopia.ai', 'https://rpc-mainnet-2.optopia.ai'],
|
|
23309
23944
|
faucets: [],
|
|
23310
23945
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
23311
23946
|
features: [{ name: 'EIP1559' }],
|
|
@@ -23314,8 +23949,19 @@ exports.chains = {
|
|
|
23314
23949
|
chainId: 62050,
|
|
23315
23950
|
networkId: 62050,
|
|
23316
23951
|
icon: 'optopia',
|
|
23317
|
-
explorers: [
|
|
23318
|
-
|
|
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
|
+
}
|
|
23319
23965
|
},
|
|
23320
23966
|
62320: {
|
|
23321
23967
|
name: 'Celo Baklava Testnet',
|
|
@@ -23351,6 +23997,26 @@ exports.chains = {
|
|
|
23351
23997
|
}
|
|
23352
23998
|
]
|
|
23353
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
|
+
},
|
|
23354
24020
|
63000: {
|
|
23355
24021
|
name: 'eCredits Mainnet',
|
|
23356
24022
|
chain: 'ECS',
|
|
@@ -24485,6 +25151,20 @@ exports.chains = {
|
|
|
24485
25151
|
}
|
|
24486
25152
|
]
|
|
24487
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
|
+
},
|
|
24488
25168
|
88817: {
|
|
24489
25169
|
name: 'Unit Zero Testnet',
|
|
24490
25170
|
chain: 'Unit Zero',
|
|
@@ -24526,6 +25206,7 @@ exports.chains = {
|
|
|
24526
25206
|
88880: {
|
|
24527
25207
|
name: 'Chiliz Scoville Testnet',
|
|
24528
25208
|
chain: 'CHZ',
|
|
25209
|
+
status: 'deprecated',
|
|
24529
25210
|
rpc: ['https://scoville-rpc.chiliz.com'],
|
|
24530
25211
|
faucets: ['https://scoville-faucet.chiliz.com'],
|
|
24531
25212
|
nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
|
|
@@ -24543,21 +25224,57 @@ exports.chains = {
|
|
|
24543
25224
|
}
|
|
24544
25225
|
]
|
|
24545
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
|
+
},
|
|
24546
25250
|
88888: {
|
|
24547
|
-
name: '
|
|
24548
|
-
chain: '
|
|
24549
|
-
icon: '
|
|
24550
|
-
rpc: [
|
|
24551
|
-
|
|
24552
|
-
|
|
24553
|
-
|
|
24554
|
-
|
|
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',
|
|
24555
25266
|
chainId: 88888,
|
|
24556
25267
|
networkId: 88888,
|
|
25268
|
+
redFlags: ['reusedChainId'],
|
|
24557
25269
|
explorers: [
|
|
24558
25270
|
{
|
|
24559
|
-
name: '
|
|
24560
|
-
url: 'https://
|
|
25271
|
+
name: 'chiliscan',
|
|
25272
|
+
url: 'https://chiliscan.com',
|
|
25273
|
+
standard: 'EIP3091'
|
|
25274
|
+
},
|
|
25275
|
+
{
|
|
25276
|
+
name: 'chilizscan',
|
|
25277
|
+
url: 'https://scan.chiliz.com',
|
|
24561
25278
|
standard: 'EIP3091'
|
|
24562
25279
|
}
|
|
24563
25280
|
]
|
|
@@ -24785,6 +25502,25 @@ exports.chains = {
|
|
|
24785
25502
|
],
|
|
24786
25503
|
status: 'deprecated'
|
|
24787
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
|
+
},
|
|
24788
25524
|
99099: {
|
|
24789
25525
|
name: 'eLiberty Testnet',
|
|
24790
25526
|
chain: '$EL',
|
|
@@ -25646,6 +26382,25 @@ exports.chains = {
|
|
|
25646
26382
|
explorers: [],
|
|
25647
26383
|
status: 'incubating'
|
|
25648
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
|
+
},
|
|
25649
26404
|
167000: {
|
|
25650
26405
|
name: 'Taiko Mainnet',
|
|
25651
26406
|
chain: 'ETH',
|
|
@@ -25837,8 +26592,8 @@ exports.chains = {
|
|
|
25837
26592
|
name: 'Mind Network Testnet',
|
|
25838
26593
|
chain: 'FHET',
|
|
25839
26594
|
rpc: [
|
|
25840
|
-
'https://
|
|
25841
|
-
'wss://
|
|
26595
|
+
'https://rpc-testnet.mindnetwork.xyz',
|
|
26596
|
+
'wss://rpc-testnet.mindnetwork.xyz'
|
|
25842
26597
|
],
|
|
25843
26598
|
faucets: [],
|
|
25844
26599
|
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
|
@@ -25948,6 +26703,7 @@ exports.chains = {
|
|
|
25948
26703
|
'https://rpc.bitlayer.org',
|
|
25949
26704
|
'https://rpc.bitlayer-rpc.com',
|
|
25950
26705
|
'https://rpc.ankr.com/bitlayer',
|
|
26706
|
+
'https://rpc-bitlayer.rockx.com',
|
|
25951
26707
|
'wss://ws.bitlayer.org',
|
|
25952
26708
|
'wss://ws.bitlayer-rpc.com'
|
|
25953
26709
|
],
|
|
@@ -26474,6 +27230,25 @@ exports.chains = {
|
|
|
26474
27230
|
}
|
|
26475
27231
|
]
|
|
26476
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
|
+
},
|
|
26477
27252
|
266256: {
|
|
26478
27253
|
name: 'Gear Zero Network Testnet',
|
|
26479
27254
|
chain: 'GearZero',
|
|
@@ -26546,6 +27321,25 @@ exports.chains = {
|
|
|
26546
27321
|
],
|
|
26547
27322
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
26548
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
|
+
},
|
|
26549
27343
|
313313: {
|
|
26550
27344
|
name: 'SaharaAI Testnet',
|
|
26551
27345
|
chain: 'Sahara',
|
|
@@ -26604,6 +27398,27 @@ exports.chains = {
|
|
|
26604
27398
|
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
|
|
26605
27399
|
]
|
|
26606
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
|
+
},
|
|
26607
27422
|
323213: {
|
|
26608
27423
|
name: 'Bloom Genesis Testnet',
|
|
26609
27424
|
chain: 'Bloom',
|
|
@@ -26843,7 +27658,14 @@ exports.chains = {
|
|
|
26843
27658
|
infoURL: '',
|
|
26844
27659
|
shortName: 'DS2',
|
|
26845
27660
|
chainId: 363636,
|
|
26846
|
-
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
|
+
]
|
|
26847
27669
|
},
|
|
26848
27670
|
373737: {
|
|
26849
27671
|
name: 'HAPchain Testnet',
|
|
@@ -27276,6 +28098,26 @@ exports.chains = {
|
|
|
27276
28098
|
}
|
|
27277
28099
|
]
|
|
27278
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
|
+
},
|
|
27279
28121
|
512512: {
|
|
27280
28122
|
name: 'CMP-Testnet',
|
|
27281
28123
|
chain: 'CMP',
|
|
@@ -27474,6 +28316,25 @@ exports.chains = {
|
|
|
27474
28316
|
}
|
|
27475
28317
|
]
|
|
27476
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
|
+
},
|
|
27477
28338
|
555666: {
|
|
27478
28339
|
name: 'Eclipse Testnet',
|
|
27479
28340
|
chain: 'ECLIPSE',
|
|
@@ -27715,10 +28576,11 @@ exports.chains = {
|
|
|
27715
28576
|
shortName: 'hemi-sep',
|
|
27716
28577
|
chainId: 743111,
|
|
27717
28578
|
networkId: 743111,
|
|
28579
|
+
icon: 'hemi',
|
|
27718
28580
|
explorers: [
|
|
27719
28581
|
{
|
|
27720
28582
|
name: 'blockscout',
|
|
27721
|
-
url: 'https://testnet.explorer.hemi.
|
|
28583
|
+
url: 'https://testnet.explorer.hemi.xyz',
|
|
27722
28584
|
icon: 'blockscout',
|
|
27723
28585
|
standard: 'EIP3091'
|
|
27724
28586
|
}
|
|
@@ -27925,6 +28787,25 @@ exports.chains = {
|
|
|
27925
28787
|
}
|
|
27926
28788
|
]
|
|
27927
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
|
+
},
|
|
27928
28809
|
846000: {
|
|
27929
28810
|
name: '4GoodNetwork',
|
|
27930
28811
|
chain: '4GN',
|
|
@@ -28413,6 +29294,19 @@ exports.chains = {
|
|
|
28413
29294
|
}
|
|
28414
29295
|
]
|
|
28415
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
|
+
},
|
|
28416
29310
|
1612127: {
|
|
28417
29311
|
name: 'PlayFi Albireo Testnet',
|
|
28418
29312
|
chain: 'ETH',
|
|
@@ -28573,6 +29467,25 @@ exports.chains = {
|
|
|
28573
29467
|
slip44: 1,
|
|
28574
29468
|
explorers: []
|
|
28575
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
|
+
},
|
|
28576
29489
|
3441005: {
|
|
28577
29490
|
name: 'Manta Pacific Testnet',
|
|
28578
29491
|
chain: 'Manta Pacific',
|
|
@@ -29004,6 +29917,20 @@ exports.chains = {
|
|
|
29004
29917
|
}
|
|
29005
29918
|
]
|
|
29006
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
|
+
},
|
|
29007
29934
|
8794598: {
|
|
29008
29935
|
name: 'HAPchain',
|
|
29009
29936
|
chain: 'HAPchain',
|
|
@@ -29138,6 +30065,28 @@ exports.chains = {
|
|
|
29138
30065
|
}
|
|
29139
30066
|
]
|
|
29140
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
|
+
},
|
|
29141
30090
|
11155111: {
|
|
29142
30091
|
name: 'Sepolia',
|
|
29143
30092
|
title: 'Ethereum Testnet Sepolia',
|
|
@@ -29154,7 +30103,8 @@ exports.chains = {
|
|
|
29154
30103
|
'https://ethereum-sepolia-rpc.publicnode.com',
|
|
29155
30104
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
29156
30105
|
'https://sepolia.drpc.org',
|
|
29157
|
-
'wss://sepolia.drpc.org'
|
|
30106
|
+
'wss://sepolia.drpc.org',
|
|
30107
|
+
'https://rpc-sepolia.rockx.com'
|
|
29158
30108
|
],
|
|
29159
30109
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
29160
30110
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -29200,6 +30150,27 @@ exports.chains = {
|
|
|
29200
30150
|
}
|
|
29201
30151
|
]
|
|
29202
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
|
+
},
|
|
29203
30174
|
13371337: {
|
|
29204
30175
|
name: 'PepChain Churchill',
|
|
29205
30176
|
chain: 'PEP',
|
|
@@ -29394,6 +30365,24 @@ exports.chains = {
|
|
|
29394
30365
|
}
|
|
29395
30366
|
]
|
|
29396
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
|
+
},
|
|
29397
30386
|
20482050: {
|
|
29398
30387
|
name: 'Hokum Testnet',
|
|
29399
30388
|
chain: 'HokumTestnet',
|
|
@@ -29890,14 +30879,13 @@ exports.chains = {
|
|
|
29890
30879
|
{
|
|
29891
30880
|
name: 'Cyber Testnet Explorer',
|
|
29892
30881
|
url: 'https://testnet.cyberscan.co',
|
|
29893
|
-
icon: 'blockscout',
|
|
29894
30882
|
standard: 'EIP3091'
|
|
29895
30883
|
}
|
|
29896
30884
|
],
|
|
29897
30885
|
parent: {
|
|
29898
30886
|
type: 'L2',
|
|
29899
30887
|
chain: 'eip155-11155111',
|
|
29900
|
-
bridges: [{ url: 'https://cyber-testnet
|
|
30888
|
+
bridges: [{ url: 'https://cyber-testnet.testnets.rollbridge.app/' }]
|
|
29901
30889
|
}
|
|
29902
30890
|
},
|
|
29903
30891
|
123420111: {
|
|
@@ -30901,6 +31889,11 @@ exports.chains = {
|
|
|
30901
31889
|
name: 'Kakarot Scan',
|
|
30902
31890
|
url: 'https://sepolia.kakarotscan.org',
|
|
30903
31891
|
standard: 'EIP3091'
|
|
31892
|
+
},
|
|
31893
|
+
{
|
|
31894
|
+
name: 'Kakarot Explorer',
|
|
31895
|
+
url: 'https://sepolia-explorer.kakarot.org',
|
|
31896
|
+
standard: 'EIP3091'
|
|
30904
31897
|
}
|
|
30905
31898
|
],
|
|
30906
31899
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|