diff --git a/_data/chains/eip155-69420.json b/_data/chains/eip155-69420.json index 59d2d69c..7661eba6 100644 --- a/_data/chains/eip155-69420.json +++ b/_data/chains/eip155-69420.json @@ -2,7 +2,9 @@ "name": "Condrieu", "title": "Ethereum Verkle Testnet Condrieu", "chain": "ETH", - "rpc": [], + "rpc": [ + "https://rpc.condrieu.ethdevops.io:8545" + ], "faucets": [ "https://faucet.condrieu.ethdevops.io" ], @@ -15,5 +17,7 @@ "shortName": "cndr", "chainId": 69420, "networkId": 69420, - "explorers": [] + "explorers": [ + "https://explorer.condrieu.ethdevops.io" + ] }