add ontology chainid (#331)

This commit is contained in:
lucas 2021-07-09 18:52:02 +08:00 committed by GitHub
parent ad6f073612
commit 4fe1b852e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"name": "Ontology Mainnet",
"chain": "Ontology",
"network": "mainnet",
"rpc": [
"https://dappnode1.ont.io:20339",
"https://dappnode2.ont.io:20339",
"https://dappnode3.ont.io:20339",
"https://dappnode4.ont.io:20339"
],
"faucets": [
],
"nativeCurrency": {
"name": "ONG",
"symbol": "ONG",
"decimals": 9
},
"infoURL": "https://ont.io/",
"shortName": "Ontology Mainnet",
"chainId": 58,
"networkId": 58,
"explorers": [{
"name": "explorer",
"url": "https://explorer.ont.io/",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,28 @@
{
"name": "Ontology Testnet",
"chain": "Ontology",
"network": "testnet",
"rpc": [
"https://polaris1.ont.io:20339",
"https://polaris2.ont.io:20339",
"https://polaris3.ont.io:20339",
"https://polaris4.ont.io:20339"
],
"faucets": [
"https://developer.ont.io/"
],
"nativeCurrency": {
"name": "ONG",
"symbol": "ONG",
"decimals": 9
},
"infoURL": "https://ont.io/",
"shortName": "Ontology Testnet",
"chainId": 5851,
"networkId": 5851,
"explorers": [{
"name": "explorer",
"url": "https://explorer.ont.io/testnet",
"standard": "EIP3091"
}]
}