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

This commit is contained in:
ligi 2022-05-05 16:20:29 +00:00
parent 00f143795d
commit db55737be2
5 changed files with 35 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

@ -2039,6 +2039,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://www.factory127.com" "infoURL": "https://www.factory127.com"
}, {
"name": "OpenChain Testnet",
"chainId": 776,
"shortName": "opc",
"networkId": 776,
"nativeCurrency": {
"name": "Openchain Testnet",
"symbol": "TOPC",
"decimals": 18
},
"rpc": ["http://mainnet.openchain.info:8545", "https://mainnet1.openchain.info"],
"faucets": ["https://faucet.openchain.info/"],
"infoURL": "https://testnet.openchain.info/"
}, { }, {
"name": "cheapETH", "name": "cheapETH",
"chainId": 777, "chainId": 777,

View File

@ -2825,6 +2825,25 @@
"chainId": 721, "chainId": 721,
"networkId": 721, "networkId": 721,
"slip44": 721 "slip44": 721
}, {
"name": "OpenChain Testnet",
"chain": "OpenChain Testnet",
"rpc": ["http://mainnet.openchain.info:8545", "https://mainnet1.openchain.info"],
"faucets": ["https://faucet.openchain.info/"],
"nativeCurrency": {
"name": "Openchain Testnet",
"symbol": "TOPC",
"decimals": 18
},
"infoURL": "https://testnet.openchain.info/",
"shortName": "opc",
"chainId": 776,
"networkId": 776,
"explorers": [{
"name": "OPEN CHAIN TESTNET",
"url": "https://testnet.openchain.info",
"standard": "none"
}]
}, { }, {
"name": "cheapETH", "name": "cheapETH",
"chain": "cheapETH", "chain": "cheapETH",

View File

@ -156,6 +156,7 @@
"bcs": "eip155:707", "bcs": "eip155:707",
"tbcs": "eip155:708", "tbcs": "eip155:708",
"tfeth": "eip155:721", "tfeth": "eip155:721",
"opc": "eip155:776",
"cth": "eip155:777", "cth": "eip155:777",
"aca": "eip155:787", "aca": "eip155:787",
"taero": "eip155:788", "taero": "eip155:788",