Skip to content

Commit

Permalink
Merge pull request #40 from multiversx/properly-disable-stake-limits
Browse files Browse the repository at this point in the history
Properly disable stake limits
  • Loading branch information
iulianpascalau authored May 17, 2024
2 parents 0c6ae6e + 5c171ee commit 240a39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chainsimulator/config/nodeOverrideDefault.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# System overrides, DO NOT EDIT THIS FILE
OverridableConfigTomlValues = [
{ File = "systemSmartContractsConfig.toml", Path = "StakingSystemSCConfig.NodeLimitPercentage", Value = "1.0" }, # no staking limits imposed
{ File = "enableEpochs.toml", Path = "EnableEpochs.StakeLimitsEnableEpoch", Value = "1000000" }, # disable stake limits
# TODO remove the following overrides when integrating a newer version of the node (greater than v1.7.10)
{ File = "systemSmartContractsConfig.toml", Path = "DelegationManagerSystemSCConfig.MinStakeAmount", Value = "1000000000000000000" }, # 1 EGLD as on mainnet
]

0 comments on commit 240a39c

Please sign in to comment.