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",
|
"name": "Ontology Mainnet",
|
||||||
"chain": "Ontology",
|
"chain": "Ontology",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://dappnode1.ont.io:20339",
|
"http://dappnode1.ont.io:20339",
|
||||||
"https://dappnode2.ont.io:20339",
|
"http://dappnode2.ont.io:20339",
|
||||||
"https://dappnode3.ont.io:20339",
|
"http://dappnode3.ont.io:20339",
|
||||||
"https://dappnode4.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": [
|
"faucets": [
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "ONG",
|
"name": "ONG",
|
||||||
"symbol": "ONG",
|
"symbol": "ONG",
|
||||||
"decimals": 9
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://ont.io/",
|
"infoURL": "https://ont.io/",
|
||||||
"shortName": "Ontology Mainnet",
|
"shortName": "Ontology Mainnet",
|
||||||
"chainId": 58,
|
"chainId": 58,
|
||||||
"networkId": 58,
|
"networkId": 58,
|
||||||
"explorers": [{
|
"explorers": [
|
||||||
"name": "explorer",
|
{
|
||||||
"url": "https://explorer.ont.io",
|
"name": "explorer",
|
||||||
"standard": "EIP3091"
|
"url": "https://explorer.ont.io",
|
||||||
}]
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,10 +2,14 @@
|
||||||
"name": "Ontology Testnet",
|
"name": "Ontology Testnet",
|
||||||
"chain": "Ontology",
|
"chain": "Ontology",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://polaris1.ont.io:20339",
|
"http://polaris1.ont.io:20339",
|
||||||
"https://polaris2.ont.io:20339",
|
"http://polaris2.ont.io:20339",
|
||||||
"https://polaris3.ont.io:20339",
|
"http://polaris3.ont.io:20339",
|
||||||
"https://polaris4.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": [
|
"faucets": [
|
||||||
"https://developer.ont.io/"
|
"https://developer.ont.io/"
|
||||||
|
@ -13,7 +17,7 @@
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "ONG",
|
"name": "ONG",
|
||||||
"symbol": "ONG",
|
"symbol": "ONG",
|
||||||
"decimals": 9
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://ont.io/",
|
"infoURL": "https://ont.io/",
|
||||||
"shortName": "Ontology Testnet",
|
"shortName": "Ontology Testnet",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user