mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
Updated CFD contracts schema
Version 0.18.9
This commit is contained in:
@@ -14,6 +14,7 @@ const cfdContractsSchema = z.array(z.object({
|
||||
priceIndex: z.number(),
|
||||
feePercent: z.number(),
|
||||
withdrawMarginLevel: z.number(),
|
||||
delegateContractAddress: z.string(),
|
||||
}));
|
||||
|
||||
export default cfdContractsSchema;
|
||||
|
||||
Reference in New Issue
Block a user