From 8910fb075938c780aea1d8756b057730d07ae472 Mon Sep 17 00:00:00 2001 From: Louis Holbrook Date: Wed, 18 Aug 2021 06:34:07 +0000 Subject: [PATCH] Empty config dir in faucet setup --- apps/contract-migration/config_template/empty/empty.ini | 0 apps/contract-migration/reset.sh | 3 --- 2 files changed, 3 deletions(-) create mode 100644 apps/contract-migration/config_template/empty/empty.ini diff --git a/apps/contract-migration/config_template/empty/empty.ini b/apps/contract-migration/config_template/empty/empty.ini new file mode 100644 index 0000000..e69de29 diff --git a/apps/contract-migration/reset.sh b/apps/contract-migration/reset.sh index 990e1da..8a9fe55 100755 --- a/apps/contract-migration/reset.sh +++ b/apps/contract-migration/reset.sh @@ -155,9 +155,6 @@ if [[ -n "${ETH_PROVIDER}" ]]; then >&2 echo "set faucet as token minter" giftable-token-minter $gas_price_arg -w -y $DEV_ETH_KEYSTORE_FILE -a $DEV_RESERVE_ADDRESS -i $CIC_CHAIN_SPEC -p $ETH_PROVIDER -vv $DEV_FAUCET_ADDRESS - - - else echo "\$ETH_PROVIDER not set!" exit 1