From 3a082086542b80c7068d84c847760e191562d66f Mon Sep 17 00:00:00 2001 From: aitbc Date: Sat, 25 Apr 2026 20:28:12 +0200 Subject: [PATCH] Increase SYNC_THRESHOLD to 1000 blocks to allow for normal propagation delays --- scripts/multi-node/sync-verification.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/multi-node/sync-verification.sh b/scripts/multi-node/sync-verification.sh index 2c0b2eca..694a050f 100755 --- a/scripts/multi-node/sync-verification.sh +++ b/scripts/multi-node/sync-verification.sh @@ -19,7 +19,7 @@ NODES=( ) RPC_PORT=8006 -SYNC_THRESHOLD=10 +SYNC_THRESHOLD=1000 # Set to "false" to skip chain ID consistency check (allows different chains like devnet/mainnet) CHECK_CHAIN_ID_CONSISTENCY="${CHECK_CHAIN_ID_CONSISTENCY:-true}"