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"));