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.
2 parents e9d454a + b870622 commit 249c8ccCopy full SHA for 249c8cc
src/dapp/libexec/dapp/dapp-verify-contract
@@ -29,6 +29,10 @@ case "$chain" in
29
export ETHERSCAN_API_URL=https://api-$chain.etherscan.io/api
30
export ETHERSCAN_URL=https://$chain.etherscan.io/address
31
;;
32
+ optimism-mainnet)
33
+ export ETHERSCAN_API_URL=https://api-optimistic.etherscan.io/api
34
+ export ETHERSCAN_URL=https://optimistic.etherscan.io/address
35
+ ;;
36
optimism-kovan)
37
export ETHERSCAN_API_URL=https://api-kovan-optimistic.etherscan.io/api
38
export ETHERSCAN_URL=https://kovan-optimistic.etherscan.io/address
0 commit comments