-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(passport-gated): stamps as optional parameter #4279
Conversation
@santteegt is attempting to deploy a commit to the snapshot Team on Vercel. A member of the Team first needs to authorize it. |
This is an open source contribution. I'd appreciate it if you guys add the |
Why this is closed 🤔 |
Must have been a miss click |
@@ -741,7 +741,7 @@ | |||
"passport-gated": { | |||
"label": "Gitcoin Passport gated", | |||
"description": "Protect your space from spam by requiring users to have a Gitcoin Passport to create a proposal.", | |||
"invalidMessage": "You need a Gitcoin Passport with score above {scoreThreshold} and {operator} of the following stamps to vote on this proposal: {stamps}. " | |||
"invalidMessage": "You need a Gitcoin Passport with score above {scoreThreshold} and {operator} of the following stamps to create a proposal: {stamps}. " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this still be used inside proposal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"invalidMessage": "You need a Gitcoin Passport with score above {scoreThreshold} and {operator} of the following stamps to create a proposal: {stamps}. " | |
"invalidMessage": "You need a Gitcoin Passport with a score above {scoreThreshold} and {operator} of the following stamps: {stamps}. " |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Continued here as I couldn't edit this PR #4357 |
Summary
Update
passport-gated
info/warning messages and initial parameter setup to cover the latest updates introduced in snapshot-labs/snapshot-strategies#1309