@revoke.cash/chains 3.0.0 → 5.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/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/dist/src/chains.js +459 -82
- package/dist/src/enums.d.ts +50 -12
- package/dist/src/enums.js +50 -12
- package/dist/src/index.d.ts +0 -45
- package/dist/src/index.js +4 -35
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -720,33 +720,28 @@ exports.chains = {
|
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
722
|
42: {
|
|
723
|
-
name: '
|
|
724
|
-
|
|
725
|
-
|
|
723
|
+
name: 'LUKSO Mainnet',
|
|
724
|
+
chain: 'LUKSO',
|
|
725
|
+
icon: 'lukso',
|
|
726
726
|
rpc: [
|
|
727
|
-
'https://
|
|
728
|
-
'
|
|
729
|
-
'https://kovan.infura.io/v3/${INFURA_API_KEY}',
|
|
730
|
-
'wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
731
|
-
'ws://kovan.poa.network:8546'
|
|
732
|
-
],
|
|
733
|
-
faucets: [
|
|
734
|
-
'http://fauceth.komputing.org?chain=42&address=${ADDRESS}',
|
|
735
|
-
'https://faucet.kovan.network',
|
|
736
|
-
'https://gitter.im/kovan-testnet/faucet'
|
|
727
|
+
'https://rpc.mainnet.lukso.network',
|
|
728
|
+
'wss://ws-rpc.mainnet.lukso.network'
|
|
737
729
|
],
|
|
738
|
-
|
|
730
|
+
faucets: [],
|
|
731
|
+
nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
|
|
739
732
|
explorers: [
|
|
740
733
|
{
|
|
741
|
-
name: '
|
|
742
|
-
url: 'https://
|
|
734
|
+
name: 'Blockscout',
|
|
735
|
+
url: 'https://explorer.execution.mainnet.lukso.network',
|
|
743
736
|
standard: 'EIP3091'
|
|
744
737
|
}
|
|
745
738
|
],
|
|
746
|
-
infoURL: 'https://
|
|
747
|
-
shortName: '
|
|
739
|
+
infoURL: 'https://lukso.network',
|
|
740
|
+
shortName: 'lukso',
|
|
748
741
|
chainId: 42,
|
|
749
|
-
networkId: 42
|
|
742
|
+
networkId: 42,
|
|
743
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
744
|
+
redFlags: ['reusedChainId']
|
|
750
745
|
},
|
|
751
746
|
43: {
|
|
752
747
|
name: 'Darwinia Pangolin Testnet',
|
|
@@ -1078,7 +1073,12 @@ exports.chains = {
|
|
|
1078
1073
|
57: {
|
|
1079
1074
|
name: 'Syscoin Mainnet',
|
|
1080
1075
|
chain: 'SYS',
|
|
1081
|
-
rpc: [
|
|
1076
|
+
rpc: [
|
|
1077
|
+
'https://rpc.syscoin.org',
|
|
1078
|
+
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1079
|
+
'https://syscoin.public-rpc.com',
|
|
1080
|
+
'wss://rpc.syscoin.org/wss'
|
|
1081
|
+
],
|
|
1082
1082
|
faucets: ['https://faucet.syscoin.org'],
|
|
1083
1083
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
1084
1084
|
infoURL: 'https://www.syscoin.org',
|
|
@@ -1889,18 +1889,21 @@ exports.chains = {
|
|
|
1889
1889
|
icon: 'gnosis',
|
|
1890
1890
|
rpc: [
|
|
1891
1891
|
'https://rpc.gnosischain.com',
|
|
1892
|
+
'https://rpc.gnosis.gateway.fm',
|
|
1892
1893
|
'https://rpc.ankr.com/gnosis',
|
|
1893
1894
|
'https://gnosischain-rpc.gateway.pokt.network',
|
|
1894
1895
|
'https://gnosis-mainnet.public.blastapi.io',
|
|
1896
|
+
'https://gnosis.api.onfinality.io/public',
|
|
1897
|
+
'https://gnosis.blockpi.network/v1/rpc/public',
|
|
1898
|
+
'https://web3endpoints.com/gnosischain-mainnet',
|
|
1895
1899
|
'wss://rpc.gnosischain.com/wss'
|
|
1896
1900
|
],
|
|
1897
1901
|
faucets: [
|
|
1898
1902
|
'https://gnosisfaucet.com',
|
|
1899
|
-
'https://faucet.gimlu.com/gnosis',
|
|
1900
1903
|
'https://stakely.io/faucet/gnosis-chain-xdai',
|
|
1901
1904
|
'https://faucet.prussia.dev/xdai'
|
|
1902
1905
|
],
|
|
1903
|
-
nativeCurrency: { name: 'xDAI', symbol: '
|
|
1906
|
+
nativeCurrency: { name: 'xDAI', symbol: 'XDAI', decimals: 18 },
|
|
1904
1907
|
infoURL: 'https://docs.gnosischain.com',
|
|
1905
1908
|
shortName: 'gno',
|
|
1906
1909
|
chainId: 100,
|
|
@@ -2924,15 +2927,15 @@ exports.chains = {
|
|
|
2924
2927
|
rpc: ['https://rpc.bittorrentchain.io/'],
|
|
2925
2928
|
faucets: [],
|
|
2926
2929
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
2927
|
-
infoURL: 'https
|
|
2930
|
+
infoURL: 'https:/bt.io',
|
|
2928
2931
|
shortName: 'BTT',
|
|
2929
2932
|
chainId: 199,
|
|
2930
2933
|
networkId: 199,
|
|
2931
2934
|
explorers: [
|
|
2932
2935
|
{
|
|
2933
|
-
name: '
|
|
2934
|
-
url: 'https://
|
|
2935
|
-
standard: '
|
|
2936
|
+
name: 'BitTorrent Chain Explorer',
|
|
2937
|
+
url: 'https://bttcscan.com',
|
|
2938
|
+
standard: 'EIP3091'
|
|
2936
2939
|
}
|
|
2937
2940
|
]
|
|
2938
2941
|
},
|
|
@@ -3493,26 +3496,17 @@ exports.chains = {
|
|
|
3493
3496
|
explorers: []
|
|
3494
3497
|
},
|
|
3495
3498
|
300: {
|
|
3496
|
-
name: 'Optimism on
|
|
3499
|
+
name: '(deprecated) Optimism on GC',
|
|
3497
3500
|
chain: 'OGC',
|
|
3498
|
-
rpc: [
|
|
3499
|
-
|
|
3500
|
-
'wss://optimism.gnosischain.com/wss'
|
|
3501
|
-
],
|
|
3502
|
-
faucets: ['https://faucet.gimlu.com/gnosis'],
|
|
3501
|
+
rpc: [],
|
|
3502
|
+
faucets: [],
|
|
3503
3503
|
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
|
|
3504
|
-
infoURL: 'https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc',
|
|
3505
3504
|
shortName: 'ogc',
|
|
3506
3505
|
chainId: 300,
|
|
3507
3506
|
networkId: 300,
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
url: 'https://blockscout.com/xdai/optimism',
|
|
3512
|
-
icon: 'blockscout',
|
|
3513
|
-
standard: 'EIP3091'
|
|
3514
|
-
}
|
|
3515
|
-
]
|
|
3507
|
+
infoURL: 'https://docs.gnosischain.com',
|
|
3508
|
+
explorers: [],
|
|
3509
|
+
status: 'deprecated'
|
|
3516
3510
|
},
|
|
3517
3511
|
301: {
|
|
3518
3512
|
name: 'Bobaopera',
|
|
@@ -4284,6 +4278,24 @@ exports.chains = {
|
|
|
4284
4278
|
}
|
|
4285
4279
|
]
|
|
4286
4280
|
},
|
|
4281
|
+
570: {
|
|
4282
|
+
name: 'Rollux Mainnet',
|
|
4283
|
+
chain: 'SYS',
|
|
4284
|
+
rpc: ['https://rpc.rollux.com', 'wss://rpc.rollux.com/wss'],
|
|
4285
|
+
faucets: ['https://rollux.id/faucetapp'],
|
|
4286
|
+
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
4287
|
+
infoURL: 'https://rollux.com',
|
|
4288
|
+
shortName: 'sys-rollux',
|
|
4289
|
+
chainId: 570,
|
|
4290
|
+
networkId: 570,
|
|
4291
|
+
explorers: [
|
|
4292
|
+
{
|
|
4293
|
+
name: 'Rollux Explorer',
|
|
4294
|
+
url: 'https://explorer.rollux.com',
|
|
4295
|
+
standard: 'EIP3091'
|
|
4296
|
+
}
|
|
4297
|
+
]
|
|
4298
|
+
},
|
|
4287
4299
|
588: {
|
|
4288
4300
|
name: 'Metis Stardust Testnet',
|
|
4289
4301
|
chain: 'ETH',
|
|
@@ -4548,6 +4560,25 @@ exports.chains = {
|
|
|
4548
4560
|
}
|
|
4549
4561
|
]
|
|
4550
4562
|
},
|
|
4563
|
+
719: {
|
|
4564
|
+
name: 'Shibarium Beta',
|
|
4565
|
+
chain: 'Shibarium',
|
|
4566
|
+
icon: 'shibarium',
|
|
4567
|
+
rpc: ['https://puppynet.shibrpc.com'],
|
|
4568
|
+
faucets: [],
|
|
4569
|
+
nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
|
|
4570
|
+
infoURL: 'https://beta.shibariumtech.com',
|
|
4571
|
+
shortName: 'shibarium',
|
|
4572
|
+
chainId: 719,
|
|
4573
|
+
networkId: 719,
|
|
4574
|
+
explorers: [
|
|
4575
|
+
{
|
|
4576
|
+
name: 'shibscan',
|
|
4577
|
+
url: 'https://puppyscan.shib.io',
|
|
4578
|
+
standard: 'EIP3091'
|
|
4579
|
+
}
|
|
4580
|
+
]
|
|
4581
|
+
},
|
|
4551
4582
|
721: {
|
|
4552
4583
|
name: 'Lycan Chain',
|
|
4553
4584
|
chain: 'LYC',
|
|
@@ -5857,6 +5888,26 @@ exports.chains = {
|
|
|
5857
5888
|
}
|
|
5858
5889
|
]
|
|
5859
5890
|
},
|
|
5891
|
+
1170: {
|
|
5892
|
+
name: 'Origin Testnet',
|
|
5893
|
+
chain: 'Origin',
|
|
5894
|
+
rpc: ['https://json-rpc.origin.uptick.network'],
|
|
5895
|
+
faucets: [],
|
|
5896
|
+
nativeCurrency: { name: 'Origin', symbol: 'UOC', decimals: 18 },
|
|
5897
|
+
infoURL: 'https://www.uptick.network',
|
|
5898
|
+
shortName: 'auoc',
|
|
5899
|
+
chainId: 1170,
|
|
5900
|
+
networkId: 1170,
|
|
5901
|
+
icon: 'origin',
|
|
5902
|
+
explorers: [
|
|
5903
|
+
{
|
|
5904
|
+
name: 'Origin Explorer',
|
|
5905
|
+
url: 'https://evm-explorer.origin.uptick.network',
|
|
5906
|
+
icon: 'origin',
|
|
5907
|
+
standard: 'none'
|
|
5908
|
+
}
|
|
5909
|
+
]
|
|
5910
|
+
},
|
|
5860
5911
|
1177: {
|
|
5861
5912
|
name: 'Smart Host Teknoloji TESTNET',
|
|
5862
5913
|
chain: 'SHT',
|
|
@@ -6614,6 +6665,24 @@ exports.chains = {
|
|
|
6614
6665
|
}
|
|
6615
6666
|
]
|
|
6616
6667
|
},
|
|
6668
|
+
1501: {
|
|
6669
|
+
name: 'ChainX-EVM',
|
|
6670
|
+
chain: 'ChainX',
|
|
6671
|
+
rpc: ['https://mainnet.chainx.org/rpc', 'https://mainnet2.chainx.org/rpc'],
|
|
6672
|
+
faucets: [],
|
|
6673
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
6674
|
+
infoURL: 'https://chainx.org',
|
|
6675
|
+
shortName: 'chainx',
|
|
6676
|
+
chainId: 1501,
|
|
6677
|
+
networkId: 1501,
|
|
6678
|
+
explorers: [
|
|
6679
|
+
{
|
|
6680
|
+
name: 'chainx-evm scan',
|
|
6681
|
+
url: 'https://evm.chainx.org',
|
|
6682
|
+
standard: 'none'
|
|
6683
|
+
}
|
|
6684
|
+
]
|
|
6685
|
+
},
|
|
6617
6686
|
1506: {
|
|
6618
6687
|
name: 'Sherpax Mainnet',
|
|
6619
6688
|
chain: 'Sherpax Mainnet',
|
|
@@ -7221,14 +7290,14 @@ exports.chains = {
|
|
|
7221
7290
|
1969: {
|
|
7222
7291
|
name: 'Super Smart Chain Testnet',
|
|
7223
7292
|
chain: 'TSCS',
|
|
7224
|
-
rpc: ['https://
|
|
7225
|
-
faucets: ['https://testnet.
|
|
7293
|
+
rpc: ['https://testnetrpc.scschain.com'],
|
|
7294
|
+
faucets: ['https://testnet.scschain.com'],
|
|
7226
7295
|
nativeCurrency: {
|
|
7227
7296
|
name: 'Super Chain Native Token',
|
|
7228
7297
|
symbol: 'TSCS',
|
|
7229
7298
|
decimals: 18
|
|
7230
7299
|
},
|
|
7231
|
-
infoURL: 'https://testnet.
|
|
7300
|
+
infoURL: 'https://testnet.scschain.com',
|
|
7232
7301
|
shortName: 'tscs',
|
|
7233
7302
|
chainId: 1969,
|
|
7234
7303
|
networkId: 1969,
|
|
@@ -7236,7 +7305,7 @@ exports.chains = {
|
|
|
7236
7305
|
explorers: [
|
|
7237
7306
|
{
|
|
7238
7307
|
name: 'blockscout',
|
|
7239
|
-
url: 'https://testnetscan.
|
|
7308
|
+
url: 'https://testnetscan.scschain.com',
|
|
7240
7309
|
standard: 'EIP3091'
|
|
7241
7310
|
}
|
|
7242
7311
|
]
|
|
@@ -7244,14 +7313,14 @@ exports.chains = {
|
|
|
7244
7313
|
1970: {
|
|
7245
7314
|
name: 'Super Smart Chain Mainnet',
|
|
7246
7315
|
chain: 'SCS',
|
|
7247
|
-
rpc: ['https://
|
|
7316
|
+
rpc: ['https://rpc.scschain.com'],
|
|
7248
7317
|
faucets: [],
|
|
7249
7318
|
nativeCurrency: {
|
|
7250
7319
|
name: 'Super Chain Native Token',
|
|
7251
7320
|
symbol: 'SCS',
|
|
7252
7321
|
decimals: 18
|
|
7253
7322
|
},
|
|
7254
|
-
infoURL: 'https://
|
|
7323
|
+
infoURL: 'https://scschain.com',
|
|
7255
7324
|
shortName: 'scs',
|
|
7256
7325
|
chainId: 1970,
|
|
7257
7326
|
networkId: 1970,
|
|
@@ -7259,7 +7328,7 @@ exports.chains = {
|
|
|
7259
7328
|
explorers: [
|
|
7260
7329
|
{
|
|
7261
7330
|
name: 'blockscout',
|
|
7262
|
-
url: 'https://scan.
|
|
7331
|
+
url: 'https://scan.scschain.com',
|
|
7263
7332
|
standard: 'EIP3091'
|
|
7264
7333
|
}
|
|
7265
7334
|
]
|
|
@@ -8340,6 +8409,25 @@ exports.chains = {
|
|
|
8340
8409
|
}
|
|
8341
8410
|
]
|
|
8342
8411
|
},
|
|
8412
|
+
2625: {
|
|
8413
|
+
name: 'WhiteBIT Network Testnet',
|
|
8414
|
+
chain: 'WBT',
|
|
8415
|
+
rpc: ['https://rpc-testnet.whitebit.network'],
|
|
8416
|
+
faucets: ['https://explorer.whitebit.network/testnet/faucet'],
|
|
8417
|
+
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
8418
|
+
infoURL: 'https://whitebit.com/wbt',
|
|
8419
|
+
shortName: 'twbt',
|
|
8420
|
+
chainId: 2625,
|
|
8421
|
+
networkId: 2625,
|
|
8422
|
+
icon: 'whitebit-testnet',
|
|
8423
|
+
explorers: [
|
|
8424
|
+
{
|
|
8425
|
+
name: 'wb-explorer-testnet',
|
|
8426
|
+
url: 'https://explorer.whitebit.network/testnet',
|
|
8427
|
+
standard: 'EIP3091'
|
|
8428
|
+
}
|
|
8429
|
+
]
|
|
8430
|
+
},
|
|
8343
8431
|
2888: {
|
|
8344
8432
|
name: 'Boba Network Goerli Testnet',
|
|
8345
8433
|
chain: 'ETH',
|
|
@@ -8413,6 +8501,45 @@ exports.chains = {
|
|
|
8413
8501
|
}
|
|
8414
8502
|
]
|
|
8415
8503
|
},
|
|
8504
|
+
3003: {
|
|
8505
|
+
name: 'Canxium Mainnet',
|
|
8506
|
+
chain: 'CAU',
|
|
8507
|
+
rpc: ['https://rpc.canxium.org'],
|
|
8508
|
+
faucets: [],
|
|
8509
|
+
nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
|
|
8510
|
+
infoURL: 'https://canxium.org',
|
|
8511
|
+
shortName: 'cau',
|
|
8512
|
+
chainId: 3003,
|
|
8513
|
+
networkId: 3003,
|
|
8514
|
+
explorers: [
|
|
8515
|
+
{
|
|
8516
|
+
name: 'canxium explorer',
|
|
8517
|
+
url: 'https://explorer.canxium.org',
|
|
8518
|
+
standard: 'none'
|
|
8519
|
+
}
|
|
8520
|
+
]
|
|
8521
|
+
},
|
|
8522
|
+
3011: {
|
|
8523
|
+
name: 'PLAYA3ULL GAMES',
|
|
8524
|
+
chain: '3ULL',
|
|
8525
|
+
rpc: ['https://api.mainnet.playa3ull.games'],
|
|
8526
|
+
faucets: [],
|
|
8527
|
+
nativeCurrency: { name: '3ULL', symbol: '3ULL', decimals: 18 },
|
|
8528
|
+
features: [{ name: 'EIP1559' }],
|
|
8529
|
+
infoURL: 'https://playa3ull.games',
|
|
8530
|
+
shortName: '3ULL',
|
|
8531
|
+
chainId: 3011,
|
|
8532
|
+
networkId: 3011,
|
|
8533
|
+
icon: 'playa3ull',
|
|
8534
|
+
explorers: [
|
|
8535
|
+
{
|
|
8536
|
+
name: 'PLAYA3ULL GAMES Explorer',
|
|
8537
|
+
url: 'https://3011.routescan.io',
|
|
8538
|
+
icon: 'playa3ull',
|
|
8539
|
+
standard: 'EIP3091'
|
|
8540
|
+
}
|
|
8541
|
+
]
|
|
8542
|
+
},
|
|
8416
8543
|
3031: {
|
|
8417
8544
|
name: 'Orlando Chain',
|
|
8418
8545
|
chain: 'ORL',
|
|
@@ -8582,6 +8709,25 @@ exports.chains = {
|
|
|
8582
8709
|
}
|
|
8583
8710
|
]
|
|
8584
8711
|
},
|
|
8712
|
+
3434: {
|
|
8713
|
+
name: 'SecureChain Testnet',
|
|
8714
|
+
chain: 'SCAI',
|
|
8715
|
+
icon: 'scaiIcon',
|
|
8716
|
+
rpc: ['https://testnet-rpc.securechain.ai'],
|
|
8717
|
+
faucets: ['https://faucet.securechain.ai'],
|
|
8718
|
+
nativeCurrency: { name: 'SCAI', symbol: 'SCAI', decimals: 18 },
|
|
8719
|
+
infoURL: 'https://securechain.ai',
|
|
8720
|
+
shortName: 'SCAIt',
|
|
8721
|
+
chainId: 3434,
|
|
8722
|
+
networkId: 3434,
|
|
8723
|
+
explorers: [
|
|
8724
|
+
{
|
|
8725
|
+
name: 'SecureChain',
|
|
8726
|
+
url: 'https://testnet.securechain.ai',
|
|
8727
|
+
standard: 'EIP3091'
|
|
8728
|
+
}
|
|
8729
|
+
]
|
|
8730
|
+
},
|
|
8585
8731
|
3500: {
|
|
8586
8732
|
name: 'Paribu Net Testnet',
|
|
8587
8733
|
chain: 'PRB',
|
|
@@ -9051,6 +9197,29 @@ exports.chains = {
|
|
|
9051
9197
|
}
|
|
9052
9198
|
]
|
|
9053
9199
|
},
|
|
9200
|
+
4201: {
|
|
9201
|
+
name: 'LUKSO Testnet',
|
|
9202
|
+
chain: 'LUKSO Testnet',
|
|
9203
|
+
icon: 'lukso',
|
|
9204
|
+
rpc: [
|
|
9205
|
+
'https://rpc.testnet.lukso.network',
|
|
9206
|
+
'wss://ws-rpc.testnet.lukso.network'
|
|
9207
|
+
],
|
|
9208
|
+
faucets: ['https://faucet.testnet.lukso.network'],
|
|
9209
|
+
nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
|
|
9210
|
+
explorers: [
|
|
9211
|
+
{
|
|
9212
|
+
name: 'Blockscout',
|
|
9213
|
+
url: 'https://explorer.execution.testnet.lukso.network',
|
|
9214
|
+
standard: 'none'
|
|
9215
|
+
}
|
|
9216
|
+
],
|
|
9217
|
+
infoURL: 'https://lukso.network',
|
|
9218
|
+
shortName: 'lukso-testnet',
|
|
9219
|
+
chainId: 4201,
|
|
9220
|
+
networkId: 4201,
|
|
9221
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
9222
|
+
},
|
|
9054
9223
|
4242: {
|
|
9055
9224
|
name: 'Nexi Mainnet',
|
|
9056
9225
|
chain: 'Nexi',
|
|
@@ -9248,7 +9417,7 @@ exports.chains = {
|
|
|
9248
9417
|
chain: 'ETH',
|
|
9249
9418
|
rpc: ['https://rpc.mantle.xyz'],
|
|
9250
9419
|
faucets: [],
|
|
9251
|
-
nativeCurrency: { name: '
|
|
9420
|
+
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
|
9252
9421
|
infoURL: 'https://mantle.xyz',
|
|
9253
9422
|
shortName: 'mantle',
|
|
9254
9423
|
chainId: 5000,
|
|
@@ -9266,7 +9435,7 @@ exports.chains = {
|
|
|
9266
9435
|
chain: 'ETH',
|
|
9267
9436
|
rpc: ['https://rpc.testnet.mantle.xyz'],
|
|
9268
9437
|
faucets: ['https://faucet.testnet.mantle.xyz'],
|
|
9269
|
-
nativeCurrency: { name: 'Testnet
|
|
9438
|
+
nativeCurrency: { name: 'Testnet Mantle', symbol: 'MNT', decimals: 18 },
|
|
9270
9439
|
infoURL: 'https://mantle.xyz',
|
|
9271
9440
|
shortName: 'mantle-testnet',
|
|
9272
9441
|
chainId: 5001,
|
|
@@ -9600,6 +9769,46 @@ exports.chains = {
|
|
|
9600
9769
|
}
|
|
9601
9770
|
]
|
|
9602
9771
|
},
|
|
9772
|
+
6118: {
|
|
9773
|
+
name: 'UPTN Testnet',
|
|
9774
|
+
chain: 'UPTN',
|
|
9775
|
+
icon: 'uptn',
|
|
9776
|
+
rpc: ['https://node-api.alp.uptn.io/v1/ext/rpc'],
|
|
9777
|
+
features: [{ name: 'EIP1559' }],
|
|
9778
|
+
faucets: [],
|
|
9779
|
+
nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
|
|
9780
|
+
infoURL: 'https://uptn.io',
|
|
9781
|
+
shortName: 'UPTN-TEST',
|
|
9782
|
+
chainId: 6118,
|
|
9783
|
+
networkId: 6118,
|
|
9784
|
+
explorers: [
|
|
9785
|
+
{
|
|
9786
|
+
name: 'UPTN Testnet Explorer',
|
|
9787
|
+
url: 'https://testnet.explorer.uptn.io',
|
|
9788
|
+
standard: 'EIP3091'
|
|
9789
|
+
}
|
|
9790
|
+
]
|
|
9791
|
+
},
|
|
9792
|
+
6119: {
|
|
9793
|
+
name: 'UPTN',
|
|
9794
|
+
chain: 'UPTN',
|
|
9795
|
+
icon: 'uptn',
|
|
9796
|
+
rpc: ['https://node-api.uptn.io/v1/ext/rpc'],
|
|
9797
|
+
features: [{ name: 'EIP1559' }],
|
|
9798
|
+
faucets: [],
|
|
9799
|
+
nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
|
|
9800
|
+
infoURL: 'https://uptn.io',
|
|
9801
|
+
shortName: 'UPTN',
|
|
9802
|
+
chainId: 6119,
|
|
9803
|
+
networkId: 6119,
|
|
9804
|
+
explorers: [
|
|
9805
|
+
{
|
|
9806
|
+
name: 'UPTN Explorer',
|
|
9807
|
+
url: 'https://explorer.uptn.io',
|
|
9808
|
+
standard: 'EIP3091'
|
|
9809
|
+
}
|
|
9810
|
+
]
|
|
9811
|
+
},
|
|
9603
9812
|
6502: {
|
|
9604
9813
|
name: 'Peerpay',
|
|
9605
9814
|
chain: 'P2P',
|
|
@@ -9631,6 +9840,30 @@ exports.chains = {
|
|
|
9631
9840
|
}
|
|
9632
9841
|
]
|
|
9633
9842
|
},
|
|
9843
|
+
6565: {
|
|
9844
|
+
name: 'Fox Testnet Network',
|
|
9845
|
+
chain: 'FOX',
|
|
9846
|
+
rpc: [
|
|
9847
|
+
'https://rpc-testnet-v1.foxchain.app/',
|
|
9848
|
+
'https://rpc2-testnet-v1.foxchain.app/',
|
|
9849
|
+
'https://rpc3-testnet-v1.foxchain.app'
|
|
9850
|
+
],
|
|
9851
|
+
faucets: ['https://faucet.foxchain.app'],
|
|
9852
|
+
nativeCurrency: { name: 'FOX Native Token', symbol: 'tFOX', decimals: 18 },
|
|
9853
|
+
infoURL: 'https://foxchain.app',
|
|
9854
|
+
shortName: 'fox',
|
|
9855
|
+
chainId: 6565,
|
|
9856
|
+
networkId: 6565,
|
|
9857
|
+
icon: 'fox',
|
|
9858
|
+
explorers: [
|
|
9859
|
+
{
|
|
9860
|
+
name: 'FOX Testnet Explorer',
|
|
9861
|
+
icon: 'fox',
|
|
9862
|
+
url: 'https://testnet.foxscan.app',
|
|
9863
|
+
standard: 'none'
|
|
9864
|
+
}
|
|
9865
|
+
]
|
|
9866
|
+
},
|
|
9634
9867
|
6626: {
|
|
9635
9868
|
name: 'Pixie Chain Mainnet',
|
|
9636
9869
|
chain: 'PixieChain',
|
|
@@ -10958,6 +11191,26 @@ exports.chains = {
|
|
|
10958
11191
|
}
|
|
10959
11192
|
]
|
|
10960
11193
|
},
|
|
11194
|
+
9779: {
|
|
11195
|
+
name: 'PepeNetwork Mainnet',
|
|
11196
|
+
chain: 'PepeNetwork',
|
|
11197
|
+
rpc: ['https://rpc-mainnet.pepenetwork.io'],
|
|
11198
|
+
faucets: [],
|
|
11199
|
+
nativeCurrency: { name: 'Pepe', symbol: 'WPEPE', decimals: 18 },
|
|
11200
|
+
infoURL: 'https://pepenetwork.io',
|
|
11201
|
+
shortName: 'pn',
|
|
11202
|
+
chainId: 9779,
|
|
11203
|
+
networkId: 9779,
|
|
11204
|
+
icon: 'pepenetwork',
|
|
11205
|
+
explorers: [
|
|
11206
|
+
{
|
|
11207
|
+
name: 'Pepe Explorer',
|
|
11208
|
+
url: 'https://explorer.pepenetwork.io',
|
|
11209
|
+
icon: 'pepenetwork',
|
|
11210
|
+
standard: 'none'
|
|
11211
|
+
}
|
|
11212
|
+
]
|
|
11213
|
+
},
|
|
10961
11214
|
9790: {
|
|
10962
11215
|
name: 'Carbon EVM',
|
|
10963
11216
|
chain: 'Carbon',
|
|
@@ -11099,15 +11352,16 @@ exports.chains = {
|
|
|
11099
11352
|
networkId: 10101
|
|
11100
11353
|
},
|
|
11101
11354
|
10200: {
|
|
11102
|
-
name: 'Chiado Testnet',
|
|
11103
|
-
chain: '
|
|
11355
|
+
name: 'Gnosis Chiado Testnet',
|
|
11356
|
+
chain: 'GNO',
|
|
11104
11357
|
icon: 'gnosis',
|
|
11105
11358
|
rpc: [
|
|
11106
11359
|
'https://rpc.chiadochain.net',
|
|
11107
|
-
'https://rpc.
|
|
11360
|
+
'https://rpc.chiado.gnosis.gateway.fm',
|
|
11361
|
+
'wss://rpc.chiadochain.net/wss'
|
|
11108
11362
|
],
|
|
11109
11363
|
faucets: ['https://gnosisfaucet.com'],
|
|
11110
|
-
nativeCurrency: { name: 'Chiado xDAI', symbol: '
|
|
11364
|
+
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
11111
11365
|
infoURL: 'https://docs.gnosischain.com',
|
|
11112
11366
|
shortName: 'chi',
|
|
11113
11367
|
chainId: 10200,
|
|
@@ -12944,10 +13198,14 @@ exports.chains = {
|
|
|
12944
13198
|
]
|
|
12945
13199
|
},
|
|
12946
13200
|
49049: {
|
|
12947
|
-
name: 'Floripa',
|
|
12948
|
-
title: 'Wireshape Testnet
|
|
13201
|
+
name: 'Wireshape Floripa Testnet',
|
|
13202
|
+
title: 'Wireshape Floripa Testnet',
|
|
12949
13203
|
chain: 'Wireshape',
|
|
12950
|
-
|
|
13204
|
+
icon: 'wireshape',
|
|
13205
|
+
rpc: [
|
|
13206
|
+
'https://rpc-floripa.wireshape.org',
|
|
13207
|
+
'https://floripa.rpc.thirdweb.com'
|
|
13208
|
+
],
|
|
12951
13209
|
faucets: [],
|
|
12952
13210
|
nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
|
|
12953
13211
|
infoURL: 'https://wireshape.org',
|
|
@@ -13171,25 +13429,22 @@ exports.chains = {
|
|
|
13171
13429
|
]
|
|
13172
13430
|
},
|
|
13173
13431
|
57000: {
|
|
13174
|
-
name: '
|
|
13432
|
+
name: 'Rollux Testnet',
|
|
13175
13433
|
chain: 'SYS',
|
|
13176
13434
|
rpc: [
|
|
13177
13435
|
'https://rpc-tanenbaum.rollux.com',
|
|
13436
|
+
'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
|
|
13178
13437
|
'wss://rpc-tanenbaum.rollux.com/wss'
|
|
13179
13438
|
],
|
|
13180
|
-
faucets: [],
|
|
13181
|
-
nativeCurrency: {
|
|
13182
|
-
|
|
13183
|
-
symbol: 'tSYS',
|
|
13184
|
-
decimals: 18
|
|
13185
|
-
},
|
|
13186
|
-
infoURL: 'https://syscoin.org',
|
|
13439
|
+
faucets: ['https://rollux.id/faucetapp'],
|
|
13440
|
+
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
|
|
13441
|
+
infoURL: 'https://rollux.com',
|
|
13187
13442
|
shortName: 'tsys-rollux',
|
|
13188
13443
|
chainId: 57000,
|
|
13189
13444
|
networkId: 57000,
|
|
13190
13445
|
explorers: [
|
|
13191
13446
|
{
|
|
13192
|
-
name: '
|
|
13447
|
+
name: 'Rollux Testnet Explorer',
|
|
13193
13448
|
url: 'https://rollux.tanenbaum.io',
|
|
13194
13449
|
standard: 'EIP3091'
|
|
13195
13450
|
}
|
|
@@ -13202,8 +13457,8 @@ exports.chains = {
|
|
|
13202
13457
|
rpc: [
|
|
13203
13458
|
'https://rpc.goerli.linea.build',
|
|
13204
13459
|
'wss://rpc.goerli.linea.build',
|
|
13205
|
-
'https://
|
|
13206
|
-
'wss://
|
|
13460
|
+
'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
13461
|
+
'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
|
|
13207
13462
|
],
|
|
13208
13463
|
faucets: ['https://faucetlink.to/goerli'],
|
|
13209
13464
|
nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -13303,6 +13558,25 @@ exports.chains = {
|
|
|
13303
13558
|
}
|
|
13304
13559
|
]
|
|
13305
13560
|
},
|
|
13561
|
+
61800: {
|
|
13562
|
+
name: 'AxelChain Dev-Net',
|
|
13563
|
+
chain: 'AXEL',
|
|
13564
|
+
rpc: ['https://aium-rpc-dev.viacube.com'],
|
|
13565
|
+
faucets: [],
|
|
13566
|
+
nativeCurrency: { name: 'Axelium', symbol: 'AIUM', decimals: 18 },
|
|
13567
|
+
infoURL: 'https://www.axel.org',
|
|
13568
|
+
shortName: 'aium-dev',
|
|
13569
|
+
chainId: 61800,
|
|
13570
|
+
networkId: 61800,
|
|
13571
|
+
icon: 'axelium',
|
|
13572
|
+
explorers: [
|
|
13573
|
+
{
|
|
13574
|
+
name: 'AxelChain Dev-Net Explorer',
|
|
13575
|
+
url: 'https://devexplorer2.viacube.com',
|
|
13576
|
+
standard: 'EIP3091'
|
|
13577
|
+
}
|
|
13578
|
+
]
|
|
13579
|
+
},
|
|
13306
13580
|
61803: {
|
|
13307
13581
|
name: 'Etica Mainnet',
|
|
13308
13582
|
chain: 'Etica Protocol (ETI/EGAZ)',
|
|
@@ -13734,6 +14008,31 @@ exports.chains = {
|
|
|
13734
14008
|
chainId: 78110,
|
|
13735
14009
|
networkId: 78110
|
|
13736
14010
|
},
|
|
14011
|
+
78281: {
|
|
14012
|
+
name: 'Dragonfly Mainnet (Hexapod)',
|
|
14013
|
+
chain: 'Dragonfly',
|
|
14014
|
+
icon: 'dragonfly',
|
|
14015
|
+
rpc: [
|
|
14016
|
+
'https://dragonfly-rpc.switch.ch',
|
|
14017
|
+
'https://dragonfly-rpc.kore-technologies.ch',
|
|
14018
|
+
'https://dragonfly-rpc.phoenix-systems.io',
|
|
14019
|
+
'https://dragonfly-rpc.block-spirit.ch'
|
|
14020
|
+
],
|
|
14021
|
+
faucets: [],
|
|
14022
|
+
nativeCurrency: { name: 'Dragonfly', symbol: 'DFLY', decimals: 18 },
|
|
14023
|
+
infoURL: 'https://hexapod.network',
|
|
14024
|
+
shortName: 'dfly',
|
|
14025
|
+
chainId: 78281,
|
|
14026
|
+
networkId: 78281,
|
|
14027
|
+
explorers: [
|
|
14028
|
+
{
|
|
14029
|
+
name: 'Dragonfly Blockscout',
|
|
14030
|
+
url: 'https://blockscout.dragonfly.hexapod.network',
|
|
14031
|
+
icon: 'blockscout',
|
|
14032
|
+
standard: 'EIP3091'
|
|
14033
|
+
}
|
|
14034
|
+
]
|
|
14035
|
+
},
|
|
13737
14036
|
79879: {
|
|
13738
14037
|
name: 'Gold Smart Chain Testnet',
|
|
13739
14038
|
chain: 'STAND',
|
|
@@ -14011,6 +14310,35 @@ exports.chains = {
|
|
|
14011
14310
|
}
|
|
14012
14311
|
]
|
|
14013
14312
|
},
|
|
14313
|
+
96970: {
|
|
14314
|
+
name: 'Mantis Testnet (Hexapod)',
|
|
14315
|
+
chain: 'Mantis',
|
|
14316
|
+
icon: 'mantis',
|
|
14317
|
+
rpc: [
|
|
14318
|
+
'https://mantis-rpc.switch.ch',
|
|
14319
|
+
'https://mantis-rpc.kore-technologies.ch',
|
|
14320
|
+
'https://mantis-rpc.phoenix-systems.io'
|
|
14321
|
+
],
|
|
14322
|
+
faucets: [
|
|
14323
|
+
'https://mantis.switch.ch/faucet',
|
|
14324
|
+
'https://mantis.kore-technologies.ch/faucet',
|
|
14325
|
+
'https://mantis.phoenix-systems.io/faucet',
|
|
14326
|
+
'https://mantis.block-spirit.ch/faucet'
|
|
14327
|
+
],
|
|
14328
|
+
nativeCurrency: { name: 'Mantis', symbol: 'MANTIS', decimals: 18 },
|
|
14329
|
+
infoURL: 'https://hexapod.network',
|
|
14330
|
+
shortName: 'mantis',
|
|
14331
|
+
chainId: 96970,
|
|
14332
|
+
networkId: 96970,
|
|
14333
|
+
explorers: [
|
|
14334
|
+
{
|
|
14335
|
+
name: 'Mantis Blockscout',
|
|
14336
|
+
url: 'https://blockscout.mantis.hexapod.network',
|
|
14337
|
+
icon: 'blockscout',
|
|
14338
|
+
standard: 'EIP3091'
|
|
14339
|
+
}
|
|
14340
|
+
]
|
|
14341
|
+
},
|
|
14014
14342
|
97288: {
|
|
14015
14343
|
name: 'Boba BNB Mainnet Old',
|
|
14016
14344
|
chain: 'Boba BNB Mainnet',
|
|
@@ -14281,24 +14609,17 @@ exports.chains = {
|
|
|
14281
14609
|
]
|
|
14282
14610
|
},
|
|
14283
14611
|
100100: {
|
|
14284
|
-
name: 'Deprecated
|
|
14612
|
+
name: 'Deprecated CHI',
|
|
14285
14613
|
chain: 'CHI1',
|
|
14286
14614
|
icon: 'gnosis',
|
|
14287
|
-
rpc: [
|
|
14288
|
-
faucets: [
|
|
14615
|
+
rpc: [],
|
|
14616
|
+
faucets: [],
|
|
14289
14617
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'xDAI', decimals: 18 },
|
|
14290
14618
|
infoURL: 'https://docs.gnosischain.com',
|
|
14291
14619
|
shortName: 'chi1',
|
|
14292
14620
|
chainId: 100100,
|
|
14293
14621
|
networkId: 100100,
|
|
14294
|
-
explorers: [
|
|
14295
|
-
{
|
|
14296
|
-
name: 'blockscout',
|
|
14297
|
-
url: 'https://blockscout-chiado.gnosistestnet.com',
|
|
14298
|
-
icon: 'blockscout',
|
|
14299
|
-
standard: 'EIP3091'
|
|
14300
|
-
}
|
|
14301
|
-
],
|
|
14622
|
+
explorers: [],
|
|
14302
14623
|
status: 'deprecated'
|
|
14303
14624
|
},
|
|
14304
14625
|
101010: {
|
|
@@ -14555,7 +14876,7 @@ exports.chains = {
|
|
|
14555
14876
|
chain: 'SBR',
|
|
14556
14877
|
rpc: ['https://rpc.main.siberium.net', 'https://rpc.main.siberium.net.ru'],
|
|
14557
14878
|
faucets: [],
|
|
14558
|
-
nativeCurrency: { name: 'Siberium', symbol: '
|
|
14879
|
+
nativeCurrency: { name: 'Siberium', symbol: 'SIBR', decimals: 18 },
|
|
14559
14880
|
infoURL: 'https://siberium.net',
|
|
14560
14881
|
shortName: 'sbr',
|
|
14561
14882
|
chainId: 111111,
|
|
@@ -14637,6 +14958,7 @@ exports.chains = {
|
|
|
14637
14958
|
167004: {
|
|
14638
14959
|
name: 'Taiko (Alpha-2 Testnet)',
|
|
14639
14960
|
chain: 'ETH',
|
|
14961
|
+
status: 'deprecated',
|
|
14640
14962
|
icon: 'taiko',
|
|
14641
14963
|
rpc: ['https://rpc.a2.taiko.xyz'],
|
|
14642
14964
|
faucets: [],
|
|
@@ -14653,6 +14975,26 @@ exports.chains = {
|
|
|
14653
14975
|
}
|
|
14654
14976
|
]
|
|
14655
14977
|
},
|
|
14978
|
+
167005: {
|
|
14979
|
+
name: 'Taiko (Alpha-3 Testnet)',
|
|
14980
|
+
chain: 'ETH',
|
|
14981
|
+
status: 'active',
|
|
14982
|
+
icon: 'taiko',
|
|
14983
|
+
rpc: ['https://rpc.test.taiko.xyz'],
|
|
14984
|
+
faucets: [],
|
|
14985
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14986
|
+
infoURL: 'https://taiko.xyz',
|
|
14987
|
+
shortName: 'taiko-a3',
|
|
14988
|
+
chainId: 167005,
|
|
14989
|
+
networkId: 167005,
|
|
14990
|
+
explorers: [
|
|
14991
|
+
{
|
|
14992
|
+
name: 'blockscout',
|
|
14993
|
+
url: 'https://explorer.test.taiko.xyz',
|
|
14994
|
+
standard: 'EIP3091'
|
|
14995
|
+
}
|
|
14996
|
+
]
|
|
14997
|
+
},
|
|
14656
14998
|
188881: {
|
|
14657
14999
|
name: 'Condor Test Network',
|
|
14658
15000
|
chain: 'CONDOR',
|
|
@@ -15117,6 +15459,25 @@ exports.chains = {
|
|
|
15117
15459
|
chainId: 333999,
|
|
15118
15460
|
networkId: 333999
|
|
15119
15461
|
},
|
|
15462
|
+
355113: {
|
|
15463
|
+
name: 'Bitfinity Network Testnet',
|
|
15464
|
+
chain: 'BFT',
|
|
15465
|
+
rpc: ['https://testnet.bitfinity.network'],
|
|
15466
|
+
faucets: ['https://bitfinity.network/faucet'],
|
|
15467
|
+
nativeCurrency: { name: 'BITFINITY', symbol: 'BFT', decimals: 18 },
|
|
15468
|
+
infoURL: 'https://bitfinity.network',
|
|
15469
|
+
shortName: 'Bitfinity',
|
|
15470
|
+
chainId: 355113,
|
|
15471
|
+
networkId: 355113,
|
|
15472
|
+
explorers: [
|
|
15473
|
+
{
|
|
15474
|
+
name: 'Bitfinity Block Explorer',
|
|
15475
|
+
url: 'https://explorer.bitfinity.network',
|
|
15476
|
+
icon: 'bitfinity',
|
|
15477
|
+
standard: 'EIP3091'
|
|
15478
|
+
}
|
|
15479
|
+
]
|
|
15480
|
+
},
|
|
15120
15481
|
373737: {
|
|
15121
15482
|
name: 'HAPchain Testnet',
|
|
15122
15483
|
chain: 'HAPchain',
|
|
@@ -15450,9 +15811,24 @@ exports.chains = {
|
|
|
15450
15811
|
],
|
|
15451
15812
|
infoURL: 'https://etherfair.org'
|
|
15452
15813
|
},
|
|
15814
|
+
534351: {
|
|
15815
|
+
name: 'Scroll Sepolia Testnet',
|
|
15816
|
+
chain: 'ETH',
|
|
15817
|
+
status: 'incubating',
|
|
15818
|
+
rpc: [],
|
|
15819
|
+
faucets: [],
|
|
15820
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15821
|
+
infoURL: 'https://scroll.io',
|
|
15822
|
+
shortName: 'scr-sepolia',
|
|
15823
|
+
chainId: 534351,
|
|
15824
|
+
networkId: 534351,
|
|
15825
|
+
explorers: [],
|
|
15826
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
15827
|
+
},
|
|
15453
15828
|
534352: {
|
|
15454
15829
|
name: 'Scroll',
|
|
15455
15830
|
chain: 'ETH',
|
|
15831
|
+
status: 'incubating',
|
|
15456
15832
|
rpc: [],
|
|
15457
15833
|
faucets: [],
|
|
15458
15834
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -15466,7 +15842,7 @@ exports.chains = {
|
|
|
15466
15842
|
534353: {
|
|
15467
15843
|
name: 'Scroll Alpha Testnet',
|
|
15468
15844
|
chain: 'ETH',
|
|
15469
|
-
status: '
|
|
15845
|
+
status: 'active',
|
|
15470
15846
|
rpc: ['https://alpha-rpc.scroll.io/l2'],
|
|
15471
15847
|
faucets: [],
|
|
15472
15848
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -15482,7 +15858,7 @@ exports.chains = {
|
|
|
15482
15858
|
},
|
|
15483
15859
|
{
|
|
15484
15860
|
name: 'Scroll Alpha Testnet Block Explorer',
|
|
15485
|
-
url: 'https://
|
|
15861
|
+
url: 'https://scrollscan.co',
|
|
15486
15862
|
standard: 'EIP3091'
|
|
15487
15863
|
}
|
|
15488
15864
|
],
|
|
@@ -15491,6 +15867,7 @@ exports.chains = {
|
|
|
15491
15867
|
534354: {
|
|
15492
15868
|
name: 'Scroll Pre-Alpha Testnet',
|
|
15493
15869
|
chain: 'ETH',
|
|
15870
|
+
status: 'deprecated',
|
|
15494
15871
|
rpc: ['https://prealpha-rpc.scroll.io/l2'],
|
|
15495
15872
|
faucets: ['https://prealpha.scroll.io/faucet'],
|
|
15496
15873
|
nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
|