Skip to content

Commit

Permalink
feat: export the create alchemy client from existing method
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Feb 8, 2024
1 parent 76b9f1a commit d1c82f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/alchemy/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type * from "./client/decorators/alchemyEnhancedApis.js";
export { alchemyEnhancedApiActions } from "./client/decorators/alchemyEnhancedApis.js";
export type * from "./client/decorators/smartAccount.js";
export { alchemyActions } from "./client/decorators/smartAccount.js";
export { createAlchemySmartAccountClientFromRpcClient as createAlchemySmartAccountClientFromExisting } from "./client/internal/smartAccountClientFromRpc.js";
export { isAlchemySmartAccountClient } from "./client/isAlchemySmartAccountClient.js";
export type * from "./client/lightAccountClient.js";
export { createLightAccountAlchemyClient } from "./client/lightAccountClient.js";
Expand Down

0 comments on commit d1c82f8

Please sign in to comment.