create_exchange_universe# API documentation for tradeexecutor.ethereum.universe.create_exchange_universe Python function. create_exchange_universe(web3, uniswaps)[source]# Create an exchange universe with a list of Uniswap v2 deployments. Parameters: web3 (Web3) – uniswaps (List[eth_defi.uniswap_v2.deployment.UniswapV2Deployment | eth_defi.uniswap_v3.deployment.UniswapV3Deployment]) – Return type: ExchangeUniverse