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

View File

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