Skip to content

Commit

Permalink
Merge pull request #419 from icon-project/fix/javascore-settings-gradle
Browse files Browse the repository at this point in the history
fix: javascore settngs.gradle
  • Loading branch information
AntonAndell authored Dec 3, 2024
2 parents fbb070b + dc50331 commit 3cdf0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/javascore/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(
'xcall',
'xcall-lib',
'centralized-connection',
'cluster-connection'
'cluster-connection',
'aggregator'
)

Expand Down
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 3cdf0b3

Please sign in to comment.