-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat: use new tokens api #91
Conversation
Visit the preview URL for this PR (updated for commit cfd82dc):
(expires Mon, 27 Nov 2023 14:35:33 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e508f9012944951194447cb8885950b451a24403 |
I see that there are only 42 tokens in the list on mainnet. It seems because of the liquidity filter. Is this Era liquidity for these tokens? Cause the list looks really weird tbh. |
There are more tokens displayed now in fact, and yes, some of the tokens are not displayed because of the liquidity filter. This is not Era liquidity, this is global liquidity. We don't have tokens data for testnet, I think this is fine, etherscan also doesn't have testnet tokens data as there is no liquidity on testnet. I think there is no need to display tokens with < 1m of liquidity, but this can be adjusted actually. We can display all the tokens with l1 address if we want, but then all the tokens anyone bridged (including spam) will be displayed. |
🎉 This PR is included in version 2.29.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# What ❔ - use new tokens API - remove token library - remove token price API usage - refactoring
What ❔