Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 31, 2024
1 parent 8f85dd5 commit 88f075b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions yarn-project/end-to-end/src/guides/up_quick_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ echo "Deployed contract at $TOKEN_ADDRESS"

# docs:start:mint-private
MINT_AMOUNT=69
aztec-wallet create-secret -a shield

aztec-wallet send mint_private -ca last --args $MINT_AMOUNT secrets:shield:hash -f alice

aztec-wallet add-note TransparentNote pending_shields -ca last -t last -a alice -b $MINT_AMOUNT secrets:shield:hash

aztec-wallet send redeem_shield -ca last --args accounts:alice $MINT_AMOUNT secrets:shield -f alice
aztec-wallet send mint_to_private -ca last --args accounts:alice $MINT_AMOUNT -f alice
# docs:end:mint-private

# docs:start:get-balance
Expand Down

0 comments on commit 88f075b

Please sign in to comment.