diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 988e9ac5eba..c58398e2d33 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Add `predictDepositAndOrder` to `TransactionType` ([#8135](https://github.com/MetaMask/core/pull/8135)) - Add `perpsAcrossDeposit` and `predictAcrossDeposit` transaction types for Across MetaMask Pay submissions ([#7886](https://github.com/MetaMask/core/pull/7886)) ## [62.20.0] diff --git a/packages/transaction-controller/src/types.ts b/packages/transaction-controller/src/types.ts index b0d5c229c67..2f0553b6e50 100644 --- a/packages/transaction-controller/src/types.ts +++ b/packages/transaction-controller/src/types.ts @@ -833,6 +833,11 @@ export enum TransactionType { */ predictDeposit = 'predictDeposit', + /** + * Deposit funds and place an order via Predict. + */ + predictDepositAndOrder = 'predictDepositAndOrder', + /** * Sell a position via Predict. *