From ac18b9c8eca7a4aab354bcf0bea82266ceb19a77 Mon Sep 17 00:00:00 2001 From: Ariella Vu <20778143+digiwand@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:06:46 -0800 Subject: [PATCH] Revert "feat: add externalLinkClicked to TransactionMetaBase type" (#3854) Reverts MetaMask/core#3828 no longer needed after discovering we can update the event fragment ad-hoc using the useTransactionEventFragment hook Related to https://github.com/MetaMask/metamask-extension/pull/22631 --- packages/transaction-controller/src/types.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/transaction-controller/src/types.ts b/packages/transaction-controller/src/types.ts index f8fbcb0ab8..c2610741d0 100644 --- a/packages/transaction-controller/src/types.ts +++ b/packages/transaction-controller/src/types.ts @@ -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