Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/vb-governance-n07' into ra/gover…
Browse files Browse the repository at this point in the history
…nance-fix-review-merged-fixes
  • Loading branch information
Raid Ateir committed Oct 29, 2024
2 parents 2430404 + 04268f3 commit 9bcd15b
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 9bcd15b

Please sign in to comment.