Move eth-specs submodule to da

This commit is contained in:
danielSanchezQ 2024-07-22 09:31:05 +02:00
parent c9769a2b8b
commit 4f3dd3f35f
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