From 878d89c91a7324496a7dac5a01462eab0e22dd94 Mon Sep 17 00:00:00 2001 From: Enrique Date: Wed, 1 Sep 2021 04:37:41 -0500 Subject: [PATCH] add Polis Mainnet (#394) --- _data/chains/eip155-333999.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _data/chains/eip155-333999.json diff --git a/_data/chains/eip155-333999.json b/_data/chains/eip155-333999.json new file mode 100644 index 00000000..7c21f8b8 --- /dev/null +++ b/_data/chains/eip155-333999.json @@ -0,0 +1,21 @@ +{ + "name": "Polis Mainnet", + "chain": "Olympus", + "network": "mainnet", + "icon": "polis", + "rpc": [ + "https://rpc.polis.tech" + ], + "faucets": [ + "https://faucet.polis.tech" + ], + "nativeCurrency": { + "name": "Polis", + "symbol": "POLIS", + "decimals": 18 + }, + "infoURL": "https://polis.tech", + "shortName": "olympus", + "chainId": 333999, + "networkId": 333999 +}