Skip to content

Commit

Permalink
fix: import in core was still exporting deleted item
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Jun 12, 2023
1 parent 7ad25b2 commit 4946408
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export {
} from "./client/create-client.js";
export type * from "./client/types.js";

export {
alchemyPaymasterAndDataMiddleware,
withAlchemyGasManager,
} from "./middleware/alchemy-paymaster.js";
export { withAlchemyGasManager } from "./middleware/alchemy-paymaster.js";
export type { AlchemyPaymasterConfig } from "./middleware/alchemy-paymaster.js";

export { SmartAccountProvider, noOpMiddleware } from "./provider/base.js";
Expand Down

0 comments on commit 4946408

Please sign in to comment.