Skip to content

Commit f9fa5d8

Browse files
committed
docs: add sepolia info for deploy
1 parent c9aa7d0 commit f9fa5d8

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/0_internal/2_deploy_contracts.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ directory as the deployment script (`contracts/scripts/`).
4141

4242
The necessary environment variables are:
4343

44-
| Variable Name | Description | Holesky | Mainnet |
45-
|---------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------|-------------------------------------|
46-
| `RPC_URL` | The RPC URL of the network you want to deploy to. | https://ethereum-holesky-rpc.publicnode.com | https://ethereum-rpc.publicnode.com |
47-
| `PRIVATE_KEY` | The private key of the account you want to deploy the contracts with. | <your_private_key> | <your_private_key> |
48-
| `EXISTING_DEPLOYMENT_INFO_PATH` | The path to the file containing the deployment info about EigenLayer. | ./script/output/holesky/eigenlayer_deployment_output.json | TBD |
49-
| `DEPLOY_CONFIG_PATH` | The path to the deployment config file for the Service Manager. | ./script/deploy/config/holesky/aligned.holesky.config.json | TBD |
50-
| `OUTPUT_PATH` | The path to the file where the deployment info will be saved. | ./script/output/holesky/alignedlayer_deployment_output.json | TBD |
51-
| `ETHERSCAN_API_KEY` | API KEY to verify the contracts in Etherscan. | <your_etherscan_api_key> | <your_etherscan_api_key> |
44+
| Variable Name | Description | Sepolia | Holesky | Mainnet |
45+
|---------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------|-------------------------------------------------------------|-------------------------------------|
46+
| `RPC_URL` | The RPC URL of the network you want to deploy to. | https://ethereum-sepolia-rpc.publicnode.com | https://ethereum-holesky-rpc.publicnode.com | https://ethereum-rpc.publicnode.com |
47+
| `PRIVATE_KEY` | The private key of the account you want to deploy the contracts with. | <your_private_key> | <your_private_key> | <your_private_key> |
48+
| `EXISTING_DEPLOYMENT_INFO_PATH` | The path to the file containing the deployment info about EigenLayer. | ./script/output/sepolia/eigenlayer_deployment_output.json | ./script/output/holesky/eigenlayer_deployment_output.json | TBD |
49+
| `DEPLOY_CONFIG_PATH` | The path to the deployment config file for the Service Manager. | ./script/deploy/config/sepolia/aligned.sepolia.config.json | ./script/deploy/config/holesky/aligned.holesky.config.json | TBD |
50+
| `OUTPUT_PATH` | The path to the file where the deployment info will be saved. | ./script/output/sepolia/alignedlayer_deployment_output.json | ./script/output/holesky/alignedlayer_deployment_output.json | TBD |
51+
| `ETHERSCAN_API_KEY` | API KEY to verify the contracts in Etherscan. | <your_etherscan_api_key> | <your_etherscan_api_key> | <your_etherscan_api_key> |
5252

5353
You can find an example `.env` file in [.env.example.holesky](../../contracts/scripts/.env.example.holesky)
5454

@@ -150,15 +150,15 @@ directory as the deployment script (`contracts/scripts/`).
150150
151151
The necessary environment variables are:
152152
153-
| Variable Name | Description | Holesky | Mainnet |
154-
|---------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------|-------------------------------------|
155-
| `RPC_URL` | The RPC URL of the network you want to deploy to. | https://ethereum-holesky-rpc.publicnode.com | https://ethereum-rpc.publicnode.com |
156-
| `PRIVATE_KEY` | The private key of the account you want to deploy the contracts with. | <your_private_key> | <your_private_key> |
157-
| `EXISTING_DEPLOYMENT_INFO_PATH` | The path to the file containing the deployment info about EigenLayer. | ./script/output/holesky/eigenlayer_deployment_output.json | TBD |
158-
| `DEPLOY_CONFIG_PATH` | The path to the deployment config file for the Service Manager. | ./script/deploy/config/holesky/batcher_payment_service.holesky.config.json | TBD |
159-
| `BATCHER_PAYMENT_SERVICE_CONFIG_PATH` | The path to the deployment config file for the Batcher Payment Service. | ./script/deploy/config/holesky/batcher-payment-service.holesky.config.json | TBD |
160-
| `OUTPUT_PATH` | The path to the file where the deployment info will be saved. | ./script/output/holesky/alignedlayer_deployment_output.json | TBD |
161-
| `ETHERSCAN_API_KEY` | API KEY to verify the contracts in Etherscan. | <your_etherscan_api_key> | <your_etherscan_api_key> |
153+
| Variable Name | Description | Sepolia | Holesky | Mainnet |
154+
|---------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------|----------------------------------------------------------------------------|-------------------------------------|
155+
| `RPC_URL` | The RPC URL of the network you want to deploy to. | https://ethereum-sepolia-rpc.publicnode.com | https://ethereum-holesky-rpc.publicnode.com | https://ethereum-rpc.publicnode.com |
156+
| `PRIVATE_KEY` | The private key of the account you want to deploy the contracts with. | <your_private_key> | <your_private_key> | <your_private_key> |
157+
| `EXISTING_DEPLOYMENT_INFO_PATH` | The path to the file containing the deployment info about EigenLayer. | ./script/output/sepolia/eigenlayer_deployment_output.json | ./script/output/holesky/eigenlayer_deployment_output.json | TBD |
158+
| `DEPLOY_CONFIG_PATH` | The path to the deployment config file for the Service Manager. | ./script/deploy/config/sepolia/aligned.sepolia.config.json | ./script/deploy/config/holesky/batcher_payment_service.holesky.config.json | TBD |
159+
| `BATCHER_PAYMENT_SERVICE_CONFIG_PATH` | The path to the deployment config file for the Batcher Payment Service. | ./script/deploy/config/sepolia/batcher-payment-service.sepolia.config.json | ./script/deploy/config/holesky/batcher-payment-service.holesky.config.json | TBD |
160+
| `OUTPUT_PATH` | The path to the file where the deployment info will be saved. | ./script/output/sepolia/alignedlayer_deployment_output.json | ./script/output/holesky/alignedlayer_deployment_output.json | TBD |
161+
| `ETHERSCAN_API_KEY` | API KEY to verify the contracts in Etherscan. | <your_etherscan_api_key> | <your_etherscan_api_key> | <your_etherscan_api_key> |
162162
163163
You can find an example `.env` file in [.env.example.holesky](../../contracts/scripts/.env.example.holesky)
164164

0 commit comments

Comments
 (0)