Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary0809 authored Jul 31, 2024
1 parent 2a868cd commit f6b3d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ mod weights;
pub mod xcm_config;
pub mod xcms;

use pallet_evm::AddressMapping;
use codec::{Decode, Encode, MaxEncodedLen};
use core::ops::Div;
use pallet_evm::AddressMapping;

use cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases;
use cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases;
Expand Down

0 comments on commit f6b3d59

Please sign in to comment.