wormhole-explorer/common
Mariano 6ab6824d82
[1520] Retrieve the feeUSD from coingecko in tx-tracker [WIP] (#1541)
* start implementing retrieving the feeUSD from coingecko

* add missing pricesApi in the initialization of tx-tracker service

* add missing initialization

* add missing cfg for coingecko properties

* fix solana in url

* replace coingecko api call with notional redis client

* add native token list in commons

* add decimal places

* change feeUSD to Raw.GasPrice

* add check for mainnet

* replace with sdk const for more coupling

* replace pricesApi with notionalCache

* undo changes on pricesApi

* undo more stuff

* remove lines

* remove unused timestamp

* remove unused props

* remove

* fix indent

* fix import

* change

* add cache configs

* change token_address to native

* fixes

* fix BNB coingeckoID

* fix polygon coingecko_id

* change to lowercase

* adjust type FeeDoc in operations endpoint

* change Blast native token

* pr review changes

* code-review fixes

* comment wormchain

* rename var

* add comment to wormchain gas token map entry
2024-07-15 15:43:53 -03:00
..
client Add vaa processing speed metrics in fly, analytics, parser and tx-tracker (#1531) 2024-07-03 11:23:54 -03:00
coingecko Create api notional with historical prices (#931) 2024-01-02 10:38:03 -03:00
configuration Add support to sepolia chains (#1001) 2024-01-22 11:01:18 -03:00
dbconsts [#1495] Add NTT Protocol Data to /api/v1/protocols/stats Endpoint (#1502) 2024-06-26 14:31:42 -03:00
dbutil Fix [api] get transactions by address and add mongo query monitor (#707) 2023-09-25 16:50:16 -03:00
domain [1520] Retrieve the feeUSD from coingecko in tx-tracker [WIP] (#1541) 2024-07-15 15:43:53 -03:00
events 1284 enhance operations endpoint to include gas costs in origin and destination chains (#1516) 2024-07-03 14:48:27 -03:00
health Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
logger
pool Modify intialize to support fallback url and rate limit (#1093) 2024-03-19 15:47:43 -03:00
prices Add transfer prices backfiller in analytics (#1153) 2024-02-27 15:17:59 -03:00
repository Find by txHash in observations endpoint (#1450) 2024-06-04 12:12:44 -03:00
types Handle native tx hash for solana when receive event from blockchain-watcher (#851) 2023-12-04 16:29:38 -03:00
utils Store duplicate vaas on a secondary collection (#1308) 2024-04-22 14:26:07 -03:00
go.mod Fix go dependencies (#1448) 2024-05-28 11:30:41 -03:00
go.sum Fix go dependencies (#1448) 2024-05-28 11:30:41 -03:00