Skip to content
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

add draft of Dag confstore lib to ofa example #60

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zeroXbrock
Copy link
Member

No description provided.

Comment on lines 8 to 9
address constant DAG_RETRIEVE = address(0); // TODO: fill in
address constant DAG_STORE = address(0); // TODO: fill in

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
address constant DAG_RETRIEVE = address(0); // TODO: fill in
address constant DAG_STORE = address(0); // TODO: fill in
address constant DAG_RETRIEVE = address(0x0000000000000000000000000000000052020001);
address constant DAG_STORE = address(0x0000000000000000000000000000000052020000);

as per flashbots/suave-geth#246

@zeroXbrock zeroXbrock marked this pull request as draft May 24, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants