File tree Expand file tree Collapse file tree 4 files changed +19
-30
lines changed
Expand file tree Collapse file tree 4 files changed +19
-30
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,5 @@ forge script script/deploy/AlignedProofAggregationServiceDeployer.s.sol \
3535 --verify \
3636 --etherscan-api-key $ETHERSCAN_API_KEY \
3737 --slow \
38- --sig " run(string configPath, string outputPath)"
38+ --sig " run(string configPath, string outputPath)" \
39+ --via-ir
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # ENV VARIABLES
4+ #
5+ # EXISTING_DEPLOYMENT_INFO_PATH: Path to the proof aggregator deployment output file
6+ # - Holesky Stage: ./script/output/holesky/proof_aggregation_service_deployment_output.stage.json
7+ # - Holesky Prod: ./script/output/holesky/roof_aggregation_service_deployment_output.json
8+ #
9+ # PROOF_AGGREGATOR_OUTPUT_PATH: Path to the proof aggregator output file
10+ # - Holesky Stage: ./script/output/holesky/proof_aggregation_service_deployment_output.stage.json
11+ # - Holesky Prod: ./script/output/holesky/proof_aggregation_service_deployment_output.json
12+ #
13+ # RPC_URL: The RPC URL to connect to the Ethereum network
14+ #
15+ # PRIVATE_KEY: The private key to use for the deployment
16+ #
17+ # ETHERSCAN_API_KEY: The Etherscan API key to use for verification
18+ #
19+
320# cd to the directory of this script so that this can be run from anywhere
421parent_path=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " ; pwd -P )
522
You can’t perform that action at this time.
0 commit comments