Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Jan 19, 2024
1 parent 9286319 commit f0601f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zksync2/account/wallet_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def withdraw(self, tx: WithdrawTransaction):
else:
tx.bridge_address = self.get_l2_bridge_contracts().weth
bridge = self._zksync_web3.zksync.contract(
address=Web3.to_checksum_address(Web3.to_checksum_address(tx.bridge_address)),
address=Web3.to_checksum_address(
Web3.to_checksum_address(tx.bridge_address)
),
abi=l2_bridge_abi_default(),
)
transaction = bridge.functions.withdraw(
Expand Down

0 comments on commit f0601f0

Please sign in to comment.