Skip to content

Commit

Permalink
Update app/forks.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Mar 13, 2024
1 parent 54a21ba commit c9bcc4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/forks.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)

// TODO decide the fork heights
var SlashingForkHeights = map[string]int64{
"crypto-org-chain-mainnet-1": 0,
"testnet-croeseid-4": 0,
"testnet-croeseid-4": 14857500,

Check failure on line 8 in app/forks.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofmt`-ed with `-s` (gofmt)
"tempcrypto-org-chain-mainnet-dryrun-1": 6782000,
}

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

0 comments on commit c9bcc4a

Please sign in to comment.