Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripts/ci/get_e2e_jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ allow_list=(
"e2e_prover_coordination"
"e2e_lending_contract"
"kind_network_smoke"
"guides_dapp_testing"
"guides_sample_dapp"
"guides_sample_dapp_ci"
"guides_up_quick_start"
"guides_writing_an_account_contract"
)

# Add labels from input to the allow_list
Expand Down
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