Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

Fixes srs_setup.sh to use .env instead of hardcoded values #81

Closed Programmierus closed 7 months ago

Programmierus commented 7 months ago

The current srs_setup.sh script uses a hardcoded ../resources value that can indeed be altered in the .env file's TODO section. This results in G-Points being downloaded to an incorrect location, subsequently causing them to be missing when starting with docker-compose. This pull request addresses and resolves this issue.