Skip to content

Commit

Permalink
Export isCorrelatedPosition util (#407)
Browse files Browse the repository at this point in the history
* chore: export isCorrelatedPosition util

* Publish

 - @oasisdex/addresses@0.0.35
 - @oasisdex/dma-library@0.4.4
  • Loading branch information
zerotucks authored Aug 2, 2023
1 parent 06036b0 commit f41f642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dma-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisdex/dma-library",
"version": "0.4.3",
"version": "0.4.4",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/dma-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export type {
AjnaOpenMultiplyPayload,
} from './types/ajna'
export { AjnaEarnPosition, AjnaPosition } from './types/ajna'
export { isCorrelatedPosition } from './utils/swap/fee-resolver'
export { views } from './views'
export { OPERATION_NAMES } from '@deploy-configurations/constants'
export { Network } from '@deploy-configurations/types/network'
Expand Down

0 comments on commit f41f642

Please sign in to comment.