From d03be83454d62ac570f517ddc63e2546d1bb5472 Mon Sep 17 00:00:00 2001 From: Talha Cross <47772477+soc1c@users.noreply.github.com> Date: Thu, 7 Nov 2019 07:12:57 +0100 Subject: [PATCH] add mordor classic testnet (#80) --- _data/chains/63.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/63.json diff --git a/_data/chains/63.json b/_data/chains/63.json new file mode 100644 index 00000000..4356f56d --- /dev/null +++ b/_data/chains/63.json @@ -0,0 +1,16 @@ +{ + "name": "Ethereum Classic Testnet Mordor", + "chain": "ETC", + "network": "testnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Mordor Classic Testnet Ether", + "symbol": "METC", + "decimals": 18 + }, + "infoURL": "https://github.com/eth-classic/mordor/", + "shortName": "metc", + "chainId": 63, + "networkId": 7 +}