diff --git a/yarn-project/circuits.js/src/types/index.ts b/yarn-project/circuits.js/src/types/index.ts index db49629d51d9..12a0bb40a85c 100644 --- a/yarn-project/circuits.js/src/types/index.ts +++ b/yarn-project/circuits.js/src/types/index.ts @@ -1,5 +1,4 @@ export * from './contract_function_dao.js'; -export { CompleteAddress } from '../structs/index.js'; export * from './deployment_info.js'; export * from './partial_address.js'; export * from './grumpkin_private_key.js'; diff --git a/yarn-project/types/src/index.ts b/yarn-project/types/src/index.ts index d064651f5cee..c97141536281 100644 --- a/yarn-project/types/src/index.ts +++ b/yarn-project/types/src/index.ts @@ -23,3 +23,4 @@ export * from './interfaces/index.js'; export * from './sibling_path.js'; export * from './auth_witness.js'; export * from '@aztec/circuits.js/types'; +export { CompleteAddress } from '@aztec/circuits.js';