mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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
This commit is contained in:
parent
b7c21a5575
commit
beaf7bd6c8
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Kerleano",
|
||||
"title": "Proof of Carbon Reduction testnet",
|
||||
"title": "Proof of Climate awaReness testnet",
|
||||
"chain": "CRC",
|
||||
"status": "active",
|
||||
"rpc": [
|
||||
|
@ -11,7 +11,7 @@
|
|||
"https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Carbon Reduction Coin",
|
||||
"name": "Climate awaReness Coin",
|
||||
"symbol": "CRC",
|
||||
"decimals": 18
|
||||
},
|
||||
|
@ -19,10 +19,12 @@
|
|||
"shortName": "kerleano",
|
||||
"chainId": 1804,
|
||||
"networkId": 1804,
|
||||
"icon": "pocr",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Lite Explorer",
|
||||
"url": "https://ethereum-pocr.github.io/explorer/kerleano",
|
||||
"icon": "pocr",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "PoCRNet",
|
||||
"title": "Proof of Carbon Reduction mainnet",
|
||||
"title": "Proof of Climate awaReness mainnet",
|
||||
"chain": "CRC",
|
||||
"status": "active",
|
||||
"rpc": [
|
||||
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Carbon Reduction Coin",
|
||||
"name": "Climate awaReness Coin",
|
||||
"symbol": "CRC",
|
||||
"decimals": 18
|
||||
},
|
||||
|
@ -17,10 +17,12 @@
|
|||
"shortName": "pocrnet",
|
||||
"chainId": 2606,
|
||||
"networkId": 2606,
|
||||
"icon": "pocr",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Lite Explorer",
|
||||
"url": "https://ethereum-pocr.github.io/explorer/pocrnet",
|
||||
"icon": "pocr",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
|
|
8
_data/icons/pocr.json
Normal file
8
_data/icons/pocr.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRLwpq47tyEd3rfK4tKRhbTvyb3fc7PCutExnL1XAb37A",
|
||||
"width": 334,
|
||||
"height": 360,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user