Commit 0f28b4a0 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #3915 from ethereum-optimism/e2e-mod-update

op-e2e: remove temporary go.mod workaround
parents 03ddd7aa a86ac387
......@@ -2,12 +2,6 @@ module github.com/ethereum-optimism/optimism/op-e2e
go 1.18
// temporary, until we do another set of releases
replace (
github.com/ethereum-optimism/optimism/op-batcher v0.9.0 => ../op-batcher
github.com/ethereum-optimism/optimism/op-proposer v0.9.0 => ../op-proposer
)
require (
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/optimism/op-batcher v0.10.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment