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

feat(eigen-client-m1): Add eigenda to zkstack #379

Merged

Conversation

gianbelinche
Copy link

What ❔

This PR adds the eigenda option to zkstack
It also updates the contracts submodule to eigen-client-m1 branch

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zkstack dev fmt and zkstack dev lint.

@juan518munoz juan518munoz marked this pull request as ready for review January 3, 2025 14:54
@@ -97,6 +97,7 @@ pub async fn init_configs(
general_config.da_client_config = Some(avail_config.into());
secrets.data_availability = Some(DataAvailabilitySecrets::Avail(avail_secrets));
}
ValidiumType::EigenDA => {}

Choose a reason for hiding this comment

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

Should we be leaving this blank? If so, I'd add a comment explaining why.

@gianbelinche gianbelinche merged commit b30e452 into eigen-client-m0-merge-sync-stable Jan 6, 2025
14 of 30 checks passed
@gianbelinche gianbelinche deleted the eigen-client-m1-add-eigenda branch January 6, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants