Skip to content

Commit

Permalink
fix wrong beacon proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher committed Dec 18, 2023
1 parent 3c45009 commit cdf2df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ db:

eth2:
Network: holesky
BeaconNodeAddr: http://beacon_proxy:6631
# KeyStore:
# PrivateKeyFile: /Users/mosherevah/Downloads/encrypted_private_key.json
# PasswordFile: /Users/mosherevah/Downloads/password.pass
Expand Down
4 changes: 4 additions & 0 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ services:
container_name: ssv-node-1
environment:
LOG_FORMAT: json
BEACON_NODE_ADDR: http://beacon_proxy:6631
ETH_1_ADDR: ${EXECUTION_NODE_URL}
CONFIG_PATH: ./tconfig/config.yaml
SHARE_CONFIG: ./tconfig/share1.yaml
Expand All @@ -84,6 +85,7 @@ services:
container_name: ssv-node-2
environment:
LOG_FORMAT: json
BEACON_NODE_ADDR: http://beacon_proxy:6632
ETH_1_ADDR: ${EXECUTION_NODE_URL}
CONFIG_PATH: ./tconfig/config.yaml
SHARE_CONFIG: ./tconfig/share2.yaml
Expand All @@ -100,6 +102,7 @@ services:
container_name: ssv-node-3
environment:
LOG_FORMAT: json
BEACON_NODE_ADDR: http://beacon_proxy:6633
ETH_1_ADDR: ${EXECUTION_NODE_URL}
CONFIG_PATH: ./tconfig/config.yaml
SHARE_CONFIG: ./tconfig/share3.yaml
Expand All @@ -116,6 +119,7 @@ services:
container_name: ssv-node-4
environment:
LOG_FORMAT: json
BEACON_NODE_ADDR: http://beacon_proxy:6634
ETH_1_ADDR: ${EXECUTION_NODE_URL}
CONFIG_PATH: ./tconfig/config.yaml
SHARE_CONFIG: ./tconfig/share4.yaml
Expand Down

0 comments on commit cdf2df0

Please sign in to comment.