Skip to content

Commit

Permalink
ref onchain code
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Jun 28, 2024
1 parent 3a51d3c commit d9f446d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/services/ocr3/plugins/ccipevm/msghasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ type MessageHasherV1 struct {
metaDataHash [32]byte
leafDomainSeparator [32]byte

// ABIs and types for encoding the message data similar to on-chain implementation:
// https://github.com/smartcontractkit/ccip/blob/54ee4f13143d3e414627b6a0b9f71d5dfade76c5/contracts/src/v0.8/ccip/libraries/Internal.sol#L135
bytesArrayType abi.Type
tokensAbi abi.ABI
fixedSizeValuesAbi abi.ABI
Expand Down

0 comments on commit d9f446d

Please sign in to comment.