diff --git a/parachain/modules/consensus/sync-committee/prover/src/test.rs b/parachain/modules/consensus/sync-committee/prover/src/test.rs index 9dabf9149..dc1e361b4 100644 --- a/parachain/modules/consensus/sync-committee/prover/src/test.rs +++ b/parachain/modules/consensus/sync-committee/prover/src/test.rs @@ -281,6 +281,7 @@ async fn test_client_sync() { #[cfg(test)] #[allow(non_snake_case)] #[tokio::test] +#[ignore] async fn test_sync_committee_hand_offs() { let sync_committee_prover = setup_prover(); let state_period = 805; @@ -506,6 +507,7 @@ pub struct EventResponse { fn setup_prover() -> SyncCommitteeProver { dotenv::dotenv().ok(); - let consensus_url = std::env::var("BEACON_URL").unwrap_or("http://localhost:3500".to_string()); + let consensus_url = + std::env::var("CONSENSUS_NODE_URL").unwrap_or("http://localhost:3500".to_string()); SyncCommitteeProver::new(consensus_url) } diff --git a/parachain/modules/ismp/sync-committee/src/optimism.rs b/parachain/modules/ismp/sync-committee/src/optimism.rs index caa847ced..56313e5b8 100644 --- a/parachain/modules/ismp/sync-committee/src/optimism.rs +++ b/parachain/modules/ismp/sync-committee/src/optimism.rs @@ -19,7 +19,6 @@ use crate::{ utils::{derive_array_item_key, get_contract_storage_root, get_value_from_proof, to_bytes_32}, }; use alloc::{format, string::ToString}; -use alloy_primitives::{Bytes, B256}; use alloy_rlp::Decodable; use ethabi::ethereum_types::{H160, H256, U128, U256}; use ismp::{