.env.sample
.gitignore
LICENSE.txt
Makefile
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/codeql-analysis.yml
.github/workflows/pytest.yaml
.github/workflows/release.yaml
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/test_constants.py
tests/classes/test_erc20.py
tests/classes/test_singleton.py
tests/prices/__init__.py
tests/prices/test_chainlink.py
tests/prices/test_gearbox.py
tests/prices/test_magic.py
tests/prices/test_popsicle.py
tests/prices/test_synthetix.py
tests/prices/test_yearn.py
tests/prices/dex/__init__.py
tests/prices/dex/test_balancer.py
tests/prices/dex/test_uniswap.py
tests/prices/lending/__init__.py
tests/prices/lending/test_aave.py
tests/prices/lending/test_compound.py
tests/prices/stable_swap/test_curve.py
tests/prices/tokenized_fund/test_piedao.py
tests/prices/utils/test_buckets.py
y/__init__.py
y/constants.py
y/contracts.py
y/convert.py
y/datatypes.py
y/decorators.py
y/erc20.py
y/exceptions.py
y/networks.py
y/time.py
y/classes/__init__.py
y/classes/common.py
y/classes/singleton.py
y/interfaces/ERC20.py
y/interfaces/__init__.py
y/interfaces/multicall2.py
y/interfaces/balancer/WeightedPool.py
y/interfaces/balancer/__init__.py
y/interfaces/compound/__init__.py
y/interfaces/compound/unitroller.py
y/interfaces/curve/CurveRegistry.py
y/interfaces/curve/__init__.py
y/interfaces/uniswap/__init__.py
y/interfaces/uniswap/factoryv2.py
y/interfaces/uniswap/quoterv3.py
y/prices/__init__.py
y/prices/band.py
y/prices/chainlink.py
y/prices/convex.py
y/prices/gearbox.py
y/prices/magic.py
y/prices/one_to_one.py
y/prices/popsicle.py
y/prices/synthetix.py
y/prices/yearn.py
y/prices/dex/__init__.py
y/prices/dex/genericamm.py
y/prices/dex/mooniswap.py
y/prices/dex/balancer/__init__.py
y/prices/dex/balancer/balancer.py
y/prices/dex/balancer/v1.py
y/prices/dex/balancer/v2.py
y/prices/dex/uniswap/__init__.py
y/prices/dex/uniswap/uniswap.py
y/prices/dex/uniswap/v1.py
y/prices/dex/uniswap/v2.py
y/prices/dex/uniswap/v2_forks.py
y/prices/dex/uniswap/v3.py
y/prices/eth_derivs/__init__.py
y/prices/eth_derivs/creth.py
y/prices/eth_derivs/wsteth.py
y/prices/lending/__init__.py
y/prices/lending/aave.py
y/prices/lending/compound.py
y/prices/lending/ib.py
y/prices/stable_swap/__init__.py
y/prices/stable_swap/belt.py
y/prices/stable_swap/curve.py
y/prices/stable_swap/ellipsis.py
y/prices/stable_swap/froyo.py
y/prices/stable_swap/mstablefeederpool.py
y/prices/stable_swap/saddle.py
y/prices/tokenized_fund/__init__.py
y/prices/tokenized_fund/basketdao.py
y/prices/tokenized_fund/gelato.py
y/prices/tokenized_fund/piedao.py
y/prices/tokenized_fund/tokensets.py
y/prices/utils/__init__.py
y/prices/utils/buckets.py
y/prices/utils/sense_check.py
y/prices/utils/ypriceapi.py
y/utils/__init__.py
y/utils/cache.py
y/utils/client.py
y/utils/dank_mids.py
y/utils/events.py
y/utils/fakes.py
y/utils/logging.py
y/utils/middleware.py
y/utils/multicall.py
y/utils/raw_calls.py
ypricemagic/__init__.py
ypricemagic/magic.py
ypricemagic.egg-info/PKG-INFO
ypricemagic.egg-info/SOURCES.txt
ypricemagic.egg-info/dependency_links.txt
ypricemagic.egg-info/requires.txt
ypricemagic.egg-info/top_level.txt