mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
clean: removed console log
This commit is contained in:
parent
c907d15e22
commit
c8ff80b6a3
|
@ -347,7 +347,6 @@ export const configureReservesByHelper = async (
|
|||
|
||||
console.log(`- Configure reserves in ${chunkedInputParams.length} txs`);
|
||||
for (let chunkIndex = 0; chunkIndex < chunkedInputParams.length; chunkIndex++) {
|
||||
console.log('chunk ', chunkedInputParams[chunkIndex]);
|
||||
await waitForTx(
|
||||
await atokenAndRatesDeployer.configureReserves(chunkedInputParams[chunkIndex], {
|
||||
gasLimit: 12000000,
|
||||
|
|
Loading…
Reference in New Issue
Block a user