We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b531c6c commit eba9199Copy full SHA for eba9199
cmd/node/config/enableEpochs.toml
@@ -1,9 +1,9 @@
1
[EnableEpochs]
2
# SCDeployEnableEpoch represents the epoch when the deployment of smart contracts will be enabled
3
- SCDeployEnableEpoch = 1
+ SCDeployEnableEpoch = 0
4
5
# BuiltInFunctionsEnableEpoch represents the epoch when the built in functions will be enabled
6
- BuiltInFunctionsEnableEpoch = 1
+ BuiltInFunctionsEnableEpoch = 0
7
8
# RelayedTransactionsEnableEpoch represents the epoch when the relayed transactions will be enabled
9
RelayedTransactionsEnableEpoch = 1
0 commit comments