tellor-io / telliot-feeds

Telliot feeds
https://tellor-io.github.io/telliot-feeds
Other
24 stars 9 forks source link

Add Sources for OETH/ETH #720

Closed 0xSpuddy closed 9 months ago

0xSpuddy commented 9 months ago

Currently there is only one source for OETH/ETH (coinGecko). For more robustness of the feed, more souces should be added.

Possible additional sources: Curve, Uniswap, Maverick, and Balancer


sources=[
            CoinGeckoSpotPriceSource(asset="oeth", currency="eth"),
            # UniswapV3PriceSource(asset="oeth", currency="eth"),
            # CurveFinanceSpotPriceSource(asset="oeth", currency="eth"),
```        ],