diff --git a/integration/simulation/network/network_utils.go b/integration/simulation/network/network_utils.go index 95f6faccc8..0e57b6897f 100644 --- a/integration/simulation/network/network_utils.go +++ b/integration/simulation/network/network_utils.go @@ -2,14 +2,13 @@ package network import ( "fmt" - "github.com/ethereum/go-ethereum/params" "math" "math/big" "time" - "github.com/ten-protocol/go-ten/go/host/l1" - + "github.com/ethereum/go-ethereum/params" "github.com/ten-protocol/go-ten/go/host" + "github.com/ten-protocol/go-ten/go/host/l1" "github.com/ten-protocol/go-ten/go/common" "github.com/ten-protocol/go-ten/go/common/log"