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,