Compare commits

..

2 Commits

Author SHA1 Message Date
nolash
5ac0a5b39a Rehabilitate demurrage token deploy in contract miration 2021-08-17 13:29:17 +02:00
nolash
80a3ecd958 Use local config setup for migrations in cic-eth 2021-08-17 11:45:24 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -155,6 +155,9 @@ 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