Skip to content

Commit

Permalink
merge: branch 'master' into mainnet/main
Browse files Browse the repository at this point in the history
  • Loading branch information
troian committed Apr 28, 2022
2 parents 1d18f43 + 17a45bf commit 7a3e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/market/types/v1beta2/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var _ paramtypes.ParamSet = (*Params)(nil)

var (
DefaultBidMinDeposit = sdk.NewCoin("uakt", sdk.NewInt(50000000))
DefaultBidMinDeposit = sdk.NewCoin("uakt", sdk.NewInt(5000000))
defaultOrderMaxBids uint32 = 20
maxOrderMaxBids uint32 = 500
)
Expand Down

0 comments on commit 7a3e4a6

Please sign in to comment.