Skip to content

Commit

Permalink
temporarily disable usage of new aergocli deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Oct 6, 2023
1 parent caae1ac commit c57a6cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
get_deploy_args() {
contract_file=$1

if [ "$fork_version" -ge "4" ]; then
#if [ "$fork_version" -ge "4" ]; then
deploy_args="$contract_file"
else
../bin/aergoluac --payload $contract_file > payload.out
deploy_args="--payload `cat payload.out`"
fi
#else
# ../bin/aergoluac --payload $contract_file > payload.out
# deploy_args="--payload `cat payload.out`"
#fi

}

Expand Down

0 comments on commit c57a6cb

Please sign in to comment.