2 Commits

Author SHA256 Message Date
minimons b60f897110 19: Add 'collateralUsd' to JupiterPerpsPosition 2026-06-29 13:48:15 +02:00
minimons 9ed818d1d0 X: Add publishGitHub.sh 2026-06-29 13:48:15 +02:00
@@ -15,7 +15,7 @@ import java.math.BigDecimal;
* @param tradedTokenMint the mint address of the token being traded
* @param collateralUsd the amount of USD representing the collateral for this position
*/
public record JupiterPerpsPositiono(
public record JupiterPerpsPosition(
ΩJupiterPerpsPositionAccountΩ positionAccount,
ΩUSDCPriceΩ entryPrice,
JupiterPerpsPositionDirection direction,