Skip to content

Commit 7c633b8

Browse files
Fixed Web3Signer for Grandine-in-Nethermind
1 parent f60a0a7 commit 7c633b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nethermind/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ if [[ "${COMPOSE_FILE}" =~ grandine-plugin(-allin1)?\.yml ]]; then
290290

291291
# Web3signer URL
292292
if [[ "${EMBEDDED_VC}" = "true" && "${WEB3SIGNER}" = "true" ]]; then
293-
__grandine+=" --web3signer-urls ${W3S_NODE}"
293+
__grandine+=" --grandine-web3signerurls ${W3S_NODE}"
294294
fi
295295

296296
if [[ ! "${DEFAULT_GRAFFITI}" = "true" ]]; then

0 commit comments

Comments
 (0)