Skip to content

Commit

Permalink
Update routehandler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesigh-3100 committed Nov 14, 2023
1 parent 0f966c2 commit 595beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/helpers/routehandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 595beb1

Please sign in to comment.