From e2e7798f802e20b8b573459d64337f135e03ef96 Mon Sep 17 00:00:00 2001 From: cventastic Date: Tue, 14 Dec 2021 15:06:04 +0100 Subject: [PATCH] added geth-goerli too relaychains --- chains/chains_testnet.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chains/chains_testnet.json b/chains/chains_testnet.json index 1fda4b53..4d94932f 100644 --- a/chains/chains_testnet.json +++ b/chains/chains_testnet.json @@ -2,5 +2,9 @@ { "id": "0002", "url": "http://pocket-testnet:8081" + }, + { + "id": "0020", + "url": "http://geth-goerli:8545" } ] \ No newline at end of file