Skip to content

Commit

Permalink
update consts
Browse files Browse the repository at this point in the history
  • Loading branch information
wpank committed Jul 12, 2022
1 parent ca7780e commit 29d641a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// 10% in per billion type.
export const TEN_PERCENT = 150000000;
/// 15% in per billion type.
export const FIFTEEN_PERCENT = 150000000;

/// 3% in per billion type.
export const THREE_PERCENT = 50000000;
/// 5% in per billion type.
export const FIVE_PERCENT = 50000000;

/// 10 KSM with decimals.
export const TEN_KSM: number = 10 * 10 ** 12;
Expand Down

0 comments on commit 29d641a

Please sign in to comment.