Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove conflicting EthereumNetwork #226

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
}
Expand Down
1 change: 0 additions & 1 deletion gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down