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

* 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
30 lines
683 B
JSON
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"
|
|
}
|
|
]
|
|
}
|