wormhole-explorer/common/client/cache
agodnic a31d59822d
Add definitions to token dictionary (#292)
### Summary

In order to compute volume metrics for each token, we need metadata about the token that is not present in the VAAs (e.g.: decimals, symbol).

That information is statically defined in `common/domain/tokenbridge.go`. This pull request adds the most relevant tokens (i.e.: the tokens that contribute the most volume) to the existing definitions. It is very likely that more token definitions will be added in the future as needed.

The token metadata that was previously defined in the `notional` package (symbols, coingecko IDs) was also moved to `common/domain/tokenbridge.go`. 

Tracking issue https://github.com/wormhole-foundation/wormhole-explorer/issues/281
2023-05-08 17:51:18 -03:00
..
notional Add definitions to token dictionary (#292) 2023-05-08 17:51:18 -03:00
cache.go Add 24h volume to scorecards (#274) 2023-05-04 20:17:03 -03:00
dummycache.go Add 24h volume to scorecards (#274) 2023-05-04 20:17:03 -03:00