Skip to content

Commit

Permalink
Update developers/arbitrum-integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Jan 31, 2024
1 parent cf1e5ca commit 173a2a9
Showing 1 changed file with 1 addition and 1 deletion.
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/blob/v2.2.2-no-blobstream/arbnode/sequencer_inbox.go):
[following code in `arbnode/sequencer_inbox.go`](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

0 comments on commit 173a2a9

Please sign in to comment.