chains/_data/chains/eip155-5851.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"
}]
}