You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: how-to-guides/arbitrum-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Then the `Read` logic takes care of taking the deserialized Blob Pointer struct
47
47
48
48
The following represents a non-exhaustive list of considerations when running a Batch Poster node for a chain with Celestia underneath:
49
49
- You will need to use a consensus node RPC endpoint, you can
50
-
[find a list of them for Mocha](../how-to-guides/mocha-testnet#community-rpc-endpoints)
50
+
[find a list of them for Mocha](../how-to-guides/mocha-testnet.md#community-rpc-endpoints)
51
51
- The Batch Poster will only post a Celestia batch to the underlying chain if the height for which it posted is in a recent range in BlobstreamX and if the verification succeeds, otherwise it will discard the batch. Since it will wait until a range is relayed, it can take several minutes for a batch to be posted, but one can always make an on-chain request for the BlobstreamX contract to relay a header promptly.
52
52
53
53
The following represents a non-exhaustive list of considerations when running a Nitro node for a chain with Celestia underneath:
0 commit comments