From be201a64d3231106771ed65ce5ee191bc699d233 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:41:36 +0200 Subject: [PATCH] add urls for RPC and explorer --- _data/chains/eip155-69420.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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" + ] }