Skip to content

Commit

Permalink
Merge branch 'outbound-queue-v2' into outbound-queue-v2-with-system-f…
Browse files Browse the repository at this point in the history
…rontend
  • Loading branch information
yrong committed Dec 13, 2024
2 parents 97df625 + b67f89a commit e1519a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ use frame_support::parameter_types;
use parachains_common::{AccountId, AuraId, Balance};
use snowbridge_pallet_ethereum_client::WeightInfo;
use sp_core::{bytes::to_hex, H160};
use sp_keyring::AccountKeyring::Alice;
use sp_runtime::{
generic::{Era, SignedPayload},
AccountId32,
Expand All @@ -44,6 +43,7 @@ parameter_types! {
}

fn collator_session_keys() -> bridge_hub_test_utils::CollatorSessionKeys<Runtime> {
use sp_keyring::Sr25519Keyring::Alice;
bridge_hub_test_utils::CollatorSessionKeys::new(
AccountId::from(Alice),
AccountId::from(Alice),
Expand Down

0 comments on commit e1519a8

Please sign in to comment.