-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(protocol): preconfs #18089
base: main
Are you sure you want to change the base?
feat(protocol): preconfs #18089
Conversation
feat(protocol): preconfs
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
@@ -260,27 +260,25 @@ library LibProposing { | |||
|
|||
// Update certain meta fields | |||
if (meta_.blobUsed) { | |||
if (!LibNetwork.isDencunSupported(block.chainid)) revert L1_BLOB_NOT_AVAILABLE(); | |||
// if (!LibNetwork.isDencunSupported(block.chainid)) revert L1_BLOB_NOT_AVAILABLE(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cyberhorsey you don't mean to check in these changes, do you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I do, this branch isnt made to be merged yet. This change is necessary only for the current deployment, unless we also add in the L1 chain Id of Helder to the isDencunSupported
code. However Helder is not going to be very long lived, so for now I just commented this out, until we migrate to Holesky or otherwise.
based on latest main