ZK Stack - Managing Blob Fees #833
-
Team or ProjectNo response Module Affected
Rust Version1.75.0 Operating System
Issue DescriptionUser - "We are testing an Elastic Chain rollup, which anchors on Holesky, and we got into some crazy priority fees when trying to submit blobs, like 2000eth per batch. And this is very interesting how to manage such a situation, and how to prevent. Expected BehaviorSet max limit or other work arounds such as validium mode with off-chain DA Current BehaviorWould pay high blob fees Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It seems you are encountering high priority fees for submitting blobs in an Elastic Chain rollup. To manage and potentially reduce these costs, you can refer to the ZKsync documentation on fee structures and gas pricing. Here are some specific sections that might be helpful:
These documents should help you understand the fee mechanisms better and explore potential solutions like setting maximum limits or using off-chain data availability (Validium mode) to manage costs effectively. For more in-depth discussions and assistance, you can also visit the ZKsync developers discussions on Github: 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.
-
Hi, @MikelinoZk! Do you believe it's an issue with Holesky network or a bug with ZK Stack? It would also be helpful if you provide more details / reproducible code examples for your issue, so that we can help you debug this! |
Beta Was this translation helpful? Give feedback.
-
What are the nominator and denominator you have set while creating ecosystem? Possibly, your nominator and denominator are set incorrectly. I had this problem in the past when I set these values incorrectly which results in very high fee around 2300. I fixed it by updating values to 1:1 From Docs
|
Beta Was this translation helpful? Give feedback.
What are the nominator and denominator you have set while creating ecosystem? Possibly, your nominator and denominator are set incorrectly. I had this problem in the past when I set these values incorrectly which results in very high fee around 2300. I fixed it by updating values to 1:1
From Docs