From 6f12dbe78684d0b1de8f571150316b1e200a8eb2 Mon Sep 17 00:00:00 2001 From: "Franck.S" <24389569+FranckStone@users.noreply.github.com> Date: Mon, 22 Aug 2022 19:53:59 +0800 Subject: [PATCH] add etf (#1476) * add etf * update networkId * update shortName --- _data/chains/eip155-513100.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-513100.json diff --git a/_data/chains/eip155-513100.json b/_data/chains/eip155-513100.json new file mode 100644 index 00000000..d008e01e --- /dev/null +++ b/_data/chains/eip155-513100.json @@ -0,0 +1,19 @@ +{ + "name": "ethereum Fair", + "chainId": 513100, + "networkId": 1, + "shortName": "etf", + "chain": "ETF", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": [ + "https://rpc.etherfair.org" + ], + "faucets": [], + "explorers": [ + ], + "infoURL": "https://etherfair.org" +}