mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
feat: Remove debug logs
This commit is contained in:
parent
9b78daa189
commit
57cc6579e1
|
@ -226,7 +226,6 @@ 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('batchInit', chunkedInitInputParams[chunkIndex]);
|
|
||||||
const tx3 = await waitForTx(
|
const tx3 = await waitForTx(
|
||||||
await configurator.batchInitReserve(chunkedInitInputParams[chunkIndex])
|
await configurator.batchInitReserve(chunkedInitInputParams[chunkIndex])
|
||||||
);
|
);
|
||||||
|
@ -272,7 +271,6 @@ export const configureReservesByHelper = async (
|
||||||
helpers: AaveProtocolDataProvider,
|
helpers: AaveProtocolDataProvider,
|
||||||
admin: tEthereumAddress
|
admin: tEthereumAddress
|
||||||
) => {
|
) => {
|
||||||
console.log('entering');
|
|
||||||
const addressProvider = await getLendingPoolAddressesProvider();
|
const addressProvider = await getLendingPoolAddressesProvider();
|
||||||
const atokenAndRatesDeployer = await getATokensAndRatesHelper();
|
const atokenAndRatesDeployer = await getATokensAndRatesHelper();
|
||||||
const tokens: string[] = [];
|
const tokens: string[] = [];
|
||||||
|
@ -316,7 +314,6 @@ export const configureReservesByHelper = async (
|
||||||
const [, tokenAddress] = (Object.entries(tokenAddresses) as [string, string][])[
|
const [, tokenAddress] = (Object.entries(tokenAddresses) as [string, string][])[
|
||||||
assetAddressIndex
|
assetAddressIndex
|
||||||
];
|
];
|
||||||
console.log(assetSymbol);
|
|
||||||
const { usageAsCollateralEnabled: alreadyEnabled } = await helpers.getReserveConfigurationData(
|
const { usageAsCollateralEnabled: alreadyEnabled } = await helpers.getReserveConfigurationData(
|
||||||
tokenAddress
|
tokenAddress
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user