Skip to content

Commit

Permalink
feat: reexport AmountMode from limit-order-sdk (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Mar 14, 2024
1 parent 5c38b13 commit 030b967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ export {
getLimitOrderContract,
Interaction,
TakerTraits,
ExtensionBuilder
ExtensionBuilder,
AmountMode,
getLimitOrderV4Domain,
LimitOrderContract
} from '@1inch/limit-order-sdk'
export * from './fusion-order/index'
export * from './auction-calculator/index'
Expand All @@ -18,4 +21,3 @@ export * from './utils/amounts'
export * from './validations'
export * from './ws-api'
export * from './errors'
export * from './limit-order-contract'
1 change: 0 additions & 1 deletion src/limit-order-contract/index.ts

This file was deleted.

0 comments on commit 030b967

Please sign in to comment.