@0x/utils: ZeroExRevertErrors.Migrate -> ZeroExRevertErrors.Ownable
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
{
|
||||
"note": "Print full revert error in stack traces.",
|
||||
"pr": 2540
|
||||
},
|
||||
{
|
||||
"note": "`ZeroExRevertErrors.Migrate` -> `ZeroExRevertErrors.Ownable`",
|
||||
"pr": 2564
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user