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:
Guénolé de Cadoudal 2022-12-17 15:07:01 +01:00 committed by GitHub
parent 47fc804e73
commit 8991320c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

View 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": []
}

View 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": []
}