Skip to content

Commit

Permalink
Removed unwanted config change
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO57 committed Oct 17, 2024
1 parent d38d239 commit 0b0fa6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/upgrade_v_11_4_network_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ var NetworkInfos = map[string]NetworkConfig{
VestingCollisionDestAddr: "cudos1nj49l56x7sss5hqyvfmctxr3mq64whg273g3x5",
CommunityPoolBalanceDestAddr: "cudos1dslwarknhfsw3pfjzxxf5mn28q3ewfectw0gta",

VestingPeriod: 3 * 30 * 24 * 60 * 60, // 3 months period
NewMaxValidators: 91,
VestingPeriod: 3 * 30 * 24 * 60 * 60, // 3 months period

BalanceConversionConstants: []Pair[string, sdk.Dec]{
{"acudos", newDec("266.629")}},
Expand Down

0 comments on commit 0b0fa6c

Please sign in to comment.