From 67df8c6c5b3b75b236b22622d80e6f79c7116b82 Mon Sep 17 00:00:00 2001 From: Platon Floria Date: Wed, 8 May 2024 11:05:10 +0200 Subject: [PATCH] wip --- Makefile | 2 +- fastlane_bot/modes/pairwise_multi_pol.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a34ffdd0..2b30e3608 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/fastlane_bot/modes/pairwise_multi_pol.py b/fastlane_bot/modes/pairwise_multi_pol.py index 3e03ac0c9..b894af0db 100644 --- a/fastlane_bot/modes/pairwise_multi_pol.py +++ b/fastlane_bot/modes/pairwise_multi_pol.py @@ -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])