From dc6759b1382a7b0c0fd50249f8080ece1818bfae Mon Sep 17 00:00:00 2001 From: Samuel Stokes Date: Mon, 12 Aug 2024 12:17:34 -0400 Subject: [PATCH] go: update superchain module import --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c456c0352d45..265ec84d3615 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/crate-crypto/go-kzg-4844 v1.0.0 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 - github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240809185753-26f4d518d406 + github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240812155913-1aa48e43825c github.com/ethereum/go-ethereum v1.14.7 github.com/fsnotify/fsnotify v1.7.0 github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb diff --git a/go.sum b/go.sum index 10f74df23aad..b070d1e554e8 100644 --- a/go.sum +++ b/go.sum @@ -178,6 +178,8 @@ github.com/ethereum-optimism/op-geth v1.101407.0-rc.1 h1:bE6V8GG46s7IX2s7prH26sK github.com/ethereum-optimism/op-geth v1.101407.0-rc.1/go.mod h1:Zn0xPY3I/xX3Bm51kjXz9VSd+2ai7bEslVEAFTdVcpM= github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240809185753-26f4d518d406 h1:Yy2aACGDfLSgDt1GdG/wsTrBubER/Xs1ysOT5QIbqPE= github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240809185753-26f4d518d406/go.mod h1:zy9f3TNPS7pwW4msMitF83fp0Wf452tZ6+Fg6d4JyXM= +github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240812155913-1aa48e43825c h1:9vGZGMMm3mnyMPU4+ZJGflRwtEqJe8ZeSY3/1EXtjes= +github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240812155913-1aa48e43825c/go.mod h1:zy9f3TNPS7pwW4msMitF83fp0Wf452tZ6+Fg6d4JyXM= github.com/ethereum/c-kzg-4844 v1.0.0 h1:0X1LBXxaEtYD9xsyj9B9ctQEZIpnvVDeoBx8aHEwTNA= github.com/ethereum/c-kzg-4844 v1.0.0/go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0= github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 h1:KrE8I4reeVvf7C1tm8elRjj4BdscTYzz/WAbYyf/JI4=