Skip to content

Commit 02d8d81

Browse files
authored
Merge pull request #6497 from multiversx/test_sc_epoch_0
SCDeployEnableEpoch and BuiltInFunctionsEnableEpoch from epoch 0
2 parents b505135 + b298ab9 commit 02d8d81

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)