Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed May 23, 2024
1 parent 024d931 commit 67df8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
poetry run pytest fastlane_bot/tests -v $1
poetry run pytest fastlane_bot/tests/$(subset)

pull:
git pull --recurse-submodules
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.NATIVE_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
gas_tokens = [self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]

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 67df8c6

Please sign in to comment.