File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
go-shutter-settings/settings Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
1414 context : shutter
1515 args :
1616 ASSETS_VERSION : shutter-gnosis-1000-set1.3 # $NETWORK-10*$CHAIN_ID-set-$VERSION
17- UPSTREAM_VERSION : v1.2.5
17+ UPSTREAM_VERSION : v1.3.6
1818 KEYPER_CONFIG_DIR : /keyper/config
1919 SHUTTER_CHAIN_DIR : /chain
2020 STAKER_SCRIPTS_VERSION : v0.1.0
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type KeyperConfig struct {
3434 ListenAddresses []string `env:"SHUTTER_P2P_LISTENADDRESSES"`
3535 AdvertiseAddresses []string `env:"SHUTTER_P2P_ADVERTISEADDRESSES"`
3636 CustomBootstrapAddresses []string `env:"_ASSETS_CUSTOM_BOOTSTRAP_ADDRESSES"`
37- DiscoveryNamespace string `env:"_ASSETS_DISCOVERY_NAME_PREFIX "`
37+ DiscoveryNamespace string `env:"SHUTTER_DISCOVERY_NAMESPACE "`
3838 }
3939 Shuttermint struct {
4040 ShuttermintURL string `env:"SHUTTER_SHUTTERMINT_SHUTTERMINTURL"`
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export SHUTTER_BEACONAPIURL=$(get_beacon_api_url_from_global_env "$NETWORK" "$SU
2020export SHUTTER_GNOSIS_NODE_CONTRACTSURL=http://execution.gnosis.dncore.dappnode:8545
2121export SHUTTER_GNOSIS_NODE_ETHEREUMURL=$( get_execution_ws_url_from_global_env " $NETWORK " " $SUPPORTED_NETWORKS " )
2222export VALIDATOR_PUBLIC_KEY=$( cat " ${SHUTTER_CHAIN_DIR} /config/priv_validator_pubkey.hex" )
23+ export SHUTTER_DISCOVERY_NAMESPACE=" ${_ASSETS_DISCOVERY_NAME_PREFIX} -${_ASSETS_INSTANCE_ID} "
2324export SHUTTER_METRICS_ENABLED=${SHUTTER_PUSH_METRICS_ENABLED}
2425
2526echo " [INFO | configure] LISTEN: $SHUTTER_P2P_LISTENADDRESSES "
You can’t perform that action at this time.
0 commit comments