File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Kovan deployment" ,
3
- "etherscanApiKey" : " 4PDDUF52BTUD32C3RJ7RJXRY7KIJFJ38RY" ,
4
3
"pauseDelay" : " 0" ,
5
4
"vat_line" : " 153000000" ,
6
5
"vow_wait" : " 0" ,
Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ writeConfigFor "kovan"
6
6
7
7
test " $( seth chain) " == " kovan" || exit 1
8
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
15
-
16
9
export DEPLOY_RESTRICTED_FAUCET=" no"
17
10
" $LIBEXEC_DIR " /base-deploy
18
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Mainnet deployment" ,
3
- "etherscanApiKey" : " 4PDDUF52BTUD32C3RJ7RJXRY7KIJFJ38RY" ,
4
3
"pauseDelay" : " 0" ,
5
4
"vat_line" : " 0" ,
6
5
"vow_wait" : " 172800" ,
You can’t perform that action at this time.
0 commit comments