Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update to EthereumSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Nov 30, 2023
1 parent 4eefd60 commit 42367d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ impl snowbridge_inbound_queue::Config for Runtime {
type MessageConverter = MessageToXcm<CreateAssetCall, CreateAssetDeposit, AccountId, Balance>;
type WeightToFee = WeightToFee;
type WeightInfo = weights::snowbridge_inbound_queue::WeightInfo<Runtime>;
type PricingParameters = EthereumControl;
type PricingParameters = EthereumSystem;
}

impl snowbridge_outbound_queue::Config for Runtime {
Expand All @@ -552,7 +552,7 @@ impl snowbridge_outbound_queue::Config for Runtime {
type Balance = Balance;
type WeightToFee = WeightToFee;
type WeightInfo = weights::snowbridge_outbound_queue::WeightInfo<Runtime>;
type PricingParameters = EthereumControl;
type PricingParameters = EthereumSystem;
}

#[cfg(not(feature = "beacon-spec-mainnet"))]
Expand Down

0 comments on commit 42367d6

Please sign in to comment.