You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're using the v4 endpoint to get routes, but this v4 is not existed. const apiVersionParam = this.url === 'https://quote-api.jup.ag' ? '/v4' : '';
Should replace v4 with v6 same as getQuote function.
Below is from getQuote const apiVersionParam = this.url === 'https://quote-api.jup.ag' ? '/v6' : '';
The text was updated successfully, but these errors were encountered:
You're using the v4 endpoint to get routes, but this v4 is not existed.
const apiVersionParam = this.url === 'https://quote-api.jup.ag' ? '/v4' : '';
Should replace v4 with v6 same as
getQuote
function.Below is from
getQuote
const apiVersionParam = this.url === 'https://quote-api.jup.ag' ? '/v6' : '';
The text was updated successfully, but these errors were encountered: