Skip to content

Commit

Permalink
Merge branch 'main' into ci_relate_fix_
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Nov 25, 2024
2 parents de7c3be + ac7eba6 commit 74a1bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/taiko-client/internal/testutils/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package testutils
import (
"context"
"crypto/ecdsa"
"github.com/taikoxyz/taiko-mono/packages/taiko-client/pkg/utils"
"math/big"
"os"
"strconv"
Expand All @@ -21,6 +20,7 @@ import (
"github.com/taikoxyz/taiko-mono/packages/taiko-client/bindings/encoding"
"github.com/taikoxyz/taiko-mono/packages/taiko-client/pkg/jwt"
"github.com/taikoxyz/taiko-mono/packages/taiko-client/pkg/rpc"
"github.com/taikoxyz/taiko-mono/packages/taiko-client/pkg/utils"
)

type ClientTestSuite struct {
Expand Down
3 changes: 1 addition & 2 deletions packages/taiko-client/pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import (
"crypto/rand"
"errors"
"fmt"
"math"

"io"
"math"
"math/big"
"os"
"strings"
Expand Down

0 comments on commit 74a1bc5

Please sign in to comment.