Skip to content

Commit 6a56d87

Browse files
committed
fix: add new lines
1 parent 965371b commit 6a56d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/scripts/deploy_pauser_registry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ forge script script/deploy/PauserRegistryDeployer.s.sol \
1717
--private-key $PRIVATE_KEY \
1818
--broadcast \
1919
--sig "run(string memory existingDeploymentInfoPath, string memory deployConfigPath, string memory outputPath)" \
20-
--slow
20+
--slow

contracts/scripts/upgrade_pauser_aligned_contracts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jq --arg new_aligned_layer_service_manager_implementation "$new_aligned_layer_se
2929
mv "script/output/holesky/alignedlayer_deployment_output.temp.json" "$OUTPUT_PATH"
3030

3131
# Delete the temporary file
32-
rm -f "script/output/holesky/alignedlayer_deployment_output.temp.json"
32+
rm -f "script/output/holesky/alignedlayer_deployment_output.temp.json"

0 commit comments

Comments
 (0)