Skip to content

Commit

Permalink
auction module name conflicting with comdex auction module
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Feb 15, 2024
1 parent 31def89 commit d2b672b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/auction/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ package types

const (
// ModuleName is the name of the auction module
ModuleName = "auction"
// ModuleName = "auction"
// module name conflicting with comdex auction module
ModuleName = "auctionmev"

// StoreKey is the default store key for the auction module
StoreKey = ModuleName
Expand Down

0 comments on commit d2b672b

Please sign in to comment.