[OP Stack Deployment] Need help making L2 transactions gasless #622
Unanswered
surhud004
asked this question in
Deploying the OP Stack
Replies: 1 comment 2 replies
-
This one is tricky. The OP Stack uses the same EIP-1559 gas market as Ethereum. So you would need to modify the execution layer to do this on the L2. Here's a high-level doc on modifying the EL and something to get you started: https://docs.optimism.io/builders/chain-operators/hacks/execution |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Hey team, I need some dev support here.
I am running my own custom L2 chain using OP stack and I followed this tutorial -
https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup
I am running my custom L2 with Holesky L1 testnet locally. So far, everything is up and running smoothly where I can create and submit transactions on my custom L2 and they work successfully.
Now I want to modify it to set the gas price to zero on my L2 so that all transactions would be gasless on L2. More specifically, I want to set the L2 Execution Gas Fee to zero by setting the L2 Gas Price to zero. Is that possible? Can someone guide me on what fields or configurations should I modify to achieve this locally? Thank you in advance :D
Logs
Logs screenshot -
op-geth
op-node
op-batcher
op-proposer
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions