Skip to content

Commit

Permalink
add home chain reader consts
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Jul 15, 2024
1 parent a1a9150 commit b7620f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ const (
// On EVM:
// function execute(bytes32[3] calldata reportContext, bytes calldata report) external
MethodExecute = "Execute"

// Capability registry methods.
// Used by the home chain reader.
MethodNameGetCapability = "GetCapability"

// CCIPConfig.sol methods.
// Used by the home chain reader.
MethodNameGetAllChainConfigs = "GetAllChainConfigs"
MethodNameGetOCRConfig = "GetOCRConfig"
)

// Event Names
Expand Down

0 comments on commit b7620f0

Please sign in to comment.