diff --git a/runtime/bifrost/src/lib.rs b/runtime/bifrost/src/lib.rs index 628838892c..8632b39c2d 100644 --- a/runtime/bifrost/src/lib.rs +++ b/runtime/bifrost/src/lib.rs @@ -969,7 +969,7 @@ parameter_types! { pub const SlotLength: BlockNumber = 8u32 as BlockNumber; pub const XcmTransferOrigin: TransferOriginType = TransferOriginType::FromRelayChain; pub XcmWeight: XcmBaseWeight = XCM_WEIGHT.into(); - pub ContributionWeight:XcmBaseWeight = XCM_WEIGHT.into(); + pub ContributionWeight:XcmBaseWeight = 893125000.into(); pub AddProxyWeight:XcmBaseWeight = XCM_WEIGHT.into(); pub ConfirmMuitiSigAccount: AccountId = hex!["d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d"].into(); pub RelaychainSovereignSubAccount: MultiLocation = create_x2_parachain_multilocation(ParachainDerivedProxyAccountType::Salp as u16); @@ -979,7 +979,7 @@ parameter_types! { impl bifrost_salp::Config for Runtime { type BancorPool = Bancor; - type BifrostXcmExecutor = BifrostXcmAdaptor>; + type BifrostXcmExecutor = BifrostXcmAdaptor; type Event = Event; type LeasePeriod = LeasePeriod; type MinContribution = MinContribution;