There was an error while loading. Please reload this page.
1 parent e13a8d6 commit a653424Copy full SHA for a653424
meta_aggregation_api/providers/bebop_v2/bebop_provider.py
@@ -227,7 +227,7 @@ def _convert_response_from_swap_quote(
227
data=response["tx"]["data"],
228
gas_price=response["tx"]["gasPrice"],
229
gas=response["tx"]["gas"],
230
- price=next(iter(response["sellTokens"].values()))["rate"],
+ price=next(iter(response["sellTokens"].values()))["price"],
231
sell_amount=next(iter(response["sellTokens"].values()))["amount"],
232
sources=sources,
233
to=response["tx"]["to"],
0 commit comments