Skip to content

Commit 27f5385

Browse files
committed
removed: unnecesarry empty contract deployment
1 parent 47369e4 commit 27f5385

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/script/deploy/AlignedLayerDeployer.s.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ contract AlignedLayerDeployer is ExistingDeploymentParser {
109109
//deploy service manager router
110110
serviceManagerRouter = new ServiceManagerRouter();
111111

112-
emptyContract = new EmptyContract();
113-
114112
/**
115113
* First, deploy upgradeable proxy contracts that **will point** to the implementations. Since the implementation contracts are
116114
* not yet deployed, we give these proxies an empty contract as the initial implementation, to act as if they have no code.

0 commit comments

Comments
 (0)