From 4cfcea40190c6b54455c1965307527550c3c402f Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Fri, 5 Sep 2025 22:40:08 +0300 Subject: [PATCH] docs: fix broken link --- contracts/chain-adapters/ZkSync_Adapter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/chain-adapters/ZkSync_Adapter.sol b/contracts/chain-adapters/ZkSync_Adapter.sol index 0826ece0a..a2663b72a 100644 --- a/contracts/chain-adapters/ZkSync_Adapter.sol +++ b/contracts/chain-adapters/ZkSync_Adapter.sol @@ -124,7 +124,7 @@ contract ZkSync_Adapter is AdapterInterface { using SafeERC20 for IERC20; // We need to pay a base fee to the operator to include our L1 --> L2 transaction. - // https://era.zksync.io/docs/dev/developer-guides/bridging/l1-l2.html#getting-the-base-cost + // https://docs.zksync.io/zksync-network/sdk/js/ethers/guides/accounts-l1-l2#base-cost // Generally, the following params are a bit hard to set and may change in the future once ZkSync // goes live. For now, we'll hardcode these and use aggressive values to ensure inclusion.