Conversation
|
Good addition — the stepper format, field table, and two-tier timing (1–2 min / 12 hr) are all clear and useful for an advanced user guide. Four issues to fix before merging:
|
| {% hint style="info" %} | ||
| If `_gasLimit` is too low, the L2 transaction will revert on MegaETH — but your ETH is still delivered to `_to` even on failure. | ||
| The L1 gas fee for submitting the deposit is non-refundable regardless. | ||
| 100 000 is a safe amount for a plain ETH transfer. |
There was a problem hiding this comment.
Nit: "100 000" uses a space as a thousands separator, which is non-standard in English. Use a comma or drop the separator.
| 100 000 is a safe amount for a plain ETH transfer. | |
| 100,000 is a safe amount for a plain ETH transfer. |
|
All four previous threads have been addressed — resolving them now. The guide is solid: stepper structure is correct, the gasLimit/ETH accuracy fix is in place, jargon is cleaned up, and the Sepolia address now has mixed-case checksum formatting. One remaining nit: the hint block uses "100 000" (space as thousands separator), which is non-standard English — see inline comment. |
ReviewGood addition — the guide is accurate, follows the user-layer conventions (plain language, step-by-step, no unnecessary jargon), and the contract addresses and wei math all check out. Previous threads: all four prior inline comments are resolved. ✅ One open thread remaining: the |
Summary
docs/user/force-inclusion.md: a step-by-step user guide explaining how to force-include a transaction on MegaETH by callingdepositTransactiondirectly on the L1 OptimismPortal via Etherscan's Write as Proxy UI.docs/SUMMARY.mdto list the new page under the User Guide section.Contract addresses
0x7f82f57F0Dd546519324392e408b01fcC7D709e80xf68d900e1cdec64a8f5dc0ee873a9e2879256b10Verification
depositTransactionfunction selector resolves to0xe9e05c42.0x1, gas used 92 440) andTransactionDepositedevent was emitted with correctmint = 0.001 ETHandgasLimit = 100 000encoded in opaqueData.