Updated changelogs and ran prettier

This commit is contained in:
Alex Towle
2019-07-30 16:08:58 -07:00
parent 858ccfa934
commit 46f6816511
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
import { BigNumber } from './configured_bignumber';
import { RevertError } from './revert_error';
export enum SafeMathErrorCodes {
Uint256AdditionOverflow,
Uint256MultiplicationOverflow,