From b3090aeb05be0eae9cb9d7c67fc3f629619a9b7f Mon Sep 17 00:00:00 2001 From: gerg Date: Sun, 10 Dec 2023 15:23:19 -0500 Subject: [PATCH] add managed the weighted math pool list --- balpy/balpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balpy/balpy.py b/balpy/balpy.py index 3344d82..3510677 100644 --- a/balpy/balpy.py +++ b/balpy/balpy.py @@ -2242,7 +2242,7 @@ def getOnchainData(self, pools): pidAndFns.append((poolId, "getPausedState")); # === using weighted math === - if poolType in ["Weighted", "LiquidityBootstrapping", "Investment"]: + if poolType in ["Weighted", "LiquidityBootstrapping", "Investment", "Managed"]: self.mc.addCall(currPool.address, currPool.abi, 'getNormalizedWeights'); pidAndFns.append((poolId, "getNormalizedWeights"));