chains/_data/chains/eip155-58.json
lucas 5468f0a94f
support https (#368)
* replace https with http

* update ONG  decimal

* add https
2022-04-08 15:45:23 +02:00

33 lines
708 B
JSON

{
"name": "Ontology Mainnet",
"chain": "Ontology",
"rpc": [
"http://dappnode1.ont.io:20339",
"http://dappnode2.ont.io:20339",
"http://dappnode3.ont.io:20339",
"http://dappnode4.ont.io:20339",
"https://dappnode1.ont.io:10339",
"https://dappnode2.ont.io:10339",
"https://dappnode3.ont.io:10339",
"https://dappnode4.ont.io:10339"
],
"faucets": [
],
"nativeCurrency": {
"name": "ONG",
"symbol": "ONG",
"decimals": 18
},
"infoURL": "https://ont.io/",
"shortName": "Ontology Mainnet",
"chainId": 58,
"networkId": 58,
"explorers": [
{
"name": "explorer",
"url": "https://explorer.ont.io",
"standard": "EIP3091"
}
]
}