Skip to content

Commit

Permalink
feat: Update ICA timeout (#668)
Browse files Browse the repository at this point in the history
* update: Update ICA timeout

* Update CHANGELOG.md (#669)
  • Loading branch information
puneet2019 authored Oct 19, 2023
1 parent f92fced commit 1519058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x/liquidstakeibc/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (

IBCTimeoutHeightIncrement uint64 = 1000

ICATimeoutTimestamp = 15 * time.Minute
ICATimeoutTimestamp = 120 * time.Minute

IBCPrefix = transfertypes.DenomPrefix + "/"

Expand Down

0 comments on commit 1519058

Please sign in to comment.