Closed mraszyk closed 1 year ago
Because we source (using .) the setup_wallet.sh script, we need to provide an explicit argument to it (otherwise, the same argument is used as for the deploy_sns.sh script). This is a regression after dropping shift in a past PR.
.
setup_wallet.sh
deploy_sns.sh
shift
Because we source (using
.
) thesetup_wallet.sh
script, we need to provide an explicit argument to it (otherwise, the same argument is used as for thedeploy_sns.sh
script). This is a regression after droppingshift
in a past PR.