From 49f5d1c73da5971f9dce1f7cc1290088e8ac3fc0 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Tue, 17 Oct 2023 08:46:52 -0500 Subject: [PATCH] deprecate ropsten and kovan etherscan support --- crytic_compile/platform/etherscan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/crytic_compile/platform/etherscan.py b/crytic_compile/platform/etherscan.py index 0a490977..f1b3c734 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"),