From 677e68276471127e7861b2b9a3b8de368660b07a Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Tue, 31 Aug 2021 15:25:27 +0300 Subject: [PATCH] chain information for Arbitrum on xDai (#389) --- _data/chains/eip155-200.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _data/chains/eip155-200.json diff --git a/_data/chains/eip155-200.json b/_data/chains/eip155-200.json new file mode 100644 index 00000000..516b5375 --- /dev/null +++ b/_data/chains/eip155-200.json @@ -0,0 +1,21 @@ +{ + "name": "Arbitrum on xDai", + "chain": "AOX", + "network": "xdai", + "rpc": ["https://arbitrum.xdaichain.com/"], + "faucets": [], + "nativeCurrency": { + "name": "xDAI", + "symbol": "xDAI", + "decimals": 18 + }, + "infoURL": "https://xdaichain.com", + "shortName": "aox", + "chainId": 200, + "networkId": 200, + "explorers": [{ + "name": "blockscout", + "url": "https://blockscout.com/xdai/arbitrum", + "standard": "EIP3091" + }] +} \ No newline at end of file