Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add `musdConversion` transaction type ([#7218](https://github.com/MetaMask/core/pull/7218))

## [62.1.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/transaction-controller/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,11 @@ export enum TransactionType {
*/
lendingWithdraw = 'lendingWithdraw',

/**
* A transaction that converts tokens to mUSD.
*/
musdConversion = 'musdConversion',

/**
* Deposit funds to be available for trading via Perps.
*/
Expand Down
Loading