File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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}')
5150batcher_payment_service_proxy=$( jq -r ' .addresses.batcherPaymentService' $output_path )
5251batcher_payment_service_implementation=$( jq -r ' .addresses.batcherPaymentServiceImplementation' $output_path )
5352
Original file line number Diff line number Diff 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}')
2726batcher_payment_service_proxy=$( jq -r ' .addresses.batcherPaymentService' $BATCHER_PAYMENT_SERVICE_OUTPUT_PATH )
2827batcher_payment_service_implementation=$( jq -r ' .addresses.batcherPaymentServiceImplementation' $BATCHER_PAYMENT_SERVICE_OUTPUT_PATH )
2928
You can’t perform that action at this time.
0 commit comments