Skip to content

Commit

Permalink
f: memo; WIP: Collateral
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 15, 2024
1 parent 54e753d commit 64d9087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/dashjoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ var DashJoin = ('object' === typeof module && exports) || {};

const DENOM_LOWEST = 100001;
const PREDENOM_MIN = DENOM_LOWEST + 193;
const COLLATERAL = 10000; // DENOM_LOWEST / 10

DashJoin.DENOM_LOWEST = DENOM_LOWEST;
DashJoin.COLLATERAL = COLLATERAL;
DashJoin.PREDENOM_MIN = PREDENOM_MIN;
DashJoin.DENOMS = [
100001, // 0.00100001
Expand Down

0 comments on commit 64d9087

Please sign in to comment.