From 8588b8d5f81adc47785546a5aa78531c8c04dca9 Mon Sep 17 00:00:00 2001 From: Aidan Starke <52016903+aidan-starke@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:59:49 +1200 Subject: [PATCH] Update cennznet (#1055) * add width & height properties * update chain/network id * update url, remove width & height * deprecate chain 1337 * fix build error --- _data/chains/eip155-1337.json | 38 ++++++++++++++-------------------- _data/chains/eip155-21337.json | 24 +++++++++++++++++++++ _data/icons/cennz.json | 11 +++++----- 3 files changed, 44 insertions(+), 29 deletions(-) create mode 100644 _data/chains/eip155-21337.json diff --git a/_data/chains/eip155-1337.json b/_data/chains/eip155-1337.json index abba4e07..b30f09d2 100644 --- a/_data/chains/eip155-1337.json +++ b/_data/chains/eip155-1337.json @@ -1,24 +1,16 @@ { - "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" - }] - } \ No newline at end of file + "name": "CENNZnet old", + "chain": "CENNZnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-old", + "chainId": 1337, + "networkId": 1337, + "deprecated": true +} \ No newline at end of file diff --git a/_data/chains/eip155-21337.json b/_data/chains/eip155-21337.json new file mode 100644 index 00000000..cb352546 --- /dev/null +++ b/_data/chains/eip155-21337.json @@ -0,0 +1,24 @@ +{ + "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": 21337, + "networkId": 21337, + "icon": "cennz", + "explorers": [{ + "name": "UNcover", + "url": "https://uncoverexplorer.com", + "standard": "none" + }] + } \ No newline at end of file diff --git a/_data/icons/cennz.json b/_data/icons/cennz.json index 472558f4..a76e74ff 100644 --- a/_data/icons/cennz.json +++ b/_data/icons/cennz.json @@ -1,7 +1,6 @@ [ - { - "url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey", - "format":"svg" - } - ] - \ No newline at end of file + { + "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw", + "format": "svg" + } +] \ No newline at end of file