From 15190580be8458c74f421b37a796ff1516e678c3 Mon Sep 17 00:00:00 2001 From: Puneet <59960662+puneet2019@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:34:35 +0530 Subject: [PATCH] feat: Update ICA timeout (#668) * update: Update ICA timeout * Update CHANGELOG.md (#669) --- CHANGELOG.md | 2 +- x/liquidstakeibc/types/keys.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed510d35a..03d865b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog ## [Unreleased] - +- [#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 + "/"