-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Do not fetch fiat rates for tokens without definitions #10783
Comments
QA OK Info:
|
Maybe we can consider not fetching tokens that are not available on Coingecko over and over again ? https://etherscan.io/address/0xa74476443119A942dE498590Fe1f2454d7D4aC0d |
Strange, if it is not in the definitions it should be in the |
It looks like a lovely edge case. GNT token has been replaced by GLM. From CoinGecko:
Both contracts are in our definitions. I guess CoinGecko knows it's no longer a valid token. |
Ok, it will likely be solved in March when we release updated definitions. |
GNT>GLM migration was in 2020. I believe the contract will exist in our definitions for a while. We may need some custom handling for deprecated but once valid coins. There is a chance to optimise this handling, as @bosomt mentioned.
|
So far coingecko was doing ok job by removing the deprecated coins.
@tomasklim does it seem ok? do you have any other ideas which logic we can implement? |
Describe the bug
Do not fetch fiat rates for tokens without definitions
The text was updated successfully, but these errors were encountered: