Skip to content

Commit

Permalink
[ECO-2639] Fix price not getting calculated on first swap (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored Jan 2, 2025
1 parent e5a6f56 commit b5d784f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ const getReservesAndBondingCurveStateWithDefault = (
return {
clammVirtualReserves: INITIAL_VIRTUAL_RESERVES,
cpammRealReserves: INITIAL_REAL_RESERVES,
startsInBondingCurve: false,
startsInBondingCurve: true,
};
};

0 comments on commit b5d784f

Please sign in to comment.