Skip to content

Commit

Permalink
Increase max BEAN reward for calling sunrise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 committed Apr 6, 2024
1 parent 4255cf1 commit fc905c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/contracts/libraries/LibIncentive.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library LibIncentive {
uint256 internal constant BASE_REWARD = 3e6; // 3 BEAN

/// @dev Max BEAN reward for calling Sunrise.
uint256 internal constant MAX_REWARD = 100e6; // 100 BEAN
uint256 internal constant MAX_REWARD = 250e6; // 250 BEAN

/// @dev Wei buffer to account for the priority fee.
uint256 internal constant PRIORITY_FEE_BUFFER = 5e9; // 5e9 wei = 5 gwei
Expand Down

0 comments on commit fc905c7

Please sign in to comment.