Get information about an asset having the asset id

I see that Fuel wallet supports several assets right now, they are hardcoded here: fuels-wallet/constants.tsx at master · FuelLabs/fuels-wallet · GitHub. Is there any way to get information about an asset by its id? Eg the name of the asset or the number of digits it has.

For example, if in a transaction I see asset id 0xe90f62d5216f58ffaf19e6eba07f944cc2cd36f9800b89419d52b6927f53976701 how would I know that it’s DAI? Or should I hardcode all available assets?

Thanks

5 Likes