From 28829113b2972231a0c8866a7621b9e6f4236401 Mon Sep 17 00:00:00 2001 From: Stanislav Bezkorovainyi Date: Tue, 10 Dec 2024 12:49:41 +0100 Subject: [PATCH] Fix ci (#65) --- l1-contracts/contracts/governance/L2AdminFactory.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/contracts/governance/L2AdminFactory.sol b/l1-contracts/contracts/governance/L2AdminFactory.sol index 2b38ac887..95a2a2312 100644 --- a/l1-contracts/contracts/governance/L2AdminFactory.sol +++ b/l1-contracts/contracts/governance/L2AdminFactory.sol @@ -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)); }