wormhole-explorer/jobs/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
..
notional Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -03:00
jobs.go Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00