From 7bdd8b028faf6c7749dae96171ea1c2ff83dc1fe Mon Sep 17 00:00:00 2001 From: Brean0 Date: Wed, 13 Dec 2023 20:15:20 -0600 Subject: [PATCH] add back into price --- protocol/contracts/ecosystem/price/BeanstalkPrice.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/contracts/ecosystem/price/BeanstalkPrice.sol b/protocol/contracts/ecosystem/price/BeanstalkPrice.sol index 16365572a2..fd39206d16 100644 --- a/protocol/contracts/ecosystem/price/BeanstalkPrice.sol +++ b/protocol/contracts/ecosystem/price/BeanstalkPrice.sol @@ -24,7 +24,7 @@ contract BeanstalkPrice is CurvePrice, WellPrice { **/ function price() external view returns (Prices memory p) { p.ps = new P.Pool[](2); - // p.ps[0] = getCurve(); + p.ps[0] = getCurve(); p.ps[1] = getConstantProductWell(C.BEAN_ETH_WELL); // assumes that liquidity and prices on all pools uses the same precision.