Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Feb 6, 2025
1 parent df3a6e8 commit fe85d55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deployment/keystone/changeset/internal/ocr3config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ import (
"time"

"github.com/ethereum/go-ethereum/common"
types2 "github.com/smartcontractkit/chainlink-common/pkg/capabilities/consensus/ocr3/types"
"google.golang.org/protobuf/proto"

"github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/mcms"
"github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/timelock"
types2 "github.com/smartcontractkit/chainlink-common/pkg/capabilities/consensus/ocr3/types"
"github.com/smartcontractkit/libocr/offchainreporting2plus/confighelper"
"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3confighelper"
"github.com/smartcontractkit/libocr/offchainreporting2plus/types"

"github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/mcms"
"github.com/smartcontractkit/ccip-owner-contracts/pkg/proposal/timelock"

"github.com/smartcontractkit/chainlink/deployment"
kocr3 "github.com/smartcontractkit/chainlink/v2/core/gethwrappers/keystone/generated/ocr3_capability_1_0_0"
"github.com/smartcontractkit/chainlink/v2/core/services/keystore/chaintype"
Expand Down

0 comments on commit fe85d55

Please sign in to comment.