Skip to content

Commit

Permalink
store upgrade for tx boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Aug 29, 2023
1 parent a303cd6 commit 875d202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/upgrades/v5/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package v5
import (
store "github.com/cosmos/cosmos-sdk/store/types"
"github.com/notional-labs/centauri/v5/app/upgrades"
txboundary "github.com/notional-labs/centauri/v5/x/tx-boundary/types"
)

const (
Expand All @@ -14,6 +15,6 @@ var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{},
Added: []string{txboundary.ModuleName},
},
}

0 comments on commit 875d202

Please sign in to comment.