Skip to content

Commit

Permalink
changed UnBondPeriodInEpochs to 10 for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi-vuls committed Oct 10, 2023
1 parent 30f0fa2 commit d444e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/node/config/systemSmartContractsConfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MinStakeValue = "100000000000000000000" #100 eGLD
MinUnstakeTokensValue = "10000000000000000000" #10eGLD
UnBondPeriod = 250
UnBondPeriodInEpochs = 1
UnBondPeriodInEpochs = 10
MinStepValue = "100000000000000000000"
NumRoundsWithoutBleed = 100
MaximumPercentageToBleed = 0.5
Expand Down

0 comments on commit d444e43

Please sign in to comment.