Skip to content

Commit

Permalink
chore: remove unused addr
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Oct 18, 2024
1 parent 67b315a commit 742563b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ contract AlignedLayerSetAggregator is Script {
)
);

address alignedLayerAggregator = stdJson.readAddress(
aligned_config_file,
".permissions.aggregator"
);

vm.startBroadcast();

AlignedLayerServiceManager alignedLayerServiceManagerImplementation = new AlignedLayerServiceManager(
Expand Down

0 comments on commit 742563b

Please sign in to comment.