Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Updating the fn names type
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro committed Jan 19, 2022
1 parent 14cee01 commit f3e0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/state/claim/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function useUsdcPrice(): string | null {
return _useVCowPriceForToken('usdcPrice')
}

type VCowPriceFnNames = 'wethPrice' | 'gnoPrice' | 'usdcPrice'
type VCowPriceFnNames = 'nativeTokenPrice' | 'gnoPrice' | 'usdcPrice'

/**
* Generic hook for fetching contract value for the many prices
Expand Down

0 comments on commit f3e0f58

Please sign in to comment.