Skip to content

Commit ae06877

Browse files
authored
Docs: (Fix typo) (#1750)
There is a typo in the documentation
1 parent 3dee878 commit ae06877

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

developers/arbitrum-deploy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ deploy your Orbit chain.
123123

124124
After configuring your batch poster, proceed to the next step.
125125

126-
### Step 3: Review & Deploy your Orbit chain
126+
### Step 4: Review & Deploy your Orbit chain
127127

128128
Now, deploy your chain's base contracts to Arbitrum Sepolia!
129129

@@ -154,7 +154,7 @@ the challenge mechanism, bridging mechanisms, and more.
154154
Once your transaction is complete, continue to Step 4 to
155155
download your chain's configuration files and launch your chain.
156156

157-
### Step 4: Download your chain's configuration files and launch your chain
157+
### Step 5: Download your chain's configuration files and launch your chain
158158

159159
After configuring your chain, you will need to download the necessary configuration files to launch your chain. Click the **Download zip files** button to download both the Rollup Config and L3 Config in a single ZIP file.
160160

@@ -166,7 +166,7 @@ Ensure to securely store these downloaded files as they contain sensitive inform
166166

167167
![download config](/arbitrum/download-config.png)
168168

169-
### Step 5: Clone the setup script repository and add your configuration files
169+
### Step 6: Clone the setup script repository and add your configuration files
170170

171171
1. Clone the [orbit-setup-script](https://github.com/celestiaorg/orbit-setup-script/tree/main)
172172
repository:
@@ -181,7 +181,7 @@ root of your cloned `orbit-setup-script` repository.
181181

182182
3. Install dependencies by running `yarn install` from the root of the `orbit-setup-script` repository.
183183

184-
### Step 6: Pick an L2 RPC URL for the Batch Poster
184+
### Step 7: Pick an L2 RPC URL for the Batch Poster
185185

186186
In order for the Batch Poster, which is responsible for posting batches of data, to
187187
subscribe to Blobstream's smart contract events, the node most use a WebSocket
@@ -210,7 +210,7 @@ and successfully subscribe to Blobstream events.
210210
Without a WSS connection, the Batch Poster won't be able to subscribe to Blobstream
211211
events, and thus will fall back to posting data to parent chain.
212212

213-
### Step 7: Run your light node for Mocha testnet
213+
### Step 8: Run your light node for Mocha testnet
214214

215215
First, be sure that your light node is running, using a command similar to:
216216

@@ -297,7 +297,7 @@ This is crucial to protect against potential misuse by copy-paste errors.
297297

298298
[See the compatibility matrix in the appendix to verify you're using the right versions.](#compatibility-matrix)
299299

300-
### Step 8: Run your chain's node and block explorer
300+
### Step 9: Run your chain's node and block explorer
301301

302302
Start Docker, then run `docker-compose up -d` from the root of
303303
the `orbit-setup-script` repository.
@@ -313,7 +313,7 @@ After you have some activity on your rollup, it will look more like this:
313313

314314
![explorer-view](/arbitrum/explorer-view.png)
315315

316-
### Step 9: Finish setting up your chain
316+
### Step 10: Finish setting up your chain
317317

318318
The Offchain Labs team has provided a Hardhat script that
319319
handles the following tasks:

0 commit comments

Comments
 (0)