Skip to content

Commit

Permalink
Switch Prysm VC to REST
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Dec 1, 2023
1 parent bb93cc0 commit f3ebfb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions prysm-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ services:
- /var/lib/prysm
- --wallet-dir
- /var/lib/prysm/
- --beacon-rpc-provider
- ${CL_NODE:-http://consensus:4000}
- --verbosity
- ${LOG_LEVEL}
- --accept-terms-of-use
Expand All @@ -64,8 +62,9 @@ services:
- --grpc-gateway-port
- ${KEY_API_PORT:-7500}
- --grpc-gateway-corsdomain=*
- --beacon-rpc-gateway-provider
- consensus:5052
- --enable-beacon-rest-api
- --beacon-rest-api-provider
- ${CL_NODE:-http://consensus:5052}
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
Expand Down
7 changes: 3 additions & 4 deletions prysm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ services:
- /var/lib/prysm
- --wallet-dir
- /var/lib/prysm/
- --beacon-rpc-provider
- consensus:4000
- --verbosity
- ${LOG_LEVEL}
- --accept-terms-of-use
Expand All @@ -133,8 +131,9 @@ services:
- --grpc-gateway-port
- ${KEY_API_PORT:-7500}
- --grpc-gateway-corsdomain=*
- --beacon-rpc-gateway-provider
- consensus:5052
- --enable-beacon-rest-api
- --beacon-rest-api-provider
- ${CL_NODE:-http://consensus:5052}
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
Expand Down

0 comments on commit f3ebfb7

Please sign in to comment.