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