Skip to content

Commit

Permalink
Problem: slashing fix not applied on mainnet
Browse files Browse the repository at this point in the history
Solution:
- add mainnet softfork height
  • Loading branch information
yihuang committed Mar 29, 2024
1 parent 1df9b2a commit a1d6dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

*Mar 1, 2024*
*Mar 29, 2024*

## v4.2.9

Expand Down
1 change: 1 addition & 0 deletions app/forks.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
var SlashingForkHeights = map[string]int64{
"testnet-croeseid-4": 14857500,
"tempcrypto-org-chain-mainnet-dryrun-1": 6782000,
"crypto-org-chain-mainnet-1": 16978800,
}

func SlashingForkEnabled(ctx sdk.Context) bool {
Expand Down

0 comments on commit a1d6dce

Please sign in to comment.