diff --git a/cmd/node/config/enableEpochs.toml b/cmd/node/config/enableEpochs.toml index baf62e7a89a..fcbae8cd582 100644 --- a/cmd/node/config/enableEpochs.toml +++ b/cmd/node/config/enableEpochs.toml @@ -245,15 +245,15 @@ # RelayedNonceFixEnableEpoch represents the epoch when the nonce fix for relayed txs is enabled RelayedNonceFixEnableEpoch = 1 + # SetGuardianEnableEpoch represents the epoch when the guard account feature is enabled in the protocol + SetGuardianEnableEpoch = 1 + # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ { EnableEpoch = 0, Type = "no-KOSK"}, { EnableEpoch = 1, Type = "KOSK"} ] - # SetGuardianEnableEpoch represents the epoch when the guard account feature is enabled in the protocol - SetGuardianEnableEpoch = 2 - # MaxNodesChangeEnableEpoch holds configuration for changing the maximum number of nodes and the enabling epoch MaxNodesChangeEnableEpoch = [ { EpochEnable = 0, MaxNumNodes = 36, NodesToShufflePerShard = 4 },