-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add support for Gatekeeper Guard #15
base: main
Are you sure you want to change the base?
Conversation
CPASS-670 - Add Gatekeeper
CM-670 - Remove Spec
Someone is attempting to deploy a commit to a Personal Account owned by @MarkSackerberg on Vercel. @MarkSackerberg first needs to authorize it. |
Hey @TYRONEMICHAEL , "gatekeeper": {
"gatekeeperNetwork": "ignREusXmGrscGNUesoU9mxfds9AiYTezUKex2PsZV6",
"expireOnUse": false
} Unfortunately the mint fails with: I assume this is not expected behaviour? |
Hey @MarkSackerberg, I will look into this today. The only difference I see immediately is that my config was set to |
No, I just had to sign the mint TX. |
Strange. That would explain the error then. You need a Gateway Token in
order to mint. So it must be an issue in [here](
https://github.com/MarkSackerberg/umi-cmv3-ui-inofficial/pull/15/files#diff-9fcb2da6f2ba63e8e9702d369f78270fc31628c23ebaf35c5700f5c59da711a9R370).
Do you mind sending me the address of the wallet that you used to test and
maybe the CM config you used? I assume it was on devnet?
…On Fri, Jan 19, 2024 at 8:32 AM MarkSackerberg ***@***.***> wrote:
No, I just had to sign the mint TX.
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJZTFNZ3M2PJJKIUSCTXODYPJ7YJAVCNFSM6AAAAABB5RYLT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBQGUZDINRUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Tyrone Michael Avnit*.
Senior iOS Software Engineer @ Civic Technologies
Github <https://github.com/tyronemichael> | Linkedin
<https://za.linkedin.com/in/tyroneavnit>
+(27) 82-499-3344 | @tyroneavnit <https://twitter.com/tyroneavnit>
|
Hey @MarkSackerberg ,
Thanks for all the work on this. I am creating a PR that adds support for the Gatekeeper Guard. Let me know if you need anything from me?