From 4c544baed3c0c61ff26c1a8e6ae56de11861e09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Fri, 5 Jan 2024 16:17:01 -0500 Subject: [PATCH] fix submodule go-ethereum to point to streamingfast --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7c78791c78..e12156f5db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "go-ethereum"] path = go-ethereum - url = https://github.com/OffchainLabs/go-ethereum.git + url = https://github.com/streamingfast/go-ethereum.git [submodule "fastcache"] path = fastcache url = https://github.com/OffchainLabs/fastcache.git