From 83011bc05171986e3e0ebdd07fbeb7f89ef3c91f Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:56:32 +0900 Subject: [PATCH] use https instead of ssh in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b02051b..74ac907 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "consensus-specs"] path = eth-specs - url = git@github.com:ethereum/consensus-specs.git + url = https://github.com/ethereum/consensus-specs.git branch = dev