diff --git a/yarn-project/end-to-end/src/cheat_codes.ts b/yarn-project/end-to-end/src/cheat_codes.ts index 00f4f1e36dd..a35b699e54e 100644 --- a/yarn-project/end-to-end/src/cheat_codes.ts +++ b/yarn-project/end-to-end/src/cheat_codes.ts @@ -2,6 +2,7 @@ import { AztecAddress, CircuitsWasm, Fr } from '@aztec/circuits.js'; import { pedersenPlookupCommitInputs } from '@aztec/circuits.js/barretenberg'; import { createDebugLogger } from '@aztec/foundation/log'; import { AztecRPC } from '@aztec/types'; + import fs from 'fs'; const toFr = (value: Fr | bigint): Fr => {