fix build error

This commit is contained in:
aidan-starke 2022-04-07 17:24:02 +12:00
parent a99c11454b
commit 274fe8a473
No known key found for this signature in database
GPG Key ID: E44510DD6C7F0EC3

View File

@ -1,10 +1,7 @@
{ {
"name": "CENNZnet Azalea", "name": "CENNZnet old",
"chain": "CENNZnet", "chain": "CENNZnet",
"network": "azalea", "rpc": [],
"rpc": [
"https://cennznet.unfrastructure.io/public"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "CPAY", "name": "CPAY",
@ -12,16 +9,8 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://cennz.net", "infoURL": "https://cennz.net",
"shortName": "cennz-a", "shortName": "cennz-old",
"chainId": 1337, "chainId": 1337,
"networkId": 1337, "networkId": 1337,
"icon": "cennz",
"explorers": [
{
"name": "UNcover",
"url": "https://uncoverexplorer.com",
"standard": "none"
}
],
"deprecated": true "deprecated": true
} }