Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed getUsdRate for lite networks #429

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

fedorovdg
Copy link
Contributor

No description provided.

console.warn(`Non-200 response for ${assetId}:`, response.status, response.data);
}
_usdRatesCache[assetId] = {
'rate': 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 is incorrect, it should be null or undefined

@fedorovdg fedorovdg merged commit e0a9270 into master Dec 9, 2024
1 check passed
@DanielSchiavini DanielSchiavini deleted the fix/fix-getUsdRate-for-lite-networks branch December 9, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants