Skip to content

Commit

Permalink
fix: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Feb 12, 2025
1 parent 9f178fc commit 946773f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { useCallback } from 'react'
import { useLatestTxReceipt } from 'state/farmsV4/state/accountPositions/hooks/useLatestTxReceipt'
import { isAddressEqual } from 'utils'
import { WriteContractReturnType, erc20Abi, zeroAddress } from 'viem'
import { userRejectedError } from 'views/Swap/V3Swap/hooks/useSendSwapTransaction'
import { useWriteContract } from 'wagmi'
import { userRejectedError } from 'views/Swap/hooks/useSendSwapTransaction'
import { useW3WAccountSign } from '../w3w/useW3WAccountSign'
import { useIDOContract } from './useIDOContract'
import { useIDOPoolInfo } from './useIDOPoolInfo'
Expand Down

0 comments on commit 946773f

Please sign in to comment.