diff --git a/packages/deploy/deploy/marketplace/10_deploy_exchange.ts b/packages/deploy/deploy/marketplace/10_deploy_exchange.ts index 86c7b7e904..ea23147a50 100644 --- a/packages/deploy/deploy/marketplace/10_deploy_exchange.ts +++ b/packages/deploy/deploy/marketplace/10_deploy_exchange.ts @@ -20,7 +20,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { const newProtocolFeePrimary = 0; const newProtocolFeeSecondary = 250; - const newMatchOrdersLimit = 150; + const newMatchOrdersLimit = 50; await deploy('Exchange', { from: deployer,