From 0f0e5e2cbdc1fa4cbb15d277a293029fd64589c6 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Thu, 1 Feb 2024 11:49:33 +0000 Subject: [PATCH] fix: nr codegen to use new protocol types path (#4353) 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,