diff --git a/cmd/sovereignnode/config/enableEpochs.toml b/cmd/sovereignnode/config/enableEpochs.toml index 4d20fc7dddf..b8e36a4797f 100644 --- a/cmd/sovereignnode/config/enableEpochs.toml +++ b/cmd/sovereignnode/config/enableEpochs.toml @@ -1,9 +1,9 @@ [EnableEpochs] # SCDeployEnableEpoch represents the epoch when the deployment of smart contracts will be enabled - SCDeployEnableEpoch = 1 + SCDeployEnableEpoch = 0 # BuiltInFunctionsEnableEpoch represents the epoch when the built in functions will be enabled - BuiltInFunctionsEnableEpoch = 1 + BuiltInFunctionsEnableEpoch = 0 # RelayedTransactionsEnableEpoch represents the epoch when the relayed transactions will be enabled RelayedTransactionsEnableEpoch = 1 @@ -59,7 +59,7 @@ DoubleKeyProtectionEnableEpoch = 1 # ESDTEnableEpoch represents the epoch when ESDT is enabled - ESDTEnableEpoch = 1 + ESDTEnableEpoch = 0 # GovernanceEnableEpoch represents the epoch when governance is enabled GovernanceEnableEpoch = 1000000