From 6bbb147405a21ff8c1a374e7d5ac07118d1ac306 Mon Sep 17 00:00:00 2001 From: Isah Idris Date: Thu, 26 Sep 2024 15:55:53 +0000 Subject: [PATCH] configured git submodule --- .gitmodules | 2 +- contracts | 2 +- .../config/committee_update_mainnet.json | 21 +++++++++++++++ .../committee_update_verifier_mainnet.json | 12 +++++++++ .../config/sync_step_mainnet.json | 27 +++++++++++++++++++ .../config/sync_step_verifier_mainnet.json | 12 +++++++++ 6 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 lightclient-circuits/config/committee_update_mainnet.json create mode 100644 lightclient-circuits/config/committee_update_verifier_mainnet.json create mode 100644 lightclient-circuits/config/sync_step_mainnet.json create mode 100644 lightclient-circuits/config/sync_step_verifier_mainnet.json diff --git a/.gitmodules b/.gitmodules index fa69608c..1f803bce 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "contracts"] path = contracts - url = https://github.com/ChainSafe/spectre-contracts + url = https://github.com/ChainSafe/spectre-contracts.git diff --git a/contracts b/contracts index 4e972c54..a5d8d270 160000 --- a/contracts +++ b/contracts @@ -1 +1 @@ -Subproject commit 4e972c5410cf4235c0b48295f54a02418d86cc67 +Subproject commit a5d8d270ffa0d67e92770a7bcaa0acdfff76633b diff --git a/lightclient-circuits/config/committee_update_mainnet.json b/lightclient-circuits/config/committee_update_mainnet.json new file mode 100644 index 00000000..0b9df49b --- /dev/null +++ b/lightclient-circuits/config/committee_update_mainnet.json @@ -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 + ] + ] +} \ No newline at end of file diff --git a/lightclient-circuits/config/committee_update_verifier_mainnet.json b/lightclient-circuits/config/committee_update_verifier_mainnet.json new file mode 100644 index 00000000..c38fdce4 --- /dev/null +++ b/lightclient-circuits/config/committee_update_verifier_mainnet.json @@ -0,0 +1,12 @@ +{ + "params": { + "degree": 24, + "num_advice": 1, + "num_lookup_advice": 1, + "num_fixed": 1, + "lookup_bits": 23 + }, + "break_points": [ + [] + ] +} \ No newline at end of file diff --git a/lightclient-circuits/config/sync_step_mainnet.json b/lightclient-circuits/config/sync_step_mainnet.json new file mode 100644 index 00000000..6a5bf496 --- /dev/null +++ b/lightclient-circuits/config/sync_step_mainnet.json @@ -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 + ] + ] +} \ No newline at end of file diff --git a/lightclient-circuits/config/sync_step_verifier_mainnet.json b/lightclient-circuits/config/sync_step_verifier_mainnet.json new file mode 100644 index 00000000..f64047ee --- /dev/null +++ b/lightclient-circuits/config/sync_step_verifier_mainnet.json @@ -0,0 +1,12 @@ +{ + "params": { + "degree": 23, + "num_advice": 1, + "num_lookup_advice": 1, + "num_fixed": 1, + "lookup_bits": 19 + }, + "break_points": [ + [] + ] +} \ No newline at end of file