Skip to content

Commit 6980c9a

Browse files
committed
optimistic support
1 parent 6bb6e72 commit 6980c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
SUPPORTED_NETWORK = {
3535
# Key, (prefix_base, perfix_bytecode)
3636
"mainet:": (".etherscan.io", "etherscan.io"),
37+
"optim:": ("-optimistic.etherscan.io", "optimistic.etherscan.io"),
3738
"ropsten:": ("-ropsten.etherscan.io", "ropsten.etherscan.io"),
3839
"kovan:": ("-kovan.etherscan.io", "kovan.etherscan.io"),
3940
"rinkeby:": ("-rinkeby.etherscan.io", "rinkeby.etherscan.io"),

0 commit comments

Comments
 (0)