Skip to content

Commit

Permalink
updated replace in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jul 9, 2024
1 parent 154c443 commit 3f07ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,4 @@ exclude (

)

//replace github.com/ethereum/go-ethereum v1.13.5 => github.com/ethereum-optimism/op-geth v1.101304.2-0.20231130012434-cd5316814d08

//replace github.com/ethereum-optimism/superchain-registry/superchain => ../superchain-registry/superchain
replace github.com/ethereum/go-ethereum v1.13.5 => ../op-geth
replace github.com/ethereum/go-ethereum v1.13.5 => github.com/hemilabs/op-geth v1.101308.0-synctest.0.0.20240705124236-83dd8a6e0459
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ github.com/hashicorp/raft v1.6.1 h1:v/jm5fcYHvVkL0akByAp+IDdDSzCNCGhdO6VdB56HIM=
github.com/hashicorp/raft v1.6.1/go.mod h1:N1sKh6Vn47mrWvEArQgILTyng8GoDRNYlgKyK7PMjs0=
github.com/hashicorp/raft-boltdb v0.0.0-20231211162105-6c830fa4535e h1:SK4y8oR4ZMHPvwVHryKI88kJPJda4UyWYvG5A6iEQxc=
github.com/hashicorp/raft-boltdb v0.0.0-20231211162105-6c830fa4535e/go.mod h1:EMz/UIuG93P0MBeHh6CbXQAEe8ckVJLZjhD17lBzK5Q=
github.com/hemilabs/op-geth v1.101308.0-synctest.0.0.20240705124236-83dd8a6e0459 h1:JQIMyVGTLA+VDV1KgZIWore5Fv6eJF9VHAUvTencIJA=
github.com/hemilabs/op-geth v1.101308.0-synctest.0.0.20240705124236-83dd8a6e0459/go.mod h1:C3O7ZM3VseOr8qIzLJrrlkfU7tG88Xn/cz60bAdoIWM=
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7 h1:3JQNjnMRil1yD0IfZKHF9GxxWKDJGj8I0IqOUol//sw=
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7/go.mod h1:5GuXa7vkL8u9FkFuWdVvfR5ix8hRB7DbOAaYULamFpc=
github.com/holiman/bloomfilter/v2 v2.0.3 h1:73e0e/V0tCydx14a0SCYS/EWCxgwLZ18CZcZKVu0fao=
Expand Down
5 changes: 0 additions & 5 deletions op-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ ARG VERSION=v0.0.0 TARGETOS TARGETARCH

RUN apk add git make

WORKDIR /
RUN git clone https://github.com/hemilabs/op-geth
WORKDIR /op-geth
RUN git checkout 83dd8a6e0459dd0f96182bb16065411f9318ac00

WORKDIR /optimism

COPY . /optimism
Expand Down

0 comments on commit 3f07ac7

Please sign in to comment.