Skip to content

Commit

Permalink
chore: remove single request proxy factory deployment from private ne…
Browse files Browse the repository at this point in the history
…twork
  • Loading branch information
aimensahnoun committed Oct 27, 2024
1 parent 085dc4c commit 45cca9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/smart-contracts/scripts/test-deploy-main-payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 45cca9f

Please sign in to comment.