The collateral_amount of the Mint event are uint256 data type.
https://github.com/code-423n4/2024-11-ethena-labs/blob/main/contracts/ustb/IUStbMintingEvents.sol#L17
However order.collateral_amount is uint128 data type in the mint function.
Ensure that the data types of the events and variables match.
