Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
relayer progress
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Sep 9, 2024
1 parent 241c644 commit 29df723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bridges/snowbridge/pallets/ethereum-client/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ use crate::config::{EPOCHS_PER_SYNC_COMMITTEE_PERIOD, SLOTS_PER_EPOCH, SLOTS_PER
use frame_support::{assert_err, assert_noop, assert_ok, pallet_prelude::Pays};
use hex_literal::hex;
use snowbridge_beacon_primitives::{
types::deneb, Fork, ForkVersions, NextSyncCommitteeUpdate, VersionedExecutionPayloadHeader,
merkle_proof::{generalized_index_length, subtree_index},
types::deneb,
Fork, ForkVersions, NextSyncCommitteeUpdate, VersionedExecutionPayloadHeader,
};
use snowbridge_core::inbound::{VerificationError, Verifier};
use sp_core::H256;
use sp_runtime::DispatchError;
use snowbridge_beacon_primitives::merkle_proof::{generalized_index_length, subtree_index};

/// Arbitrary hash used for tests and invalid hashes.
const TEST_HASH: [u8; 32] =
Expand Down

0 comments on commit 29df723

Please sign in to comment.