diff --git a/packages/ensjs/src/utils/index.ts b/packages/ensjs/src/utils/index.ts index b120793f..9c54f572 100644 --- a/packages/ensjs/src/utils/index.ts +++ b/packages/ensjs/src/utils/index.ts @@ -108,10 +108,16 @@ export { makeLegacyCommitment, makeLegacyCommitmentFromTuple, makeLegacyCommitmentTuple, + makeLegacyCommitmentWithConfigTuple, makeLegacyRegistrationTuple, + makeLegacyRegistrationWithConfigTuple, + isLegacyRegistrationWithConfigParameters, type LegacyCommitmentTuple, + type LegacyCommitmentWithConfigTuple, type LegacyRegistrationParameters, - type LegacyRegistrationBaseTuple as LegacyRegistrationTuple, + type LegacyRegistrationWithConfigParameters, + type LegacyRegistrationTuple, + type LegacyRegistrationWithConfigTuple, } from './legacyRegisterHelpers.js' export { makeSafeSecondsDate } from './makeSafeSecondsDate.js' export {