Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/openrpc/alchemy/debug/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ servers:
name: Citrea Testnet
- url: https://frax-mainnet.g.alchemy.com/v2
name: Frax Mainnet
- url: https://frax-hoodi.g.alchemy.com/v2
name: Frax Hoodi
- url: https://frax-sepolia.g.alchemy.com/v2
name: Frax Sepolia
Comment on lines +44 to +45

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep Frax testnet endpoint aligned with Hoodi naming

This change reintroduces frax-sepolia in the Debug API servers, but the repo’s canonical Frax chain spec still defines the public testnet as frax-hoodi (src/openrpc/chains/frax/frax.yaml:12) and the supported-chains docs also publish Hoodi (content/api-reference/node-api/node-supported-chains.mdx:284). Leaving Debug on a different slug creates conflicting endpoint names across specs, which can mislead users and downstream doc/code generators that rely on these server entries.

Useful? React with 👍 / 👎.

- url: https://hyperliquid-mainnet.g.alchemy.com/v2
name: Hyperliquid Mainnet
- url: https://hyperliquid-testnet.g.alchemy.com/v2
Expand Down
2 changes: 0 additions & 2 deletions src/openrpc/alchemy/token/token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ servers:
name: Story Mainnet
- url: https://story-aeneid.g.alchemy.com/v2
name: Story Aeneid
- url: https://tea-sepolia.g.alchemy.com/v2
name: Tea Sepolia
- url: https://unichain-mainnet.g.alchemy.com/v2
name: Unichain Mainnet
- url: https://unichain-sepolia.g.alchemy.com/v2
Expand Down
Loading