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

Holesky migration warn #86

Open
Saldanacripto opened this issue Mar 28, 2024 · 1 comment
Open

Holesky migration warn #86

Saldanacripto opened this issue Mar 28, 2024 · 1 comment

Comments

@Saldanacripto
Copy link

Issue Summary

When execute docker compose up -d i receive this message:

root@vmi1678205:~/eigenlayer-cli/eigenda-operator-setup/holesky# docker compose up -d
WARN[0000] a network with name eigenda-network exists but was not created for project "holesky".
Set external: true to use an existing network
network eigenda-network was found but has incorrect label com.docker.compose.network set to "eigenda-network"

Environment

  • EigenDA version: MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.5.1
  • Operating System: Ubuntu 20.04.6 LTS
  • Node configuration (if applicable):
  • Any specific settings or modifications:

Steps to Reproduce

I ran a goerli node, and I have migrate to holesky, step by step as documentacion says

Expected Behavior

I think that the eigenda-network that was created in goerli is causing some conflict when migrating to holeski.

@shrimalmadhur
Copy link
Contributor

Yea - that is the issue since we introduced a folder in latest setup. A way to get rid of this warning is to delete the network manually using docker commands and then start node again. Otherwise this warning is okay to have. doesn't affect operations

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

No branches or pull requests

2 participants