We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adb0a8 commit 218e6c1Copy full SHA for 218e6c1
2 files changed
prysm-vc-only.yml
@@ -64,8 +64,9 @@ services:
64
- --grpc-gateway-port
65
- ${KEY_API_PORT:-7500}
66
- --grpc-gateway-corsdomain=*
67
- - --beacon-rpc-gateway-provider
68
- - consensus:5052
+ - --enable-beacon-rest-api
+ - --beacon-rest-api-provider
69
+ - ${CL_NODE}
70
- --suggested-fee-recipient
71
- ${FEE_RECIPIENT}
72
- --wallet-password-file
prysm.yml
@@ -129,7 +129,8 @@ services:
129
130
131
132
133
134
- consensus:5052
135
136
0 commit comments