Skip to content

Commit

Permalink
resolving merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kant committed Dec 17, 2023
1 parent fceb6b9 commit a0bd016
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then

exec geth \
--verbosity="$VERBOSITY" \
--cache=0 \
--cache.trie=0 \
--datadir="$GETH_DATA_DIR" \
--port 30301 \
--http \
Expand All @@ -67,6 +69,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
--syncmode=full \
--gcmode=full \
--state.scheme=path \
--snapshot \
--db.engine=pebble \
--networkid=$CHAIN_ID \
--nousb \
Expand All @@ -84,11 +87,14 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then

exec geth \
--verbosity="$VERBOSITY" \
--cache=0 \
--cache.trie=0 \
--datadir="$GETH_DATA_DIR" \
--port 30311 \
--syncmode=full \
--gcmode=full \
--state.scheme=path \
--snapshot \
--db.engine=pebble \
--http \
--http.corsdomain="*" \
Expand Down

0 comments on commit a0bd016

Please sign in to comment.