Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Jun 10, 2024
1 parent b94636a commit aabaac5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zksync2/account/wallet_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,9 @@ def _get_l2_gas_limit_from_custom_bridge(self, transaction: DepositTransaction):
if transaction.options.chain_id is None:
transaction.options.chain_id = self._eth_web3.eth.chain_id

l2_bridge_address = bridge.functions.l2BridgeAddress(transaction.options.chain_id).call()
l2_bridge_address = bridge.functions.l2BridgeAddress(
transaction.options.chain_id
).call()

return self.estimate_custom_bridge_deposit_l2_gas(
transaction.bridge_address,
Expand Down

0 comments on commit aabaac5

Please sign in to comment.