Move eth-specs submodule to da (#111)

This commit is contained in:
Daniel Sanchez 2024-07-22 07:44:36 +00:00 committed by GitHub
parent c9769a2b8b
commit 5434fcb315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "consensus-specs"]
path = eth-specs
path = da/eth-specs
url = git@github.com:ethereum/consensus-specs.git
branch = dev

View File

@ -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