diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts b/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts index bc7d40524..8bfced063 100644 --- a/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts +++ b/packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts @@ -1,7 +1,7 @@ export const orderWatcherPartialConfigSchema = { id: '/OrderWatcherPartialConfigSchema', properties: { - stateLayer: { $ref: '/BlockParam' }, + stateLayer: { $ref: '/blockParamSchema' }, orderExpirationCheckingIntervalMs: { type: 'number' }, eventPollingIntervalMs: { type: 'number' }, expirationMarginMs: { type: 'number' }, |