From 34a892086884dde955342fb78ba735599f16dfc4 Mon Sep 17 00:00:00 2001 From: Bryce Weiner Date: Wed, 11 Nov 2020 15:16:27 -0800 Subject: [PATCH] Create 558.json (#120) --- _data/chains/558.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _data/chains/558.json diff --git a/_data/chains/558.json b/_data/chains/558.json new file mode 100644 index 00000000..fd6f6e95 --- /dev/null +++ b/_data/chains/558.json @@ -0,0 +1,21 @@ +{ + "name": "Tao Network", + "chain": "TAO", + "network": "core", + "rpc": [ + "https://rpc.testnet.tao.network", + "http://rpc.testnet.tao.network:8545", + "https://rpc.tao.network", + "wss://rpc.tao.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Tao", + "symbol": "TAO", + "decimals": 18 + }, + "infoURL": "https://tao.network", + "shortName": "tao", + "chainId": 558, + "networkId": 558 +}