Skip to content

Commit 3a7eda0

Browse files
committed
Make SHUTTER_P2P_ADVERTISEADDRESSES an array
1 parent 6339d1d commit 3a7eda0

File tree

2 files changed

+1
-53
lines changed

2 files changed

+1
-53
lines changed

shutter/go-shutter-settings/settings/test-assets/out.toml

Lines changed: 0 additions & 52 deletions
This file was deleted.

shutter/scripts/configure_keyper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "[INFO | configure] Calculating keyper configuration values..."
1010

1111
SUPPORTED_NETWORKS="gnosis"
1212

13-
export SHUTTER_P2P_ADVERTISEADDRESSES="/ip4/${_DAPPNODE_GLOBAL_PUBLIC_IP}/tcp/${KEYPER_PORT}"
13+
export SHUTTER_P2P_ADVERTISEADDRESSES=["/ip4/${_DAPPNODE_GLOBAL_PUBLIC_IP}/tcp/${KEYPER_PORT}"]
1414
export SHUTTER_BEACONAPIURL=$(get_beacon_api_url_from_global_env "$NETWORK" "$SUPPORTED_NETWORKS")
1515
export SHUTTER_GNOSIS_NODE_CONTRACTSURL=http://execution.gnosis.dncore.dappnode:8545
1616
export SHUTTER_GNOSIS_NODE_ETHEREUMURL=$(get_execution_ws_url_from_global_env "$NETWORK" "$SUPPORTED_NETWORKS")

0 commit comments

Comments
 (0)