diff --git a/src/custom/state/claim/hooks/index.ts b/src/custom/state/claim/hooks/index.ts index 946d1a165..84eadca61 100644 --- a/src/custom/state/claim/hooks/index.ts +++ b/src/custom/state/claim/hooks/index.ts @@ -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