Skip to content

Commit

Permalink
Update constants.js: remove 3 trusts
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent authored May 2, 2024
1 parent 27448b7 commit 9841f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';

export const ISSUANCE_RATE_MONTH = process.env.ISSUANCE_RATE_MONTH || 720; // Time circles
export const PATHFINDER_HOPS_DEFAULT = 3;
export const NEEDED_TRUST_CONNECTIONS = 3;
export const NEEDED_TRUST_CONNECTIONS = 1;

export const ABOUT_URL = 'https://joincircles.net';
export const BUG_REPORTING_URL =
Expand Down

0 comments on commit 9841f8e

Please sign in to comment.