mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 16:21:32 +03:00
OP-3268 [CFD] Deposit amount
CFDContractsSchema export
This commit is contained in:
@@ -10,12 +10,12 @@ import {
|
||||
userEarnedSchema,
|
||||
PairStatusEnum,
|
||||
pairStatusSchema,
|
||||
CFDContractsSchema,
|
||||
} from './schemas';
|
||||
import redeemOrderSchema from '../OrionAggregator/schemas/redeemOrderSchema';
|
||||
import { sourceAtomicHistorySchema, targetAtomicHistorySchema } from './schemas/atomicHistorySchema';
|
||||
import { makePartial } from '../../utils';
|
||||
import { networkCodes } from '../../constants';
|
||||
import CFDContractsSchema from './schemas/CFDContractsSchema';
|
||||
|
||||
interface IAdminAuthHeaders {
|
||||
auth: string;
|
||||
|
||||
@@ -12,3 +12,4 @@ export { default as atomicSummarySchema } from './atomicSummarySchema';
|
||||
export { default as poolsLpAndStakedSchema } from './poolsLpAndStakedSchema';
|
||||
export { default as userVotesSchema } from './userVotesSchema';
|
||||
export { default as userEarnedSchema } from './userEarnedSchema';
|
||||
export { default as CFDContractsSchema } from './CFDContractsSchema';
|
||||
|
||||
Reference in New Issue
Block a user