From 9d8bc85a419cecb096428184ed760d4c7cf70ad0 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 1 Sep 2023 16:52:05 -0400 Subject: [PATCH] Revert aztec rpc --- yarn-project/aztec-rpc/src/config/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarn-project/aztec-rpc/src/config/index.ts b/yarn-project/aztec-rpc/src/config/index.ts index c44f505decd..008e1e8f170 100644 --- a/yarn-project/aztec-rpc/src/config/index.ts +++ b/yarn-project/aztec-rpc/src/config/index.ts @@ -1,6 +1,7 @@ +import { fileURLToPath } from '@aztec/foundation/url'; + import { readFileSync } from 'fs'; import { dirname, resolve } from 'path'; -import { fileURLToPath } from 'url'; /** * Configuration settings for the RPC Server.