wormhole-explorer/common/domain
agodnic 98ae127278
[API] Expose emitter native addresses (#466)
### Description

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

The Wormhole Scan UI needs to provide a link to the emitter address for each VAA.

This pull request adds a field containing decoded emitter addresses in the following endpoints:
* `GET /api/v1/transactions`: field `emitterNativeAddress`
* `GET /api/v1/vaas*`: field `emiterNativeAddr`
2023-06-28 14:54:51 -03:00
..
chainid.go [API] Expose emitter native addresses (#466) 2023-06-28 14:54:51 -03:00
chainid_test.go [API] Expose emitter native addresses (#466) 2023-06-28 14:54:51 -03:00
const.go Add endpoint `GET /api/v1/transactions` (#388) 2023-06-12 11:43:48 -03:00
generated_mainnet_tokens.go
tokens.go [API] Expose emitter native addresses (#466) 2023-06-28 14:54:51 -03:00
update_mainnet_tokens.sh