File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
shutter/go-shutter-settings/settings Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments