mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add ontology chainid (#331)
This commit is contained in:
parent
ad6f073612
commit
4fe1b852e2
27
_data/chains/eip155-58.json
Normal file
27
_data/chains/eip155-58.json
Normal 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"
|
||||
}]
|
||||
}
|
28
_data/chains/eip155-5851.json
Normal file
28
_data/chains/eip155-5851.json
Normal 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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user