From 60e16e44c9b0a5d98c9efdc60bd4b79a6808dffd Mon Sep 17 00:00:00 2001 From: Rami Husami Date: Wed, 19 Oct 2022 18:47:47 +0300 Subject: [PATCH] add metis goerli network --- gnosis/eth/clients/blockscout_client.py | 1 + gnosis/eth/ethereum_network.py | 1 + 2 files changed, 2 insertions(+) diff --git a/gnosis/eth/clients/blockscout_client.py b/gnosis/eth/clients/blockscout_client.py index 0a8dd7333..fd475146f 100644 --- a/gnosis/eth/clients/blockscout_client.py +++ b/gnosis/eth/clients/blockscout_client.py @@ -32,6 +32,7 @@ class BlockscoutClient: EthereumNetwork.GATHER_TESTNET: "https://testnet-explorer.gather.network/", EthereumNetwork.GATHER_MAINNET: "https://explorer.gather.network/", EthereumNetwork.METIS_TESTNET: "https://stardust-explorer.metis.io/", + EthereumNetwork.METIS_GOERLI_TESTNET: "https://goerli.explorer.metisdevops.link/", EthereumNetwork.METIS: "https://andromeda-explorer.metis.io/", EthereumNetwork.FUSE_MAINNET: "https://explorer.fuse.io/", EthereumNetwork.VELAS_MAINNET: "https://evmexplorer.velas.com/", diff --git a/gnosis/eth/ethereum_network.py b/gnosis/eth/ethereum_network.py index fa6744476..d279a6f99 100644 --- a/gnosis/eth/ethereum_network.py +++ b/gnosis/eth/ethereum_network.py @@ -100,6 +100,7 @@ class EthereumNetwork(Enum): TAO_CORE = 558 METIS_TESTNET = 588 MACA_TESTNET = 595 + METIS_GOERLI_TESTNET = 599 KAR = 686 FETH_FACTORY127_TESTNET = 721 CHEAPETH_CHEAPNET = 777