From 1caaa9d68fca877585ce14e880633fe032d0c960 Mon Sep 17 00:00:00 2001 From: spypsy Date: Thu, 2 Nov 2023 13:36:00 +0000 Subject: [PATCH] fix: remove unused import --- yarn-project/end-to-end/src/guides/dapp_testing.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/end-to-end/src/guides/dapp_testing.test.ts b/yarn-project/end-to-end/src/guides/dapp_testing.test.ts index b74383f92e3..4f688f38ed6 100644 --- a/yarn-project/end-to-end/src/guides/dapp_testing.test.ts +++ b/yarn-project/end-to-end/src/guides/dapp_testing.test.ts @@ -10,7 +10,6 @@ import { createAccount, createPXEClient, getSandboxAccountsWallets, - toBigIntBE, waitForSandbox, } from '@aztec/aztec.js'; import { TestContract, TokenContract } from '@aztec/noir-contracts/types';