Polkadot Release Analysis v0.9.34

PR #6372 in this release modifies the following values

pub const QUID: Balance = UNITS / 30;
pub const CENTS: Balance = QUID / 100;

This introduces a change of factor 10x in the derivative values. Even though this is a change in Kusama constants, common good chains as Statemine pull these values.

This might require chains to adjust the construction of XCM messages being sent to networks pulling the changes accordingly.