Skip to content

Commit

Permalink
change debug localterra to rebel-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuyenthevinh2000 committed Sep 18, 2023
1 parent fd726e4 commit 6632dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/forks/forks.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func runForkLogicFixMinCommission(ctx sdk.Context, keepers *keepers.AppKeepers,
}

func runForkLogicFixMinCommissionRebel(ctx sdk.Context, keepers *keepers.AppKeepers, mm *module.Manager) {
if ctx.ChainID() != "localterra" {
if ctx.ChainID() != core.RebelChainID {
return
}
forkLogicFixMinCommission(ctx, keepers, mm)
Expand Down

0 comments on commit 6632dbf

Please sign in to comment.