Skip to content

Commit

Permalink
Fix ci (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless authored Dec 10, 2024
1 parent 99f9a35 commit 2882911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/contracts/governance/L2AdminFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contract L2AdminFactory {
// this factory with `seed1` produces the same address as some other random factory with `seed2`,
// allowing to deploy a malicious contract.
admin = address(new ChainAdmin(restrictions));

emit AdminDeployed(address(admin));
}

Expand Down

0 comments on commit 2882911

Please sign in to comment.