Skip to content

fix: raise HPP mainnet deploy gasLimit to 60M#355

Merged
yashvanthbl137-crypto merged 1 commit into
masterfrom
CGD-190-hpp-gaslimit-increment
May 4, 2026
Merged

fix: raise HPP mainnet deploy gasLimit to 60M#355
yashvanthbl137-crypto merged 1 commit into
masterfrom
CGD-190-hpp-gaslimit-increment

Conversation

@yashvanthbl137-crypto
Copy link
Copy Markdown
Contributor

@yashvanthbl137-crypto yashvanthbl137-crypto commented May 4, 2026

Setting 60M provides headroom above the worst observed gas usage (~11.35M on Apr 21 2026) while staying well within HPP's block gas limit (~1.1 quadrillion).

verified locally:
https://explorer.hpp.io/address/0x99dA2D8CA42E0dC33FaD96D9B3595DfE196aE341?tab=txs
https://explorer.hpp.io/address/0xd01774E2E0dA019fbE61d30d6aa1abC5794F7b6F?tab=txs

Ticket: CGD-190

HPP is an OP-stack rollup where total gasUsed = L2 execution + L1 data
fee. The L1 data fee is volatile and driven by Ethereum mainnet
conditions. The previous 16M limit was insufficient when L1 fees spiked,
causing OOG failures that consumed the deployer nonce without deploying
the contract.

Setting 60M provides headroom above the worst observed gas usage
(~11.35M on Apr 21 2026) while staying well within HPP's block gas
limit (~1.1 quadrillion).

Ticket: CGD-190

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 4, 2026

@yashvanthbl137-crypto yashvanthbl137-crypto marked this pull request as ready for review May 4, 2026 08:21
@yashvanthbl137-crypto yashvanthbl137-crypto merged commit 0563f32 into master May 4, 2026
4 checks passed
@yashvanthbl137-crypto yashvanthbl137-crypto deleted the CGD-190-hpp-gaslimit-increment branch May 4, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants