Skip to content

Commit

Permalink
reduce trust requirement from 3 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
shorn-gnosis committed Apr 16, 2024
1 parent dc6edac commit d3f5812
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 d3f5812

Please sign in to comment.