mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
update BaseXcmWegiht to match Kusama (#3911)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user