Skip to content

Commit c0a4927

Browse files
authored
docs: fix broken external links in snapshots and blobstream pages (#2430)
* docs: fix broken external links in snapshots and blobstream docs * docs: keep qubelabs snapshot links and skip flaky endpoint in checker * docs: keep arbiscan links and skip bot-blocked explorer domains
1 parent c53c669 commit c0a4927

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

app/build/blobstream/integrate-contracts/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ the following chains:
120120
| SP1 Blobstream | Arbitrum Sepolia | [`0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2`](https://sepolia.arbiscan.io/address/0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2#events) | [Mocha testnet](/operate/networks/mocha-testnet) | [Deployment on Celenium](https://mocha.celenium.io/blobstream?network=arbitrum&page=1) |
121121
| SP1 Blobstream | Base Sepolia | [`0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2`](https://sepolia.basescan.org/address/0xc3e209eb245Fd59c8586777b499d6A665DF3ABD2#events) | [Mocha testnet](/operate/networks/mocha-testnet) | [Deployment on Celenium](https://mocha.celenium.io/blobstream?network=base&page=1) |
122122
| SP1 Blobstream | Holesky | [`0x315A044cb95e4d44bBf6253585FbEbcdB6fb41ef`](https://holesky.etherscan.io/address/0x315A044cb95e4d44bBf6253585FbEbcdB6fb41ef) | [Mocha testnet](/operate/networks/mocha-testnet) | N/A |
123-
| SP1 Blobstream | ZKSync Gateway Staging | [`0x3a038D77A9b4eBBc8A7482B438BCff11c3591792`](https://explorer.era-gateway-stage.zksync.dev/address/0x3a038D77A9b4eBBc8A7482B438BCff11c3591792) | [Mocha testnet](/operate/networks/mocha-testnet) | N/A |
123+
| SP1 Blobstream | ZKSync Gateway Staging | [`0x3a038D77A9b4eBBc8A7482B438BCff11c3591792`](https://explorer.era-gateway-stage.zksync.dev/address/0x3a038D77A9b4eBBc8A7482B438BCff11c3591792) | [Mocha testnet](/operate/networks/mocha-testnet) | N/A |

scripts/check-links.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ const DEFAULT_SKIP_PATTERNS = [
4747
'validao.xyz', // Community node map visualization
4848
'celestia.valopers.com', // Community explorer
4949
'holesky.etherscan.io', // Testnet Etherscan (can be flaky)
50+
'arbiscan.io', // Cloudflare challenge blocks automated checks
51+
'sepolia.arbiscan.io', // Cloudflare challenge blocks automated checks
5052
'hibachi.xyz',
5153
'figment.io/',
5254
// Package registries and academic resources
@@ -55,6 +57,7 @@ const DEFAULT_SKIP_PATTERNS = [
5557
// Snapshot providers
5658
'polkachu.com/tendermint_snapshots/celestia',
5759
'polkachu.com/testnets/celestia/snapshots',
60+
'snaps.qubelabs.io/celestia',
5861
];
5962

6063
// Patterns that should only fail on 404 errors

0 commit comments

Comments
 (0)