diff --git a/docs/specs/the_hyperchain/shared_bridge.md b/docs/specs/the_hyperchain/shared_bridge.md index be4a73ea1aa..a57c1ff7dd7 100644 --- a/docs/specs/the_hyperchain/shared_bridge.md +++ b/docs/specs/the_hyperchain/shared_bridge.md @@ -77,8 +77,8 @@ be able to leverage them when available). - `BridgehubMailbox` routes messages to the Diamond proxy’s Mailbox facet based on chainID - Same as the current zkEVM - [Mailbox](https://github.com/matter-labs/era-contracts/blob/main/ethereum/contracts/zksync/facets/Mailbox.sol), just - with chainId, + [Mailbox](https://github.com/matter-labs/era-contracts/blob/main/l1-contracts/contracts/zksync/facets/Mailbox.sol), + just with chainId, - Ether needs to be deposited and withdrawn from here. - This is where L2 transactions can be requested.