Skip to content

Conversation

@PatrykLucka
Copy link
Contributor

@PatrykLucka PatrykLucka commented Jan 26, 2026

Explanation

Adds a new merklYieldClaim transaction type to the TransactionType enum in the transaction controller. This enables the controller to properly categorize and handle transactions that claim yield rewards from Merkl Yield contracts (mUSD claim bonus). Without this type, Merkl yield claim transactions would fall under a generic category, making it harder to track and display them appropriately in the UI.

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Introduces a new TransactionType enum value musdClaim to categorize mUSD yield claim transactions.

  • Adds musdClaim in src/types.ts
  • Updates CHANGELOG.md under Unreleased

Written by Cursor Bugbot for commit 2293242. This will update automatically on new commits. Configure here.

@PatrykLucka PatrykLucka self-assigned this Jan 26, 2026
@PatrykLucka PatrykLucka requested a review from a team as a code owner January 26, 2026 14:47
@PatrykLucka PatrykLucka requested a review from a team as a code owner January 26, 2026 14:48
@PatrykLucka PatrykLucka added this pull request to the merge queue Jan 28, 2026
Merged via the queue into main with commit 03025a6 Jan 28, 2026
302 checks passed
@PatrykLucka PatrykLucka deleted the add-merkl-yield-claim-transaction-type branch January 28, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants