ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
254 stars 652 forks source link

Transaction gas fee cap increase #291

Open hotsinglegirl opened 2 months ago

hotsinglegirl commented 2 months ago

Rationale

As L2s gain more attention so does competing with gas fee. Have been limited multiple times by the 1 eth gas fee cap on 'eth_sendRawTransaction' .

Implementation

Remove 1 eth gas fee cap on transactions or allow clients to run custom gas fee caps if possible.