Skip to content

Commit

Permalink
configured git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Sep 26, 2024
1 parent 900f8f2 commit 6bbb147
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "contracts"]
path = contracts
url = https://github.com/ChainSafe/spectre-contracts
url = https://github.com/ChainSafe/spectre-contracts.git
2 changes: 1 addition & 1 deletion contracts
21 changes: 21 additions & 0 deletions lightclient-circuits/config/committee_update_mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"params": {
"k": 20,
"num_advice_per_phase": [
2
],
"num_fixed": 1,
"num_lookup_advice_per_phase": [
0,
0,
0
],
"lookup_bits": 19,
"num_instance_columns": 1
},
"break_points": [
[
1048566
]
]
}
12 changes: 12 additions & 0 deletions lightclient-circuits/config/committee_update_verifier_mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"params": {
"degree": 24,
"num_advice": 1,
"num_lookup_advice": 1,
"num_fixed": 1,
"lookup_bits": 23
},
"break_points": [
[]
]
}
27 changes: 27 additions & 0 deletions lightclient-circuits/config/sync_step_mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"params": {
"k": 21,
"num_advice_per_phase": [
8
],
"num_fixed": 1,
"num_lookup_advice_per_phase": [
1,
0,
0
],
"lookup_bits": 20,
"num_instance_columns": 1
},
"break_points": [
[
2097142,
2097140,
2097140,
2097140,
2097140,
2097140,
2097142
]
]
}
12 changes: 12 additions & 0 deletions lightclient-circuits/config/sync_step_verifier_mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"params": {
"degree": 23,
"num_advice": 1,
"num_lookup_advice": 1,
"num_fixed": 1,
"lookup_bits": 19
},
"break_points": [
[]
]
}

0 comments on commit 6bbb147

Please sign in to comment.