From 9ee67b239111bc18729725122983ec1eaa8eb373 Mon Sep 17 00:00:00 2001 From: "Muhammad-Jibril B.A" Date: Wed, 9 Mar 2022 15:17:39 +0800 Subject: [PATCH] Add Setheum - `"chainId": 258,` (#952) ``` { "name": "Setheum", "chain": "Setheum", "rpc": [], "faucets": [], "nativeCurrency": { "name": "Setheum", "symbol": "SETM", "decimals": 18 }, "infoURL": "https://setheum.xyz", "shortName": "setm", "chainId": 258, "networkId": 258 } ``` --- _data/chains/eip155-258.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/chains/eip155-258.json diff --git a/_data/chains/eip155-258.json b/_data/chains/eip155-258.json new file mode 100644 index 00000000..a0359a44 --- /dev/null +++ b/_data/chains/eip155-258.json @@ -0,0 +1,15 @@ +{ + "name": "Setheum", + "chain": "Setheum", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Setheum", + "symbol": "SETM", + "decimals": 18 + }, + "infoURL": "https://setheum.xyz", + "shortName": "setm", + "chainId": 258, + "networkId": 258 +}