Skip to content

Commit

Permalink
fix: Set default bounds (#753)
Browse files Browse the repository at this point in the history
* set default bounds

* typo
  • Loading branch information
kruspy authored Jan 26, 2024
1 parent c7cc855 commit cdae4fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/liquidstakeibc/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func (k msgServer) RegisterHostChain(
RedemptionFee: msg.RedemptionFee,
RedelegationAcceptableDelta: sdktypes.ZeroInt(),
LsmBondFactor: sdktypes.NewDec(-1),
UpperCValueLimit: sdktypes.MustNewDecFromStr("1.01"),
LowerCValueLimit: sdktypes.MustNewDecFromStr("0.99"),
}

hc := &types.HostChain{
Expand Down

0 comments on commit cdae4fa

Please sign in to comment.