Skip to content

Commit

Permalink
change config in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Feb 2, 2024
1 parent e36da2e commit 476a9b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions preprocessor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,8 @@ mod tests {
let block = get_block_header(&client, BlockId::Finalized).await.unwrap();
let slot = block.slot;
let period = slot / (32 * 256);
const ROTATE_CONFIG_PATH: &str =
"../lightclient-circuits/config/committee_update_testnet.json";
const STEP_CONFIG_PATH: &str = "../lightclient-circuits/config/sync_step_testnet.json";
const ROTATE_CONFIG_PATH: &str = "../lightclient-circuits/config/committee_update_20.json";
const STEP_CONFIG_PATH: &str = "../lightclient-circuits/config/sync_step_20.json";

println!(
"Fetching light client update at current Slot: {} at Period: {}",
Expand Down

0 comments on commit 476a9b7

Please sign in to comment.