File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
services/rocketpool/assets/install/scripts Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,6 @@ if [ "$CLIENT" = "geth" ]; then
8080 # Run Geth normally
8181 else
8282
83- if [ " $NETWORK " = " devnet" ]; then
84- geth init --datadir /ethclient/geth /devnet/genesis.json
85- fi
86-
8783 CMD=" $PERF_PREFIX /usr/local/bin/geth $GETH_NETWORK \
8884 --datadir /ethclient/geth \
8985 --http \
@@ -181,15 +177,8 @@ if [ "$CLIENT" = "nethermind" ]; then
181177 exit 1
182178 fi
183179
184- if [ " $NETWORK " = " devnet" ]; then
185- NETWORK_CONFIG=" --config /devnet/nethermind-config.json"
186- else
187- NETWORK_CONFIG=" --config $RP_NETHERMIND_NETWORK \
188- "
189- fi
190-
191180 CMD=" $PERF_PREFIX $NETHERMIND_BINARY \
192- $NETWORK_CONFIG \
181+ --config $RP_NETHERMIND_NETWORK \
193182 --data-dir /ethclient/nethermind \
194183 --JsonRpc.Enabled true \
195184 --JsonRpc.Host 0.0.0.0 \
@@ -368,10 +357,6 @@ if [ "$CLIENT" = "reth" ]; then
368357 echo -n " $( head -c 32 /dev/urandom | od -A n -t x1 | tr -d ' [:space:]' ) " > /secrets/jwtsecret
369358 fi
370359
371- if [ " $NETWORK " = " devnet" ]; then
372- reth init --datadir /ethclient/geth --chain /devnet/genesis.json
373- fi
374-
375360 CMD=" $PERF_PREFIX /usr/local/bin/reth node $RETH_NETWORK \
376361 --datadir /ethclient/reth \
377362 --http \
Original file line number Diff line number Diff line change 1- 1.18.6-devnet5
1+ 1.18.6-devnet6
You can’t perform that action at this time.
0 commit comments