Skip to content

Commit b0c2d14

Browse files
committed
chore: incremented eth package node count
1 parent 6bcd803 commit b0c2d14

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

config-files/config-operator-1-ethereum-package.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
environment: 'development'
44
aligned_layer_deployment_config_file_path: './contracts/script/output/devnet/alignedlayer_deployment_output.json'
55
eigen_layer_deployment_config_file_path: './contracts/script/output/devnet/eigenlayer_deployment_output.json'
6-
eth_rpc_url: "http://localhost:8545"
7-
eth_rpc_url_fallback: "http://localhost:8552"
8-
eth_ws_url: "ws://localhost:8546"
9-
eth_ws_url_fallback: "ws://localhost:8553"
6+
eth_rpc_url: "http://localhost:8552"
7+
eth_rpc_url_fallback: "http://localhost:8559"
8+
eth_ws_url: "ws://localhost:8553"
9+
eth_ws_url_fallback: "ws://localhost:8560"
1010
eigen_metrics_ip_port_address: 'localhost:9090'
1111

1212
## ECDSA Configurations

network_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
participants:
22
- el_type: reth
33
cl_type: lighthouse
4-
count: 2
4+
count: 3
55
validator_count: 32
66

77
ethereum_metrics_exporter_enabled: true

0 commit comments

Comments
 (0)