Skip to content

Commit

Permalink
feat: add nani-account (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne authored and avasisht23 committed Jan 8, 2024
1 parent 8a28b48 commit c3c5379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accounts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export {
} from "./light-account/schema.js";
export type { LightAccountProviderConfig } from "./light-account/types.js";
export { getDefaultLightAccountFactoryAddress } from "./light-account/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";

//nani-account exports
export { NaniAccount } from "./nani-account/account.js";
Expand All @@ -42,6 +41,7 @@ export { getDefaultNaniAccountFactoryAddress } from "./nani-account/utils.js";
export { accountLoupeDecorators } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export * from "./msca/account-loupe/utils.js";
export { getDefaultMultiOwnerMSCAFactoryAddress } from "./msca/utils.js";

export {
MSCABuilder,
Expand Down

0 comments on commit c3c5379

Please sign in to comment.