Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 22, 2023
1 parent a90e517 commit 29b06d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/src/cbind/circuits.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
CircuitError,
CombinedAccumulatedData,
CombinedConstantData,
ConstantRollupData,
CompleteAddress,
ConstantRollupData,
ContractDeploymentData,
ContractStorageRead,
ContractStorageUpdateRequest,
Expand Down
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/src/e2e_sandbox_example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
computeMessageSecretHash,
createAztecRpcClient,
createDebugLogger,
getSchnorrAccount,
getSandboxAccountsWallets,
getSchnorrAccount,
waitForSandbox,
} from '@aztec/aztec.js';
import { GrumpkinScalar } from '@aztec/circuits.js';
Expand Down Expand Up @@ -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 //////////////

Expand Down

0 comments on commit 29b06d7

Please sign in to comment.