Skip to content

Commit

Permalink
replace geth import for patched client (#4984)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrTrzpil committed Sep 13, 2021
1 parent 0d0e60f commit ae51a7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 505 deletions.
3 changes: 3 additions & 0 deletions go.mod
Expand Up @@ -86,3 +86,6 @@ require (
// If that happens to get released in a 3.X.X version, we can add a constraint to our go.mod
// for it. If its in 4.X.X, then we need all our transitive deps to upgrade to it.
replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.1+incompatible

// severed-websocket-1.10.8
replace github.com/ethereum/go-ethereum => github.com/smartcontractkit/go-ethereum v1.10.9-0.20210909134823-a177d470d620

0 comments on commit ae51a7a

Please sign in to comment.