mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Reduce Kusama Fees / Deposits by 50x (#2451)
* Reduce the value of DOLLARS by 50x * Update lib.rs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user