Skip to content

Commit

Permalink
fix: stellar script
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju committed Dec 3, 2024
1 parent 6a866bc commit dc50331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/optimize-stellar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cargo build --target wasm32-unknown-unknown --release
for WASM in $build_directory/*.wasm; do
NAME=$(basename "$WASM" .wasm)${SUFFIX}.wasm
echo "Optimizing $NAME ... $WASM"
/usr/local/bin/stellar2 contract optimize --wasm "$WASM"
stellar contract optimize --wasm "$WASM"
done

cd -
Expand Down

0 comments on commit dc50331

Please sign in to comment.