Skip to content

Commit

Permalink
Add missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed Sep 26, 2023
1 parent 3344af8 commit 83ac412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export const MAX_WEI = '99999999999999999999999';
export const SAFE_LAST_VERSION = '1.3.0';
export const SAFE_CRC_VERSION = '1.1.1';

// Launch date
export const CIRCLES_INCEPTION_TIMESTAMP = new Date('2020-10-15T00:00:00.000Z');

// Percentage value that defines when there is no trust at all
export const NO_LIMIT_PERCENTAGE = 0;

Expand Down

0 comments on commit 83ac412

Please sign in to comment.