We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb6e72 commit 6980c9aCopy full SHA for 6980c9a
crytic_compile/platform/etherscan.py
@@ -34,6 +34,7 @@
34
SUPPORTED_NETWORK = {
35
# Key, (prefix_base, perfix_bytecode)
36
"mainet:": (".etherscan.io", "etherscan.io"),
37
+ "optim:": ("-optimistic.etherscan.io", "optimistic.etherscan.io"),
38
"ropsten:": ("-ropsten.etherscan.io", "ropsten.etherscan.io"),
39
"kovan:": ("-kovan.etherscan.io", "kovan.etherscan.io"),
40
"rinkeby:": ("-rinkeby.etherscan.io", "rinkeby.etherscan.io"),
0 commit comments