Skip to content

Commit

Permalink
update package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Aug 22, 2024
1 parent 071cc41 commit c6ce202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beanstalk/wells",
"version": "1.2.0-prerelease2",
"version": "1.2.0-prerelease3",
"description": "A [{Well}](/src/Well.sol) is a constant function AMM that allows the provisioning of liquidity into a single pooled on-chain liquidity position.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/functions/Stable2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ contract Stable2 is ProportionalLPToken2, IBeanstalkWellFunction {
uint256[] memory scaledReserves = getScaledReserves(reserves, decimals);

uint256 Ann = a * N * N;

uint256 sumReserves = scaledReserves[0] + scaledReserves[1];
lpTokenSupply = sumReserves;
for (uint256 i = 0; i < 255; i++) {
Expand Down

0 comments on commit c6ce202

Please sign in to comment.