.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/docs.yml
.github/workflows/py39.yml
.github/workflows/release.yml
.github/workflows/style.yml
.github/workflows/typing.yml
docs/contributing.md
docs/documentation.md
docs/getting-started.md
docs/index.md
docs/usage.md
docs/assets/favicon-32x32.png
docs/assets/tellor_swoosh.png
scripts/__init__.py
scripts/abi.py
scripts/flashbots_eip1559.py
scripts/flashbots_testnet_report.py
scripts/generate_price_history_csv.py
scripts/report_usd_vwap.py
scripts/submit_polygon_testnet.py
src/telliot_feed_examples/__init__.py
src/telliot_feed_examples/__main__.py
src/telliot_feed_examples/cli.py
src/telliot_feed_examples.egg-info/PKG-INFO
src/telliot_feed_examples.egg-info/SOURCES.txt
src/telliot_feed_examples.egg-info/dependency_links.txt
src/telliot_feed_examples.egg-info/entry_points.txt
src/telliot_feed_examples.egg-info/requires.txt
src/telliot_feed_examples.egg-info/top_level.txt
src/telliot_feed_examples/feeds/__init__.py
src/telliot_feed_examples/feeds/ampl_usd_vwap_feed.py
src/telliot_feed_examples/feeds/bct_usd_feed.py
src/telliot_feed_examples/feeds/btc_usd_feed.py
src/telliot_feed_examples/feeds/dai_usd_feed.py
src/telliot_feed_examples/feeds/diva_protocol_feed.py
src/telliot_feed_examples/feeds/eth_jpy_feed.py
src/telliot_feed_examples/feeds/eth_usd_feed.py
src/telliot_feed_examples/feeds/idle_usd_feed.py
src/telliot_feed_examples/feeds/matic_usd_feed.py
src/telliot_feed_examples/feeds/mkr_usd_feed.py
src/telliot_feed_examples/feeds/olympus.py
src/telliot_feed_examples/feeds/ric_usd_feed.py
src/telliot_feed_examples/feeds/sushi_usd_feed.py
src/telliot_feed_examples/feeds/trb_usd_feed.py
src/telliot_feed_examples/feeds/usdc_usd_feed.py
src/telliot_feed_examples/feeds/uspce_feed.py
src/telliot_feed_examples/feeds/vesq.py
src/telliot_feed_examples/flashbots/__init__.py
src/telliot_feed_examples/flashbots/flashbots.py
src/telliot_feed_examples/flashbots/middleware.py
src/telliot_feed_examples/flashbots/provider.py
src/telliot_feed_examples/flashbots/types.py
src/telliot_feed_examples/reporters/__init__.py
src/telliot_feed_examples/reporters/flashbot.py
src/telliot_feed_examples/reporters/interval.py
src/telliot_feed_examples/reporters/tellorflex.py
src/telliot_feed_examples/sources/__init__.py
src/telliot_feed_examples/sources/ampl_usd_vwap.py
src/telliot_feed_examples/sources/diva_protocol.py
src/telliot_feed_examples/sources/price_aggregator.py
src/telliot_feed_examples/sources/uspce.py
src/telliot_feed_examples/sources/price/__init__.py
src/telliot_feed_examples/sources/price/historical/__init__.py
src/telliot_feed_examples/sources/price/historical/cryptowatch.py
src/telliot_feed_examples/sources/price/historical/kraken.py
src/telliot_feed_examples/sources/price/historical/poloniex.py
src/telliot_feed_examples/sources/price/spot/__init__.py
src/telliot_feed_examples/sources/price/spot/binance.py
src/telliot_feed_examples/sources/price/spot/bitfinex.py
src/telliot_feed_examples/sources/price/spot/bitflyer.py
src/telliot_feed_examples/sources/price/spot/bittrex.py
src/telliot_feed_examples/sources/price/spot/coinbase.py
src/telliot_feed_examples/sources/price/spot/coingecko.py
src/telliot_feed_examples/sources/price/spot/coinmarketcap.py
src/telliot_feed_examples/sources/price/spot/gemini.py
src/telliot_feed_examples/sources/price/spot/kraken.py
src/telliot_feed_examples/sources/price/spot/nomics.py
src/telliot_feed_examples/sources/price/spot/pancakeswap.py
src/telliot_feed_examples/sources/price/spot/uniswapV3.py
src/telliot_feed_examples/utils/__init__.py
src/telliot_feed_examples/utils/abi.py
src/telliot_feed_examples/utils/contract.py
src/telliot_feed_examples/utils/log.py
src/telliot_feed_examples/utils/oracle_write.py
tests/__init__.py
tests/conftest.py
tests/test_bct_usd.py
tests/test_dai_usd.py
tests/test_olympus.py
tests/test_vesq.py
tests/cli/test_cli.py
tests/feeds/__init__.py
tests/feeds/test_active_feeds.py
tests/feeds/test_ampl_usd_vwap_feed.py
tests/feeds/test_bct_usd_feed.py
tests/feeds/test_btc_usd_feed.py
tests/feeds/test_diva_feed.py
tests/feeds/test_eth_jpy_feed.py
tests/feeds/test_eth_usd_feed.py
tests/feeds/test_idle_usd_feed.py
tests/feeds/test_matic_usd_feed.py
tests/feeds/test_mkr_usd_feed.py
tests/feeds/test_ric_usd_feed.py
tests/feeds/test_sushi_usd_feed.py
tests/feeds/test_trb_usd_feed.py
tests/feeds/test_usdc_usd_feed.py
tests/feeds/test_uspce_feed.py
tests/reporters/__init__.py
tests/reporters/test_interval_reporter.py
tests/reporters/test_polygon_reporter.py
tests/reporters/test_uspce_reporter.py
tests/sources/__init__.py
tests/sources/test_ampl_usd_vwap_source.py
tests/sources/test_diva_manual_entry_source.py
tests/sources/test_historical_price_sources.py
tests/sources/test_spot_price_sources.py
tests/sources/test_uspce_source.py
tests/utils/__init__.py
tests/utils/test_oracle_write.py