File tree 1 file changed +2
-4
lines changed
yarn-project/cli-wallet/test/flows/token_utils
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ section "Deploying contracts and minting tokens privately"
2
2
3
3
aztec-wallet create-account -a main
4
4
aztec-wallet deploy token_contract@Token --args accounts:main Test TST 18 -f main -a token
5
- aztec-wallet create-secret -a shield
6
- aztec-wallet send mint_private -ca token --args $1 secrets:shield:hash -f main
7
- aztec-wallet add-note TransparentNote pending_shields -ca token -t last -a main -b $1 secrets:shield:hash
8
- aztec-wallet send redeem_shield -ca token --args accounts:main $1 secrets:shield -f main
5
+ aztec-wallet send mint_to_private -ca token --args accounts:main accounts:main $1 -f main
6
+
9
7
10
8
RESULT_MAIN=$( aztec-wallet simulate balance_of_private -ca token --args accounts:main -f main | grep " Simulation result:" | awk ' {print $3}' )
11
9
You can’t perform that action at this time.
0 commit comments