mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-29 23:26:49 +00:00
Fix limit orders
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user