diff options
Diffstat (limited to 'packages/order-watcher')
-rw-r--r-- | packages/order-watcher/package.json | 4 | ||||
-rw-r--r-- | packages/order-watcher/src/schemas/order_watcher_partial_config_schema.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index c000b4fec..081b24c18 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -59,7 +59,7 @@ "dirty-chai": "^2.0.1", "json-loader": "^0.5.4", "make-promises-safe": "^1.1.0", - "mocha": "^4.0.1", + "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "nyc": "^11.0.1", "opn-cli": "^3.1.0", @@ -84,7 +84,7 @@ "ethereum-types": "^1.0.3", "ethereumjs-blockstream": "5.0.0", "ethers": "3.0.22", - "lodash": "^4.17.4" + "lodash": "^4.17.5" }, "publishConfig": { "access": "public" 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' }, |