We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb070b + dc50331 commit 3cdf0b3Copy full SHA for 3cdf0b3
contracts/javascore/settings.gradle
@@ -4,7 +4,7 @@ include(
4
'xcall',
5
'xcall-lib',
6
'centralized-connection',
7
- 'cluster-connection'
+ 'cluster-connection',
8
'aggregator'
9
)
10
scripts/optimize-stellar.sh
@@ -11,7 +11,7 @@ cargo build --target wasm32-unknown-unknown --release
11
for WASM in $build_directory/*.wasm; do
12
NAME=$(basename "$WASM" .wasm)${SUFFIX}.wasm
13
echo "Optimizing $NAME ... $WASM"
14
- /usr/local/bin/stellar2 contract optimize --wasm "$WASM"
+ stellar contract optimize --wasm "$WASM"
15
done
16
17
cd -
0 commit comments