File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
shutter/go-shutter-settings/settings Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 build :
1414 context : shutter
1515 args :
16- ASSETS_VERSION : shutter-gnosis-1000-set1.3 # $NETWORK-10*$CHAIN_ID-set-$VERSION
16+ ASSETS_VERSION : shutter-gnosis-1000-set1.4.1 # $NETWORK-10*$CHAIN_ID-set-$VERSION
1717 UPSTREAM_VERSION : v1.3.12
1818 KEYPER_CONFIG_DIR : /keyper/config
1919 SHUTTER_CHAIN_DIR : /chain
@@ -36,7 +36,7 @@ services:
3636 build :
3737 context : metrics
3838 args :
39- ASSETS_VERSION : shutter-gnosis-1000-set1.3 # $NETWORK-10*$CHAIN_ID-set-$VERSION
39+ ASSETS_VERSION : shutter-gnosis-1000-set1.4.1 # $NETWORK-10*$CHAIN_ID-set-$VERSION
4040 restart : on-failure
4141 environment :
4242 - SHUTTER_PUSH_METRICS_ENABLED=false
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ type KeyperConfig struct {
1616 MaxTxPointerAge int `env:"_ASSETS_MAX_TX_POINTER_AGE"`
1717 GenesisSlotTimestamp int `env:"_ASSETS_GENESIS_SLOT_TIMESTAMP"`
1818 SyncStartBlockNumber int `env:"_ASSETS_SYNC_START_BLOCK_NUMBER"`
19+ EnableAggregateValidatorRegistrationV1 bool `env:"_ASSETS_ENABLE_AGGREGATE_VALIDATOR_REGISTRATION_V1"`
1920 Node struct {
2021 PrivateKey string `env:"SHUTTER_GNOSIS_NODE_PRIVATEKEY"`
2122 ContractsURL string `env:"SHUTTER_GNOSIS_NODE_CONTRACTSURL"`
You can’t perform that action at this time.
0 commit comments