update BaseXcmWegiht to match Kusama (#3911)

This commit is contained in:
Xiliang Chen
2021-09-24 16:11:20 +12:00
committed by GitHub
parent ccb7bc5c60
commit c19581e72d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ type LocalOriginConverter = (
); );
parameter_types! { parameter_types! {
pub const BaseXcmWeight: Weight = 100_000; pub const BaseXcmWeight: Weight = 1_000_000_000;
} }
/// The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our /// The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our
+1 -1
View File
@@ -952,7 +952,7 @@ type LocalOriginConverter = (
); );
parameter_types! { parameter_types! {
pub const BaseXcmWeight: Weight = 10_000_000; pub const BaseXcmWeight: Weight = 1_000_000_000;
} }
/// The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our /// The XCM router. When we want to send an XCM message, we use this type. It amalgamates all of our