Skip to content

Commit 770da5c

Browse files
committed
lint
1 parent ead536e commit 770da5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • deployment/cre/capabilities_registry/v2/changeset/modifier

deployment/cre/capabilities_registry/v2/changeset/modifier/modifier.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ import (
1111
aptos "github.com/aptos-labs/aptos-go-sdk"
1212
"github.com/aptos-labs/aptos-go-sdk/crypto"
1313
chain_selectors "github.com/smartcontractkit/chain-selectors"
14+
"google.golang.org/protobuf/encoding/protojson"
15+
1416
"github.com/smartcontractkit/chainlink-common/keystore/corekeys/p2pkey"
1517
cldf "github.com/smartcontractkit/chainlink-deployments-framework/deployment"
1618
"github.com/smartcontractkit/chainlink-protos/cre/go/values"
1719
"github.com/smartcontractkit/chainlink/deployment"
1820
"github.com/smartcontractkit/chainlink/deployment/cre/capabilities_registry/v2/changeset/operations/contracts"
19-
"google.golang.org/protobuf/encoding/protojson"
2021
)
2122

2223
// CapabilityConfigModifierParams carries shared inputs for per-DON capability config modification.

0 commit comments

Comments
 (0)