Skip to content

Commit cddab73

Browse files
authored
Change nethermind from dnp to public
1 parent f839608 commit cddab73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dvt_lsd_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ get_execution_ws_url_from_global_env() {
2525
execution_dnp=$(get_value_from_global_env "EXECUTION_CLIENT" "$network")
2626

2727
# TODO: Set all execution clients WS port to 8546
28-
if [ "$execution_dnp" = "holesky-erigon.dnp.dappnode.eth" ] || [ "$execution_dnp" = "nethermind.dnp.dappnode.eth" ]; then
28+
if [ "$execution_dnp" = "holesky-erigon.dnp.dappnode.eth" ] || [ "$execution_dnp" = "nethermind.public.dappnode.eth" ]; then
2929
port=8545
3030
fi
3131

0 commit comments

Comments
 (0)