mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@0d32f008bc 🚀
This commit is contained in:
parent
df9834842f
commit
36c763a318
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2650,6 +2650,32 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://cennz.net"
|
"infoURL": "https://cennz.net"
|
||||||
|
}, {
|
||||||
|
"name": "Sherpax Mainnet",
|
||||||
|
"chainId": 1506,
|
||||||
|
"shortName": "Sherpax",
|
||||||
|
"networkId": 1506,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "KSX",
|
||||||
|
"symbol": "KSX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.sherpax.io/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://sherpax.io/"
|
||||||
|
}, {
|
||||||
|
"name": "Sherpax Testnet",
|
||||||
|
"chainId": 1507,
|
||||||
|
"shortName": "Sherpax Testnet",
|
||||||
|
"networkId": 1507,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "KSX",
|
||||||
|
"symbol": "KSX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://sherpax-testnet.chainx.org/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://sherpax.io/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Catecoin Chain Mainnet",
|
"name": "Catecoin Chain Mainnet",
|
||||||
"chainId": 1618,
|
"chainId": 1618,
|
||||||
|
|
|
@ -3647,6 +3647,44 @@
|
||||||
"chainId": 1337,
|
"chainId": 1337,
|
||||||
"networkId": 1337,
|
"networkId": 1337,
|
||||||
"status": "deprecated"
|
"status": "deprecated"
|
||||||
|
}, {
|
||||||
|
"name": "Sherpax Mainnet",
|
||||||
|
"chain": "Sherpax Mainnet",
|
||||||
|
"rpc": ["https://mainnet.sherpax.io/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "KSX",
|
||||||
|
"symbol": "KSX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://sherpax.io/",
|
||||||
|
"shortName": "Sherpax",
|
||||||
|
"chainId": 1506,
|
||||||
|
"networkId": 1506,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Sherpax Mainnet Explorer",
|
||||||
|
"url": "https://evm.sherpax.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Sherpax Testnet",
|
||||||
|
"chain": "Sherpax Testnet",
|
||||||
|
"rpc": ["https://sherpax-testnet.chainx.org/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "KSX",
|
||||||
|
"symbol": "KSX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://sherpax.io/",
|
||||||
|
"shortName": "Sherpax Testnet",
|
||||||
|
"chainId": 1507,
|
||||||
|
"networkId": 1507,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Sherpax Testnet Explorer",
|
||||||
|
"url": "https://evm-pre.sherpax.io",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Catecoin Chain Mainnet",
|
"name": "Catecoin Chain Mainnet",
|
||||||
"chain": "Catechain",
|
"chain": "Catechain",
|
||||||
|
|
|
@ -203,6 +203,8 @@
|
||||||
"mbase": "eip155:1287",
|
"mbase": "eip155:1287",
|
||||||
"mrock": "eip155:1288",
|
"mrock": "eip155:1288",
|
||||||
"cennz-old": "eip155:1337",
|
"cennz-old": "eip155:1337",
|
||||||
|
"Sherpax": "eip155:1506",
|
||||||
|
"Sherpax Testnet": "eip155:1507",
|
||||||
"cate": "eip155:1618",
|
"cate": "eip155:1618",
|
||||||
"ath": "eip155:1620",
|
"ath": "eip155:1620",
|
||||||
"bta": "eip155:1657",
|
"bta": "eip155:1657",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user