From ab0440f2eb9ef38e73b518540c3b9470ec539208 Mon Sep 17 00:00:00 2001 From: ttarsi <31632172+ttarsi@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:28:33 -0400 Subject: [PATCH] Add Omni Network Testnet (#2973) * add omni testnet * use https and permanent links * add shortName and remove whiteline * fix formatting * indicate eip-3091 standard --- _data/chains/eip155-165.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-165.json diff --git a/_data/chains/eip155-165.json b/_data/chains/eip155-165.json new file mode 100644 index 00000000..3a0adb6d --- /dev/null +++ b/_data/chains/eip155-165.json @@ -0,0 +1,23 @@ +{ + "name": "Omni Testnet 1", + "chain": "Omni", + "rpc": ["https://testnet-1.omni.network"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "Omni", + "symbol": "OMNI", + "decimals": 18 + }, + "infoURL": "https://docs.omni.network/", + "shortName": "omni_testnet", + "chainId": 165, + "networkId": 165, + "explorers": [ + { + "name": "Omni Explorer", + "url": "https://testnet-1.explorer.omni.network", + "standard": "EIP3091" + } + ] +}