Skip to content

Commit

Permalink
fix(stargate-queries): remove StoreUpgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
SpekalsG3 committed Nov 20, 2024
1 parent 351de9a commit 3881f3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/upgrades/10_0_0/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ package upgrade8_0_0

import (
"context"

Check failure on line 4 in app/upgrades/10_0_0/upgrades.go

View workflow job for this annotation

GitHub Actions / lint

File is not `goimports`-ed with -local github.com/archway-network/archway (goimports)
wasmdTypes "github.com/CosmWasm/wasmd/x/wasm/types"

storetypes "cosmossdk.io/store/types"
upgradetypes "cosmossdk.io/x/upgrade/types"
"github.com/archway-network/archway/app/keepers"
"github.com/archway-network/archway/app/upgrades"
Expand Down Expand Up @@ -35,7 +32,4 @@ var Upgrade = upgrades.Upgrade{
return migrations, nil
}
},
StoreUpgrades: storetypes.StoreUpgrades{
Added: []string{wasmdTypes.StoreKey},
},
}

0 comments on commit 3881f3a

Please sign in to comment.