mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|