uniswap-python/docs/supported-deployments.rst at master · uniswap-python/uniswap-python · GitHub
Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 563 Bytes

File metadata and controls

17 lines (11 loc) · 563 Bytes

Supported deployments

uniswap-python supports the standard deployments of Uniswap v1, v2, and v3, to both mainnet and testnets (and in the future hopefully L2's like Optimism and Arbitrum).

Using with forks/other chains

While not officially supported nor tested, you can use this library to trade across several Uniswap forks, like:

  • Sushiswap (mainnet)
  • Honeyswap (xDai)
  • Pancakeswap (BSC)
  • And any other forks that don't deviate too much from the ABI.

See the issues for details about how to do so.