From 7d28a3beefe3a27f08bf83149680bd0d6cf24713 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:40:55 -0500 Subject: [PATCH] Update arbitrum-integration.md --- developers/arbitrum-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/arbitrum-integration.md b/developers/arbitrum-integration.md index 2d91ddceda6..22274df08e9 100644 --- a/developers/arbitrum-integration.md +++ b/developers/arbitrum-integration.md @@ -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: