Skip to content

Commit

Permalink
Update arbitrum-integration.md (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Feb 5, 2024
1 parent e08e70a commit 7d741ef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,10 @@ function sidebarHome() {
text: "Deploy an Arbitrum rollup devnet",
link: "/developers/arbitrum-deploy",
},
{
text: "Deploy an Arbitrum rollup to Mocha testnet",
link: "/developers/arbitrum-mocha",
},
// {
// text: "Deploy an Arbitrum rollup to Mocha testnet",
// link: "/developers/arbitrum-mocha",
// },
{
text: "Nitrogen testnet",
link: "/developers/nitrogen",
Expand Down
11 changes: 3 additions & 8 deletions developers/arbitrum-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: A guide on how to install Arbitrum Nitro and deploy an instance on

# Deploy an Arbitrum rollup devnet

![nitro-vroom](/img/nitro-vroom-devnet.png)

We will go over installation of Arbitrum Nitro and deploying an instance on an
Ubuntu AMD machine. This section covers all necessary dependencies needed to be
installed.
Expand Down Expand Up @@ -117,10 +115,7 @@ add the flag `--validate` to nitro-testnode when starting with:
</div>
:::tip
You may need significantly more RAM and CPU to validate all blocks with WASM.
You may need significantly more RAM and CPU to validate all blocks with WASM. You'll also need
to send transactions to generate new batches to
be posted to Celestia!
:::

## Next steps

In the next page we will cover
[deploying your devnet to Mocha testnet](./arbitrum-mocha.md).
2 changes: 1 addition & 1 deletion developers/arbitrum-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Arbitrum `SequencerInbox.sol` contract.
In the `SequencerInbox.sol` contract, the `validateBatchData`
modifier has been designed to authenticate that the data root is
on Celestia when reading a batch of data. This is achieved by the
[following code in `arbnode/sequencer_inbox.go`](https://github.com/celestiaorg/nitro-contracts/blob/celestia/blobstream/src/bridge/SequencerInbox.sol#L334-L360):
[following code in `SequencerInbox.sol` by @Ferret-San](https://github.com/celestiaorg/nitro-contracts/blob/celestia/blobstream/src/bridge/SequencerInbox.sol#L334-L360):

Note that the data above is the bytes serialized version of this struct in Go:

Expand Down
2 changes: 0 additions & 2 deletions developers/arbitrum-mocha.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: An overview of the deploying Arbitrum Nitro and Celestia rollup to

# Deploy an Arbitrum rollup to Mocha testnet

![nitro-vroom](/img/nitro-vroom.png)

<!-- markdownlint-disable MD033 -->
<script setup>
import constants from '/.vitepress/constants/constants.js'
Expand Down
Binary file removed public/img/nitro-vroom-devnet.png
Binary file not shown.
Binary file removed public/img/nitro-vroom.png
Binary file not shown.

0 comments on commit 7d741ef

Please sign in to comment.