mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 07:07:39 +03:00
schema update
This commit is contained in:
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
||||
|
||||
const pairConfigSchema = z.object({
|
||||
// baseAssetPrecision: z.number().int(), // Deprecated. DO NOT USE
|
||||
executableOnBrokersPriceDeviation: z.number().nullable(),
|
||||
// executableOnBrokersPriceDeviation: z.number().nullable(), // Deprecated. DO NOT USE
|
||||
maxPrice: z.number(),
|
||||
maxQty: z.number(),
|
||||
minPrice: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user