Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce 3 trusts requirement #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shorn-gnosis
Copy link

No description provided.

@@ -357,7 +357,7 @@

CIRCLES_HUB_ADDRESS = env("HUB_ADDRESS", default="0x" + "0" * 39 + "6")
GRAPH_NODE_ENDPOINT = env("GRAPH_NODE_ENDPOINT", default="")
MIN_TRUST_CONNECTIONS = env("MIN_TRUST_CONNECTIONS", default=3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's one option for changing the variable value. Another option is setting the value of MIN_TRUST_CONNECTIONS in the .env file and deploying the service with any code change but using the value en the .env file. I prefer the second option since it does not require a new service release. What do you think?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full ack.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, then you need to add the variable in the helm templates in https://github.com/CirclesUBI/circles-iac/tree/main/helm/circles-infra-suite

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants