Deploying to gh-pages from @ ethereum-lists/chains@0d32f008bc 🚀

This commit is contained in:
ligi 2022-05-31 07:36:27 +00:00
parent df9834842f
commit 36c763a318
5 changed files with 68 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2650,6 +2650,32 @@
"rpc": [],
"faucets": [],
"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",
"chainId": 1618,

View File

@ -3647,6 +3647,44 @@
"chainId": 1337,
"networkId": 1337,
"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",
"chain": "Catechain",

View File

@ -203,6 +203,8 @@
"mbase": "eip155:1287",
"mrock": "eip155:1288",
"cennz-old": "eip155:1337",
"Sherpax": "eip155:1506",
"Sherpax Testnet": "eip155:1507",
"cate": "eip155:1618",
"ath": "eip155:1620",
"bta": "eip155:1657",