sphinx-labs / sphinx

DevOps platform for smart contract deployments
https://sphinx.dev/
MIT License
237 stars 15 forks source link

fix(pg): Lower hardcoded merkle leaf gas on Pangolin #1643

Closed RPate97 closed 5 months ago

RPate97 commented 5 months ago

Purpose

Fixes an issue where the hardcoded Merkle leaf gas on Pangolin was greater than the maximum batch on Pangolin. This is a temporary solution.

I think we should discuss and then implement a better solution that takes into account the variable batch size that is set using the getMaxGasLimit function.