diff --git a/core/services/chainlink/application.go b/core/services/chainlink/application.go index 0c9f6f6e08..de3e4c6280 100644 --- a/core/services/chainlink/application.go +++ b/core/services/chainlink/application.go @@ -4,11 +4,12 @@ import ( "bytes" "context" "fmt" - "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip" "math/big" "net/http" "sync" + "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/google/uuid" diff --git a/core/services/job/job_orm_test.go b/core/services/job/job_orm_test.go index ca3303deda..348d29747d 100644 --- a/core/services/job/job_orm_test.go +++ b/core/services/job/job_orm_test.go @@ -4,10 +4,11 @@ import ( "context" "database/sql" "fmt" - "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/validate" "testing" "time" + "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/validate" + "github.com/ethereum/go-ethereum/common" "github.com/google/uuid" "github.com/lib/pq"