wormhole-explorer/deploy
agodnic 598db1b876
Persist symbol and price for VAAs (#384)
### Description

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

This pull request modifies the analytics service so that it persists price information for a VAA in MongoDB. Data is stored only for token bridge VAAs, and only if the price is cached for the symbol being used.

A new collection `transferPrices` has been created, with the following document model:
```
{
  "_id": "22/0000000000000000000000000000000000000000000000000000000000000001/18087",
  "price": "0.999684",
  "symbol": "USDC",
  "timestamp": 2023-06-06T14:04:47.000+00:00
  "tokenAmount": "0.1",
  "usdAmount": "0.0999684"
}
```
2023-06-07 12:18:38 -03:00
..
analytics Persist symbol and price for VAAs (#384) 2023-06-07 12:18:38 -03:00
api Add tvl envs in api deployment (#328) 2023-05-18 17:07:00 -03:00
common Changes to deploy on production environment (#331) 2023-05-19 13:39:16 -03:00
contract-watcher Add backfiller command to process a chain (#364) 2023-05-31 10:29:47 -03:00
fly 297 contract watchertx trackeranalyticfly change access to use iam role (#306) 2023-05-10 15:49:40 -03:00
jobs Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
parser Add backfiller command to process vaa saved in database (#349) 2023-05-24 16:52:22 -03:00
pipeline 297 contract watchertx trackeranalyticfly change access to use iam role (#306) 2023-05-10 15:49:40 -03:00
spy Fix: adjust k8s resources limit and request (#234) 2023-04-13 16:35:27 -03:00
tx-tracker 297 contract watchertx trackeranalyticfly change access to use iam role (#306) 2023-05-10 15:49:40 -03:00
tx-tracker-backfiller [tx-tracker / api] Avoid duplicating data (#256) 2023-04-25 15:34:29 -03:00