Skip to content

Commit

Permalink
Merge pull request #270 from bancorprotocol/269-minor-spelling-issue-…
Browse files Browse the repository at this point in the history
…txhelpers-coinbase_bse

Update txhelpers.py
  • Loading branch information
NIXBNT committed Dec 22, 2023
2 parents 68bfb19 + 7dfda83 commit 391ab83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/helpers/txhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 391ab83

Please sign in to comment.