[ZK Stack] - Errors with zkstack ecosystem init on Sepolia #914
-
Team or ProjectNo response Module Affected
Rust Version1.82.0 Operating System
Issue DescriptionHello! I'm trying to deploy on Sepolia with Expected BehaviorSuccessful deployment Current BehaviorJust going to copy a couple of examples here Example 1
Example 2: error despite moving > 5 Sepolia ETH to the address
Example 3: too many requests error
For which I'm getting too many requests error
│ your allowed throughput limit. Reduce the amount of requests per second or upgrade for more capacity."}} Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Try Alchemy free tier as well? |
Beta Was this translation helpful? Give feedback.
-
It is not recommended to use public rpcs given the amount of requests so your intuition to use infura and the suggestion above for alchemy as well is correct. To resolve the error of
|
Beta Was this translation helpful? Give feedback.
-
Thank you for taking a look @bogatyy and @dutterbutter! Alchemy so far doesn't complain about too many requests and I think the single address trick for testing is neat. Now when running
|
Beta Was this translation helpful? Give feedback.
Hi @dutterbutter and @sachanayush47, thanks for taking a look.
I did change RPCs along with the wallet addresses and did fund the necessary accounts.
After some experimentation what I found to be working reliably was to get a paid account (infura in my case) and if running first
init
was not successful to continue running theinit
with--resume
flag after encountering "Failure on receiving a receipt for ... error sending request for url ..." errors