File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
99 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
1010 github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
11- github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20231030223232-e16eae11e492
11+ github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20231211205353-d76a12d35ff8
1212 github.com/ethereum/go-ethereum v1.13.1
1313 github.com/fsnotify/fsnotify v1.7.0
1414 github.com/go-chi/chi/v5 v5.0.10
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z
153153github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 /go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs =
154154github.com/ethereum-optimism/op-geth v1.101304.0-rc.2.0.20231030225546-cd491fa3b588 h1:jrvFoV3aSGJcTT8Pyo8R2Sp7CZ0v3hqrdhfSmyZbJVw =
155155github.com/ethereum-optimism/op-geth v1.101304.0-rc.2.0.20231030225546-cd491fa3b588 /go.mod h1:12W+vBetjYbDj5D2+V8hizke5yWuLrUDf7UmVkXTnCQ =
156- github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20231030223232-e16eae11e492 h1:FyzLzMLKMc9zcDYcSxbrLDglIRrGQJE9juFzIO35RmE =
157- github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20231030223232-e16eae11e492 /go.mod h1:/70H/KqrtKcvWvNGVj6S3rAcLC+kUPr3t2aDmYIS+Xk =
156+ github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20231211205353-d76a12d35ff8 h1:TwySNG22h5aldb6JDmvNP/OjtegOu8GQd9pVJgz6JMY =
157+ github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20231211205353-d76a12d35ff8 /go.mod h1:/70H/KqrtKcvWvNGVj6S3rAcLC+kUPr3t2aDmYIS+Xk =
158158github.com/ethereum/c-kzg-4844 v0.3.1 h1:sR65+68+WdnMKxseNWxSJuAv2tsUrihTpVBTfM/U5Zg =
159159github.com/ethereum/c-kzg-4844 v0.3.1 /go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0 =
160160github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w =
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ var mainnetCfg = rollup.Config{
6262 DepositContractAddress : common .HexToAddress ("0xbEb5Fc579115071764c7423A4f12eDde41f106Ed" ),
6363 L1SystemConfigAddress : common .HexToAddress ("0x229047fed2591dbec1eF1118d64F7aF3dB9EB290" ),
6464 RegolithTime : u64Ptr (0 ),
65+ CanyonTime : u64Ptr (1704992401 ),
6566 ProtocolVersionsAddress : common .HexToAddress ("0x8062AbC286f5e7D9428a0Ccb9AbD71e50d93b935" ),
6667}
6768
You can’t perform that action at this time.
0 commit comments