Skip to content

Commit

Permalink
Added 712 init to postupgradeinit
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Oct 3, 2024
1 parent 821ea93 commit cd3608e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/security-council-mgmt/SecurityCouncilManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ contract SecurityCouncilManager is

_grantRole(MIN_ROTATION_PERIOD_SETTER_ROLE, minRotationPeriodSetter);
setMinRotationPeriodImpl(_minRotationPeriod);

__EIP712_init_unchained("SecurityCouncilManager", "1");
}

/// @inheritdoc ISecurityCouncilManager
Expand Down

0 comments on commit cd3608e

Please sign in to comment.