Add missing param

This commit is contained in:
Fabio Berger
2018-07-12 15:25:35 +02:00
parent b0a57a5091
commit 819d069edc

View File

@@ -23,6 +23,7 @@ export const contractWrappersPublicNetworkConfigSchema = {
zrxContractAddress: { $ref: '/Address' },
exchangeContractAddress: { $ref: '/Address' },
erc20ProxyContractAddress: { $ref: '/Address' },
erc721ProxyContractAddress: { $ref: '/Address' },
blockPollingIntervalMs: { type: 'number' },
orderWatcherConfig: {
type: 'object',