Skip to content

Commit

Permalink
fix: use tiny wasm when deploying crowdfund contract (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Oct 25, 2022
1 parent 6dd460c commit 96c0048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ make build
echo Deploy the crowdfund contract
CROWDFUND_ID="$(
soroban deploy \
--wasm target/wasm32-unknown-unknown/release/soroban_crowdfund_contract.wasm
--wasm target-tiny/wasm32-unknown-unknown/release/soroban_crowdfund_contract.wasm
)"
echo "$CROWDFUND_ID" > .soroban/crowdfund_id

Expand Down

0 comments on commit 96c0048

Please sign in to comment.