mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
feat: Remove gasUsage variable due is unused.
This commit is contained in:
parent
cd8c1922f9
commit
4ce6573aaa
|
@ -33,8 +33,7 @@ export const initReservesByHelper = async (
|
|||
incentivesController: tEthereumAddress,
|
||||
poolName: ConfigNames,
|
||||
verify: boolean
|
||||
): Promise<BigNumber> => {
|
||||
let gasUsage = BigNumber.from('0');
|
||||
) => {
|
||||
const addressProvider = await getLendingPoolAddressesProvider();
|
||||
|
||||
// CHUNK CONFIGURATION
|
||||
|
@ -147,8 +146,6 @@ export const initReservesByHelper = async (
|
|||
console.log(` - Reserve ready for: ${chunkedSymbols[chunkIndex].join(', ')}`);
|
||||
console.log(' * gasUsed', tx3.gasUsed.toString());
|
||||
}
|
||||
|
||||
return gasUsage;
|
||||
};
|
||||
|
||||
export const getPairsTokenAggregator = (
|
||||
|
|
Loading…
Reference in New Issue
Block a user