Skip to content

Commit

Permalink
increased evm outtx inclusion timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Feb 6, 2024
1 parent 29eee8d commit 8938b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* [1690](https://github.com/zeta-chain/node/issues/1690) - double watched gas prices and fix btc scheduler
* [1687](https://github.com/zeta-chain/node/pull/1687) - only use EVM supported chains for gas stability pool
* [1692](https://github.com/zeta-chain/node/pull/1692) - fix get params query for emissions module
* [1707](https://github.com/zeta-chain/node/issues/1707) - fix bitcoin fee rate estimation
* [1712](https://github.com/zeta-chain/node/issues/1712) - increase EVM outtx inclusion timeout to 20 minutes

### Tests

Expand Down
2 changes: 1 addition & 1 deletion zetaclient/evm_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
OutTxInclusionTimeout = 10 * time.Minute
OutTxInclusionTimeout = 20 * time.Minute
OutTxTrackerReportTimeout = 10 * time.Minute
ZetaBlockTime = 6500 * time.Millisecond
)
Expand Down

0 comments on commit 8938b23

Please sign in to comment.