-
Notifications
You must be signed in to change notification settings - Fork 22
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
get 'ECONNREFUSED' when running 'npm run start -- generateProofs' #30
Comments
The
The root problem seems to be
(I added the commas) |
I made another change to increase the max gas fee in hopes that that would allow the test to run. Now I get this error.
My current balance is 0.1 MATIC (100000000000000000 wei) Probably the README should give some information about what sort of real costs will be incurred when running the tests. I went to https://faucet.polygon.technology/ to get some more matic (0.2 POL) - which may not even be enough. I am also a bit confused about the currency units and conversion rates - ETH, POL, Matic, wei, gwei, dollars? |
Yay! After adding the additional funds, I can now run the proof. I probably won't have sufficient funds to run it again though...
|
Describe the bug
I get 'ECONNREFUSED' when running 'npm run start -- generateProofs'
To Reproduce
I am trying to follow the instructions to run the examples in the README. My .env file looks like this (with some values sanitized). I put my metamask wallet key for the WALLET_KEY value, but maybe I should have set it as the THIRD_PARTY_WALLET_KEY.
I get the following error when I run $ npm run start -- generateProofs
Expected behavior
The test should run successfully.
** Environment info (please complete the following information):**
The text was updated successfully, but these errors were encountered: