Skip to content

Commit

Permalink
Merge branch 'snowbridge' into ron/sno-472
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Jul 18, 2023
2 parents 1dc3b87 + 4a26913 commit a459412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ impl snowbridge_inbound_queue::Config for Runtime {
type Reward = Reward;
type Verifier = snowbridge_ethereum_beacon_client::Pallet<Runtime>;
type XcmSender = XcmRouter;
type WeightInfo = ();
type WeightInfo = weights::snowbridge_inbound_queue::WeightInfo<Runtime>;
type AllowListLength = ConstU32<8>;
#[cfg(feature = "runtime-benchmarks")]
type Helper = Runtime;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub mod pallet_xcm;
pub mod paritydb_weights;
pub mod rocksdb_weights;
pub mod snowbridge_ethereum_beacon_client;
pub mod snowbridge_inbound_queue;
pub mod xcm;

pub use block_weights::constants::BlockExecutionWeight;
Expand Down

0 comments on commit a459412

Please sign in to comment.