From 31e9ae28b9f6d8861799170de938ef6f312dc782 Mon Sep 17 00:00:00 2001 From: Serban Simu <29080995+elv-serban@users.noreply.github.com> Date: Sun, 17 Oct 2021 09:41:25 -0700 Subject: [PATCH] Add Eluvio mainnet (#494) Co-authored-by: elv-serban --- _data/chains/eip155-955305.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _data/chains/eip155-955305.json diff --git a/_data/chains/eip155-955305.json b/_data/chains/eip155-955305.json new file mode 100644 index 00000000..c89d0cbd --- /dev/null +++ b/_data/chains/eip155-955305.json @@ -0,0 +1,33 @@ +{ + "name": "Eluvio Content Fabric", + "chain": "Eluvio", + "network": "mainnet", + "rpc": [ + "https://host-76-74-28-226.contentfabric.io/eth/", + "https://host-76-74-28-232.contentfabric.io/eth/", + "https://host-76-74-29-2.contentfabric.io/eth/", + "https://host-76-74-29-8.contentfabric.io/eth/", + "https://host-76-74-29-34.contentfabric.io/eth/", + "https://host-76-74-29-35.contentfabric.io/eth/", + "https://host-154-14-211-98.contentfabric.io/eth/", + "https://host-154-14-192-66.contentfabric.io/eth/", + "https://host-60-240-133-202.contentfabric.io/eth/", + "https://host-64-235-250-98.contentfabric.io/eth/" + ], + "faucets": [], + "nativeCurrency": { + "name": "ELV", + "symbol": "ELV", + "decimals": 18 + }, + "infoURL": "https://eluv.io", + "shortName": "elv", + "chainId": 955305, + "networkId": 955305, + "slip44": 1011, + "explorers": [{ + "name": "blockscout", + "url": "https://explorer.eluv.io", + "standard": "EIP3091" + }] +}