mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
9a908009cd
commit
8588b8d5f8
|
@ -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"
|
|
||||||
}]
|
|
||||||
}
|
|
24
_data/chains/eip155-21337.json
Normal file
24
_data/chains/eip155-21337.json
Normal 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"
|
||||||
|
}]
|
||||||
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey",
|
"url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw",
|
||||||
"format":"svg"
|
"format": "svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user