diff --git a/Makefile b/Makefile index 275a62527d..18efa92298 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/config-files/config-aggregator-ethereum-package.yaml b/config-files/config-aggregator-ethereum-package.yaml index 7196b59a69..757b0efcec 100644 --- a/config-files/config-aggregator-ethereum-package.yaml +++ b/config-files/config-aggregator-ethereum-package.yaml @@ -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 diff --git a/config-files/config-batcher-ethereum-package.yaml b/config-files/config-batcher-ethereum-package.yaml index 809d195781..f1fb82d260 100644 --- a/config-files/config-batcher-ethereum-package.yaml +++ b/config-files/config-batcher-ethereum-package.yaml @@ -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 diff --git a/config-files/config-operator-1-ethereum-package.yaml b/config-files/config-operator-1-ethereum-package.yaml index 1984bd2f1b..40f9ea2b62 100644 --- a/config-files/config-operator-1-ethereum-package.yaml +++ b/config-files/config-operator-1-ethereum-package.yaml @@ -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