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
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"name": "Kerleano",
|
|
"title": "Proof of Carbon Reduction testnet",
|
|
"chain": "CRC",
|
|
"status": "active",
|
|
"rpc": [
|
|
"https://cacib-saturn-test.francecentral.cloudapp.azure.com",
|
|
"wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"
|
|
],
|
|
"faucets": [
|
|
"https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Carbon Reduction Coin",
|
|
"symbol": "CRC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://github.com/ethereum-pocr/kerleano",
|
|
"shortName": "kerleano",
|
|
"chainId": 1804,
|
|
"networkId": 1804,
|
|
"explorers": [
|
|
{
|
|
"name": "Lite Explorer",
|
|
"url": "https://ethereum-pocr.github.io/explorer/kerleano",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|