Skip to content

Commit

Permalink
Fix N-07
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Oct 14, 2024
1 parent 8208402 commit 04268f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l1-contracts/contracts/governance/PermanentRestriction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ contract PermanentRestriction is IRestriction, IPermanentRestriction, Ownable2St
mapping(address adminAddress => bool isWhitelisted) public allowedL2Admins;

constructor(IBridgehub _bridgehub, address _l2AdminFactory) {
_disableInitializers();
BRIDGE_HUB = _bridgehub;
L2_ADMIN_FACTORY = _l2AdminFactory;
}
Expand Down

0 comments on commit 04268f3

Please sign in to comment.