Skip to content

Commit

Permalink
replace geth import for patched client
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Sep 9, 2021
1 parent 8998f58 commit f6a580f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 501 deletions.
3 changes: 3 additions & 0 deletions go.mod
Expand Up @@ -85,3 +85,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 f6a580f

Please sign in to comment.