We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47c416 commit ffc99f6Copy full SHA for ffc99f6
deploy-kovan.sh
@@ -7,11 +7,11 @@ writeConfigFor "kovan"
7
test "$(seth chain)" == "kovan" || exit 1
8
9
# 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
+# etherscanApiKey=$(jq -r ".etherscanApiKey" "$CONFIG_FILE")
+# if [[ "$etherscanApiKey" != "" ]]; then
+# export DAPP_VERIFY_CONTRACT="yes"
+# export ETHERSCAN_API_KEY=$etherscanApiKey
+# fi
15
16
export DEPLOY_RESTRICTED_FAUCET="no"
17
"$LIBEXEC_DIR"/base-deploy
0 commit comments