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
Repeat the process with the namespace (namespace must be configured through an env variable as a hex string, e.g. ca1de12a9905be97beaf for Rari Testnet):
Construct the URL using the namespace as the hash (URL to the Celenium must be configured through an env variable): https://mocha.celenium.io/blob?commitment=Pr5aQ%2FR%2Fv2nbAD5UO7J%2BSHWSnt4vqaJdCfC9CC1dIPA%3D&hash=AAAAAAAAAAAAAAAAAAAAAAAAAMod4SqZBb6Xvq8%3D&height=4520041
For Arbitrum Orbit chains that use Celestia DA, Blockscout has to show Celestia Blobs in Batches similar to OP chains.
Ideally on the batch page we need to show:
commitment
andheight
under the toggle "Show data availability info"/"Hide data availability info" (like for AnyTrust)Convert the commitment from hex to base64 and URL-encode it:
Repeat the process with the namespace (namespace must be configured through an env variable as a hex string, e.g.
ca1de12a9905be97beaf
for Rari Testnet):Construct the URL using the namespace as the hash (URL to the Celenium must be configured through an env variable):
https://mocha.celenium.io/blob?commitment=Pr5aQ%2FR%2Fv2nbAD5UO7J%2BSHWSnt4vqaJdCfC9CC1dIPA%3D&hash=AAAAAAAAAAAAAAAAAAAAAAAAAMod4SqZBb6Xvq8%3D&height=4520041
The batch page must be available by both URLs:
https://blockscout.url/batches/{batch_id}
https://blockscout.url/api/v2/arbitrum/batches/{batch_id}
https://blockscout.url/batches/celestia/{height}/{commitment}
https://blockscout.url/api/v2/arbitrum/batches/da/celestia/{height}/{commitment}
We have a test deployment via Autoscout:
Custom backend: https://hub.docker.com/layers/blockscout/blockscout-arbitrum/6.10.1-alpha.9/images/sha256-ccb3f9b63a1c30e595a175dab85c83fcb1271927b6c524dae21fb1ae7bc7d3c6
(need to ask DevOps team to deploy it properly)
The text was updated successfully, but these errors were encountered: