Skip to content

Commit 3cdf0b3

Browse files
authored
Merge pull request #419 from icon-project/fix/javascore-settings-gradle
fix: javascore settngs.gradle
2 parents fbb070b + dc50331 commit 3cdf0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/javascore/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(
44
'xcall',
55
'xcall-lib',
66
'centralized-connection',
7-
'cluster-connection'
7+
'cluster-connection',
88
'aggregator'
99
)
1010

scripts/optimize-stellar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo build --target wasm32-unknown-unknown --release
1111
for WASM in $build_directory/*.wasm; do
1212
NAME=$(basename "$WASM" .wasm)${SUFFIX}.wasm
1313
echo "Optimizing $NAME ... $WASM"
14-
/usr/local/bin/stellar2 contract optimize --wasm "$WASM"
14+
stellar contract optimize --wasm "$WASM"
1515
done
1616

1717
cd -

0 commit comments

Comments
 (0)