We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4773529 commit 6bf3903Copy full SHA for 6bf3903
shutter/go-shutter-settings/settings/keyper.go
@@ -16,7 +16,7 @@ type KeyperConfig struct {
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
- EnableAggregateValidatorRegistrationV1 int `env:"_ASSETS_ENABLE_AGGREGATE_VALIDATOR_REGISTRATION_V1"`
+ EnableAggregateValidatorRegistrationV1 bool `env:"_ASSETS_ENABLE_AGGREGATE_VALIDATOR_REGISTRATION_V1"`
20
Node struct {
21
PrivateKey string `env:"SHUTTER_GNOSIS_NODE_PRIVATEKEY"`
22
ContractsURL string `env:"SHUTTER_GNOSIS_NODE_CONTRACTSURL"`
0 commit comments