Skip to content

Commit

Permalink
fix: Set LSM bond factor as -1 by default (#751)
Browse files Browse the repository at this point in the history
* set LSM bond factor as -1 by default

* changelog
  • Loading branch information
kruspy authored Jan 25, 2024
1 parent 6c99003 commit 721ede7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Bug Fixes

- [751](https://github.com/persistenceOne/pstake-native/pull/751) Set LSM bond factor as -1 by default.
- [750](https://github.com/persistenceOne/pstake-native/pull/750) Shares to tokens.
- [734](https://github.com/persistenceOne/pstake-native/pull/734) Host chain duplication check.
- [731](https://github.com/persistenceOne/pstake-native/pull/731) Set limit to LSM deposit filtering.
Expand Down
1 change: 1 addition & 0 deletions x/liquidstakeibc/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (k msgServer) RegisterHostChain(
UnstakeFee: msg.UnstakeFee,
RedemptionFee: msg.RedemptionFee,
RedelegationAcceptableDelta: sdktypes.ZeroInt(),
LsmBondFactor: sdktypes.NewDec(-1),
}

hc := &types.HostChain{
Expand Down

0 comments on commit 721ede7

Please sign in to comment.