File tree Expand file tree Collapse file tree
deployment/cre/capabilities_registry/v2/changeset/modifier Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments