tellor-io / telliot-feeds

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

Add Sources for OUSD/USD #721

Closed 0xSpuddy closed 11 months ago

0xSpuddy commented 11 months ago

Currently there are only two sources for OUSD/USD. For more robustness of the feed, more sources should be added.

Possible additional sources: Curve, Maverick

sources=[
            CoinGeckoSpotPriceSource(asset="ousd", currency="usd"),
            UniswapV3PriceSource(asset="ousd", currency="usd"),
            # CurveFinanceSpotPriceSource(asset="ousd", currency="usd"),
        ],