From 4fe1b852e2ffd384cc342a58fe4dd4686481823f Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 9 Jul 2021 18:52:02 +0800 Subject: [PATCH] add ontology chainid (#331) --- _data/chains/eip155-58.json | 27 +++++++++++++++++++++++++++ _data/chains/eip155-5851.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 _data/chains/eip155-58.json create mode 100644 _data/chains/eip155-5851.json diff --git a/_data/chains/eip155-58.json b/_data/chains/eip155-58.json new file mode 100644 index 00000000..78820fbc --- /dev/null +++ b/_data/chains/eip155-58.json @@ -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" + }] +} diff --git a/_data/chains/eip155-5851.json b/_data/chains/eip155-5851.json new file mode 100644 index 00000000..6ecff5f3 --- /dev/null +++ b/_data/chains/eip155-5851.json @@ -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" + }] +}