chains/_data/chains/eip155-2606.json
Guénolé de Cadoudal beaf7bd6c8
PoCR: rename to proof of climate awareness and add icon (#2760)
* Create EIP155-1804.json

* Create eip155-1804.json

* Delete EIP155-1804.json

* Create eip155-2606.json

* Adding status field and removing explorer

* Adding status field

* Schema check and prettier

* Update eip155-1804.json

* Adjust the definition

* Prettier executed

* Change name and add icon

* Fix ipfs icon url
2023-05-07 20:19:11 +02:00

30 lines
683 B
JSON

{
"name": "PoCRNet",
"title": "Proof of Climate awaReness mainnet",
"chain": "CRC",
"status": "active",
"rpc": [
"https://pocrnet.westeurope.cloudapp.azure.com/http",
"wss://pocrnet.westeurope.cloudapp.azure.com/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Climate awaReness Coin",
"symbol": "CRC",
"decimals": 18
},
"infoURL": "https://github.com/ethereum-pocr/pocrnet",
"shortName": "pocrnet",
"chainId": 2606,
"networkId": 2606,
"icon": "pocr",
"explorers": [
{
"name": "Lite Explorer",
"url": "https://ethereum-pocr.github.io/explorer/pocrnet",
"icon": "pocr",
"standard": "EIP3091"
}
]
}