We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6f2b5 commit 5c315b1Copy full SHA for 5c315b1
src/test/e2e/accounts.test.ts
@@ -11,7 +11,6 @@ import { getSponsoredFPCInstance } from "../../utils/sponsored_fpc.js";
11
import { setupPXE } from "../../utils/setup_pxe.js";
12
import { SponsoredFPCContract } from "@aztec/noir-contracts.js/SponsoredFPC";
13
import { getEnv, getL1RpcUrl, getTimeouts } from "../../../config/config.js";
14
-import { sign } from "crypto";
15
16
const sleep = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
17
0 commit comments