Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesigh-3100 committed Jun 25, 2024
1 parent ff2577a commit 52a273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/events/managers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def get_strats_by_state(self, pairs: List[List[Any]], exchange_name: str) -> Lis
]

# Fetching token addresses and converting them
tkn0_address, tkn1_address = pool_data["tkn0"], pool_data["tkn1"]
tkn0_address, tkn1_address = pool_data["tkn0_address"], pool_data["tkn1_address"]

# Reconstructing the strategy object
strategy = [strategy_id, None, [tkn0_address, tkn1_address], [order0, order1]]
Expand Down

0 comments on commit 52a273a

Please sign in to comment.