From 72d03c277a98cc681fd2f990871f6911ecb5cdd9 Mon Sep 17 00:00:00 2001 From: barak manos <> Date: Sat, 25 May 2024 12:04:15 +0300 Subject: [PATCH] Cosmetic --- fastlane_bot/helpers/poolandtokens.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fastlane_bot/helpers/poolandtokens.py b/fastlane_bot/helpers/poolandtokens.py index 7cb804a76..9c293c5e7 100644 --- a/fastlane_bot/helpers/poolandtokens.py +++ b/fastlane_bot/helpers/poolandtokens.py @@ -494,10 +494,10 @@ def _carbon_to_cpc_dict(self) -> Tuple[Dict, bool]: # modify the y_int based on the new geomean to the limit of y for typed_args in strategy_typed_args: yint = encodeOrder({ - 'liquidity': typed_args["y"], - 'lowestRate': typed_args["pb"], - 'highestRate': typed_args["pa"], - 'marginalRate': pm, + "liquidity": typed_args["y"], + "lowestRate": typed_args["pb"], + "highestRate": typed_args["pa"], + "marginalRate": pm, })["z"] if typed_args["yint"] < yint: typed_args["yint"] = yint