Commit 707739d
committed
docs: extend stale-URL refresh to 3 missed READMEs + sui price_pusher CLI strings
Round-2 follow-up on Devin's pyth-network#3718 review noting 18 files still carried
the stale docs.pyth.network/documentation/pythnet-price-feeds/* paths
after the first JS/TS SDK README sweep.
This PR adds:
- target_chains/solana/sdk/js/pyth_solana_receiver/README.md — the two
Hermes links and the api-instances-and-providers link were still in
the legacy /price-feeds/pythnet-price-feeds/ space. Moved to
/price-feeds/core/api-instances-and-providers/hermes (+ #public-endpoints
anchor for the public-endpoint link) to match the rest of pyth-network#3718.
- price_service/sdk/js/README.md — single bare /documentation/ root link
retargeted at /price-feeds (the legacy /documentation tree has been
retired in favour of the product-scoped /price-feeds + /entropy roots).
- target_chains/ethereum/entropy_sdk/solidity/README.md — entropy
contract-deployments link moved off /documentation/entropy/evm and onto
/entropy/contract-addresses, matching the URL shape used by
apps/entropy-explorer/src/errors.ts and the live entropy doc tree.
- apps/price_pusher/src/sui/command.ts — the two CLI --pyth-state-id /
--wormhole-state-id help strings hardcoded /documentation/pythnet-price-feeds/sui
as runtime user-facing output. Retargeted at
/price-feeds/core/contract-addresses/sui (the page that actually lists
the Sui state IDs the operator needs). This is the only non-doc surface
Devin flagged as runtime-impacting and is in scope for the JS/TS sweep.
The remaining items Devin enumerated (aptos Move.toml, fuel
pyth-interface .sw, on-chain Move/Solidity/Rust NatSpec comments) are
covered by the parallel pyth-network#3719 on-chain branch and intentionally not
duplicated here.
Refs pyth-network#3228.1 parent e249c5b commit 707739d
4 files changed
Lines changed: 6 additions & 6 deletions
File tree
- apps/price_pusher/src/sui
- price_service/sdk/js
- target_chains
- ethereum/entropy_sdk/solidity
- solana/sdk/js/pyth_solana_receiver
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments