Skip to content

Commit 6baf70a

Browse files
chore: add staker scripts issue link in the comment
1 parent c2a5500 commit 6baf70a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shutter/scripts/configure_keyper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PATH=$NODE_HOME/bin:$PATH
1515

1616
function test_ethereum_url() {
1717
//FIXME: This is a workaround for the issue with the [email protected] not setting get_execution_ws_url_from_global_env correctly in the environment variables.
18+
//Git Issue: https://github.com/dappnode/staker-package-scripts/issues/11
1819
export SHUTTER_NETWORK_NODE_ETHEREUMURL=${ETHEREUM_WS:-ws://execution.${NETWORK}.dncore.dappnode:8546}
1920
echo "[DEBUG | configure] SHUTTER_NETWORK_NODE_ETHEREUMURL is ${SHUTTER_NETWORK_NODE_ETHEREUMURL}"
2021
RESULT=$(wscat -c "$SHUTTER_NETWORK_NODE_ETHEREUMURL" -x '{"jsonrpc": "2.0", "method": "eth_syncing", "params": [], "id": 1}')

0 commit comments

Comments
 (0)