Skip to content

Commit

Permalink
Merge branch 'celestiaorg:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhite1 authored Oct 14, 2024
2 parents de6142c + ae06877 commit 942a4aa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .vitepress/constants/mocha_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mochaVersions = Object.freeze({
"app-latest-sha": "d3f8b2997fcbc8e7f43785a9513b2d0c91675087",
"core-latest-tag": "v1.40.1-tm-v0.34.29-rc0",
"core-latest-sha": "0d2b63836d0f4587e162bfded58f53fba238e69c",
"node-latest-tag": "v0.16.2-mocha",
"node-latest-sha": "3cbf4359592cdcc28694ea7add33ab0476624510",
"node-latest-tag": "v0.18.2-mocha",
"node-latest-sha": "4309c8349857638b033a2a278da0f8ab182fdb26",
});
export default mochaVersions;
14 changes: 7 additions & 7 deletions developers/arbitrum-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ deploy your Orbit chain.

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

### Step 3: Review & Deploy your Orbit chain
### Step 4: Review & Deploy your Orbit chain

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

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

### Step 4: Download your chain's configuration files and launch your chain
### Step 5: Download your chain's configuration files and launch your chain

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.

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

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

### Step 5: Clone the setup script repository and add your configuration files
### Step 6: Clone the setup script repository and add your configuration files

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

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

### Step 6: Pick an L2 RPC URL for the Batch Poster
### Step 7: Pick an L2 RPC URL for the Batch Poster

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

### Step 7: Run your light node for Mocha testnet
### Step 8: Run your light node for Mocha testnet

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

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

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

### Step 8: Run your chain's node and block explorer
### Step 9: Run your chain's node and block explorer

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

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

### Step 9: Finish setting up your chain
### Step 10: Finish setting up your chain

The Offchain Labs team has provided a Hardhat script that
handles the following tasks:
Expand Down
2 changes: 1 addition & 1 deletion nodes/bridge-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bridge node:

- Memory: **16 GB RAM (minimum)**
- CPU: **6 cores**
- Disk: **10 TB SSD Storage**
- Disk: **2 TB NVME Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**

## Setting up your bridge node
Expand Down
2 changes: 1 addition & 1 deletion nodes/full-storage-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the full storage node:

- Memory: **16 GB RAM (minimum)**
- CPU: **6 cores**
- Disk: **10 TB SSD Storage**
- Disk: **2 TB NVME Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**

## Setting up your full storage node
Expand Down
4 changes: 2 additions & 2 deletions nodes/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ each tutorial guide.
| Node type | Memory | CPU | Disk | Bandwidth |
|-------------------|-------------|-------------|------------|-----------|
| Light node | 500 MB RAM | Single core | 100 GB SSD | 56 Kbps |
| Bridge node | 16 GB RAM | 6 cores | 10 TB SSD | 1 Gbps |
| Full storage node | 16 GB RAM | Quad-core | 10 TB SSD | 1 Gbps |
| Bridge node | 16 GB RAM | 6 cores | 2 TB NVME | 1 Gbps |
| Full storage node | 16 GB RAM | Quad-core | 2 TB NVME | 1 Gbps |

## Consensus nodes

Expand Down

0 comments on commit 942a4aa

Please sign in to comment.