mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
misc: remove logs
This commit is contained in:
parent
2117e2ca62
commit
9a699d58c0
|
@ -228,19 +228,8 @@ export const initReservesByHelper = async (
|
||||||
|
|
||||||
console.log(`- Reserves initialization in ${chunkedInitInputParams.length} txs`);
|
console.log(`- Reserves initialization in ${chunkedInitInputParams.length} txs`);
|
||||||
for (let chunkIndex = 0; chunkIndex < chunkedInitInputParams.length; chunkIndex++) {
|
for (let chunkIndex = 0; chunkIndex < chunkedInitInputParams.length; chunkIndex++) {
|
||||||
console.log('address', await (await getFirstSigner()).getAddress());
|
|
||||||
const prov = await getLendingPoolAddressesProvider();
|
|
||||||
console.log('admin', await prov.getPoolAdmin());
|
|
||||||
console.log('conf add', await prov.getLendingPoolConfigurator());
|
|
||||||
console.log(
|
|
||||||
'prior batch init',
|
|
||||||
configurator.address,
|
|
||||||
chunkedInitInputParams[chunkIndex].slice(0, 1)
|
|
||||||
);
|
|
||||||
const tx3 = await waitForTx(
|
const tx3 = await waitForTx(
|
||||||
await configurator.batchInitReserve(chunkedInitInputParams[chunkIndex].slice(0, 1), {
|
await configurator.batchInitReserve(chunkedInitInputParams[chunkIndex])
|
||||||
gasLimit: '11000000',
|
|
||||||
})
|
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(` - Reserve ready for: ${chunkedSymbols[chunkIndex].join(', ')}`);
|
console.log(` - Reserve ready for: ${chunkedSymbols[chunkIndex].join(', ')}`);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user