mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
support https (#368)
* replace https with http * update ONG decimal * add https
This commit is contained in:
parent
a8237d9bcb
commit
5468f0a94f
|
@ -2,25 +2,31 @@
|
|||
"name": "Ontology Mainnet",
|
||||
"chain": "Ontology",
|
||||
"rpc": [
|
||||
"https://dappnode1.ont.io:20339",
|
||||
"https://dappnode2.ont.io:20339",
|
||||
"https://dappnode3.ont.io:20339",
|
||||
"https://dappnode4.ont.io:20339"
|
||||
"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": 9
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ont.io/",
|
||||
"shortName": "Ontology Mainnet",
|
||||
"chainId": 58,
|
||||
"networkId": 58,
|
||||
"explorers": [{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.ont.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
"explorers": [
|
||||
{
|
||||
"name": "explorer",
|
||||
"url": "https://explorer.ont.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,10 +2,14 @@
|
|||
"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"
|
||||
"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/"
|
||||
|
@ -13,7 +17,7 @@
|
|||
"nativeCurrency": {
|
||||
"name": "ONG",
|
||||
"symbol": "ONG",
|
||||
"decimals": 9
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://ont.io/",
|
||||
"shortName": "Ontology Testnet",
|
||||
|
|
Loading…
Reference in New Issue
Block a user