Skip to content

Commit

Permalink
clients/prysm-vc: Use REST api (ethereum#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and Eikix committed Mar 1, 2024
1 parent 648d44a commit 03a9060
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions clients/prysm-vc/prysm_vc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ echo Starting Prysm Validator Client
--verbosity="$LOG" \
--accept-terms-of-use=true \
--prater \
--beacon-rpc-provider="$HIVE_ETH2_BN_API_IP:${HIVE_ETH2_BN_GRPC_PORT:-3500}" \
--beacon-rpc-gateway-provider="$HIVE_ETH2_BN_API_IP:${HIVE_ETH2_BN_API_PORT:-4000}" \
--enable-beacon-rest-api=true \
--beacon-rest-api-provider="http://$HIVE_ETH2_BN_API_IP:${HIVE_ETH2_BN_API_PORT:-4000}" \
--datadir="/data/vc" \
--wallet-dir="/data/validators" \
--wallet-password-file="/wallet.pass" \
--chain-config-file="/hive/input/config.yaml" \
$builder_option
# NOTE: gRPC/RPC ports are inverted to allow the simulator to access the REST API
$builder_option

0 comments on commit 03a9060

Please sign in to comment.