Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Feb 5, 2024
1 parent 725b501 commit bd29360
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package node

import (
"context"
"crypto/ecdsa"
"database/sql"
"errors"
"fmt"
Expand All @@ -13,7 +12,6 @@ import (
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
rollupclient "github.com/primevprotocol/contracts-abi/clients/Oracle"
preconf "github.com/primevprotocol/contracts-abi/clients/PreConfCommitmentStore"
Expand All @@ -24,7 +22,6 @@ import (
"github.com/primevprotocol/mev-oracle/pkg/store"
"github.com/primevprotocol/mev-oracle/pkg/updater"
"github.com/rs/zerolog/log"
"golang.org/x/crypto/sha3"
)

type Options struct {
Expand Down

0 comments on commit bd29360

Please sign in to comment.