Skip to content

Commit

Permalink
Update helpers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Sep 4, 2024
1 parent f51cc54 commit bfee370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/features/Swap/common/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {createTypeGuardFromSchema, parseSafe} from '@yoroi/common'
import {useTheme} from '@yoroi/theme'
import {Balance} from '@yoroi/types'
import {SwapApi} from '@yoroi/types/src/swap/api'
import {freeze} from 'immer'
import {useMutation, UseMutationOptions} from 'react-query'
import {z} from 'zod'

Expand All @@ -11,7 +12,6 @@ import {generateCIP30UtxoCbor} from '../../../yoroi-wallets/cardano/utils'
import {useSelectedWallet} from '../../WalletManager/Context/SelectedWalletContext'
import {PRICE_IMPACT_HIGH_RISK, PRICE_IMPACT_MODERATE_RISK} from './constants'
import {SwapPriceImpactRisk} from './types'
import {freeze} from 'immer'

export const useCancelOrderWithHw = (
{cancelOrder}: {cancelOrder: SwapApi['cancelOrder']},
Expand Down

0 comments on commit bfee370

Please sign in to comment.