Skip to content

Commit

Permalink
Merge pull request #253 from aboutcircles/reduce-trust-requirement
Browse files Browse the repository at this point in the history
reduce trust requirement from 3 to 1
  • Loading branch information
llunaCreixent authored Jul 3, 2024
2 parents 722d37a + d3f5812 commit a998b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const CIRCLES_INCEPTION_TIMESTAMP = new Date('2020-10-15T00:00:00.000Z');
export const NO_LIMIT_PERCENTAGE = 0;

// Minimun trusts required
export const DEFAULT_TRUST_LIMIT = 3;
export const DEFAULT_TRUST_LIMIT = 1;

// Default trust percentage for users
export const DEFAULT_USER_LIMIT_PERCENTAGE = 100;
Expand Down

0 comments on commit a998b6e

Please sign in to comment.