diff --git a/fastlane_bot/helpers/txhelpers.py b/fastlane_bot/helpers/txhelpers.py index 03fae8570..ed5fa3918 100644 --- a/fastlane_bot/helpers/txhelpers.py +++ b/fastlane_bot/helpers/txhelpers.py @@ -946,7 +946,7 @@ def approve_token_for_arb_contract(self, token_address: str, approval_amount: in transaction hash """ current_gas_price = self.web3.eth.get_block("pending").get("baseFeePerGas") - max_priority = int(self.get_max_priority_fee_per_gas_alchemy()) if self.ConfigObj.NETWORK in ["ethereum", "coinbase_bse"] else 0 + max_priority = int(self.get_max_priority_fee_per_gas_alchemy()) if self.ConfigObj.NETWORK in ["ethereum", "coinbase_base"] else 0 token_contract = self.web3.eth.contract(address=token_address, abi=ERC20_ABI) try: