mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 15:17:40 +03:00
cfdContractsSchema was updated
package.json version 0.16.0-rc.10 was updated
This commit is contained in:
@@ -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