Updated changelogs and ran prettier
This commit is contained in:
@@ -16,10 +16,7 @@ export class TransferOwnerToZeroError extends RevertError {
|
||||
}
|
||||
}
|
||||
|
||||
const types = [
|
||||
OnlyOwnerError,
|
||||
TransferOwnerToZeroError,
|
||||
];
|
||||
const types = [OnlyOwnerError, TransferOwnerToZeroError];
|
||||
|
||||
// Register the types we've defined.
|
||||
for (const type of types) {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import { BigNumber } from './configured_bignumber';
|
||||
import { RevertError } from './revert_error';
|
||||
|
||||
|
||||
export enum SafeMathErrorCodes {
|
||||
Uint256AdditionOverflow,
|
||||
Uint256MultiplicationOverflow,
|
||||
|
||||
Reference in New Issue
Block a user