Skip to content

Commit 062eeb9

Browse files
authored
fix: zkquiz proof submitions (#1597)
1 parent 010e93d commit 062eeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher/aligned-sdk/src/core/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub const CONSTANT_GAS_COST: u128 =
88
+ BATCHER_SUBMISSION_BASE_GAS_COST;
99
pub const DEFAULT_MAX_FEE_PER_PROOF: u128 =
1010
ADDITIONAL_SUBMISSION_GAS_COST_PER_PROOF * 100_000_000_000; // gas_price = 100 Gwei = 0.0000001 ether (high gas price)
11-
pub const CONNECTION_TIMEOUT: u64 = 5; // 5 secs
11+
pub const CONNECTION_TIMEOUT: u64 = 30; // 30 secs
1212

1313
// % modifiers: (100% is x1, 10% is x0.1, 1000% is x10)
1414
pub const RESPOND_TO_TASK_FEE_LIMIT_PERCENTAGE_MULTIPLIER: u128 = 250; // fee_for_aggregator -> respondToTaskFeeLimit modifier

0 commit comments

Comments
 (0)