diff --git a/crytic_compile/platform/etherscan.py b/crytic_compile/platform/etherscan.py index 2d7182bd..2dd8e5d4 100644 --- a/crytic_compile/platform/etherscan.py +++ b/crytic_compile/platform/etherscan.py @@ -35,8 +35,6 @@ # Key, (prefix_base, perfix_bytecode) "mainet:": (".etherscan.io", "etherscan.io"), "optim:": ("-optimistic.etherscan.io", "optimistic.etherscan.io"), - "ropsten:": ("-ropsten.etherscan.io", "ropsten.etherscan.io"), - "kovan:": ("-kovan.etherscan.io", "kovan.etherscan.io"), "goerli:": ("-goerli.etherscan.io", "goerli.etherscan.io"), "sepolia:": ("-sepolia.etherscan.io", "sepolia.etherscan.io"), "tobalaba:": ("-tobalaba.etherscan.io", "tobalaba.etherscan.io"),