Skip to content

Commit

Permalink
lock and hook import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Apr 12, 2022
1 parent 6d6fe3a commit 52f769b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/custom/hooks/useCowBalanceAndSubsidy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CurrencyAmount } from '@uniswap/sdk-core'
import { getDiscountFromBalance } from 'components/CowSubsidyModal/utils'
import { useVCowData } from 'state/claim/hooks'
import { useTokenBalance } from 'state/wallet/hooks'
import { useActiveWeb3React } from '.'
import { useActiveWeb3React } from 'hooks/web3'

import { COW } from 'constants/tokens'
import { SupportedChainId } from 'constants/chains'
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16910,9 +16910,9 @@ ndjson@^1.5.0:
split2 "^2.1.0"
through2 "^2.0.3"

"neat-frame@git+https://github.com/agentofuser/neat-frame.git#wrap-ansi-options":
"neat-frame@https://github.com/agentofuser/neat-frame#wrap-ansi-options":
version "1.0.2"
resolved "git+https://github.com/agentofuser/neat-frame.git#b244ca11078bd35f63b2d7cb22d5e4b5c12ae2aa"
resolved "https://github.com/agentofuser/neat-frame#b244ca11078bd35f63b2d7cb22d5e4b5c12ae2aa"
dependencies:
inspect-with-kind "^1.0.5"
merge-options "^1.0.1"
Expand Down

0 comments on commit 52f769b

Please sign in to comment.