Skip to content

Commit 0c0bbc8

Browse files
committed
chore: remove stale comment
1 parent 62d2f3f commit 0c0bbc8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

contracts/scripts/anvil/deploy_aligned_contracts.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ forge script script/deploy/BatcherPaymentServiceDeployer.s.sol \
4747
--sig "run(string batcherConfigPath, string outputPath)"
4848

4949
# Extract the batcher payment service values from the output
50-
# new_aligned_layer_service_manager_implementation=$(echo "$forge_output" | awk '/1: address/ {print $3}')
5150
batcher_payment_service_proxy=$(jq -r '.addresses.batcherPaymentService' $output_path)
5251
batcher_payment_service_implementation=$(jq -r '.addresses.batcherPaymentServiceImplementation' $output_path)
5352

contracts/scripts/deploy_batcher_payment_service.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ forge script script/deploy/BatcherPaymentServiceDeployer.s.sol \
2323
--sig "run(string memory batcherConfigPath, string memory outputPath)"
2424

2525
# Extract the batcher payment service values from the output
26-
# new_aligned_layer_service_manager_implementation=$(echo "$forge_output" | awk '/1: address/ {print $3}')
2726
batcher_payment_service_proxy=$(jq -r '.addresses.batcherPaymentService' $BATCHER_PAYMENT_SERVICE_OUTPUT_PATH)
2827
batcher_payment_service_implementation=$(jq -r '.addresses.batcherPaymentServiceImplementation' $BATCHER_PAYMENT_SERVICE_OUTPUT_PATH)
2928

0 commit comments

Comments
 (0)