diff --git a/utils/services/tokenPrice.tsx b/utils/services/tokenPrice.tsx index 1cc3bf6f09..d86cc7a654 100644 --- a/utils/services/tokenPrice.tsx +++ b/utils/services/tokenPrice.tsx @@ -11,7 +11,7 @@ import { USDC_MINT } from '@blockworks-foundation/mango-v4' //this service provide prices it is not recommended to get anything more from here besides token name or price. //decimals from metadata can be different from the realm on chain one const priceEndpoint = 'https://price.jup.ag/v4/price' -const tokenListUrl = 'https://token.jup.ag/strict' +const tokenListUrl = 'https://tokens.jup.ag/tokens' export type TokenInfoWithoutDecimals = Omit