Skip to content

Commit

Permalink
state-migration: Pull fix from op-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Jun 27, 2024
1 parent 0bacc52 commit 7d41def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v0.0.0-20240626110223-99afa464d86e
replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v0.0.0-20240627115518-edab687d5d52

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

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

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ github.com/btcsuite/snappy-go v1.0.0/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY=
github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs=
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=
github.com/celo-org/op-geth v0.0.0-20240626110223-99afa464d86e h1:s2kq9PdLiAPY3W2okIbHol2qZRZHYBQnEFwmJ1yuwQ8=
github.com/celo-org/op-geth v0.0.0-20240626110223-99afa464d86e/go.mod h1:vObZmT4rKd8hjSblIktsJHtLX8SXbCoaIXEd42HMDB0=
github.com/celo-org/op-geth v0.0.0-20240627115518-edab687d5d52 h1:VSRIXKV8aZn4NNi4qdZJgjHNfnHTyukXIy5ciIdfQXg=
github.com/celo-org/op-geth v0.0.0-20240627115518-edab687d5d52/go.mod h1:vObZmT4rKd8hjSblIktsJHtLX8SXbCoaIXEd42HMDB0=
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=
github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
Expand Down

0 comments on commit 7d41def

Please sign in to comment.