From 29b06d72a4a3e94f7c3717df33b3e89aa3160a52 Mon Sep 17 00:00:00 2001 From: benesjan Date: Fri, 22 Sep 2023 13:03:11 +0000 Subject: [PATCH] formatting --- yarn-project/circuits.js/src/cbind/circuits.gen.ts | 2 +- yarn-project/end-to-end/src/e2e_sandbox_example.test.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn-project/circuits.js/src/cbind/circuits.gen.ts b/yarn-project/circuits.js/src/cbind/circuits.gen.ts index e5a53f4e5b3e..73a0f908492d 100644 --- a/yarn-project/circuits.js/src/cbind/circuits.gen.ts +++ b/yarn-project/circuits.js/src/cbind/circuits.gen.ts @@ -16,8 +16,8 @@ import { CircuitError, CombinedAccumulatedData, CombinedConstantData, - ConstantRollupData, CompleteAddress, + ConstantRollupData, ContractDeploymentData, ContractStorageRead, ContractStorageUpdateRequest, diff --git a/yarn-project/end-to-end/src/e2e_sandbox_example.test.ts b/yarn-project/end-to-end/src/e2e_sandbox_example.test.ts index 0cf0115d8b8d..7f0b77d7aa93 100644 --- a/yarn-project/end-to-end/src/e2e_sandbox_example.test.ts +++ b/yarn-project/end-to-end/src/e2e_sandbox_example.test.ts @@ -5,8 +5,8 @@ import { computeMessageSecretHash, createAztecRpcClient, createDebugLogger, - getSchnorrAccount, getSandboxAccountsWallets, + getSchnorrAccount, waitForSandbox, } from '@aztec/aztec.js'; import { GrumpkinScalar } from '@aztec/circuits.js'; @@ -47,7 +47,7 @@ describe('e2e_sandbox_example', () => { logger(`Loaded alice's account at ${alice.toShortString()}`); logger(`Loaded bob's account at ${bob.toShortString()}`); // docs:end:load_accounts - + // docs:start:Deployment ////////////// DEPLOY OUR TOKEN CONTRACT //////////////