Skip to content

Commit

Permalink
deprecate ropsten and kovan etherscan support
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Oct 17, 2023
1 parent 1396844 commit 49f5d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crytic_compile/platform/etherscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 49f5d1c

Please sign in to comment.