mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
schema update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.15.7",
|
||||
"version": "0.15.8",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/esm/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
|
||||
@@ -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