wormhole-explorer/common/domain
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
..
chainid.go [1520] Retrieve the feeUSD from coingecko in tx-tracker [WIP] (#1541) 2024-07-15 15:43:53 -03:00
chainid_test.go
const.go
generated_mainnet_tokens.go Add Ondo and JitoSOL tokens (#1483) 2024-06-11 10:57:08 -03:00
guardianset.go Update last guadian set automatically from eth contract (#1414) 2024-05-27 11:01:16 -03:00
id.go
manual_mainnet_tokens.go [1520] Retrieve the feeUSD from coingecko in tx-tracker [WIP] (#1541) 2024-07-15 15:43:53 -03:00
testnet_tokens.go Add Ethena sUSDe token (#1491) 2024-06-14 09:58:36 -03:00
tokens.go
update_mainnet_tokens.sh
vaa.go