wormhole-explorer/jobs
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
..
cmd Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
config Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
internal/coingecko Add definitions to token dictionary (#292) 2023-05-08 17:51:18 -03:00
jobs Add definitions to token dictionary (#292) 2023-05-08 17:51:18 -03:00
.gitignore Add 24h volume to scorecards (#274) 2023-05-04 20:17:03 -03:00
Dockerfile Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
Makefile Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
README.md Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
go.mod Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
go.sum Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00

README.md

Jobs

This component contains the jobs to be scheduler.