Skip to content

Commit

Permalink
sorted client imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorcoveanu committed Nov 29, 2023
1 parent 773ea2c commit e4364b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clients/ethereum/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"context"
"crypto/ecdsa"
"fmt"
"github.com/ethereum/go-ethereum"
"github.com/multiversx/mx-bridge-eth-go/clients/ethereum/contract"
"math/big"
"sync"

"github.com/ethereum/go-ethereum"
"github.com/multiversx/mx-bridge-eth-go/clients/ethereum/contract"

"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
Expand Down

0 comments on commit e4364b7

Please sign in to comment.