mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
update BaseXcmWegiht to match Kusama (#3911)
This commit is contained in:
@@ -627,7 +627,7 @@ type LocalOriginConverter = (
|
||||
);
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user