Skip to content

Commit

Permalink
Merge branch 'main' into caip-multichain-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Nov 27, 2024
2 parents 5f98801 + a3e603c commit b79f827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/transaction-controller/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ type TransactionMetaBase = {
*/
deviceConfirmedOn?: WalletDevice;

/**
* The Network ID as per EIP-155 of the destination chain of a bridge transaction.
*/
destinationChainId?: Hex;

/**
* The address of the token being received of swap transaction.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/user-operation-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- **BREAKING:** Bump peer depepdency `@metamask/accounts-controller` from `^38.0.0` to `^39.0.0` ([#4915](https://github.com/MetaMask/core/pull/4915))
- **BREAKING:** Bump peer depepdency `@metamask/transaction-controller` from `^38.0.0` to `^39.0.0` ([#4915](https://github.com/MetaMask/core/pull/4915))
- **BREAKING:** Bump peer depepdency `@metamask/keyring-controller` from `^17.0.0` to `^18.0.0` ([#4915](https://github.com/MetaMask/core/pull/4915))
- Bump `@metamask/polling-controller` from `^12.0.0` to `^12.0.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
Expand Down

0 comments on commit b79f827

Please sign in to comment.