From e6f459a439550b60f6ef200fa634c54cbca4e64e Mon Sep 17 00:00:00 2001 From: harisang Date: Sun, 21 Jun 2026 03:10:17 +0300 Subject: [PATCH] update settle call block deadline --- .../core/auctions/competition_rules.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/cow-protocol/reference/core/auctions/competition_rules.md b/docs/cow-protocol/reference/core/auctions/competition_rules.md index 13fea7d9a..ddf62bc55 100644 --- a/docs/cow-protocol/reference/core/auctions/competition_rules.md +++ b/docs/cow-protocol/reference/core/auctions/competition_rules.md @@ -59,14 +59,15 @@ All solvers participating in the solver competition must abide by certain rules. The deadline for solutions depends on the network and is set as a specific number of blocks after the current block at the time of sending the settle request to the solver: - Mainnet: 3 blocks -- Arbitrum: 40 blocks -- Gnosis chain: 5 blocks -- Base: 20 blocks -- Avalanche: 20 blocks -- Polygon: 20 blocks -- BNB: 40 blocks -- Linea: 20 blocks -- Plasma: 20 blocks +- Gnosis chain: 3 blocks +- Arbitrum: 11 blocks +- Base: 4 blocks +- Avalanche: 8 blocks +- Polygon: 8 blocks +- BNB: 5 blocks +- Linea: 4 blocks +- Plasma: 5 blocks +- Ink: 5 blocks :::