Skip to content

Commit

Permalink
fix: use v2.2.2 release link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jan 31, 2024
1 parent 49a1886 commit cf1e5ca
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 by @Ferret-san]([https://arbnode/sequencer_inbox.go](https://github.com/celestiaorg/nitro/blob/4dac70821b5bbb7c48b6e5c2460663dc0c07e011/arbnode/sequencer_inbox.go)):
[following code in `arbnode/sequencer_inbox.go`](https://github.com/celestiaorg/nitro/blob/v2.2.2-no-blobstream/arbnode/sequencer_inbox.go):

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

Expand Down

0 comments on commit cf1e5ca

Please sign in to comment.