package contracts import ( "testing" op_e2e "github.com/ethereum-optimism/optimism/op-e2e" ) func TestMain(m *testing.M) { op_e2e.RunMain(m) }