Skip to content

Commit 84e63b1

Browse files
fix: nr codegen to use new protocol types path (AztecProtocol#4353)
fix AztecProtocol#4193
1 parent 47a0a79 commit 84e63b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • yarn-project/noir-compiler/src/contract-interface-gen

yarn-project/noir-compiler/src/contract-interface-gen/noir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ${callStatement}
166166
function generateStaticImports() {
167167
return `use dep::std;
168168
use dep::aztec::context::{ PrivateContext, PublicContext };
169-
use dep::protocol_types::{
169+
use dep::aztec::protocol_types::{
170170
address::AztecAddress,
171171
abis::function_selector::FunctionSelector,
172172
constants::RETURN_VALUES_LENGTH,

0 commit comments

Comments
 (0)