We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170765e commit 0d31debCopy full SHA for 0d31deb
script/pol/deployment/7_DeployBGTIncentiveFee.s.sol
@@ -17,7 +17,7 @@ import {
17
18
contract DeployBGTIncentiveFeeScript is BaseScript, RBAC, Storage, Create2Deployer {
19
// 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
+ uint256 internal constant PAYOUT_AMOUNT = 50_000 ether; // WBERA
21
22
/// @notice The initial deposit amount to the WBERAStakerVault to avoid inflation attack.
23
uint256 public constant INITIAL_DEPOSIT_AMOUNT = 10e18;
0 commit comments