Skip to content

Commit

Permalink
go: update superchain module import
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Aug 12, 2024
1 parent a0ef00c commit dc6759b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit dc6759b

Please sign in to comment.