Skip to content

Commit ccfd036

Browse files
committed
Fix Nethermind and Besu domains
1 parent 68364b6 commit ccfd036

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/rocketpool-start.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ case $NETWORK in
2323
_EXECUTION_LAYER_HTTP="http://geth.dappnode:8545"
2424
_EXECUTION_LAYER_WS="ws://geth.dappnode:8546"
2525
;;
26-
"nethermind.dnp.dappnode.eth")
27-
_EXECUTION_LAYER_HTTP="http://nethermind.dappnode:8545"
28-
_EXECUTION_LAYER_WS="ws://nethermind.dappnode:8546"
26+
"nethermind.public.dappnode.eth")
27+
_EXECUTION_LAYER_HTTP="http://nethermind.public.dappnode:8545"
28+
_EXECUTION_LAYER_WS="ws://nethermind.public.dappnode:8546"
2929
;;
30-
"besu.dnp.dappnode.eth")
31-
_EXECUTION_LAYER_HTTP="http://besu.dappnode:8545"
32-
_EXECUTION_LAYER_WS="ws://besu.dappnode:8546"
30+
"besu.public.dappnode.eth")
31+
_EXECUTION_LAYER_HTTP="http://besu.public.dappnode:8545"
32+
_EXECUTION_LAYER_WS="ws://besu.public.dappnode:8546"
3333
;;
3434
"erigon.dnp.dappnode.eth")
3535
_EXECUTION_LAYER_HTTP="http://erigon.dappnode:8545"

0 commit comments

Comments
 (0)