Skip to content

Commit

Permalink
Prysm resolve w3s warnings (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 2, 2024
1 parent 41ddcd3 commit a0c13b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions prysm-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ services:
- 0.0.0.0
- --monitoring-port
- "8009"
- --web
- --grpc-gateway-host
- 0.0.0.0
- --grpc-gateway-port
Expand All @@ -70,8 +69,6 @@ services:
- consensus:5052
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
- /var/lib/prysm/password.txt
labels:
- traefik.enable=true
- traefik.http.routers.prysm.entrypoints=web,websecure
Expand Down
3 changes: 0 additions & 3 deletions prysm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ services:
- 0.0.0.0
- --monitoring-port
- "8009"
- --web
- --grpc-gateway-host
- 0.0.0.0
- --grpc-gateway-port
Expand All @@ -148,8 +147,6 @@ services:
- consensus:5052
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
- /var/lib/prysm/password.txt
depends_on:
- consensus
labels:
Expand Down
2 changes: 1 addition & 1 deletion prysm/docker-entrypoint-vc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ "${WEB3SIGNER}" = "true" ]; then
touch /var/lib/prysm/w3s-keys.txt
fi
else
__w3s_url=""
__w3s_url="--web --wallet-password-file /var/lib/prysm/password.txt"
fi

if [ "${DEFAULT_GRAFFITI}" = "true" ]; then
Expand Down

0 comments on commit a0c13b8

Please sign in to comment.