From d799379dc6258b4fba78fce47da7565c890bbca9 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Thu, 1 Feb 2024 11:09:18 +0000 Subject: [PATCH] fix #4193 --- yarn-project/noir-compiler/src/contract-interface-gen/noir.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/noir-compiler/src/contract-interface-gen/noir.ts b/yarn-project/noir-compiler/src/contract-interface-gen/noir.ts index c33c23590c0..f76174c0732 100644 --- a/yarn-project/noir-compiler/src/contract-interface-gen/noir.ts +++ b/yarn-project/noir-compiler/src/contract-interface-gen/noir.ts @@ -166,7 +166,7 @@ ${callStatement} function generateStaticImports() { return `use dep::std; use dep::aztec::context::{ PrivateContext, PublicContext }; -use dep::protocol_types::{ +use dep::aztec::protocol_types::{ address::AztecAddress, abis::function_selector::FunctionSelector, constants::RETURN_VALUES_LENGTH,