diff --git a/.gitmodules b/.gitmodules index b02051b..927eea6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "consensus-specs"] - path = eth-specs + path = da/eth-specs url = git@github.com:ethereum/consensus-specs.git branch = dev diff --git a/eth-specs b/da/eth-specs similarity index 100% rename from eth-specs rename to da/eth-specs diff --git a/install-eth-specs.sh b/install-eth-specs.sh index fd9c479..d361d8d 100755 --- a/install-eth-specs.sh +++ b/install-eth-specs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -cd ./eth-specs +cd ./da/eth-specs pip install -r requirements_preinstallation.txt python setup.py sdist bdist_wheel pip install dist/*.whl \ No newline at end of file