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@b7ce4eeb30 🚀
This commit is contained in:
parent
00f143795d
commit
db55737be2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2039,6 +2039,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 777,
|
||||
|
|
|
@ -2825,6 +2825,25 @@
|
|||
"chainId": 721,
|
||||
"networkId": 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",
|
||||
"chain": "cheapETH",
|
||||
|
|
|
@ -156,6 +156,7 @@
|
|||
"bcs": "eip155:707",
|
||||
"tbcs": "eip155:708",
|
||||
"tfeth": "eip155:721",
|
||||
"opc": "eip155:776",
|
||||
"cth": "eip155:777",
|
||||
"aca": "eip155:787",
|
||||
"taero": "eip155:788",
|
||||
|
|
Loading…
Reference in New Issue
Block a user