Compare commits

...

3 Commits

Author SHA1 Message Date
nolash a2c4ebe69d Merge branch 'master' into lash/faucet-workaround 2021-08-17 19:33:52 +02:00
nolash 07bbd45547
Add empty ini in empty config dir 2021-08-03 20:39:18 +02:00
nolash 67f938d368
Empty config dir in faucet setup 2021-08-03 19:59:57 +02:00
2 changed files with 0 additions and 3 deletions

View File

@ -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