Skip to content

Commit

Permalink
Fix(index): export DelegateActionParams (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia authored Oct 2, 2023
1 parent 3867f2a commit 924de76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-schools-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rabbitholegg/questdk": patch
---

Export the new delegate object
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type {
SwapActionParams,
BridgeActionParams,
MintActionParams,
DelegateActionParams,
ActionParams,
IActionPlugin,
} from './actions/types.js'
Expand Down

0 comments on commit 924de76

Please sign in to comment.