Skip to content

Commit

Permalink
Report format => uint32 (#12096)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav authored Feb 20, 2024
1 parent 298e417 commit 05a05c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface IChannelConfigStore is IERC165 {

struct ChannelDefinition {
// e.g. evm, solana, CosmWasm, kalechain, etc...
bytes8 reportFormat;
uint32 reportFormat;
// Specifies the chain on which this channel can be verified. Currently uses
// CCIP chain selectors, but lots of other schemes are possible as well.
uint64 chainSelector;
Expand Down
Loading

0 comments on commit 05a05c6

Please sign in to comment.