Skip to content

Commit

Permalink
chore: force price update
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Mar 7, 2025
1 parent bc968fd commit 572409f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function useEthFlowActions(callbacks: EthFlowActionCallbacks): EthFlowAct
const swap = async () => {
callbacks.dismiss()
onCurrencySelection(Field.INPUT, WRAPPED_NATIVE_CURRENCIES[chainId], () => {
openSwapConfirmModal()
openSwapConfirmModal(true)
})
}

Expand Down

0 comments on commit 572409f

Please sign in to comment.