fix: manifest sdk

This commit is contained in:
aryan
2025-01-05 00:22:04 +05:30
parent 06ad5ba728
commit 9da44f0be3
5 changed files with 142 additions and 142 deletions

View File

@@ -7,7 +7,7 @@ import {
import { SolanaAgentKit } from "../index";
import {
ManifestClient,
WrapperPlaceOrderParamsExternal,
WrapperPlaceOrderParamsExternal
} from "@cks-systems/manifest-sdk";
import { OrderType } from "@cks-systems/manifest-sdk/client/ts/src/wrapper/types/OrderType";

View File

@@ -9,8 +9,8 @@ export * from "./get_balance_other";
export * from "./mint_nft";
export * from "./transfer";
export * from "./trade";
export * from "./limit_order";
export * from "./batch_order";
// export * from "./limit_order";
// export * from "./batch_order";
export * from "./cancel_all_orders";
export * from "./withdraw_all";
export * from "./adrena_perp_trading";