mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
Use sub-optimal gas cost algorithm
This commit is contained in:
parent
fade13c960
commit
597b23d6e2
|
@ -78,7 +78,7 @@ contract ConditionDebtBridgeIsAffordable is GelatoConditionsStandard {
|
||||||
uint256 gasFeesPaidFromCol =
|
uint256 gasFeesPaidFromCol =
|
||||||
_getGelatoProviderFees(
|
_getGelatoProviderFees(
|
||||||
_getGasCostMakerToMaker(
|
_getGasCostMakerToMaker(
|
||||||
true,
|
false,
|
||||||
_getFlashLoanRoute(
|
_getFlashLoanRoute(
|
||||||
DAI,
|
DAI,
|
||||||
_getRealisedDebt(_getMakerVaultDebt(_vaultId))
|
_getRealisedDebt(_getMakerVaultDebt(_vaultId))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user