Skip to content

Commit eba9199

Browse files
committed
SCDeployEnableEpoch and BuiltInFunctionsEnableEpoch from epoch 0
1 parent b531c6c commit eba9199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/node/config/enableEpochs.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[EnableEpochs]
22
# SCDeployEnableEpoch represents the epoch when the deployment of smart contracts will be enabled
3-
SCDeployEnableEpoch = 1
3+
SCDeployEnableEpoch = 0
44

55
# BuiltInFunctionsEnableEpoch represents the epoch when the built in functions will be enabled
6-
BuiltInFunctionsEnableEpoch = 1
6+
BuiltInFunctionsEnableEpoch = 0
77

88
# RelayedTransactionsEnableEpoch represents the epoch when the relayed transactions will be enabled
99
RelayedTransactionsEnableEpoch = 1

0 commit comments

Comments
 (0)