Skip to content

Commit 2954d9f

Browse files
authored
all: update op-geth (#19643)
Co-authored-by: wwared <541936+wwared@users.noreply.github.com>
1 parent ec3402a commit 2954d9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ require (
285285
lukechampine.com/blake3 v1.3.0 // indirect
286286
)
287287

288-
replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth v1.101701.0-rc.2
288+
replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth v1.101701.0-rc.3
289289

290290
// replace github.com/ethereum/go-ethereum => ../op-geth
291291

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ github.com/emicklei/dot v1.6.2 h1:08GN+DD79cy/tzN6uLCT84+2Wk9u+wvqP+Hkx/dIR8A=
226226
github.com/emicklei/dot v1.6.2/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
227227
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.4-0.20251001155152-4eb15ccedf7e h1:iy1vBIzACYUyOVyoADUwvAiq2eOPC0yVsDUdolPwQjk=
228228
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.4-0.20251001155152-4eb15ccedf7e/go.mod h1:DYj7+vYJ4cIB7zera9mv4LcAynCL5u4YVfoeUu6Wa+w=
229-
github.com/ethereum-optimism/op-geth v1.101701.0-rc.2 h1:UylmoSXhpRIXSfpeE6Fhsha/5+3quh9AW51BFTmM4ts=
230-
github.com/ethereum-optimism/op-geth v1.101701.0-rc.2/go.mod h1:Jws4nBy37/q7vgx8i/nC/dDTSYQbPIsW/ihwOAiIqHE=
229+
github.com/ethereum-optimism/op-geth v1.101701.0-rc.3 h1:eQS0Y9rWG4/8/EGhZ3rh8hmKsTw+dalLwCmhSncefhA=
230+
github.com/ethereum-optimism/op-geth v1.101701.0-rc.3/go.mod h1:Jws4nBy37/q7vgx8i/nC/dDTSYQbPIsW/ihwOAiIqHE=
231231
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20260115192958-fb86a23cd30e h1:TO1tUcwbhIrNuea/LCsQJSQ5HDWCHdrzT/5MLC1aIU4=
232232
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20260115192958-fb86a23cd30e/go.mod h1:NZ816PzLU1TLv1RdAvYAb6KWOj4Zm5aInT0YpDVml2Y=
233233
github.com/ethereum/c-kzg-4844/v2 v2.1.6 h1:xQymkKCT5E2Jiaoqf3v4wsNgjZLY0lRSkZn27fRjSls=

0 commit comments

Comments
 (0)