DA0-DA0 / dao-dao-ui

InterChain DAO tooling UI.
https://daodao.zone
27 stars 21 forks source link

Load prices from CoinGecko (cached with Snapper) #1710

Closed NoahSaso closed 8 months ago

NoahSaso commented 8 months ago

This adds CoinGecko as the primary price source for all assets. It also switches from Osmosis' historical data queries to CoinGecko's.

Additionally, prices, historical prices, and treasury histories are queried through our Snapper instance, which acts as a caching layer. This allows us to hide our CoinGecko API key, as well as avoid hitting the rate limit by caching queries for set amounts of time.