cfdContractsSchema was updated

package.json version 0.16.0-rc.10 was updated
This commit is contained in:
Mikhail Gladchenko
2023-01-09 16:15:02 +00:00
parent cc51e13ddb
commit eeaa63ba9d
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -12,6 +12,8 @@ const cfdContractsSchema = z.array(z.object({
longFRStored: z.number(),
lastFRPriceUpdateTime: z.number(),
priceIndex: z.number(),
feePercent: z.number(),
withdrawMarginLevel: z.number(),
}));
export default cfdContractsSchema;