diff --git a/packages/contract-wrappers/src/contract_wrappers/coordinator_wrapper.ts b/packages/contract-wrappers/src/contract_wrappers/coordinator_wrapper.ts index 04911be689..1082defe9b 100644 --- a/packages/contract-wrappers/src/contract_wrappers/coordinator_wrapper.ts +++ b/packages/contract-wrappers/src/contract_wrappers/coordinator_wrapper.ts @@ -629,7 +629,7 @@ export class CoordinatorWrapper extends ContractWrapper { data: string, takerAddress: string, signedOrders: SignedOrder[], - orderTransactionOpts: OrderTransactionOpts = { shouldValidate: true }, + orderTransactionOpts: OrderTransactionOpts, ): Promise { // create lookup tables to match server endpoints to orders const feeRecipientsToOrders: { [feeRecipient: string]: SignedOrder[] } = {};