aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-27 10:36:51 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-27 10:44:21 +0800
commit3d55f97c0aa3232624395d7b9398ff269425fa95 (patch)
tree3da70aafad301eb7fae50ea46a2e338c252f2abf /src/types.ts
parentde0e436aad5d6b1c8a9425f075dbc3074b2fe31f (diff)
downloaddexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.tar
dexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.tar.gz
dexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.tar.bz2
dexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.tar.lz
dexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.tar.xz
dexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.tar.zst
dexon-0x-contracts-3d55f97c0aa3232624395d7b9398ff269425fa95.zip
Remove _getExchangeAddressAsync
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 f12d6f6c6..41ff30193 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -182,6 +182,7 @@ export const ExchangeContractErrs = strEnum([
'MULTIPLE_MAKERS_IN_SINGLE_CANCEL_BATCH_DISALLOWED',
'INSUFFICIENT_REMAINING_FILL_AMOUNT',
'MULTIPLE_TAKER_TOKENS_IN_FILL_UP_TO_DISALLOWED',
+ 'BATCH_ORDERS_MUST_HAVE_SAME_EXCHANGE_ADDRESS',
]);
export type ExchangeContractErrs = keyof typeof ExchangeContractErrs;