From a99c11454bc90a6dd2b93d38f7547ffcd0dd4fbf Mon Sep 17 00:00:00 2001 From: aidan-starke Date: Thu, 7 Apr 2022 17:20:09 +1200 Subject: [PATCH] deprecate chain 1337 --- _data/chains/eip155-1337.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-1337.json diff --git a/_data/chains/eip155-1337.json b/_data/chains/eip155-1337.json new file mode 100644 index 00000000..79cce3cf --- /dev/null +++ b/_data/chains/eip155-1337.json @@ -0,0 +1,27 @@ +{ + "name": "CENNZnet Azalea", + "chain": "CENNZnet", + "network": "azalea", + "rpc": [ + "https://cennznet.unfrastructure.io/public" + ], + "faucets": [], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-a", + "chainId": 1337, + "networkId": 1337, + "icon": "cennz", + "explorers": [ + { + "name": "UNcover", + "url": "https://uncoverexplorer.com", + "standard": "none" + } + ], + "deprecated": true +} \ No newline at end of file