Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Aug 11, 2023
1 parent f44d5db commit 24a1783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/analytics/Properties.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ interface SwapEventsProperties {
fromTokenBalance: string
swapExecuteTxId: string
swapApproveTxId: string
estimatedUsdValue?: number
estimatedUsdValue?: number
}
[SwapEvents.swap_learn_more]: undefined
[SwapEvents.swap_price_impact_warning_displayed]: SwapEvent & {
Expand Down
2 changes: 1 addition & 1 deletion src/swap/saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export function* swapSubmitSaga(action: PayloadAction<SwapInfo>) {
ValoraAnalytics.track(SwapEvents.swap_execute_success, {
...defaultSwapExecuteProps,
...timeMetrics,
estimatedUsdValue,
estimatedUsdValue,
})
} catch (err) {
const error = ensureError(err)
Expand Down

0 comments on commit 24a1783

Please sign in to comment.