Skip to content

Commit 399d17f

Browse files
cleanup
- fixing image sizing on l2-to-l1-messaging - fixing unrelated broken link that has popped up
1 parent 1fe0e53 commit 399d17f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arbitrum-docs/how-arbitrum-works/11-l2-to-l1-messaging.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following diagram depicts the process that funds follow during a withdrawal
103103
<ImageZoom
104104
src="/img/dapps-withdrawing-ether.svg"
105105
alt="Process funds follow during withdrawal operation"
106-
className="img-600px"
106+
className="img-800px"
107107
/>
108108

109109
## `ERC-20` token withdrawal
@@ -117,7 +117,7 @@ Arbitrum has a canonical <a data-quicklook-from="bridge">bridge</a> design and a
117117
<ImageZoom
118118
src="/img/dapps-bridge_withdrawals.png"
119119
alt="Withdrawal process using the gateway"
120-
className="img-600px"
120+
className="img-800px"
121121
/>
122122

123123
For any given gateway pairing, calls have to be initiated through the corresponding router (`L2GatewayRouter`), and the gateways must conform to the `TokenGateway` interfaces; the `TokenGateway` interfaces should be flexible and extensible enough to support any bridging functionality a particular token may require.

arbitrum-docs/node-running/how-tos/running-an-orbit-node.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ And, you need to set the following flag to specify the DAS REST endpoints, there
8989
9090
Please contact the chain owners to get the URL of the DAS REST endpoints. If you are a chain owner, please refer to the [DAC setup guide](/run-arbitrum-node/data-availability-committees/01-get-started.mdx#if-you-are-a-chain-owner) to set it up.
9191
92-
(Batch posters only) For your batch posters to post data to the DAS, you need to follow [step 3 of config das](/run-arbitrum-node/data-availability-committees/04-configure-dac.mdx#Step-3:-Craft-the-new-configuration-for-the-batch-poster) to your node config.
92+
(Batch posters only) For your batch posters to post data to the DAS, you need to follow [step 3 of config das](/run-arbitrum-node/data-availability-committees/04-configure-dac.mdx#step-3-craft-the-new-configuration-for-the-batch-poster) to your node config.
9393
9494
### 3.Important ports
9595

0 commit comments

Comments
 (0)