Skip to content

Commit a653424

Browse files
committed
rate -> price
1 parent e13a8d6 commit a653424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta_aggregation_api/providers/bebop_v2/bebop_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _convert_response_from_swap_quote(
227227
data=response["tx"]["data"],
228228
gas_price=response["tx"]["gasPrice"],
229229
gas=response["tx"]["gas"],
230-
price=next(iter(response["sellTokens"].values()))["rate"],
230+
price=next(iter(response["sellTokens"].values()))["price"],
231231
sell_amount=next(iter(response["sellTokens"].values()))["amount"],
232232
sources=sources,
233233
to=response["tx"]["to"],

0 commit comments

Comments
 (0)