Commit e3adfb2
fix: remove Node Guru references after provider shutdown (#435)
* fix: remove Node Guru references after provider shutdown
Node Guru has shut down all of their Babylon Genesis services
(RPC, gRPC, LCD, and the babylon.explorers.guru / testnet.babylon.explorers.guru
explorers). The mainnet archive endpoint at babylon-archive.nodes.guru is
already returning HTTP 503, which broke the live co-staking rewards
calculator on the docs site.
Changes:
- Drop the "Nodes Guru" blocks from the mainnet/testnet endpoint tables in
node_information.mdx
- Drop the Node Guru rows from explorers.mdx and the proposals link from
reviewing_proposals.mdx; also drop NodeStake from the testnet explorers
row, because its testnet integration currently renders the page but
reports "babylon-testnet disconnected" with height 0
- Replace `*.nodes.guru` URLs in the BABY staking CLI, finality provider,
IBC relayer, and dApp deployment guides with their Polkachu equivalents
- Switch CoStakingCalculator.jsx to https://babylon-archive-api.polkachu.com
(verified all 4 endpoints — current_rewards, annual_provisions,
incentive/params, costaking/v1/params — return valid JSON)
- Update server URLs in the OpenAPI swagger files
(babylon-grpc-openapi3.yaml, comet-bft-rpc-openapi3.yaml)
- Sync the llms-ctx.txt and llms-full.txt LLM-discoverability artifacts
with the same removals so AI assistants stop suggesting dead endpoints
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: replace dead/mislabeled NodeStake genesis links with Polkachu
The NodeStake genesis URL `https://ss.babylon.nodestake.org/genesis.json`
was listed for both mainnet and testnet but the host doesn't resolve
(HTTP 000). The testnet "State Snapshot" entry pointed at
`https://nodestake.org/babylon`, which is the mainnet snapshot page —
there's no NodeStake testnet variant.
Replaces those three references with Polkachu equivalents
(verified mainnet genesis returns chain_id `bbn-1`, testnet returns
`bbn-test-6`, and the testnet snapshot page lists a recent height).
The mainnet "State Snapshot" NodeStake link is kept since it works.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: remove NodeStake mainnet explorer (degraded UX for Babylon)
NodeStake's mainnet explorer at explorer.nodestake.org/babylon does
return HTTP 200 and renders block height, but it is sourced from
ITRocket's API (`babylon-mainnet-api.itrocket.net`, moniker
`itrocket_rpc`) rather than NodeStake's own infrastructure, and the
UI is missing every Babylon-specific section — no Finality Providers,
no BTC Delegations, no Epochs, no Committee. For a docs site whose
audience expects BTC-staking-aware explorers, MintScan and Xangle
already cover that need with full Babylon dashboards.
Also swaps the mainnet "State Snapshot" link from `nodestake.org/babylon`
to Polkachu's snapshot page so a single working provider remains for
both genesis and snapshots.
No NodeStake faucet reference exists in the repo (verified by grep).
NodeStake's faucet subdomains do not resolve.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: replace missed Node Guru explorer link in validator_setup
The "Important Links" section in validator_setup.mdx still pointed to
https://babylon.explorers.guru/ — missed in the original sweep because
the regex `explore\.guru` required a literal dot directly after
"explore" and so didn't match `explorers.guru`. Other files were caught
only because they also had the text "Node Guru" near the URL; this line
was a bare URL, so it slipped through.
Swap to MintScan as the canonical mainnet explorer link, consistent
with the explorers.mdx table.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 020136b commit e3adfb2
14 files changed
Lines changed: 40 additions & 110 deletions
File tree
- docs
- developers/babylon_genesis_chain
- dapps
- explorers
- guides/overview/babylon_genesis/governance/reviewing_proposals
- operators
- babylon_validators
- finality_providers
- stakers/baby_stakers
- src/components/co-staking
- static
- swagger
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
33 | 29 | | |
Lines changed: 1 addition & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
| |||
37 | 28 | | |
38 | 29 | | |
39 | 30 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 31 | | |
50 | 32 | | |
51 | 33 | | |
52 | 34 | | |
53 | 35 | | |
54 | | - | |
| 36 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
| |||
0 commit comments