mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Fixed missing gas estimation
This commit is contained in:
parent
221c19c910
commit
d63ae5405f
|
@ -484,6 +484,10 @@ export const configureReservesByHelper = async (
|
|||
// ));
|
||||
|
||||
|
||||
addGas(await atokenAndRatesDeployer.estimateGas.configureReserves(
|
||||
chunkedInputParams[chunkIndex],
|
||||
{ gasLimit: 12000000 }
|
||||
));
|
||||
|
||||
await waitForTx(
|
||||
await atokenAndRatesDeployer.configureReserves(
|
||||
|
|
Loading…
Reference in New Issue
Block a user