LICENSE
README.md
pyproject.toml
scxt/__init__.py
scxt/__version__.py
scxt/base_exchange.py
scxt/chain_client.py
scxt/chain_manager.py
scxt/constants.py
scxt/http_client.py
scxt/models.py
scxt/utils.py
scxt.egg-info/PKG-INFO
scxt.egg-info/SOURCES.txt
scxt.egg-info/dependency_links.txt
scxt.egg-info/requires.txt
scxt.egg-info/top_level.txt
scxt/contracts/1/USDC.json
scxt/contracts/10/PerpsV2Market.json
scxt/contracts/10/PerpsV2MarketData.json
scxt/contracts/common/ERC20.json
scxt/contracts/common/Multicall3.json
scxt/exchanges/__init__.py
scxt/exchanges/odos/__init__.py
scxt/exchanges/odos/odos.py
scxt/exchanges/synthetix/__init__.py
scxt/exchanges/synthetix/synthetix_v2.py
tests/__init__.py
tests/conftest.py
tests/test_chain_client.py
tests/test_chain_manager.py
tests/test_transactions.py
tests/exchanges/odos/conftest.py
tests/exchanges/odos/test_odos.py
tests/exchanges/odos/test_odos_account.py
tests/exchanges/synthetix/conftest.py
tests/exchanges/synthetix/test_synthetix_v2.py
tests/exchanges/synthetix/test_synthetix_v2_account.py