Skip to content

Commit 95dddc1

Browse files
committed
fix: update zisk vk and max wait
1 parent d9e77f8 commit 95dddc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zkvm_execution_layer/src/ethproofs_demo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub async fn fetch_proof_from_ethproofs(
6060
block_hash: types::ExecutionBlockHash,
6161
cluster: String,
6262
) -> Result<Vec<Ethproof>, String> {
63-
const MAX_WAIT_TIME_SECS: u64 = 20;
63+
const MAX_WAIT_TIME_SECS: u64 = 30;
6464
const INITIAL_DELAY_MS: u64 = 100;
6565
const MAX_DELAY_MS: u64 = 5000;
6666

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ç�=���-"�K�}�)�i�h�1x��%��L
1+
Xk���Y r��AZ䦎� *������

0 commit comments

Comments
 (0)