-
Notifications
You must be signed in to change notification settings - Fork 84
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
Make zkp.ts generic #150
Comments
Hi @Divide-By-0, can i make this an env variable? Or do u want it to be parameter arguments for the incoming functions? |
Both seems good! So we make it param args and when we run main server, we set it from the env. |
Hi @Divide-By-0, I am getting this error when running zkp.test.ts: Error: Error downloading http://localhost:3000/email.zkeyb.gz after 3 retries May i know if i need to start a dev server? Is there docs for that? |
pass LOAD_URL as param, and put LOAD_URL into .env
zk-email-verify/packages/helpers/src/zkp.ts
Line 8 in e709ae8
Make this an argument, not a hardcoded twitter verifier url.
The text was updated successfully, but these errors were encountered: