diff --git a/_data/chains/eip155-1804.json b/_data/chains/eip155-1804.json index 8123b8d3..07abb7b8 100644 --- a/_data/chains/eip155-1804.json +++ b/_data/chains/eip155-1804.json @@ -2,12 +2,14 @@ "name": "Kerleano", "title": "Proof of Carbon Reduction testnet", "chain": "CRC", - "status": "incubating", + "status": "active", "rpc": [ "https://cacib-saturn-test.francecentral.cloudapp.azure.com", "wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443" ], - "faucets": [], + "faucets": [ + "https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md" + ], "nativeCurrency": { "name": "Carbon Reduction Coin", "symbol": "CRC", @@ -17,5 +19,11 @@ "shortName": "kerleano", "chainId": 1804, "networkId": 1804, - "explorers": [] + "explorers": [ + { + "name": "Lite Explorer", + "url": "https://ethereum-pocr.github.io/explorer/kerleano", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-2606.json b/_data/chains/eip155-2606.json index be6f90e4..315c0eeb 100644 --- a/_data/chains/eip155-2606.json +++ b/_data/chains/eip155-2606.json @@ -2,17 +2,26 @@ "name": "PoCRNet", "title": "Proof of Carbon Reduction mainnet", "chain": "CRC", - "status": "incubating", - "rpc": [], + "status": "active", + "rpc": [ + "https://pocrnet.westeurope.cloudapp.azure.com/http", + "wss://pocrnet.westeurope.cloudapp.azure.com/ws" + ], "faucets": [], "nativeCurrency": { "name": "Carbon Reduction Coin", "symbol": "CRC", "decimals": 18 }, - "infoURL": "https://github.com/ethereum-pocr", + "infoURL": "https://github.com/ethereum-pocr/pocrnet", "shortName": "pocrnet", "chainId": 2606, "networkId": 2606, - "explorers": [] + "explorers": [ + { + "name": "Lite Explorer", + "url": "https://ethereum-pocr.github.io/explorer/pocrnet", + "standard": "EIP3091" + } + ] }