Skip to content

Commit

Permalink
Revert "feat: add externalLinkClicked to TransactionMetaBase type" (#…
Browse files Browse the repository at this point in the history
…3854)

Reverts #3828

no longer needed after discovering we can update the event fragment
ad-hoc using the useTransactionEventFragment hook

Related to MetaMask/metamask-extension#22631
  • Loading branch information
digiwand authored Jan 26, 2024
1 parent 4e353c0 commit ac18b9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/transaction-controller/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ type TransactionMetaBase = {
*/
estimateUsed?: string;

/**
* Description of the link clicked associated with the transaction
*/
externalLinkClicked?: string;

/**
* The chosen amount which will be the same as the originally proposed token
* amount if the user does not edit the amount or will be a custom token
Expand Down

0 comments on commit ac18b9c

Please sign in to comment.