From 53f222cd9970f2fe6ce1bd407d3ab50a475c68e9 Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Tue, 23 May 2023 20:07:54 +0800 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8da3c13..0278bbc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,13 +67,13 @@ services: # No peers to sync with in this testnet, so setting to 0 - --min-sync-peers=0 - --genesis-state=/consensus/genesis.ssz - - --interop-eth1data-votes - --bootstrap-node= # The chain configuration file used for setting up Prysm - --chain-config-file=/consensus/config.yml # We specify the chain id used by our execution client - --chain-id=${CHAIN_ID:-32382} - --rpc-host=0.0.0.0 + - --contract-deployment-block=0 - --grpc-gateway-host=0.0.0.0 - --execution-endpoint=http://geth:8551 - --accept-terms-of-use