Skip to content

Commit

Permalink
toml file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Jan 30, 2024
1 parent 3465c07 commit cfa54cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/sovereignnode/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 Expand Up @@ -59,7 +59,7 @@
DoubleKeyProtectionEnableEpoch = 1

# ESDTEnableEpoch represents the epoch when ESDT is enabled
ESDTEnableEpoch = 1
ESDTEnableEpoch = 0

# GovernanceEnableEpoch represents the epoch when governance is enabled
GovernanceEnableEpoch = 1000000
Expand Down

0 comments on commit cfa54cb

Please sign in to comment.