File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
op-deployer/pkg/deployer/standard
op-validator/pkg/validations Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
20
20
github.com/docker/docker v27.5.1+incompatible
21
21
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
22
- github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250603144016-9c45ca7d4508
22
+ github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250620202749-6b65f330434d
23
23
github.com/ethereum/go-ethereum v1.15.11
24
24
github.com/fatih/color v1.18.0
25
25
github.com/fsnotify/fsnotify v1.9.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const (
42
42
ContractsV170Beta1L2Tag = "op-contracts/v1.7.0-beta.1+l2-contracts"
43
43
ContractsV200Tag = "op-contracts/v2.0.0"
44
44
ContractsV300Tag = "op-contracts/v3.0.0"
45
- ContractsV400Tag = "op-contracts/v4.0.0-rc.7 "
45
+ ContractsV400Tag = "op-contracts/v4.0.0-rc.8 "
46
46
)
47
47
48
48
var DisputeAbsolutePrestate = common .HexToHash ("0x038512e02c4c3f7bdaec27d00edf55b7155e0905301e1a88083e4e0a6764d54c" )
@@ -86,8 +86,8 @@ var taggedReleases = map[string]TaggedRelease{
86
86
ContentHash : common .HexToHash ("147b9fae70608da2975a01be3d98948306f89ba1930af7c917eea41a54d87cdb" ),
87
87
},
88
88
ContractsV400Tag : {
89
- ArtifactsHash : common .HexToHash ("da1d9ca1a4ebf80c4842ee3414ef1d13db7d1bb9e1fbbded5a21f28479d7cdf4 " ),
90
- ContentHash : common .HexToHash ("67966a2cb9945e1d9ab40e9c61f499e73cdb31d21b8d29a5a5c909b2b13ecd70 " ),
89
+ ArtifactsHash : common .HexToHash ("e9c20b45d7f6ad4c83ef9c0d5ba50f18d62493706aec2b556606151879e5b9f1 " ),
90
+ ContentHash : common .HexToHash ("8b4f4b0ff67d05dce382e7b7bc0d967cdb9a4d2c88d53d5640b618ac671fb7a0 " ),
91
91
},
92
92
}
93
93
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ var addresses = map[uint64]map[string]common.Address{
16
16
standard .ContractsV200Tag : common .HexToAddress ("0x12a9e38628e5a5b24d18b1956ed68a24fe4e3dc0" ),
17
17
// Bootstrapped on 04/16/2025 using OP Deployer.
18
18
standard .ContractsV300Tag : common .HexToAddress ("0xf989Df70FB46c581ba6157Ab335c0833bA60e1f0" ),
19
- // Bootstrapped on 06/03 /2025 using OP Deployer.
20
- standard .ContractsV400Tag : common .HexToAddress ("0x3dfc5e44043DC5998928E0b8280136b7352d3F70 " ),
19
+ // Bootstrapped on 06/19 /2025 using OP Deployer.
20
+ standard .ContractsV400Tag : common .HexToAddress ("0xbb43313d206a9b02032c749ca0828a07c962b4b5 " ),
21
21
},
22
22
11155111 : {
23
23
// Bootstrapped on 03/02/2025 using OP Deployer.
@@ -26,8 +26,8 @@ var addresses = map[uint64]map[string]common.Address{
26
26
standard .ContractsV200Tag : common .HexToAddress ("0x37739a6b0a3f1e7429499a4ec4a0685439daff5c" ),
27
27
// Bootstrapped on 04/03/2025 using OP Deployer.
28
28
standard .ContractsV300Tag : common .HexToAddress ("0x2d56022cb84ce6b961c3b4288ca36386bcd9024c" ),
29
- // Bootstrapped on 06/03 /2025 using OP Deployer.
30
- standard .ContractsV400Tag : common .HexToAddress ("0xA8a1529547306FEC7A32a001705160f2110451aE " ),
29
+ // Bootstrapped on 06/19 /2025 using OP Deployer.
30
+ standard .ContractsV400Tag : common .HexToAddress ("0xaaabe70a4198ab9e99e1a22b1afa0a43cc7f2c79 " ),
31
31
},
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments