Skip to content

Commit

Permalink
Upgrade version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Satchitananda committed Jul 25, 2024
1 parent d472b64 commit e6176ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ import (
"github.com/ODIN-PROTOCOL/odin-core/app/upgrades/v7_11"
"github.com/ODIN-PROTOCOL/odin-core/app/upgrades/v7_12"
"github.com/ODIN-PROTOCOL/odin-core/app/upgrades/v8_3"
"github.com/ODIN-PROTOCOL/odin-core/app/upgrades/v9_0"
"github.com/ODIN-PROTOCOL/odin-core/app/upgrades/v9_3"
nodeservice "github.com/ODIN-PROTOCOL/odin-core/client/grpc/node"
proofservice "github.com/ODIN-PROTOCOL/odin-core/client/grpc/oracle/proof"
odinbank "github.com/ODIN-PROTOCOL/odin-core/x/bank"
Expand Down Expand Up @@ -235,7 +235,7 @@ var (
v7_11.Upgrade,
v7_12.Upgrade,
v8_3.Upgrade,
v9_0.Upgrade,
v9_3.Upgrade,
}
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v9_0
package v9_3

import (
"context"
Expand Down Expand Up @@ -35,7 +35,7 @@ func CreateUpgradeHandler(
}

var Upgrade = upgrades.Upgrade{
UpgradeName: "v0.9.0",
UpgradeName: "v0.9.3",
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: storetypes.StoreUpgrades{
Added: []string{wasmtypes.StoreKey, wasmlctypes.StoreKey, icqtypes.StoreKey},
Expand Down

0 comments on commit e6176ba

Please sign in to comment.