From 5d788dfd22300934d8283afa774d282b07e48f91 Mon Sep 17 00:00:00 2001 From: LHerskind <lasse.herskind@gmail.com> Date: Thu, 3 Aug 2023 11:20:54 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20formatting=20=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yarn-project/end-to-end/src/cheat_codes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn-project/end-to-end/src/cheat_codes.ts b/yarn-project/end-to-end/src/cheat_codes.ts index 00f4f1e36dd4..a35b699e54e9 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 => {