Fix limit orders

This commit is contained in:
DonDuala
2024-12-30 16:06:34 -04:00
parent 3153fd3c88
commit 2246367a86
2 changed files with 2 additions and 24 deletions

View File

@@ -325,7 +325,7 @@ export class SolanaLimitOrderTool extends Tool {
const parsedInput = JSON.parse(input);
const tx = await this.solanaKit.limitOrder(
parsedInput.marketId,
new PublicKey(parsedInput.marketId),
parsedInput.quantity,
parsedInput.side,
parsedInput.price,