aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-07 23:46:55 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-07 23:46:55 +0800
commitbadbaa39fc000e6febced9d8d0118565af7648dc (patch)
tree184dc1db322fc349792fcc7d9394589534f50a42 /src/types.ts
parent3126279de715d74a73af270a730cf5b0c069634f (diff)
downloaddexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.tar
dexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.tar.gz
dexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.tar.bz2
dexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.tar.lz
dexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.tar.xz
dexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.tar.zst
dexon-sol-tools-badbaa39fc000e6febced9d8d0118565af7648dc.zip
Address feedback
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 1034893a4..c58e5fd02 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -145,6 +145,7 @@ export const ExchangeContractErrs = strEnum([
'INSUFFICIENT_MAKER_FEE_BALANCE',
'INSUFFICIENT_MAKER_FEE_ALLOWANCE',
'TRANSACTION_SENDER_IS_NOT_FILL_ORDER_TAKER',
+ 'MULTIPLE_MAKERS_IN_SINGLE_CANCEL_BATCH'
]);
export type ExchangeContractErrs = keyof typeof ExchangeContractErrs;