feat(monorepo-scripts): add AssetBuyer to CLASSES_WITH_HIDDEN_CONSTRUCTORS
This commit is contained in:
@@ -30,6 +30,7 @@ export const docGenConfigs: DocGenConfigs = {
|
|||||||
// factory method which instantiates an instance of a class, but we don't want users instantiating it themselves
|
// factory method which instantiates an instance of a class, but we don't want users instantiating it themselves
|
||||||
// and getting confused. Any class name in this list will not have it's constructor rendered in our docs.
|
// and getting confused. Any class name in this list will not have it's constructor rendered in our docs.
|
||||||
CLASSES_WITH_HIDDEN_CONSTRUCTORS: [
|
CLASSES_WITH_HIDDEN_CONSTRUCTORS: [
|
||||||
|
'AssetBuyer',
|
||||||
'ERC20ProxyWrapper',
|
'ERC20ProxyWrapper',
|
||||||
'ERC20TokenWrapper',
|
'ERC20TokenWrapper',
|
||||||
'ERC721ProxyWrapper',
|
'ERC721ProxyWrapper',
|
||||||
|
|||||||
Reference in New Issue
Block a user