Skip to content

Commit

Permalink
chore: add the gas_included prop into Quotes Requested event
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 committed Nov 5, 2024
1 parent 9fb69f4 commit 776c111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/ducks/swaps/swaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ export const fetchQuotesAndSetQuoteState = (
stx_enabled: smartTransactionsEnabled,
current_stx_enabled: currentSmartTransactionsEnabled,
stx_user_opt_in: getSmartTransactionsOptInStatusForMetrics(state),
gas_included: newSelectedQuote.isGasIncludedTrade,
anonymizedData: true,
},
});
Expand Down

0 comments on commit 776c111

Please sign in to comment.