Skip to content

Commit ffc99f6

Browse files
committed
Comment verify contracts sections as it is not working in current dapptools
1 parent f47c416 commit ffc99f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy-kovan.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ writeConfigFor "kovan"
77
test "$(seth chain)" == "kovan" || exit 1
88

99
# Set verify contract option in Etherscan if the API key is in the config file
10-
etherscanApiKey=$(jq -r ".etherscanApiKey" "$CONFIG_FILE")
11-
if [[ "$etherscanApiKey" != "" ]]; then
12-
export DAPP_VERIFY_CONTRACT="yes"
13-
export ETHERSCAN_API_KEY=$etherscanApiKey
14-
fi
10+
# etherscanApiKey=$(jq -r ".etherscanApiKey" "$CONFIG_FILE")
11+
# if [[ "$etherscanApiKey" != "" ]]; then
12+
# export DAPP_VERIFY_CONTRACT="yes"
13+
# export ETHERSCAN_API_KEY=$etherscanApiKey
14+
# fi
1515

1616
export DEPLOY_RESTRICTED_FAUCET="no"
1717
"$LIBEXEC_DIR"/base-deploy

0 commit comments

Comments
 (0)