Reduce Kusama Fees / Deposits by 50x (#2451)

* Reduce the value of DOLLARS by 50x

* Update lib.rs
This commit is contained in:
Shawn Tabrizi
2021-04-09 13:02:11 +02:00
committed by GitHub
parent 322e1f3dff
commit 1111c490db
+1 -1
View File
@@ -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;