-
Notifications
You must be signed in to change notification settings - Fork 462
Description
Describe the bug
Tokens are added as a${TokenName} which strictly speaking is wrong (only on eth mainnet the symbol is a${TokenName} - it's different on every other pool.
To Reproduce
Steps to reproduce the behavior:
- Go to app.aave.com
- Add a aToken to your wallet
Expected behavior
The token name should be correct, otherwise it's confusing with dexes who show the correct name.
Additional context
Might make sense to just return the aTokenSymbol from the uiPoolDataProvider as it's generally not as simple as adding a prefix to the underlying symbol.
Idk know though how reasonable it is to fetch all the symbols and names every few seconds. Might be more reasonable to actually split this in two requests where the one responsible for symbol and so on would be fetched a lot less frequently (for most tokens it's essentially static).