mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updating the PoCRNet (2606) and Kerleano (1804) networks (#2222)
* 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
This commit is contained in:
parent
7770456d65
commit
d2e5e1187e
|
@ -2,12 +2,14 @@
|
||||||
"name": "Kerleano",
|
"name": "Kerleano",
|
||||||
"title": "Proof of Carbon Reduction testnet",
|
"title": "Proof of Carbon Reduction testnet",
|
||||||
"chain": "CRC",
|
"chain": "CRC",
|
||||||
"status": "incubating",
|
"status": "active",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://cacib-saturn-test.francecentral.cloudapp.azure.com",
|
"https://cacib-saturn-test.francecentral.cloudapp.azure.com",
|
||||||
"wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"
|
"wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [
|
||||||
|
"https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"
|
||||||
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Carbon Reduction Coin",
|
"name": "Carbon Reduction Coin",
|
||||||
"symbol": "CRC",
|
"symbol": "CRC",
|
||||||
|
@ -17,5 +19,11 @@
|
||||||
"shortName": "kerleano",
|
"shortName": "kerleano",
|
||||||
"chainId": 1804,
|
"chainId": 1804,
|
||||||
"networkId": 1804,
|
"networkId": 1804,
|
||||||
"explorers": []
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Lite Explorer",
|
||||||
|
"url": "https://ethereum-pocr.github.io/explorer/kerleano",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,17 +2,26 @@
|
||||||
"name": "PoCRNet",
|
"name": "PoCRNet",
|
||||||
"title": "Proof of Carbon Reduction mainnet",
|
"title": "Proof of Carbon Reduction mainnet",
|
||||||
"chain": "CRC",
|
"chain": "CRC",
|
||||||
"status": "incubating",
|
"status": "active",
|
||||||
"rpc": [],
|
"rpc": [
|
||||||
|
"https://pocrnet.westeurope.cloudapp.azure.com/http",
|
||||||
|
"wss://pocrnet.westeurope.cloudapp.azure.com/ws"
|
||||||
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Carbon Reduction Coin",
|
"name": "Carbon Reduction Coin",
|
||||||
"symbol": "CRC",
|
"symbol": "CRC",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://github.com/ethereum-pocr",
|
"infoURL": "https://github.com/ethereum-pocr/pocrnet",
|
||||||
"shortName": "pocrnet",
|
"shortName": "pocrnet",
|
||||||
"chainId": 2606,
|
"chainId": 2606,
|
||||||
"networkId": 2606,
|
"networkId": 2606,
|
||||||
"explorers": []
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Lite Explorer",
|
||||||
|
"url": "https://ethereum-pocr.github.io/explorer/pocrnet",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user