mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 00:57:56 +03:00
fix: unnecessary space in config; fix order schema removed unnecessary fields
This commit is contained in:
@@ -43,8 +43,6 @@ const tradeInfoSchema = z.object({
|
||||
updateTime: z.number(),
|
||||
matchedBlockchainOrder: blockchainOrderSchema.optional(),
|
||||
matchedSubOrderId: z.number().int().nonnegative().optional(),
|
||||
exchangeTradeInfo: z.boolean(),
|
||||
poolTradeInfo: z.boolean(),
|
||||
});
|
||||
|
||||
const baseOrderSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user