Skip to content

Commit 8ca1721

Browse files
feat: update assets version and include sync_monitor_check_interval via assets build
1 parent 19f084d commit 8ca1721

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package_variants/gnosis/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
CHAIN_PORT: 27656
77
KEYPER_PORT: 24003
88
KEYPER_METRICS_PORT: 9100
9-
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.0
9+
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.1
1010
ports:
1111
- "24003:24003"
1212
- "27656:27656"
@@ -17,4 +17,4 @@ services:
1717
build:
1818
args:
1919
NETWORK: gnosis
20-
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.0
20+
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.1

shutter/go-shutter-settings/settings/keyper.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ type KeyperConfig struct {
1212
BeaconAPIURL string `env:"SHUTTER_BEACONAPIURL"`
1313
MaxNumKeysPerMessage int `env:"_ASSETS_MAX_NUM_KEYS_PER_MESSAGE"`
1414
Chain struct {
15-
EncryptedGasLimit int `env:"_ASSETS_ENCRYPTED_GAS_LIMIT"`
16-
MaxTxPointerAge int `env:"_ASSETS_MAX_TX_POINTER_AGE"`
17-
GenesisSlotTimestamp int `env:"_ASSETS_GENESIS_SLOT_TIMESTAMP"`
18-
SyncStartBlockNumber int `env:"_ASSETS_SYNC_START_BLOCK_NUMBER"`
19-
Node struct {
15+
EncryptedGasLimit int `env:"_ASSETS_ENCRYPTED_GAS_LIMIT"`
16+
MaxTxPointerAge int `env:"_ASSETS_MAX_TX_POINTER_AGE"`
17+
GenesisSlotTimestamp int `env:"_ASSETS_GENESIS_SLOT_TIMESTAMP"`
18+
SyncStartBlockNumber int `env:"_ASSETS_SYNC_START_BLOCK_NUMBER"`
19+
SyncMonitorCheckInterval int `env:"_ASSETS_SYNC_MONITOR_CHECK_INTERVAL"`
20+
Node struct {
2021
PrivateKey string `env:"SHUTTER_API_NODE_PRIVATEKEY"`
2122
ContractsURL string `env:"SHUTTER_GNOSIS_NODE_CONTRACTSURL"` //Unused
2223
DeploymentDir string `env:"SHUTTER_DEPLOYMENT_DIR"` // Unused

0 commit comments

Comments
 (0)