Hey, would like to check something about parsePriceFeedUpdatesInternal
function parsePriceFeedUpdatesInternal(
bytes[] calldata updateData,
bytes32[] calldata priceIds,
PythInternalStructs.ParseConfig memory config
) internal returns (PythStructs.PriceFeed[] memory priceFeeds) {
{
If updateData is length 2, but priceIDs is length 1, what happens?
Also would you recommend ensuring that updateData and priceIds are the same length?