Skip to content

Commit 33cc52b

Browse files
committed
Remove etherscan verification old implementation
1 parent 9c0eb90 commit 33cc52b

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

deploy-kovan.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"description": "Kovan deployment",
3-
"etherscanApiKey": "4PDDUF52BTUD32C3RJ7RJXRY7KIJFJ38RY",
43
"pauseDelay": "0",
54
"vat_line": "153000000",
65
"vow_wait": "0",

deploy-kovan.sh

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ writeConfigFor "kovan"
66

77
test "$(seth chain)" == "kovan" || exit 1
88

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
15-
169
export DEPLOY_RESTRICTED_FAUCET="no"
1710
"$LIBEXEC_DIR"/base-deploy
1811

deploy-main.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"description": "Mainnet deployment",
3-
"etherscanApiKey": "4PDDUF52BTUD32C3RJ7RJXRY7KIJFJ38RY",
43
"pauseDelay": "0",
54
"vat_line": "0",
65
"vow_wait": "172800",

0 commit comments

Comments
 (0)