Skip to content

Commit df0de1d

Browse files
committed
upd upgrade name
1 parent 4074f2f commit df0de1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/upgrades/v6.0.0/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
// UpgradeName defines the on-chain upgrade name.
16-
UpgradeName = "v6.0.0"
16+
UpgradeName = "v6.0.0-rc0"
1717

1818
// DropNtrnDenom is the denom of the Drop's NTRN token.
1919
DropNtrnDenom = "factory/neutron1ytalpjvxz7njekfep97sss2s83ezw6q8lt9spsvnd2d43ygys9gssy7ept/udntrn"

app/upgrades/v6.0.0/upgrades.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55
"encoding/json"
66
"fmt"
7+
78
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
89

910
"cosmossdk.io/math"

0 commit comments

Comments
 (0)