Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jan 31, 2025
1 parent 7ac42f0 commit 8477318
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions core/capabilities/ccip/oraclecreator/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ import (
"github.com/google/uuid"
"github.com/prometheus/client_golang/prometheus"

ccipcommon "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/common"

chainsel "github.com/smartcontractkit/chain-selectors"
"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3confighelper"

"github.com/smartcontractkit/libocr/commontypes"
libocr3 "github.com/smartcontractkit/libocr/offchainreporting2plus"
"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3types"
ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"

commitocr3 "github.com/smartcontractkit/chainlink-ccip/commit"
"github.com/smartcontractkit/chainlink-ccip/commit/merkleroot/rmn"
execocr3 "github.com/smartcontractkit/chainlink-ccip/execute"
Expand All @@ -31,8 +22,14 @@ import (
"github.com/smartcontractkit/chainlink-ccip/pluginconfig"
"github.com/smartcontractkit/chainlink-common/pkg/loop"
"github.com/smartcontractkit/chainlink-common/pkg/types"
"github.com/smartcontractkit/libocr/commontypes"
libocr3 "github.com/smartcontractkit/libocr/offchainreporting2plus"
"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3confighelper"
"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3types"
ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"

"github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/ccipevm"
ccipcommon "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/common"
evmconfig "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/configs/evm"
"github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/ocrimpls"
cctypes "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/types"
Expand Down

0 comments on commit 8477318

Please sign in to comment.