aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/test/utils/constants.ts')
-rw-r--r--packages/contracts/test/utils/constants.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/contracts/test/utils/constants.ts b/packages/contracts/test/utils/constants.ts
index 7060b5091..ee4378d2e 100644
--- a/packages/contracts/test/utils/constants.ts
+++ b/packages/contracts/test/utils/constants.ts
@@ -54,14 +54,10 @@ export const constants = {
FUNCTIONS_WITH_MUTEX: [
'FILL_ORDER',
'FILL_OR_KILL_ORDER',
- 'FILL_ORDER_NO_THROW',
'BATCH_FILL_ORDERS',
'BATCH_FILL_OR_KILL_ORDERS',
- 'BATCH_FILL_ORDERS_NO_THROW',
'MARKET_BUY_ORDERS',
- 'MARKET_BUY_ORDERS_NO_THROW',
'MARKET_SELL_ORDERS',
- 'MARKET_SELL_ORDERS_NO_THROW',
'MATCH_ORDERS',
'CANCEL_ORDER',
'CANCEL_ORDERS_UP_TO',