Skip to content

Commit

Permalink
export merkl interface
Browse files Browse the repository at this point in the history
  • Loading branch information
greedythib committed Oct 13, 2023
1 parent 6a11315 commit bb08a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export * from './borrow';
export { ActionType, AssetType, BASE_18, BigNumber_BASE, ChainId, NETWORK_LABELS } from './constants';
export * from './merkl';
export * from './token';
export { BorrowActionType, fetchMerklAMMType, findMerklAMMTypeDeprecated, RouterActionType, validateAndParseAddress } from './utils';
export * from './utils';

0 comments on commit bb08a7d

Please sign in to comment.