wormhole-explorer/common/domain
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
..
chainid.go 250 governornotionalavailable sending an invalid chainid returns invalid data (#270) 2023-04-27 13:56:18 -03:00
const.go [tx-tracker / api] Avoid duplicating data (#256) 2023-04-25 15:34:29 -03:00
generated_mainnet_tokens.go Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -03:00
tokenbridge.go Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -03:00
update_mainnet_tokens.sh Remove duplicated code in token database (#356) 2023-05-30 11:14:19 -03:00