mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Declaring PoCR networks (#1171)
* 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
This commit is contained in:
parent
47fc804e73
commit
8991320c6f
21
_data/chains/eip155-1804.json
Normal file
21
_data/chains/eip155-1804.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Kerleano",
|
||||
"title": "Proof of Carbon Reduction testnet",
|
||||
"chain": "CRC",
|
||||
"status": "incubating",
|
||||
"rpc": [
|
||||
"https://cacib-saturn-test.francecentral.cloudapp.azure.com",
|
||||
"wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Carbon Reduction Coin",
|
||||
"symbol": "CRC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://github.com/ethereum-pocr/kerleano",
|
||||
"shortName": "kerleano",
|
||||
"chainId": 1804,
|
||||
"networkId": 1804,
|
||||
"explorers": []
|
||||
}
|
18
_data/chains/eip155-2606.json
Normal file
18
_data/chains/eip155-2606.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "PoCRNet",
|
||||
"title": "Proof of Carbon Reduction mainnet",
|
||||
"chain": "CRC",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Carbon Reduction Coin",
|
||||
"symbol": "CRC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://github.com/ethereum-pocr",
|
||||
"shortName": "pocrnet",
|
||||
"chainId": 2606,
|
||||
"networkId": 2606,
|
||||
"explorers": []
|
||||
}
|
Loading…
Reference in New Issue
Block a user