aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/order_watcher_config_schema.ts
blob: a88d2ecfd517886a42da543abef11c2fcfb0ac24 (plain) (blame)
1
2
3
4
5
6
7
export const orderWatcherConfigSchema = {
    id: '/OrderWatcherConfig',
    properties: {
        mempoolPollingIntervalMs: {$ref: '/Number'},
    },
    type: 'object',
};