From f3e0f5870a59ecafd001e74227f1ea6f64557d30 Mon Sep 17 00:00:00 2001 From: Leandro Date: Wed, 19 Jan 2022 09:19:31 -0800 Subject: [PATCH] Updating the fn names type --- src/custom/state/claim/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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