mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 14:12:35 +03:00
cfdContractsSchema was updated
package.json version 0.16.0-rc.10 was updated
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user