Skip to content

Commit

Permalink
feat: Add the "is_smart_transaction" prop for the "Swap Started" event (
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 authored Jun 26, 2024
1 parent 94d146e commit 107b16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/UI/Swaps/QuotesView.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ function SwapsQuotesView({
),
network_fees_ETH: renderFromWei(toWei(selectedQuoteValue?.ethFee)),
chain_id: getDecimalChainId(chainId),
is_smart_transaction: shouldUseSmartTransaction,
};
trackAnonymousEvent(MetaMetricsEvents.SWAP_STARTED, parameters);
},
Expand Down

0 comments on commit 107b16f

Please sign in to comment.