Skip to content

Commit

Permalink
feat: Add export for getKandelGasReq. (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb authored Jun 3, 2024
1 parent af5798e commit 6766134
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-fireants-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Add export for `getKandelGasreq`
2 changes: 2 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export type {
RawKandelParams,
KandelParams,
ValidateParamsResult,
GetKandelGasReqParams,
} from './kandel/index.js'

export {
Expand All @@ -51,6 +52,7 @@ export {
seederEventsABI,
getKandelsFromLogs,
validateKandelParams,
getKandelGasReq,
} from './kandel/index.js'

// limit-order
Expand Down
3 changes: 2 additions & 1 deletion src/lib/kandel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export type {
RawKandelParams,
KandelParams,
ValidateParamsResult,
GetKandelGasReqParams,
} from './params.js'

export { validateKandelParams } from './params.js'
export { validateKandelParams, getKandelGasReq } from './params.js'

0 comments on commit 6766134

Please sign in to comment.