Skip to content

Commit 60b37dc

Browse files
Remove unused config file path on agg service upgrader
1 parent b7642f9 commit 60b37dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/script/upgrade/ProofAggregatorServiceUpgrader.s.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import "forge-std/Script.sol";
77
import "forge-std/StdJson.sol";
88

99
contract AlignedProofAggregationServiceUpgrader is Script {
10-
function run(string memory alignedLayerDeploymentFilePath, string memory proofAggregatorConfigFilePath) external returns (address, address) {
10+
function run(string memory alignedLayerDeploymentFilePath) external returns (address, address) {
1111
string memory aligned_deployment_file = vm.readFile(alignedLayerDeploymentFilePath);
12-
string memory config_data = vm.readFile(proofAggregatorConfigFilePath);
1312

1413
vm.startBroadcast();
1514

0 commit comments

Comments
 (0)