Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Oct 22, 2024
1 parent 517809d commit 94542e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package node
import (
"errors"
"fmt"
"github.com/Layr-Labs/eigensdk-go/crypto/bls"

"os"
"strconv"
"strings"
Expand All @@ -14,8 +14,12 @@ import (
"github.com/Layr-Labs/eigenda/core"
"github.com/Layr-Labs/eigenda/encoding/kzg"
"github.com/Layr-Labs/eigenda/node/flags"

"github.com/Layr-Labs/eigensdk-go/crypto/bls"

"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/crypto"

"github.com/urfave/cli"
)

Expand Down
7 changes: 5 additions & 2 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/json"
"errors"
"fmt"
"google.golang.org/grpc/credentials"
"io"
"math"
"math/big"
Expand All @@ -20,12 +19,16 @@ import (

"github.com/Layr-Labs/eigenda/common/pubip"
"github.com/Layr-Labs/eigenda/encoding/kzg/verifier"

"github.com/prometheus/client_golang/prometheus"

gethcommon "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/prometheus/client_golang/prometheus"
"github.com/wealdtech/go-merkletree/v2"
"github.com/wealdtech/go-merkletree/v2/keccak256"

"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/protobuf/proto"

Expand Down

0 comments on commit 94542e8

Please sign in to comment.