From 15c0d069732a052c9944216e9e7d954d018de994 Mon Sep 17 00:00:00 2001 From: Gabriel Cardona Date: Fri, 28 Jan 2022 09:37:41 -0800 Subject: [PATCH] WAGMI chain info. --- _data/chains/eip155-11111.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-11111.json diff --git a/_data/chains/eip155-11111.json b/_data/chains/eip155-11111.json new file mode 100644 index 00000000..2072dda8 --- /dev/null +++ b/_data/chains/eip155-11111.json @@ -0,0 +1,23 @@ +{ + "name": "WAGMI", + "chain": "WAGMI", + "rpc": [ + "https://api.trywagmi.xyz/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "WAGMI", + "symbol": "WGM", + "decimals": 18 + }, + "infoURL": "https://trywagmi.xyz", + "shortName": "WAGMI", + "chainId": 11111, + "networkId": 11111, + "explorers": [ + { + "name": "Try WAGMI", + "url": "https://trywagmi.xyz" + } + ] +} \ No newline at end of file