From 062eeb9f7991fa84c2941e0ad70ba3226ad1ab40 Mon Sep 17 00:00:00 2001 From: Uriel Mihura <43704209+uri-99@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:09:10 -0300 Subject: [PATCH] fix: zkquiz proof submitions (#1597) --- batcher/aligned-sdk/src/core/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batcher/aligned-sdk/src/core/constants.rs b/batcher/aligned-sdk/src/core/constants.rs index d45189000..b7a253f7a 100644 --- a/batcher/aligned-sdk/src/core/constants.rs +++ b/batcher/aligned-sdk/src/core/constants.rs @@ -8,7 +8,7 @@ pub const CONSTANT_GAS_COST: u128 = + BATCHER_SUBMISSION_BASE_GAS_COST; pub const DEFAULT_MAX_FEE_PER_PROOF: u128 = ADDITIONAL_SUBMISSION_GAS_COST_PER_PROOF * 100_000_000_000; // gas_price = 100 Gwei = 0.0000001 ether (high gas price) -pub const CONNECTION_TIMEOUT: u64 = 5; // 5 secs +pub const CONNECTION_TIMEOUT: u64 = 30; // 30 secs // % modifiers: (100% is x1, 10% is x0.1, 1000% is x10) pub const RESPOND_TO_TASK_FEE_LIMIT_PERCENTAGE_MULTIPLIER: u128 = 250; // fee_for_aggregator -> respondToTaskFeeLimit modifier