@0x/utils: ZeroExRevertErrors.Migrate -> ZeroExRevertErrors.Ownable

This commit is contained in:
Lawrence Forman
2020-04-23 12:18:44 -04:00
parent 6063854d06
commit 85509ea251
3 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,10 @@
{
"note": "Print full revert error in stack traces.",
"pr": 2540
},
{
"note": "`ZeroExRevertErrors.Migrate` -> `ZeroExRevertErrors.Ownable`",
"pr": 2564
}
]
},

View File

@@ -48,5 +48,5 @@ export const ZeroExRevertErrors = {
Common: require('./revert_errors/zero-ex/common_revert_errors'),
Proxy: require('./revert_errors/zero-ex/proxy_revert_errors'),
SimpleFunctionRegistry: require('./revert_errors/zero-ex/simple_function_registry_revert_errors'),
Migrate: require('./revert_errors/zero-ex/migrate_revert_errors'),
Ownable: require('./revert_errors/zero-ex/ownable_revert_errors'),
};