Skip to content

Commit

Permalink
add back into price
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Dec 14, 2023
1 parent 4c00624 commit 7bdd8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/contracts/ecosystem/price/BeanstalkPrice.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7bdd8b0

Please sign in to comment.