Skip to content

Commit

Permalink
Cap reg comment
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Oct 4, 2024
1 parent 6b6aa4c commit 42d6144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/deployment/ccip/view/v1_6/capreg.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import (
"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/keystone/generated/capabilities_registry"
)

// CapRegView denotes a view of the capabilities registry contract.
// Note that the contract itself is 1.0.0 versioned, but we're releasing it first
// as part of 1.6.
type CapRegView struct {
types.ContractMetaData
Capabilities []CapabilityView `json:"capabilities,omitempty"`
Expand Down

0 comments on commit 42d6144

Please sign in to comment.