Remove moved RevertErrors
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { BigNumber } from '@0x/utils';
|
||||
|
||||
import SafeMathRevertErrors = require('./safe_math_revert_errors');
|
||||
import { BigNumber, SafeMathRevertErrors } from '@0x/utils';
|
||||
|
||||
const MAX_UINT256 = new BigNumber(2).pow(256).minus(1);
|
||||
|
||||
|
Reference in New Issue
Block a user