Release streamer with parser SDK 0.5

This commit is contained in:
0xfnzero
2026-05-26 00:19:07 +08:00
parent 6149ae2987
commit 8972d83492
4 changed files with 24 additions and 15 deletions
@@ -1115,6 +1115,7 @@ pub(crate) fn convert_parser_event(
);
Some(DexEvent::MeteoraDlmmClaimFeeEvent(meteora_dlmm_claim_fee_from_pb(e, meta)))
}
_ => None,
}
}