From a50a003ecd15d3dac48d526d5e6d51643ee993da Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Thu, 8 Jul 2021 18:28:26 -0300 Subject: [PATCH] Add patched erigon repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b23385..9e03faf 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ They have weekly stable releases, make sure you are running on of them, not deve Add our forked Erigon git tree as an additional remote and checkout the corresponding branch. +The repository with Otterscan patches is [here](https://github.com/wmitsuda/erigon). + ``` git remote add otterscan git@github.com:wmitsuda/erigon.git ```