From a67824225b9a2e3dc9e7ffd41750d5f739caad11 Mon Sep 17 00:00:00 2001 From: yzang2019 Date: Wed, 2 Oct 2024 22:44:15 +0800 Subject: [PATCH] Fix migrate SC command --- tools/migration/sc/migrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/migration/sc/migrator.go b/tools/migration/sc/migrator.go index 5eec43a62..57e07345c 100644 --- a/tools/migration/sc/migrator.go +++ b/tools/migration/sc/migrator.go @@ -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 {