Update cennznet (#1055)

* add width & height properties

* update chain/network id

* update url, remove width & height

* deprecate chain 1337

* fix build error
This commit is contained in:
Aidan Starke 2022-04-07 17:59:49 +12:00 committed by GitHub
parent 9a908009cd
commit 8588b8d5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 29 deletions

View File

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

View File

@ -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"
}]
}

View File

@ -1,7 +1,6 @@
[ [
{ {
"url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey", "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw",
"format":"svg" "format": "svg"
} }
] ]