From 31d233e2899cfe808e7c3f87744624cba785ceee Mon Sep 17 00:00:00 2001 From: josh crites Date: Tue, 30 Apr 2024 14:46:17 -0400 Subject: [PATCH] add codegen --- .../docs/developers/tutorials/token_portal/withdrawing_to_l1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developers/tutorials/token_portal/withdrawing_to_l1.md b/docs/docs/developers/tutorials/token_portal/withdrawing_to_l1.md index 82d8ca8cfbed..14723ed9c4b5 100644 --- a/docs/docs/developers/tutorials/token_portal/withdrawing_to_l1.md +++ b/docs/docs/developers/tutorials/token_portal/withdrawing_to_l1.md @@ -84,7 +84,7 @@ You may get some unused variable warnings - you can ignore these. And generate the TypeScript interface for the contract and add it to the test dir. Run this inside `aztec-contracts/token_bridge`: ```bash -aztec-builder target -o ../../src/test/fixtures +aztec-builder codegen target -o ../../src/test/fixtures ``` This will create a TS interface inside `fixtures` dir in our `src/test` folder!