From 74f82a641daa2e4dd473acf8be81dc89140aca83 Mon Sep 17 00:00:00 2001 From: Ashwin Phatak Date: Wed, 1 Jun 2022 11:01:23 +0530 Subject: [PATCH] Fix dependency --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 871dab4..ac69517 100644 --- a/go.mod +++ b/go.mod @@ -114,4 +114,6 @@ require ( lukechampine.com/blake3 v1.1.7 // indirect ) -replace github.com/ethereum/go-ethereum v1.10.18 => github.com/vulcanize/go-ethereum v1.10.18-statediff-3.2.2 +replace github.com/ethereum/go-ethereum v1.10.17 => github.com/vulcanize/go-ethereum v1.10.17-statediff-3.2.1 + +replace github.com/vulcanize/go-eth-state-node-iterator => github.com/roysc/go-eth-state-node-iterator v0.0.1-alpha.0.20220531152907-bfd1bc31af52