File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ DEPLOY_CONFIG_PATH=./script/deploy/config/holesky/aligned.holesky.config.json
55OUTPUT_PATH=./script/output/holesky/alignedlayer_deployment_output.json
66ETHERSCAN_API_KEY=<etherscan_api_key>
77BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/holesky/batcher-payment-service.holesky.config.json
8+ BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/holesky/batcher_deployment_output.json
89MULTISIG=<false|true>
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ PRIVATE_KEY=<YOUR_PRIVATE_KEY>
33EXISTING_DEPLOYMENT_INFO_PATH=./script/output/holesky/eigenlayer_deployment_output.json
44DEPLOY_CONFIG_PATH=./script/deploy/config/holesky/aligned.holesky.config.json
55BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/holesky/batcher-payment-service.holesky.config.json
6+ BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/holesky/batcher_deployment_output.json
67OUTPUT_PATH=./script/output/holesky/alignedlayer_deployment_output.json
78ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
8- MULTISIG=false
9+ MULTISIG=false
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ PRIVATE_KEY=<YOUR_PRIVATE_KEY>
33EXISTING_DEPLOYMENT_INFO_PATH=./script/output/mainnet/eigenlayer_deployment_output.json
44DEPLOY_CONFIG_PATH=./script/deploy/config/mainnet/aligned.mainnet.config.json
55BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/mainnet/batcher-payment-service.mainnet.config.json
6+ BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/mainnet/batcher_deployment_output.json
67OUTPUT_PATH=./script/output/mainnet/alignedlayer_deployment_output.json
78ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
8- MULTISIG=false
9+ MULTISIG=false
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ PRIVATE_KEY=<YOUR_PRIVATE_KEY>
33EXISTING_DEPLOYMENT_INFO_PATH=./script/output/sepolia/eigenlayer_deployment_output.json
44DEPLOY_CONFIG_PATH=./script/deploy/config/sepolia/aligned.sepolia.config.json
55BATCHER_PAYMENT_SERVICE_CONFIG_PATH=./script/deploy/config/sepolia/batcher-payment-service.sepolia.config.json
6+ BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/sepolia/batcher_deployment_output.json
67OUTPUT_PATH=./script/output/sepolia/alignedlayer_deployment_output.json
78ETHERSCAN_API_KEY=<YOUR_ETHERSCAN_API_KEY>
8- MULTISIG=false
9+ MULTISIG=false
Original file line number Diff line number Diff line change 1010
1111source scripts/.env
1212
13- BATCHER_PAYMENT_SERVICE_OUTPUT_PATH=./script/output/devnet/batcher_deployment_output.json
14-
1513# Deploy Batcher Payments Contract
1614forge_output=$( forge script script/deploy/BatcherPaymentServiceDeployer.s.sol \
1715 $BATCHER_PAYMENT_SERVICE_CONFIG_PATH \
You can’t perform that action at this time.
0 commit comments