Skip to content

Commit ab06b2e

Browse files
authored
go: update SR to cb1b645b35813b8dd3a900b9f99c46614e466a2c via op-geth (#14755)
* go: update SR to cb1b645b35813b8dd3a900b9f99c46614e466a2c via op-geth to pull in updated sepolia-dev-0 sepolia blob schedule fix times * fix chain config test
1 parent 7569975 commit ab06b2e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ require (
256256
rsc.io/tmplfunc v0.0.3 // indirect
257257
)
258258

259-
replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth v1.101503.0-rc.2
259+
replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth v1.101503.0-rc.3
260260

261261
//replace github.com/ethereum/go-ethereum => ../op-geth
262262

go.sum

+2-4
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,8 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
192192
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
193193
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z8veEq5ZO3DfIhZ7xgRP9WTc=
194194
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
195-
github.com/ethereum-optimism/op-geth v1.101503.0-rc.2 h1:CHIF+1pENaamq7jq8LZOTQ1FVJ+U2EzNM9iVAr9Lgi8=
196-
github.com/ethereum-optimism/op-geth v1.101503.0-rc.2/go.mod h1:QUo3fn+45vWqJWzJW+rIzRHUV7NmhhHLPdI87mAn1M8=
197-
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250228185245-d4bb112dc979 h1:P37l7EFCz5KxE20+yPa3LWiH2Cg+xx6lQ4mOKYCZFPs=
198-
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250228185245-d4bb112dc979/go.mod h1:NZ816PzLU1TLv1RdAvYAb6KWOj4Zm5aInT0YpDVml2Y=
195+
github.com/ethereum-optimism/op-geth v1.101503.0-rc.3 h1:tSKg1RpC70EPsZDyL2dVrggpldEaRVg25rDeB2pZYrk=
196+
github.com/ethereum-optimism/op-geth v1.101503.0-rc.3/go.mod h1:QUo3fn+45vWqJWzJW+rIzRHUV7NmhhHLPdI87mAn1M8=
199197
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250307201638-7c3999db14c6 h1:EBEaI3oygl1npFpvdHghcWbKnhj2alEe4KqM2jG2XS8=
200198
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250307201638-7c3999db14c6/go.mod h1:NZ816PzLU1TLv1RdAvYAb6KWOj4Zm5aInT0YpDVml2Y=
201199
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA=

op-node/chaincfg/chains_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var sepoliaDev0Cfg = rollup.Config{
153153
FjordTime: u64Ptr(1715961600),
154154
GraniteTime: u64Ptr(1723046400),
155155
HoloceneTime: u64Ptr(1731682800),
156-
PectraBlobScheduleTime: u64Ptr(1742486400),
156+
PectraBlobScheduleTime: u64Ptr(1741687200),
157157
ProtocolVersionsAddress: common.HexToAddress("0x252CbE9517F731C618961D890D534183822dcC8d"),
158158
ChainOpConfig: defaultOpConfig,
159159
}

0 commit comments

Comments
 (0)