Add blockPollingIntervalMs as an optional field to contract-wrappers config schemas

This commit is contained in:
Leonid Logvinov
2018-07-03 15:59:01 +03:00
parent 66c0d6724a
commit bcf8d51806
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export const contractWrappersPrivateNetworkConfigSchema = {
exchangeContractAddress: { $ref: '/Address' },
tokenRegistryContractAddress: { $ref: '/Address' },
tokenTransferProxyContractAddress: { $ref: '/Address' },
blockPollingIntervalMs: { type: 'number' },
orderWatcherConfig: {
type: 'object',
properties: {

View File

@@ -24,6 +24,7 @@ export const contractWrappersPublicNetworkConfigSchema = {
exchangeContractAddress: { $ref: '/Address' },
tokenRegistryContractAddress: { $ref: '/Address' },
tokenTransferProxyContractAddress: { $ref: '/Address' },
blockPollingIntervalMs: { type: 'number' },
orderWatcherConfig: {
type: 'object',
properties: {