--- a/pallets/nonfungible/src/erc.rs +++ b/pallets/nonfungible/src/erc.rs @@ -33,7 +33,10 @@ use pallet_evm_coder_substrate::dispatch_to_evm; use sp_std::vec::Vec; use pallet_common::{ - erc::{CommonEvmHandler, PrecompileResult, CollectionCall, static_property::{key, value as property_value}}, + erc::{ + CommonEvmHandler, PrecompileResult, CollectionCall, + static_property::{key, value as property_value}, + }, CollectionHandle, CollectionPropertyPermissions, }; use pallet_evm::{account::CrossAccountId, PrecompileHandle}; --- a/pallets/unique/src/eth/mod.rs +++ b/pallets/unique/src/eth/mod.rs @@ -28,7 +28,10 @@ use frame_support::traits::Get; use pallet_common::{ CollectionById, - erc::{static_property::{key, value as property_value}, CollectionHelpersEvents}, + erc::{ + static_property::{key, value as property_value}, + CollectionHelpersEvents, + }, }; use crate::{SelfWeightOf, Config, weights::WeightInfo};