[ZK Stack] - Change L1 block range #709
-
Module Affected
Rust Version1.80.1 Operating System
Issue DescriptionI'm using chainstack growth plan for L1 RPC, and it has block range capping of 10,000 blocks for eth_getLogs. Is there any way I can change the L1 genesis block while querying the sepolia using chain stack RPC. I can see that it's always starting querying from Due to block range capping, the L2 is failing, And 400 is coming from chainstack. Expected BehaviorL2 server should be able to run properly. Current BehaviorUnable to process requests. Repository Link (if applicable)No response Additional Details
This is similar to my current issue. I've redeployed with the mentioned changes, but now the gas price is coming as 0, from RPC. Causing error downstream Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
To address the issue of the block range limit exceeding when using the Chainstack RPC for querying logs on Sepolia, you can adjust the Here are the steps you can follow to modify the
By following these steps, you should be able to work within the constraints of the Chainstack RPC service and avoid the block range limit errors, allowing your L2 server to function correctly. If the issue persists, consider reaching out to Chainstack support for more tailored assistance regarding their service limitations. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hey @Jishnu-Nandhiath! I understand that redeploying with the fix mentioned in the other issue has resolved you original issue and now you're facing the exact same issue mentioned here. If this is the case, then, unfortunately, the response is the same as in the other thread, we do not support the Chainstack RPC as it doesn't adhere to Ethereum JSON-RPC Specification. |
Beta Was this translation helpful? Give feedback.
-
Hey @shahar4! I understood, the issue regarding chain stack. Can you please explain how to change block range while querying the L1 using eth_getLogs |
Beta Was this translation helpful? Give feedback.
Hey @Jishnu-Nandhiath! I understand that redeploying with the fix mentioned in the other issue has resolved you original issue and now you're facing the exact same issue mentioned here.
If this is the case, then, unfortunately, the response is the same as in the other thread, we do not support the Chainstack RPC as it doesn't adhere to Ethereum JSON-RPC Specification.