Skip to content

Commit 5c315b1

Browse files
Update src/test/e2e/accounts.test.ts
Co-authored-by: josh crites <jc@joshcrites.com>
1 parent 8a6f2b5 commit 5c315b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/e2e/accounts.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { getSponsoredFPCInstance } from "../../utils/sponsored_fpc.js";
1111
import { setupPXE } from "../../utils/setup_pxe.js";
1212
import { SponsoredFPCContract } from "@aztec/noir-contracts.js/SponsoredFPC";
1313
import { getEnv, getL1RpcUrl, getTimeouts } from "../../../config/config.js";
14-
import { sign } from "crypto";
1514

1615
const sleep = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
1716

0 commit comments

Comments
 (0)