diff --git a/prysm-vc-only.yml b/prysm-vc-only.yml index 928324bd..a3e805fe 100644 --- a/prysm-vc-only.yml +++ b/prysm-vc-only.yml @@ -53,8 +53,6 @@ services: - /var/lib/prysm/ - --keymanager-token-file - /var/lib/prysm/auth-token - - --beacon-rpc-provider - - ${CL_NODE:-consensus:4000} - --verbosity - ${LOG_LEVEL} - --accept-terms-of-use @@ -68,6 +66,9 @@ services: - --http-port - ${KEY_API_PORT:-7500} - --http-cors-domain=* + - --enable-beacon-rest-api + - --beacon-rest-api-provider + - ${CL_NODE:-http://consensus:5052} - --suggested-fee-recipient - ${FEE_RECIPIENT} - --wallet-password-file diff --git a/prysm.yml b/prysm.yml index 9eded1f3..cce9a520 100644 --- a/prysm.yml +++ b/prysm.yml @@ -55,18 +55,11 @@ services: - beacon-chain - --datadir - /var/lib/prysm/ - - --rpc-host - - 0.0.0.0 - --http-host - 0.0.0.0 - --http-port - ${CL_REST_PORT:-5052} - --http-cors-domain=* - # Allow larger messages so credential change messages can be sent - - --rpc-max-page-size - - "200000" - - --grpc-max-msg-size - - "268435456" - --execution-endpoint - ${EL_NODE} - --jwt-secret @@ -130,8 +123,6 @@ services: - /var/lib/prysm/ - --keymanager-token-file - /var/lib/prysm/auth-token - - --beacon-rpc-provider - - consensus:4000 - --verbosity - ${LOG_LEVEL} - --accept-terms-of-use @@ -145,8 +136,9 @@ services: - --http-port - ${KEY_API_PORT:-7500} - --http-cors-domain=* + - --enable-beacon-rest-api - --beacon-rest-api-provider - - consensus:5052 + - ${CL_NODE:-http://consensus:5052} - --suggested-fee-recipient - ${FEE_RECIPIENT} - --wallet-password-file