Skip to content

Commit

Permalink
Merge pull request #6497 from multiversx/test_sc_epoch_0
Browse files Browse the repository at this point in the history
SCDeployEnableEpoch and BuiltInFunctionsEnableEpoch from epoch 0
  • Loading branch information
sstanculeanu authored Jan 30, 2025
2 parents b505135 + b298ab9 commit 02d8d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 02d8d81

Please sign in to comment.