Fix remaining merge issues

This commit is contained in:
Fabio Berger
2018-08-22 13:12:42 +01:00
parent 0248add542
commit d907b40378
7 changed files with 39 additions and 43 deletions

View File

@@ -33,6 +33,7 @@ export const docGenConfigs: DocGenConfigs = {
'EtherTokenWrapper',
'ExchangeWrapper',
'ForwarderWrapper',
'TransactionEncoder',
],
// Some types are not explicitly part of the public interface like params, return values, etc... But we still
// want them exported. E.g error enum types that can be thrown by methods. These must be manually added to this