diff --git a/Makefile b/Makefile index e3a153883..76f992ca3 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,6 @@ GIT_SUBMODULE_UPDATE := git -c submodule."vendor/nimbus-eth2".update=none submod git submodule update --init vendor/eth2-networks; \ git submodule update --init vendor/holesky; \ git submodule update --init vendor/sepolia; \ - git submodule update --init vendor/goerli; \ git submodule update --init vendor/gnosis-chain-configs; \ git submodule update --init --recursive vendor/nim-kzg4844; \ cd ../..