diff --git a/bal_tools/pools_gauges.py b/bal_tools/pools_gauges.py index 924ea38..b39a4c3 100644 --- a/bal_tools/pools_gauges.py +++ b/bal_tools/pools_gauges.py @@ -282,7 +282,11 @@ def build_core_pools( debug: if True, return the extended core pools dict with all attributes and without whitelisting and blacklisting """ - candidates = [pool["id"] for pool in self.vebal_voting_list] + candidates = [ + pool["id"] + for pool in self.vebal_voting_list + if not pool["gauge"]["isKilled"] + ] core_pools_extended = self.filter_core_pool_candidates(candidates) if debug: