wormhole-explorer/jobs
agodnic 37d6d42c19
Remove duplicated code in token database (#356)
### Summary

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/344

Before this pull request, there were two separate token databases (one being used by the InfluxDB backfiller, and another one in the `common/` module being used by the analytics service).

Having two different token databases resulted in inconsistencies, due to each of these databases containing different tokens.

This PR unifies those two databases into a single one, under the `common/` module.
2023-05-30 11:14:19 -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 Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -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 New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00
go.sum New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00

README.md

Jobs

This component contains the jobs to be scheduler.