support https (#368)

* replace https with http

* update ONG  decimal

* add https
This commit is contained in:
lucas 2022-04-08 21:45:23 +08:00 committed by GitHub
parent a8237d9bcb
commit 5468f0a94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 15 deletions

View File

@ -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"
}
]
}

View File

@ -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",