diff --git a/polkadot/runtime/kusama/src/constants.rs b/polkadot/runtime/kusama/src/constants.rs index b529f44740e690c3ca639d3604f4ee62c2266e0b..6b60cb1c9aab6fe988d8020551c01552ffd9ff0d 100644 --- a/polkadot/runtime/kusama/src/constants.rs +++ b/polkadot/runtime/kusama/src/constants.rs @@ -19,7 +19,7 @@ pub mod currency { use primitives::v0::Balance; pub const DOTS: Balance = 1_000_000_000_000; - pub const DOLLARS: Balance = DOTS / 6; + pub const DOLLARS: Balance = DOTS / 300; pub const CENTS: Balance = DOLLARS / 100; pub const MILLICENTS: Balance = CENTS / 1_000;