From eba9199d343db83b56e3cd206ae4ccaf6d347478 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Wed, 25 Sep 2024 12:04:33 +0300 Subject: [PATCH] SCDeployEnableEpoch and BuiltInFunctionsEnableEpoch from epoch 0 --- cmd/node/config/enableEpochs.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/node/config/enableEpochs.toml b/cmd/node/config/enableEpochs.toml index 779ba4ba6b5..7a1efcbcc2d 100644 --- a/cmd/node/config/enableEpochs.toml +++ b/cmd/node/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