Skip to content

Commit

Permalink
chore: try fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kioqq committed Dec 11, 2023
1 parent b8edb11 commit 6e3b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/coinomics/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var ParamsKey = []byte{0x00}
// constants
const (
// module name
ModuleName = "coinomics"
ModuleName = "coinomics_v2"

// StoreKey to be used when creating the KVStore
StoreKey = ModuleName
Expand Down

0 comments on commit 6e3b515

Please sign in to comment.