File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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))
You can’t perform that action at this time.
0 commit comments