Skip to content

Commit

Permalink
fix: export logger
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed Oct 15, 2024
1 parent d7d5c70 commit 44d8c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/external.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type * from "./types/index.js";
export type { Address } from "./internal.js";
export type { ILogger } from "./internal.js";
export type { ILogger, Logger } from "./internal.js";
export { NATIVE_TOKEN_ADDRESS, isNativeToken } from "./constants/index.js";

0 comments on commit 44d8c71

Please sign in to comment.