Skip to content

Commit

Permalink
Trigger run
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Oct 3, 2023
1 parent a400f47 commit c7cdec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('benchmarks/publish_rollup', () => {
token = await TokenContract.deploy(context.wallet).send().deployed();
[owner, recipient] = context.accounts.map(a => a.address);
await token.methods._initialize(owner).send().wait();
await token.methods.mint_public(owner, 20000n).send().wait();
await token.methods.mint_public(owner, 10000n).send().wait();
await context.aztecNode?.getSequencer().stop();
}, 60_000);

Expand Down

0 comments on commit c7cdec2

Please sign in to comment.