aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/order_watcher_config_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/order_watcher_config_schema.ts')
-rw-r--r--src/schemas/order_watcher_config_schema.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/schemas/order_watcher_config_schema.ts b/src/schemas/order_watcher_config_schema.ts
new file mode 100644
index 000000000..a88d2ecfd
--- /dev/null
+++ b/src/schemas/order_watcher_config_schema.ts
@@ -0,0 +1,7 @@
+export const orderWatcherConfigSchema = {
+ id: '/OrderWatcherConfig',
+ properties: {
+ mempoolPollingIntervalMs: {$ref: '/Number'},
+ },
+ type: 'object',
+};