Skip to content

Commit

Permalink
Run cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Sep 7, 2024
1 parent 13c7bd5 commit 162d0f9
Show file tree
Hide file tree
Showing 8 changed files with 3,851 additions and 3,769 deletions.
36 changes: 18 additions & 18 deletions container-chains/runtime-templates/simple/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,24 +842,24 @@ impl pallet_automation_time::Config for Runtime {
}

impl pallet_automation_price::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type MaxTasksPerSlot = ConstU32<1>;
type MaxTasksPerAccount = ConstU32<32>;
type MaxTasksOverall = ConstU32<16_384>;
type MaxBlockWeight = MaxBlockWeight;
type MaxWeightPercentage = MaxWeightPercentage;
type WeightInfo = pallet_automation_price::weights::SubstrateWeight<Runtime>;
type ExecutionWeightFee = ExecutionWeightFee;
type Currency = Balances;
type MultiCurrency = Currencies;
type CurrencyId = TokenId;
type XcmpTransactor = XcmpHandler;
type EnsureProxy = AutomationEnsureProxy;
type CurrencyIdConvert = TokenIdConvert;
type FeeConversionRateProvider = FeePerSecondProvider;
type FeeHandler = pallet_automation_price::FeeHandler<Runtime, ToTreasury>;
type UniversalLocation = UniversalLocation;
type SelfParaId = parachain_info::Pallet<Runtime>;
type RuntimeEvent = RuntimeEvent;
type MaxTasksPerSlot = ConstU32<1>;
type MaxTasksPerAccount = ConstU32<32>;
type MaxTasksOverall = ConstU32<16_384>;
type MaxBlockWeight = MaxBlockWeight;
type MaxWeightPercentage = MaxWeightPercentage;
type WeightInfo = pallet_automation_price::weights::SubstrateWeight<Runtime>;
type ExecutionWeightFee = ExecutionWeightFee;
type Currency = Balances;
type MultiCurrency = Currencies;
type CurrencyId = TokenId;
type XcmpTransactor = XcmpHandler;
type EnsureProxy = AutomationEnsureProxy;
type CurrencyIdConvert = TokenIdConvert;
type FeeConversionRateProvider = FeePerSecondProvider;
type FeeHandler = pallet_automation_price::FeeHandler<Runtime, ToTreasury>;
type UniversalLocation = UniversalLocation;
type SelfParaId = parachain_info::Pallet<Runtime>;
}

impl_tanssi_pallets_config!(Runtime);
Expand Down
Loading

0 comments on commit 162d0f9

Please sign in to comment.