Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed May 22, 2024
1 parent 7b79457 commit 25dbbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/modes/pairwise_multi_pol.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_combos_pol(self,
"""

gas_tokens = [self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
gas_tokens = [self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS] # TODO: fix

bancor_pol_tkns = CCm.byparams(exchange="bancor_pol").tokens()
bancor_pol_tkns = set([tkn for tkn in bancor_pol_tkns if tkn not in gas_tokens])
Expand Down

0 comments on commit 25dbbfa

Please sign in to comment.