diff --git a/zksync2/account/wallet_l1.py b/zksync2/account/wallet_l1.py index 76be85e..fdc71ae 100644 --- a/zksync2/account/wallet_l1.py +++ b/zksync2/account/wallet_l1.py @@ -1192,7 +1192,7 @@ def is_withdrawal_finalized(self, withdraw_hash, index: int = 0): Web3.to_checksum_address(sender), abi=l2_shared_bridge_abi_default() ) l1_bridge = self._eth_web3.eth.contract( - Web3.to_checksum_address(l2_bridge.functions.l1Bridge().call()), + Web3.to_checksum_address(l2_bridge.functions.l1SharedBridge().call()), abi=l1_shared_bridge_abi_default(), )