[OP Stack Deployment] Deploy on non-EIP1559 L1 #229
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI’d like to deploy the OP stack using an L1 that doesn’t have EIP-1559 enabled (so no base fee). The OP stack as I understand it assumes that the L1 has a base fee. I was able to deploy the contracts using forge by adding —legacy to the command line but couldn’t generate the config or run the node properly. Is there a command line option or accepted way to do this? I also have a github issue but figured I’d cross-post here. ethereum-optimism/optimism#9330 LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @sbarratt, I have the same response as Adrian. This would be a significant change to a core protocol assumption. So it wouldn't be cli option for this type of functionality, it would be a involved hack to modify the node software. |
Beta Was this translation helpful? Give feedback.
-
Hey @sbarratt, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
Hey @sbarratt, I have the same response as Adrian. This would be a significant change to a core protocol assumption. So it wouldn't be cli option for this type of functionality, it would be a involved hack to modify the node software.