Skip to content

Commit

Permalink
feat: add dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Oct 25, 2023
1 parent 8d7f8b5 commit c619f32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ library LibBondingCurve {
require(_baseY > 0, "must valid baseY");

bondingCurveStorage().connectorWeight = _connectorWeight;
_baseY += 1;
bondingCurveStorage().baseY = _baseY;
emit ParamsSet(_connectorWeight, _baseY);
}
Expand Down

0 comments on commit c619f32

Please sign in to comment.