Skip to content

Instantly share code, notes, and snippets.

def test_get_price():
exchange_gw = UniswapGateway()
usdt = Token(address="0xdAC17F958D2ee523a2206206994597C13D831ec7")
wbtc = Token(address="0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599")
order = Order(
inp_token=usdt,
out_token=wbtc,
amount=1
)