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 Oct 18, 2023
1 parent 058cc46 commit 8243c0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions prysm-vc-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,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}
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
- --wallet-password-file
Expand Down
3 changes: 2 additions & 1 deletion prysm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ services:
- --grpc-gateway-port
- ${KEY_API_PORT:-7500}
- --grpc-gateway-corsdomain=*
- --beacon-rpc-gateway-provider
- --enable-beacon-rest-api
- --beacon-rest-api-provider
- consensus:5052
- --suggested-fee-recipient
- ${FEE_RECIPIENT}
Expand Down

0 comments on commit 8243c0b

Please sign in to comment.