Skip to content

Commit

Permalink
add step mainnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Dec 4, 2023
1 parent 59905bc commit 9cffb75
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions lightclient-circuits/config/sync_step_mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"params": {
"k": 22,
"num_advice_per_phase": [
6
],
"num_fixed": 1,
"num_lookup_advice_per_phase": [
1,
0,
0
],
"lookup_bits": 8,
"num_instance_columns": 1
},
"break_points": [
[
4194292,
4194294,
4194292,
4194293,
4194293
]
]
}

0 comments on commit 9cffb75

Please sign in to comment.