Skip to content

Commit

Permalink
Fix migrate SC command
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Oct 2, 2024
1 parent cc5d533 commit a678242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/migration/sc/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var Keys = sdk.NewKVStoreKeys(
minttypes.StoreKey, distrtypes.StoreKey, slashingtypes.StoreKey,
govtypes.StoreKey, paramstypes.StoreKey, ibchost.StoreKey, upgradetypes.StoreKey, feegrant.StoreKey,
evidencetypes.StoreKey, ibctransfertypes.StoreKey, capabilitytypes.StoreKey, oracletypes.StoreKey,
evmtypes.StoreKey, wasm.StoreKey, epochmoduletypes.StoreKey, tokenfactorytypes.StoreKey, "dex",
evmtypes.StoreKey, wasm.StoreKey, epochmoduletypes.StoreKey, tokenfactorytypes.StoreKey,
)

func NewMigrator(homeDir string, db dbm.DB) *Migrator {
Expand Down

0 comments on commit a678242

Please sign in to comment.