This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d391d98
commit 72509fe
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
// SPDX-FileCopyrightText: 2023 Snowfork <[email protected]> | ||
use crate as ethereum_beacon_client; | ||
use crate::config; | ||
use frame_support::{derive_impl, dispatch::DispatchResult, pallet_prelude::Weight, parameter_types}; | ||
use frame_support::{ | ||
derive_impl, dispatch::DispatchResult, pallet_prelude::Weight, parameter_types, | ||
}; | ||
use snowbridge_beacon_primitives::{Fork, ForkVersions}; | ||
use snowbridge_core::inbound::{Log, Proof}; | ||
use sp_std::default::Default; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters