From 769fd6c1c6dbfae5593ad3bfffefd8763e2adc01 Mon Sep 17 00:00:00 2001 From: nithronium <45077058+nithronium@users.noreply.github.com> Date: Wed, 9 Feb 2022 10:21:46 +0300 Subject: [PATCH] Create eip155-21816.json addition of omChain to Chainlist --- _data/chains/eip155-21816.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-21816.json diff --git a/_data/chains/eip155-21816.json b/_data/chains/eip155-21816.json new file mode 100644 index 00000000..b5a36d7c --- /dev/null +++ b/_data/chains/eip155-21816.json @@ -0,0 +1,22 @@ +{ + "name": "omChain Mainnet", + "chain": "OML", + "icon": "omlira", + "rpc": [ + "https://seed.omlira.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Omlira", + "symbol": "OML", + "decimals": 18 + }, + "infoURL": "https://omlira.com", + "shortName": "oml", + "chainId": 21816, + "networkId": 21816, + "explorers": [{ + "name": "omChain Explorer", + "url": "https://explorer.omlira.com" + }] +}