From d702f7e4569729e10cdb30c02dc2c9a32a0a2d24 Mon Sep 17 00:00:00 2001 From: OHO <58859345+ohonetwork@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:03:27 -0500 Subject: [PATCH] Add OHO Mainnet (#1685) * Add OHO Mainnet * Update eip155-39815.json Run prettier * Update eip155-39815.json remove network field --- _data/chains/eip155-39815.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-39815.json diff --git a/_data/chains/eip155-39815.json b/_data/chains/eip155-39815.json new file mode 100644 index 00000000..e680fafc --- /dev/null +++ b/_data/chains/eip155-39815.json @@ -0,0 +1,24 @@ +{ + "name": "OHO Mainnet", + "chain": "OHO", + "rpc": ["https://mainnet.oho.ai"], + "faucets": [], + "nativeCurrency": { + "name": "OHO", + "symbol": "OHO", + "decimals": 18 + }, + "infoURL": "https://oho.ai", + "shortName": "oho", + "chainId": 39815, + "networkId": 39815, + "icon": "oho", + "explorers": [ + { + "name": "ohoscan", + "url": "https://ohoscan.com", + "icon": "ohoscan", + "standard": "EIP3091" + } + ] +}