forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 1
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: eigenda-holesky kurtosis devnet #25
Merged
samlaf
merged 14 commits into
eigenda-develop
from
feat--add-altda-support-to-kurtosis-devnet
Feb 12, 2025
Merged
feat: eigenda-holesky kurtosis devnet #25
samlaf
merged 14 commits into
eigenda-develop
from
feat--add-altda-support-to-kurtosis-devnet
Feb 12, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
samlaf
commented
Feb 4, 2025
bxue-l2
reviewed
Feb 8, 2025
fd60766
to
1174a67
Compare
7c8bd46
to
3c2dda8
Compare
1174a67
to
71447bf
Compare
3c2dda8
to
34de1e7
Compare
…da pr was merged)
… preset right now
d5c8fb4
to
03335ab
Compare
…rsions (kurtosis + foundry)
…nge contract even for failover
…genda testnet enclave
bxue-l2
approved these changes
Feb 11, 2025
@@ -9,6 +9,13 @@ | |||
optimism_package: | |||
altda_deploy_config: | |||
use_altda: true | |||
# We use the generic commitment which means that the dachallenge contract won't get deployed. |
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.
I don't have knowledge to verify the dachallenge contract, so I will just rust sam here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds an eigenda kurtosis devnet to our fork, that we can use for testing.
This is currently testing by using an eigenda-proxy that talks to our holesky testnet eigenda network.
Also added kurtosis devnet startup (no actual tests being done against it, just spinning it up to make sure it starts correctly) as ci
Steps to spin up the devnet are in
eigenda-holesky.yaml
file:Left a TODO to connect with a local eigenda devnet instead (see https://github.com/Layr-Labs/avs-devnet/blob/main/examples/eigenda.yaml). Leaving as DRAFT until I figure out whether this is easy or not.