We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4074f2f commit df0de1dCopy full SHA for df0de1d
app/upgrades/v6.0.0/constants.go
@@ -13,7 +13,7 @@ import (
13
14
const (
15
// UpgradeName defines the on-chain upgrade name.
16
- UpgradeName = "v6.0.0"
+ UpgradeName = "v6.0.0-rc0"
17
18
// DropNtrnDenom is the denom of the Drop's NTRN token.
19
DropNtrnDenom = "factory/neutron1ytalpjvxz7njekfep97sss2s83ezw6q8lt9spsvnd2d43ygys9gssy7ept/udntrn"
app/upgrades/v6.0.0/upgrades.go
@@ -4,6 +4,7 @@ import (
4
"context"
5
"encoding/json"
6
"fmt"
7
+
8
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
9
10
"cosmossdk.io/math"
0 commit comments