Skip to content

Commit 8c26d54

Browse files
committed
chore: remove comments
1 parent 00c7535 commit 8c26d54

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contracts/script/deploy/AlignedLayerDeployer.s.sol

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,6 @@ contract AlignedLayerDeployer is ExistingDeploymentParser {
266266
)
267267
);
268268

269-
// address _initialOwner,
270-
// address _rewardsInitiator,
271-
// address _alignedAggregator
272-
// IPauserRegistry _pauserRegistry,
273-
// uint256 _initialPausedStatus
274-
275269
string memory metadataURI = stdJson.readString(config_data, ".uri");
276270
alignedLayerServiceManager.updateAVSMetadataURI(metadataURI);
277271
alignedLayerServiceManager.transferOwnership(alignedLayerOwner);
@@ -495,7 +489,6 @@ contract AlignedLayerDeployer is ExistingDeploymentParser {
495489
);
496490

497491
//upgrade the alignedLayer service manager proxy to implementation
498-
// TODO check is OK
499492
alignedLayerProxyAdmin.upgradeAndCall(
500493
TransparentUpgradeableProxy(
501494
payable(address(alignedLayerServiceManager))

0 commit comments

Comments
 (0)