mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-02 13:13:06 +00:00
Move eth-specs submodule to da (#111)
This commit is contained in:
parent
c9769a2b8b
commit
5434fcb315
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "consensus-specs"]
|
[submodule "consensus-specs"]
|
||||||
path = eth-specs
|
path = da/eth-specs
|
||||||
url = git@github.com:ethereum/consensus-specs.git
|
url = git@github.com:ethereum/consensus-specs.git
|
||||||
branch = dev
|
branch = dev
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
cd ./eth-specs
|
cd ./da/eth-specs
|
||||||
pip install -r requirements_preinstallation.txt
|
pip install -r requirements_preinstallation.txt
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
pip install dist/*.whl
|
pip install dist/*.whl
|
||||||
Loading…
x
Reference in New Issue
Block a user