mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Remove console logs
This commit is contained in:
parent
c22533f139
commit
a21d823646
|
@ -20,12 +20,10 @@ task(`deploy-${CONTRACT_NAME}`, `Deploys the UniswapRepayAdapter contract`)
|
|||
'0x88757f2f99175387aB4C6a4b3067c77A695b0349', // lending provider kovan address
|
||||
'0xfcd87315f0e4067070ade8682fcdbc3006631441', // uniswap router address
|
||||
];
|
||||
console.log('before');
|
||||
const uniswapRepayAdapter = await new UniswapRepayAdapterFactory(await getFirstSigner()).deploy(
|
||||
args[0],
|
||||
args[1]
|
||||
);
|
||||
console.log('afta');
|
||||
await uniswapRepayAdapter.deployTransaction.wait();
|
||||
console.log('uniswapRepayAdapter.address', uniswapRepayAdapter.address);
|
||||
await verifyContract(uniswapRepayAdapter.address, args);
|
||||
|
|
Loading…
Reference in New Issue
Block a user