File tree 3 files changed +6
-4
lines changed
op-deployer/pkg/deployer/standard
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/crate-crypto/go-kzg-4844 v1.1.0
16
16
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
17
17
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
18
- github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250307201638-7c3999db14c6
18
+ github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250314162817-2c60e5723c64
19
19
github.com/ethereum/go-ethereum v1.15.3
20
20
github.com/fatih/color v1.18.0
21
21
github.com/fsnotify/fsnotify v1.8.0
Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ github.com/ethereum-optimism/superchain-registry/validation v0.0.0-2025022818524
198
198
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250228185245-d4bb112dc979 /go.mod h1:NZ816PzLU1TLv1RdAvYAb6KWOj4Zm5aInT0YpDVml2Y =
199
199
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250307201638-7c3999db14c6 h1:EBEaI3oygl1npFpvdHghcWbKnhj2alEe4KqM2jG2XS8 =
200
200
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250307201638-7c3999db14c6 /go.mod h1:NZ816PzLU1TLv1RdAvYAb6KWOj4Zm5aInT0YpDVml2Y =
201
+ github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250314162817-2c60e5723c64 h1:teDhU4h4ryaE8rSBl+vJJiwKHjxdnnHPkKZ9iNr2R8k =
202
+ github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250314162817-2c60e5723c64 /go.mod h1:NZ816PzLU1TLv1RdAvYAb6KWOj4Zm5aInT0YpDVml2Y =
201
203
github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA =
202
204
github.com/ethereum/c-kzg-4844 v1.0.0 /go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0 =
203
205
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8 =
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
39
39
ContractsV180Tag = "op-contracts/v1.8.0-rc.4"
40
40
ContractsV170Beta1L2Tag = "op-contracts/v1.7.0-beta.1+l2-contracts"
41
41
ContractsV200Tag = "op-contracts/v2.0.0-rc.1"
42
- ContractsV300Tag = "op-contracts/v3.0.0-rc.1 "
42
+ ContractsV300Tag = "op-contracts/v3.0.0-rc.2 "
43
43
)
44
44
45
45
var DisputeAbsolutePrestate = common .HexToHash ("0x038512e02c4c3f7bdaec27d00edf55b7155e0905301e1a88083e4e0a6764d54c" )
@@ -75,8 +75,8 @@ var taggedReleases = map[string]TaggedRelease{
75
75
ContentHash : common .HexToHash ("1cec51ed629c0394b8fb17ff2c6fa45c406c30f94ebbd37d4c90ede6c29ad608" ),
76
76
},
77
77
ContractsV300Tag : {
78
- ArtifactsHash : common .HexToHash ("497e55cc6d9dfb74615d1bac0f4d05ae5ef995972689adcc036ee3adf4522677 " ),
79
- ContentHash : common .HexToHash ("e2527ea1ddcd47bc60310baea4c3183de1520880561b6c7837213290b925a2e8 " ),
78
+ ArtifactsHash : common .HexToHash ("40661d078e6efe7106b95d6fc5c4fda8db144487d85a47abd246cb3afcb41ab2 " ),
79
+ ContentHash : common .HexToHash ("147b9fae70608da2975a01be3d98948306f89ba1930af7c917eea41a54d87cdb " ),
80
80
},
81
81
}
82
82
You can’t perform that action at this time.
0 commit comments