Skip to content

Commit

Permalink
update minting start season
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanSanderson committed Oct 21, 2023
1 parent 30df7d3 commit b3b4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/contracts/libraries/Minting/LibWellMinting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library LibWellMinting {

using SignedSafeMath for int256;

uint256 constant TURN_BACK_ON_SEASON = 16660;
uint256 constant TURN_BACK_ON_SEASON = 16_665;

/**
* @notice Emitted when a Well Minting Oracle is captured.
Expand Down

0 comments on commit b3b4162

Please sign in to comment.