Skip to content

Commit

Permalink
Fix (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jul 31, 2023
1 parent 4ce2db3 commit 4f48ba5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion deploy/gnosis/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IPFS_FD_MAX=8192
#############
# ETH2 Node #
#############
ETH1_ENDPOINT=http://eth1-node:8551
ETH1_AUTH_ENDPOINT=http://eth1-node:8551

##############
# Graph Node #
Expand Down
2 changes: 1 addition & 1 deletion deploy/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
- --http-address=0.0.0.0
- --http-port=5052
- --execution-endpoint
- $ETH1_ENDPOINT
- $ETH1_AUTH_ENDPOINT
- --execution-jwt=/jwtsecret
- --port=30331
- --enr-udp-port=30332
Expand Down
2 changes: 1 addition & 1 deletion deploy/goerli/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ IPFS_FD_MAX=8192
#############
# ETH2 Node #
#############
ETH1_ENDPOINT=http://eth1-node:8551
ETH1_AUTH_ENDPOINT=http://eth1-node:8551

##############
# Graph Node #
Expand Down
4 changes: 2 additions & 2 deletions deploy/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ services:
- --rpc-host=0.0.0.0
- --rpc-port=5052
- --monitoring-host=0.0.0.0
- --execution-endpoint=$ETH1_ENDPOINT
- --execution-endpoint=$ETH1_AUTH_ENDPOINT
- --slots-per-archive-point=1024
- --accept-terms-of-use
- --p2p-tcp-port=30301
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
- --http-address=0.0.0.0
- --http-port=5052
- --execution-endpoint
- $ETH1_ENDPOINT
- $ETH1_AUTH_ENDPOINT
- --execution-jwt=/jwtsecret
- --port=30301
- --enr-udp-port=30302
Expand Down
2 changes: 1 addition & 1 deletion deploy/harbour_goerli/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IPFS_FD_MAX=8192
#############
# ETH2 Node #
#############
ETH1_ENDPOINT=http://eth1-node:8551
ETH1_AUTH_ENDPOINT=http://eth1-node:8551

##############
# Graph Node #
Expand Down
4 changes: 2 additions & 2 deletions deploy/harbour_goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ services:
- --rpc-host=0.0.0.0
- --rpc-port=5052
- --monitoring-host=0.0.0.0
- --execution-endpoint=$ETH1_ENDPOINT
- --execution-endpoint=$ETH1_AUTH_ENDPOINT
- --slots-per-archive-point=1024
- --accept-terms-of-use
- --p2p-tcp-port=30301
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
- --http-address=0.0.0.0
- --http-port=5052
- --execution-endpoint
- $ETH1_ENDPOINT
- $ETH1_AUTH_ENDPOINT
- --execution-jwt=/jwtsecret
- --port=30301
- --enr-udp-port=30302
Expand Down
2 changes: 1 addition & 1 deletion deploy/harbour_mainnet/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IPFS_FD_MAX=8192
#############
# ETH2 Node #
#############
ETH1_ENDPOINT=http://eth1-node:8551
ETH1_AUTH_ENDPOINT=http://eth1-node:8551

##############
# Graph Node #
Expand Down
4 changes: 2 additions & 2 deletions deploy/harbour_mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:
- --rpc-host=0.0.0.0
- --rpc-port=5052
- --monitoring-host=0.0.0.0
- --execution-endpoint=$ETH1_ENDPOINT
- --execution-endpoint=$ETH1_AUTH_ENDPOINT
- --slots-per-archive-point=1024
- --accept-terms-of-use
- --p2p-tcp-port=30301
Expand Down Expand Up @@ -221,7 +221,7 @@ services:
- --http-address=0.0.0.0
- --http-port=5052
- --execution-endpoint
- $ETH1_ENDPOINT
- $ETH1_AUTH_ENDPOINT
- --execution-jwt=/jwtsecret
- --port=30301
- --enr-udp-port=30302
Expand Down
2 changes: 1 addition & 1 deletion deploy/mainnet/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ IPFS_FD_MAX=8192
#############
# ETH2 Node #
#############
ETH1_ENDPOINT=http://eth1-node:8551
ETH1_AUTH_ENDPOINT=http://eth1-node:8551

##############
# Graph Node #
Expand Down
4 changes: 2 additions & 2 deletions deploy/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ services:
- --rpc-host=0.0.0.0
- --rpc-port=5052
- --monitoring-host=0.0.0.0
- --execution-endpoint=$ETH1_ENDPOINT
- --execution-endpoint=$ETH1_AUTH_ENDPOINT
- --slots-per-archive-point=1024
- --accept-terms-of-use
- --p2p-tcp-port=30301
Expand Down Expand Up @@ -220,7 +220,7 @@ services:
- --http-address=0.0.0.0
- --http-port=5052
- --execution-endpoint
- $ETH1_ENDPOINT
- $ETH1_AUTH_ENDPOINT
- --execution-jwt=/jwtsecret
- --port=30301
- --enr-udp-port=30302
Expand Down

0 comments on commit 4f48ba5

Please sign in to comment.