Skip to content

Commit c78bbf8

Browse files
committed
chore: increase skyway batch TTL
1 parent 17abe43 commit c78bbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/skyway/keeper/batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (k Keeper) BuildOutgoingTXBatch(
102102

103103
func (k Keeper) getBatchTimeoutHeight(ctx context.Context) uint64 {
104104
sdkCtx := sdk.UnwrapSDKContext(ctx)
105-
return uint64(sdkCtx.BlockTime().Add(10 * time.Minute).Unix())
105+
return uint64(sdkCtx.BlockTime().Add(60 * time.Minute).Unix())
106106
}
107107

108108
// OutgoingTxBatchExecuted is run when the Cosmos chain detects that a batch has been executed on Ethereum

0 commit comments

Comments
 (0)