diff --git a/go.mod b/go.mod index 9eaa020..62c6deb 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/cenkalti/backoff/v4 v4.3.0 - github.com/ethereum/go-ethereum v1.14.17 + github.com/ethereum/go-ethereum v1.14.7 github.com/go-redis/redis/v8 v8.11.5 github.com/sirupsen/logrus v1.9.3 ) @@ -40,4 +40,4 @@ require ( rsc.io/tmplfunc v0.0.3 // indirect ) -replace github.com/ethereum/go-ethereum v1.14.17 => github.com/PowerLoom/go-ethereum v1.14.7-unsupported-tx-final +replace github.com/ethereum/go-ethereum v1.14.7 => github.com/PowerLoom/go-ethereum v1.14.7-unsupported-tx-final