Commit ece7de14 authored by Conner Fromknecht's avatar Conner Fromknecht

fix: correct package name, missing "optimism"

parent ffa8c394
......@@ -8,8 +8,8 @@ import (
"github.com/ethereum/go-ethereum/params"
"github.com/urfave/cli"
batchsubmitter "github.com/ethereum-optimism/go/batch-submitter"
"github.com/ethereum-optimism/go/batch-submitter/flags"
batchsubmitter "github.com/ethereum-optimism/optimism/go/batch-submitter"
"github.com/ethereum-optimism/optimism/go/batch-submitter/flags"
)
var (
......
......@@ -7,7 +7,7 @@ import (
"github.com/ethereum/go-ethereum/log"
"github.com/urfave/cli"
"github.com/ethereum-optimism/go/batch-submitter/flags"
"github.com/ethereum-optimism/optimism/go/batch-submitter/flags"
)
var (
......
......@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
batchsubmitter "github.com/ethereum-optimism/go/batch-submitter"
batchsubmitter "github.com/ethereum-optimism/optimism/go/batch-submitter"
"github.com/stretchr/testify/require"
)
......
......@@ -6,7 +6,7 @@ import (
"strings"
"testing"
batchsubmitter "github.com/ethereum-optimism/go/batch-submitter"
batchsubmitter "github.com/ethereum-optimism/optimism/go/batch-submitter"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/require"
......
module github.com/ethereum-optimism/go/batch-submitter
module github.com/ethereum-optimism/optimism/go/batch-submitter
go 1.16
......
......@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/ethereum-optimism/go/batch-submitter/txmgr"
"github.com/ethereum-optimism/optimism/go/batch-submitter/txmgr"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/stretchr/testify/require"
......
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