mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add width & height properties * update chain/network id * update url, remove width & height * deprecate chain 1337 * fix build error
24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"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"
|
|
}]
|
|
} |