Skip to content

Commit

Permalink
fix: default param
Browse files Browse the repository at this point in the history
  • Loading branch information
Senna46 committed Jun 12, 2023
1 parent a7b213a commit 3ae873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/yieldaggregator/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewParams(

// DefaultParams returns a default set of parameters
func DefaultParams() Params {
return NewParams(sdk.ZeroDec(), sdk.NewInt64Coin("stake", 1000), sdk.NewInt64Coin("stake", 1000))
return NewParams(sdk.MustNewDecFromStr("0.001"), sdk.NewInt64Coin("uguu", 10000000), sdk.NewInt64Coin("uguu", 1000000))
}

// ParamSetPairs get the params.ParamSet
Expand Down

0 comments on commit 3ae873e

Please sign in to comment.