You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developers/arbitrum-deploy.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ deploy your Orbit chain.
123
123
124
124
After configuring your batch poster, proceed to the next step.
125
125
126
-
### Step 3: Review & Deploy your Orbit chain
126
+
### Step 4: Review & Deploy your Orbit chain
127
127
128
128
Now, deploy your chain's base contracts to Arbitrum Sepolia!
129
129
@@ -154,7 +154,7 @@ the challenge mechanism, bridging mechanisms, and more.
154
154
Once your transaction is complete, continue to Step 4 to
155
155
download your chain's configuration files and launch your chain.
156
156
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
158
158
159
159
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.
160
160
@@ -166,7 +166,7 @@ Ensure to securely store these downloaded files as they contain sensitive inform
166
166
167
167

168
168
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
170
170
171
171
1. Clone the [orbit-setup-script](https://github.com/celestiaorg/orbit-setup-script/tree/main)
172
172
repository:
@@ -181,7 +181,7 @@ root of your cloned `orbit-setup-script` repository.
181
181
182
182
3. Install dependencies by running `yarn install` from the root of the `orbit-setup-script` repository.
183
183
184
-
### Step 6: Pick an L2 RPC URL for the Batch Poster
184
+
### Step 7: Pick an L2 RPC URL for the Batch Poster
185
185
186
186
In order for the Batch Poster, which is responsible for posting batches of data, to
187
187
subscribe to Blobstream's smart contract events, the node most use a WebSocket
@@ -210,7 +210,7 @@ and successfully subscribe to Blobstream events.
210
210
Without a WSS connection, the Batch Poster won't be able to subscribe to Blobstream
211
211
events, and thus will fall back to posting data to parent chain.
212
212
213
-
### Step 7: Run your light node for Mocha testnet
213
+
### Step 8: Run your light node for Mocha testnet
214
214
215
215
First, be sure that your light node is running, using a command similar to:
216
216
@@ -297,7 +297,7 @@ This is crucial to protect against potential misuse by copy-paste errors.
297
297
298
298
[See the compatibility matrix in the appendix to verify you're using the right versions.](#compatibility-matrix)
299
299
300
-
### Step 8: Run your chain's node and block explorer
300
+
### Step 9: Run your chain's node and block explorer
301
301
302
302
Start Docker, then run `docker-compose up -d` from the root of
303
303
the `orbit-setup-script` repository.
@@ -313,7 +313,7 @@ After you have some activity on your rollup, it will look more like this:
313
313
314
314

315
315
316
-
### Step 9: Finish setting up your chain
316
+
### Step 10: Finish setting up your chain
317
317
318
318
The Offchain Labs team has provided a Hardhat script that
0 commit comments