schema update

This commit is contained in:
Aleksandr Kraiz
2022-10-12 19:29:54 +04:00
parent c8e7a8a555
commit 864d63b4ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@orionprotocol/sdk", "name": "@orionprotocol/sdk",
"version": "0.15.7", "version": "0.15.8",
"description": "Orion Protocol SDK", "description": "Orion Protocol SDK",
"main": "./lib/esm/index.js", "main": "./lib/esm/index.js",
"module": "./lib/esm/index.js", "module": "./lib/esm/index.js",

View File

@@ -2,7 +2,7 @@ import { z } from 'zod';
const pairConfigSchema = z.object({ const pairConfigSchema = z.object({
// baseAssetPrecision: z.number().int(), // Deprecated. DO NOT USE // baseAssetPrecision: z.number().int(), // Deprecated. DO NOT USE
executableOnBrokersPriceDeviation: z.number().nullable(), // executableOnBrokersPriceDeviation: z.number().nullable(), // Deprecated. DO NOT USE
maxPrice: z.number(), maxPrice: z.number(),
maxQty: z.number(), maxQty: z.number(),
minPrice: z.number(), minPrice: z.number(),