Skip to content

Commit

Permalink
chore: add guides to get_e2e_jobs.sh (#9624)
Browse files Browse the repository at this point in the history
Co-authored-by: benesjan <[email protected]>
  • Loading branch information
ludamad and benesjan authored Oct 31, 2024
1 parent 366eff3 commit 8891ead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
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

0 comments on commit 8891ead

Please sign in to comment.