mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
schema update
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user