drop strict filter from jup token api

This commit is contained in:
Adrian Brzeziński 2023-11-14 17:16:31 +01:00
parent 7f57bac56e
commit cccae7611d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export const TRADE_VOLUME_ALERT_KEY = 'tradeVolumeAlert-0.1'
export const PAGINATION_PAGE_LENGTH = 250
export const JUPITER_API_MAINNET = 'https://token.jup.ag/strict'
export const JUPITER_API_MAINNET = 'https://token.jup.ag/all'
export const JUPITER_API_DEVNET = 'https://api.jup.ag/api/tokens/devnet'