Skip to content

Commit

Permalink
fix: use genesis init data for masterchef (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Sep 17, 2024
1 parent abbbda1 commit 40e67ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/update-genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ func UpdateGenesis(validatorBalance, homePath, genesisFilePath string) {
// update stablestake
// genesis.AppState.StableStake = genesisInit.AppState.StableStake

// update masterchef
genesis.AppState.Masterchef = genesisInit.AppState.Masterchef

// temporary fix
// genesis.InitialHeight = "0"

Expand Down

0 comments on commit 40e67ff

Please sign in to comment.