diff --git a/scripts/ci/get_e2e_jobs.sh b/scripts/ci/get_e2e_jobs.sh index 2d33dd12f37..30563d79f08 100755 --- a/scripts/ci/get_e2e_jobs.sh +++ b/scripts/ci/get_e2e_jobs.sh @@ -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 diff --git a/yarn-project/end-to-end/src/guides/up_quick_start.sh b/yarn-project/end-to-end/src/guides/up_quick_start.sh index 536dd917f53..f0ce8cb624c 100755 --- a/yarn-project/end-to-end/src/guides/up_quick_start.sh +++ b/yarn-project/end-to-end/src/guides/up_quick_start.sh @@ -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