@0x/utils
: Consolidated FixedMathRevertErrors
This commit is contained in:
parent
a42f3d189c
commit
09c0b83fe3
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "4.6.0-beta.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Consolidated FixedMathRevertErrors",
|
||||
"pr": "TODO"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "4.6.0-beta.0",
|
||||
"changes": [
|
||||
|
@ -12,6 +12,7 @@ export enum BinOpErrorCodes {
|
||||
AdditionOverflow,
|
||||
MultiplicationOverflow,
|
||||
DivisionByZero,
|
||||
DivisionOverflow,
|
||||
}
|
||||
|
||||
export class SignedValueError extends RevertError {
|
||||
|
Loading…
x
Reference in New Issue
Block a user