Skip to content

Commit

Permalink
not use optimizing builds (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
esteblock authored Nov 25, 2022
1 parent 060df40 commit 30917be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ make build
echo Deploy the crowdfund contract
CROWDFUND_ID="$(
soroban deploy \
--wasm target-tiny/wasm32-unknown-unknown/release/soroban_crowdfund_contract.wasm
--wasm target/wasm32-unknown-unknown/release/soroban_crowdfund_contract.wasm
)"
echo "$CROWDFUND_ID" > .soroban/crowdfund_id

echo "Contract deployed succesfully with ID: $CROWDFUND_ID"

echo Initialize the crowdfund contract
deadline="$(($(date +"%s") + 86400))"
soroban invoke \
Expand Down

0 comments on commit 30917be

Please sign in to comment.