mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
479 B
JSON
23 lines
479 B
JSON
{
|
|
"name": "OpenChain Testnet",
|
|
"chain": "OpenChain Testnet",
|
|
"rpc": [],
|
|
"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"
|
|
}
|
|
]
|
|
}
|