mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
33 lines
757 B
JSON
33 lines
757 B
JSON
{
|
|
"name": "Ontology Testnet",
|
|
"chain": "Ontology",
|
|
"icon": "ontology",
|
|
"rpc": [
|
|
"http://polaris1.ont.io:20339",
|
|
"http://polaris2.ont.io:20339",
|
|
"http://polaris3.ont.io:20339",
|
|
"http://polaris4.ont.io:20339",
|
|
"https://polaris1.ont.io:10339",
|
|
"https://polaris2.ont.io:10339",
|
|
"https://polaris3.ont.io:10339",
|
|
"https://polaris4.ont.io:10339"
|
|
],
|
|
"faucets": ["https://developer.ont.io/"],
|
|
"nativeCurrency": {
|
|
"name": "ONG",
|
|
"symbol": "ONG",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ont.io/",
|
|
"shortName": "OntologyTestnet",
|
|
"chainId": 5851,
|
|
"networkId": 5851,
|
|
"explorers": [
|
|
{
|
|
"name": "explorer",
|
|
"url": "https://explorer.ont.io/testnet",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|