From 4f4dd2af787d858bef2d5b6c8828a17bf28ed502 Mon Sep 17 00:00:00 2001 From: Uxio Fuentefria Date: Fri, 1 Apr 2022 18:47:42 +0200 Subject: [PATCH] Remove conflicting EthereumNetwork --- gnosis/eth/clients/blockscout_client.py | 1 - gnosis/eth/ethereum_network.py | 1 - 2 files changed, 2 deletions(-) diff --git a/gnosis/eth/clients/blockscout_client.py b/gnosis/eth/clients/blockscout_client.py index dfe9e5724..a2b699dba 100644 --- a/gnosis/eth/clients/blockscout_client.py +++ b/gnosis/eth/clients/blockscout_client.py @@ -34,7 +34,6 @@ class BlockscoutClient: EthereumNetwork.METIS: "https://andromeda-explorer.metis.io/", EthereumNetwork.FUSE_MAINNET: "https://explorer.fuse.io/", EthereumNetwork.VELAS_MAINNET: "https://evmexplorer.velas.com/", - EthereumNetwork.VELAS_TESTNET: "https://evmexplorer.testnet.velas.com/", EthereumNetwork.REI_MAINNET: "https://scan.rei.network/", EthereumNetwork.REI_TESTNET: "https://scan-test.rei.network/", } diff --git a/gnosis/eth/ethereum_network.py b/gnosis/eth/ethereum_network.py index 234fa829e..691d617ce 100644 --- a/gnosis/eth/ethereum_network.py +++ b/gnosis/eth/ethereum_network.py @@ -72,7 +72,6 @@ class EthereumNetwork(Enum): VELAS_MAINNET = 106 TT = 108 XPR_TESTNET = 110 - VELAS_TESTNET = 111 ETL = 111 FUSE_MAINNET = 122 FUSE_SPARK = 123