From 595beb1562dab77480e283033c180dda574aa667 Mon Sep 17 00:00:00 2001 From: Lesigh-3100 Date: Tue, 14 Nov 2023 22:47:12 +0200 Subject: [PATCH] Update routehandler.py --- fastlane_bot/helpers/routehandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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