Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ ansible_telemetry_deploy: ## Deploy the Telemetry. Parameters: INVENTORY
__ETHEREUM_PACKAGE__: ## ____

ethereum_package_start: ## Starts the ethereum_package environment
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package --args-file network_params.yaml
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package@5.0.1 --args-file network_params.yaml

ethereum_package_inspect: ## Prints detailed information about the net
kurtosis enclave inspect aligned
Expand Down
4 changes: 2 additions & 2 deletions config-files/config-aggregator-ethereum-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ environment: "production"
aligned_layer_deployment_config_file_path: "./contracts/script/output/devnet/alignedlayer_deployment_output.json"
eigen_layer_deployment_config_file_path: "./contracts/script/output/devnet/eigenlayer_deployment_output.json"
eth_rpc_url: "http://localhost:8545"
eth_rpc_url_fallback: "http://localhost:8552"
eth_rpc_url_fallback: "http://localhost:8551"
eth_ws_url: "ws://localhost:8546"
eth_ws_url_fallback: "ws://localhost:8553"
eth_ws_url_fallback: "ws://localhost:8552"
eigen_metrics_ip_port_address: "localhost:9090"

## ECDSA Configurations
Expand Down
4 changes: 2 additions & 2 deletions config-files/config-batcher-ethereum-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ environment: "production"
aligned_layer_deployment_config_file_path: "./contracts/script/output/devnet/alignedlayer_deployment_output.json"
eigen_layer_deployment_config_file_path: "./contracts/script/output/devnet/eigenlayer_deployment_output.json"
eth_rpc_url: "http://localhost:8545"
eth_rpc_url_fallback: "http://localhost:8552"
eth_rpc_url_fallback: "http://localhost:8551"
eth_ws_url: "ws://localhost:8546"
eth_ws_url_fallback: "ws://localhost:8553"
eth_ws_url_fallback: "ws://localhost:8552"
eigen_metrics_ip_port_address: "localhost:9090"

## ECDSA Configurations
Expand Down
8 changes: 4 additions & 4 deletions config-files/config-operator-1-ethereum-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
environment: 'development'
aligned_layer_deployment_config_file_path: './contracts/script/output/devnet/alignedlayer_deployment_output.json'
eigen_layer_deployment_config_file_path: './contracts/script/output/devnet/eigenlayer_deployment_output.json'
eth_rpc_url: "http://localhost:8552"
eth_rpc_url_fallback: "http://localhost:8559"
eth_ws_url: "ws://localhost:8553"
eth_ws_url_fallback: "ws://localhost:8560"
eth_rpc_url: "http://localhost:8545"
eth_rpc_url_fallback: "http://localhost:8551"
eth_ws_url: "ws://localhost:8546"
eth_ws_url_fallback: "ws://localhost:8552"
eigen_metrics_ip_port_address: 'localhost:9090'

## ECDSA Configurations
Expand Down