Skip to content

Commit

Permalink
fix(withdraw.sh): call get_order_pending instead of get_order_used
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Feb 5, 2024
1 parent 0766195 commit 2bb647a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/withdraw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cast send --rpc-url $ETH_RPC_URL --private-key $ETH_PRIVATE_KEY \

sleep 15

starkli call $ESCROW_CONTRACT_ADDRESS get_order_used u256:0
starkli call $ESCROW_CONTRACT_ADDRESS get_order_pending u256:0

ESCROW_FINAL_BALANCE=$(starkli balance $ESCROW_CONTRACT_ADDRESS)
MM_FINAL_BALANCE=$(starkli balance $MM_SN_WALLET_ADDR)
Expand Down

0 comments on commit 2bb647a

Please sign in to comment.