Skip to content

Commit

Permalink
fix protogen & register storeKey
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Nov 13, 2023
1 parent e3bc02f commit 00ea256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ func NewMigalooApp(
feegrant.StoreKey, authzkeeper.StoreKey, wasm.StoreKey, icahosttypes.StoreKey,
icacontrollertypes.StoreKey, intertxtypes.StoreKey, ibcfeetypes.StoreKey, tokenfactorytypes.StoreKey,
alliancemoduletypes.StoreKey, ibchookstypes.StoreKey,
feeburnmoduletypes.StoreKey,
)
tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey)
memKeys := sdk.NewMemoryStoreKeys(capabilitytypes.MemStoreKey)
Expand Down
2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done
cd ..

# move proto files to the right places
cp -r github.com/White-Whale-Defi-Platform/migaloo-chain/x/* ./
cp -r github.com/White-Whale-Defi-Platform/migaloo-chain/x ./
rm -rf github.com

go mod tidy

0 comments on commit 00ea256

Please sign in to comment.