Skip to content

Commit

Permalink
Re-run Mumbai deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Dec 6, 2023
1 parent 49d8e53 commit edec9f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract SlashingController is BaseComponentUpgradeable, StateMachineController,
mapping(uint256 => uint256) public deposits; // proposalId --> tokenAmount
mapping(bytes32 => SlashPenalty) public penalties; // penaltyId --> SlashPenalty
ISlashingExecutor public slashingExecutor;
/// @custom:oz-renamed-from _scanners
/// @custom:oz-renamed-from stakingParameters
StakeSubjectGateway public subjectGateway; // Should be immutable, but it's already deployed.
uint256 public depositAmount;
uint256 public slashPercentToProposer;
Expand Down

0 comments on commit edec9f7

Please sign in to comment.