You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Using the network provers will use the real SP1 verifier contract which is also deployed together in the Kurtosis devnet.
18
20
# A mock verifier is used otherwise.
@@ -23,8 +25,6 @@ args:
23
25
op_succinct_agglayer: true
24
26
# Proof type. Must match the verifier gateway contract type. Options: "plonk", "groth16", "compressed", "core"
25
27
op_succinct_agg_proof_mode: "compressed"
26
-
# The maximum number of blocks to include in each span proof. For chains with high throughput, you need to decrease this value.
27
-
op_succinct_proposer_span_proof: "60"
28
28
# The minimum interval in L2 blocks at which checkpoints must be submitted. An aggregation proof can be posted for any range larger than this interval.
29
29
op_succinct_submission_interval: "1"
30
30
# The maximum number of concurrent proof requests to send to the `op-succinct-server`
@@ -36,27 +36,30 @@ args:
36
36
# The number following the "-" should be identical to network_params.name
37
37
deployment_suffix: "-001"
38
38
zkevm_rollup_id: 1
39
+
# Size of the range proof.
40
+
op_succinct_range_proof_interval: "1800"
39
41
# OP Networks rely on L1 blocks to have finalization on L2. This means if the L1 blocktime is very fast, OP Succinct proof requests will have to bundle many L1 blocks into a single proof.
40
42
# This will significantly increase cycles even if the L2 network is empty. Instead of having 2s, for OP Succinct deployments, we recommend 12s.
41
43
# Note this will noticeably increase the deployment time because of the increased L1 finality.
42
-
l1_seconds_per_slot: 2# TEMPORARY - DO NOT MERGE
44
+
l1_seconds_per_slot: 12
43
45
additional_services:
44
46
- bridge_spammer
45
47
46
48
optimism_package:
47
49
# We need this for pre-deployed allocs https://github.com/ethpandaops/optimism-package/compare/main...xavier-romero:optimism-package:main#diff-c479a5b20e37b19a976045939f01e8a6deb6a062a147e08b81049469d512d00cR235
# Using the network provers will use the real SP1 verifier contract which is also deployed together in the Kurtosis devnet.
@@ -23,8 +24,6 @@ args:
23
24
op_succinct_agglayer: true
24
25
# Proof type. Must match the verifier gateway contract type. Options: "plonk", "groth16", "compressed", "core"
25
26
op_succinct_agg_proof_mode: "compressed"
26
-
# The maximum number of blocks to include in each span proof. For chains with high throughput, you need to decrease this value.
27
-
op_succinct_proposer_span_proof: "60"
28
27
# The minimum interval in L2 blocks at which checkpoints must be submitted. An aggregation proof can be posted for any range larger than this interval.
29
28
op_succinct_submission_interval: "1"
30
29
# The maximum number of concurrent proof requests to send to the `op-succinct-server`
@@ -37,6 +36,8 @@ args:
37
36
# The number following the "-" should be identical to network_params.name
38
37
deployment_suffix: "-001"
39
38
zkevm_rollup_id: 1
39
+
# Size of the range proof.
40
+
op_succinct_range_proof_interval: "60"
40
41
# OP Networks rely on L1 blocks to have finalization on L2. This means if the L1 blocktime is very fast, OP Succinct proof requests will have to bundle many L1 blocks into a single proof.
41
42
# This will significantly increase cycles even if the L2 network is empty. Instead of having 2s, for OP Succinct deployments, we recommend 12s.
42
43
# Note this will noticeably increase the deployment time because of the increased L1 finality.
@@ -47,17 +48,17 @@ args:
47
48
optimism_package:
48
49
# We need this for pre-deployed allocs https://github.com/ethpandaops/optimism-package/compare/main...xavier-romero:optimism-package:main#diff-c479a5b20e37b19a976045939f01e8a6deb6a062a147e08b81049469d512d00cR235
# Arbitrary key for the SP1 prover. Replace with a valid SPN key if you want to use the network provers.
11
11
# cast wallet private-key --mnemonic "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
# We need this for pre-deployed allocs https://github.com/ethpandaops/optimism-package/compare/main...xavier-romero:optimism-package:main#diff-c479a5b20e37b19a976045939f01e8a6deb6a062a147e08b81049469d512d00cR235
0 commit comments