diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ea8f43c..ababd6ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Bug Fixes +- [#668](https://github.com/persistenceOne/pstake-native/pull/668) Update ICA timeout. - [#665](https://github.com/persistenceOne/pstake-native/pull/665) LSM deposit timeout fix. ## [v2.4.0] - 2023-09-13 diff --git a/x/liquidstakeibc/types/keys.go b/x/liquidstakeibc/types/keys.go index 6861b228c..866344aa4 100644 --- a/x/liquidstakeibc/types/keys.go +++ b/x/liquidstakeibc/types/keys.go @@ -45,7 +45,7 @@ const ( IBCTimeoutHeightIncrement uint64 = 1000 - ICATimeoutTimestamp = 15 * time.Minute + ICATimeoutTimestamp = 120 * time.Minute IBCPrefix = transfertypes.DenomPrefix + "/"