Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 29, 2024
1 parent eff59ff commit 578d781
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ export const blockHeaderHandler = createSubscriptionHandler<{
sendData(data: BlockHeaderDataModel) {
// Parse the raw data
const parsedData: BlockHeaderData = {
// TODO: We do not know the data model types yet
blockHeader: {
id: data.header.id,
height: data.header.height,
timestamp: data.header.timestamp,
chainId: data.header.chain_id,
},
} as any,
}

// Update the resume args
Expand Down

0 comments on commit 578d781

Please sign in to comment.