From 67b45b49c0b4de55a854db66b4f7ed0954ea7eda Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Mon, 5 May 2025 21:31:04 +0200 Subject: [PATCH] Update OptimismBridgeFacet.md --- docs/OptimismBridgeFacet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OptimismBridgeFacet.md b/docs/OptimismBridgeFacet.md index 24397ce95..fff63f981 100644 --- a/docs/OptimismBridgeFacet.md +++ b/docs/OptimismBridgeFacet.md @@ -2,7 +2,7 @@ ## How it works -The Optimism Bridge Facet works by forwarding Optimism Bridge specific calls to Optimism Bridge [contract](https://github.com/ethereum-optimism/optimism/blob/master/packages/contracts/contracts/L1/messaging/L1StandardBridge.sol). The standard bridge functionality provides a method for an ERC20 token to be deposited and locked on L1 in exchange of the same amount of an equivalent token on L2. +The Optimism Bridge Facet works by forwarding Optimism Bridge specific calls to Optimism Bridge [contract](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/L1StandardBridge.sol). The standard bridge functionality provides a method for an ERC20 token to be deposited and locked on L1 in exchange of the same amount of an equivalent token on L2. ```mermaid graph LR;