create_uniswap_v2_compatible_routing#
- create_uniswap_v2_compatible_routing(routing_type, reserve_currency)[source]#
Set up Uniswap v2 compatible routing.
This takes one of the default routing options and gives the routing model for it
The routing model consists of smart contract addresses needed to trade
- Parameters
routing_type (TradeRouting) –
reserve_currency (ReserveCurrency) –
- Return type