diff --git a/packages/smart-contracts/scripts/test-deploy-main-payments.ts b/packages/smart-contracts/scripts/test-deploy-main-payments.ts index 204e13d68..f549ba44c 100644 --- a/packages/smart-contracts/scripts/test-deploy-main-payments.ts +++ b/packages/smart-contracts/scripts/test-deploy-main-payments.ts @@ -88,14 +88,14 @@ export default async function deploy(args: any, hre: HardhatRuntimeEnvironment): console.log('EthereumFeeProxy Contract deployed: ' + EthereumFeeProxyAddress); // Deploy SingleRequestProxyFactory contract - const { address: SingleRequestProxyFactoryAddress } = await deployOne( - args, - hre, - 'SingleRequestProxyFactory', - { - constructorArguments: [EthereumFeeProxyAddress, ERC20FeeProxyAddress, deployer.address], - }, - ); + // const { address: SingleRequestProxyFactoryAddress } = await deployOne( + // args, + // hre, + // 'SingleRequestProxyFactory', + // { + // constructorArguments: [EthereumFeeProxyAddress, ERC20FeeProxyAddress, deployer.address], + // }, + // ); // ---------------------------------- console.log('Contracts deployed');