diff --git a/packages/transaction-controller/src/types.ts b/packages/transaction-controller/src/types.ts index c2610741d0..f8fbcb0ab8 100644 --- a/packages/transaction-controller/src/types.ts +++ b/packages/transaction-controller/src/types.ts @@ -163,6 +163,11 @@ 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