Skip to content

Commit

Permalink
Update op-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
carterqw2 committed May 28, 2024
1 parent 7b79bad commit 5e01003
Show file tree
Hide file tree
Showing 2 changed files with 2,130 additions and 5 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ require (
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
Expand Down Expand Up @@ -227,8 +226,8 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v0.0.0-20240528125915-29a65e4ed327
replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v0.0.0-20240528164819-f985d9ea01c7

// replace github.com/ethereum/go-ethereum v1.13.15 => ../op-geth
//replace github.com/ethereum/go-ethereum v1.13.15 => ../op-geth

// replace github.com/ethereum-optimism/superchain-registry/superchain => ../superchain-registry/superchain
Loading

0 comments on commit 5e01003

Please sign in to comment.