Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into matthew/boost-4256-up…
Browse files Browse the repository at this point in the history
…date-sound-to-use-referral-param
  • Loading branch information
mmackz committed Jul 12, 2024
2 parents e8e13cb + 89b26f7 commit b14d6f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-apricots-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rabbitholegg/questdk-plugin-utils": minor
---

add referral to MintActionParams
1 change: 1 addition & 0 deletions packages/utils/src/types/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export type MintActionParams = {
tokenId?: number
amount?: number | FilterOperator
recipient?: Address
referral?: Address
}

export type BurnActionParams = MintActionParams
Expand Down

0 comments on commit b14d6f7

Please sign in to comment.