mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-23 07:36:44 +00:00
Fix order type import
This commit is contained in:
@@ -9,8 +9,8 @@ import {
|
||||
ManifestClient,
|
||||
WrapperPlaceOrderParamsExternal,
|
||||
} from "@cks-systems/manifest-sdk";
|
||||
import { OrderType } from "@cks-systems/manifest-sdk/client/ts/src/wrapper/types/OrderType";
|
||||
import { sleep } from "openai/core";
|
||||
import { OrderType } from "@cks-systems/manifest-sdk/dist/types/src/manifest";
|
||||
|
||||
/**
|
||||
* Place limit orders using Manifest
|
||||
|
||||
Reference in New Issue
Block a user