diff --git a/fastlane_bot/helpers/routehandler.py b/fastlane_bot/helpers/routehandler.py index 0bfa64c3d..07d5e802a 100644 --- a/fastlane_bot/helpers/routehandler.py +++ b/fastlane_bot/helpers/routehandler.py @@ -382,7 +382,7 @@ def _get_flashloan_platform_id(self, tkn: str) -> int: int """ - if self.ConfigObj.NETWORK not in "ethereum": + if self.ConfigObj.NETWORK not in ["ethereum", "tenderly"]: return 7 # Using Bancor V3 to flashloan BNT, ETH, WBTC, LINK, USDC, USDT