Escape Hatch

Browser extension that forces inclusion of your rollup transactions

["If approved by Google, you can install the extension via the Chrome Web Store, otherwise you'll need to clone the repo and set it up locally - instructions can be found in the readme of the repository.\n\nOnce installed you can navigate to a popular application, like Uniswap, and perform an action on a rollup. Supported rollups include Base, OP Mainnet and Zora + testnets.\n\nYou will be prompted to force the transaction via Ethereum rather than the rollup. Clicking yes will send the transaction as a censorship resistant DepositTransaction. After a few minutes it will be confirmed on the rollup. "]

About

A browser extension that allows forcing inclusion of your OP rollup transactions by submitting them in via the L1. The extension will intercept transaction signing requests and reroute them as L1 "depositTransaction" calls to the base chain, usually Ethereum. This is important because as rollup we want the option to inherit as many security guarantees from Ethereum as possible. By submitting transactions directly to the L2, the sequencer can censor us. Going via the L1 the sequencer operator has to include our transactions at risk of having their bond slashed.