Skip to content

Commit 9d2022c

Browse files
Merge pull request #2147 from OffchainLabs/fix-bridge-deposits-image
Fix bridge deposits image
2 parents dd64f56 + 59fa93d commit 9d2022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbitrum-docs/build-decentralized-apps/token-bridging/03-token-bridge-erc20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All Ethereum to Arbitrum token transfers are initiated via the router contract o
5252

5353
Similarly, Arbitrum to Ethereum transfers are initiated via the router contract on L2, the `L2GatewayRouter` contract, which calls the token's gateway contract on L2, the `L2ArbitrumGateway` contract, which in turn communicates to its corresponding gateway contract on L1, the `L1ArbitrumGateway` contract (typically/expectedly via [sending L2-to-L1 messages to the outbox](/how-arbitrum-works/11-l2-to-l1-messaging.mdx)).
5454

55-
<ImageZoom src="/img/dapps-bridge-withdrawals.png" alt="" className="img-600px" />
55+
<ImageZoom src="/img/dapps-bridge_withdrawals.png" alt="" className="img-600px" />
5656

5757
For any given gateway pairing, we require that calls be initiated through the corresponding router (`L1GatewayRouter` or `L2GatewayRouter`), and that the gateways conform to the [TokenGateway](https://github.com/OffchainLabs/token-bridge-contracts/blob/main/contracts/tokenbridge/libraries/gateway/TokenGateway.sol) interfaces; the `TokenGateway` interfaces should be flexible and extensible enough to support any bridging functionality a particular token may require.
5858

0 commit comments

Comments
 (0)