Skip to content

Commit 0d31deb

Browse files
authored
chore: update payout value (#33)
1 parent 170765e commit 0d31deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/pol/deployment/7_DeployBGTIncentiveFee.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717

1818
contract DeployBGTIncentiveFeeScript is BaseScript, RBAC, Storage, Create2Deployer {
1919
// The amount to be paid out to the incentive fee collector in order to claim fees.
20-
uint256 internal constant PAYOUT_AMOUNT = 30_000 ether; // WBERA
20+
uint256 internal constant PAYOUT_AMOUNT = 50_000 ether; // WBERA
2121

2222
/// @notice The initial deposit amount to the WBERAStakerVault to avoid inflation attack.
2323
uint256 public constant INITIAL_DEPOSIT_AMOUNT = 10e18;

0 commit comments

Comments
 (0)