mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-06-03 23:26:50 +00:00
feat: add drift functions to agent class
This commit is contained in:
@@ -276,7 +276,7 @@ export async function driftPerpTrade(
|
||||
symbol: string;
|
||||
action: "long" | "short";
|
||||
type: "market" | "limit";
|
||||
price?: number;
|
||||
price?: number | undefined;
|
||||
},
|
||||
) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user