Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9bb621f
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 26, 2025
30b9c84
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 26, 2025
34d57ba
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 26, 2025
fc5f67b
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 26, 2025
e93e01d
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 26, 2025
3c8c27b
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 26, 2025
4200460
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 27, 2025
998be87
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 27, 2025
9ef3803
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 27, 2025
ba35a7d
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 27, 2025
51648f8
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 27, 2025
215d117
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 27, 2025
a19b8bc
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Nov 28, 2025
ceecdda
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Nov 28, 2025
444a058
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Nov 28, 2025
458a2b4
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Nov 28, 2025
a4403e6
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Nov 28, 2025
13a2a9c
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Nov 28, 2025
c98bdb8
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Dec 1, 2025
b6119c6
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Dec 1, 2025
f9eef13
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Dec 1, 2025
8b902bd
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Dec 1, 2025
5296cb5
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Dec 1, 2025
9d1045b
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Dec 1, 2025
92e4770
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Dec 2, 2025
1cddcae
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Dec 2, 2025
eed2545
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Dec 2, 2025
f626131
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Dec 2, 2025
ccd5ade
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Dec 2, 2025
8eb125c
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Dec 2, 2025
70765ba
docs(specs): update OpenRPC specifications from Daikon
alchemy-bot Dec 3, 2025
f1082ee
docs(api-overview): update chain APIs overview from Daikon (batch 1/5)
alchemy-bot Dec 3, 2025
33fe7df
docs(api-overview): update chain APIs overview from Daikon (batch 2/5)
alchemy-bot Dec 3, 2025
71768b2
docs(api-overview): update chain APIs overview from Daikon (batch 3/5)
alchemy-bot Dec 3, 2025
f295045
docs(api-overview): update chain APIs overview from Daikon (batch 4/5)
alchemy-bot Dec 3, 2025
f521017
docs(api-overview): update chain APIs overview from Daikon (batch 5/5)
alchemy-bot Dec 3, 2025
a59c943
Merge branch 'main' into bot/daikon-specs-update
Dan-Nolan Dec 3, 2025
2dc872c
feat: adds getPriorityFeeEstimate def
Dan-Nolan Dec 3, 2025
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
2 changes: 1 addition & 1 deletion fern/api-reference/node-api/chain-apis-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ Dive into each API's detailed documentation by following the links below, organi

## Solana APIs

📙 Get started with our [Solana API Quickstart Guide](/docs/solana).
📙 Get started with our [Solana API Quickstart Guide](/docs/reference/solana-api-quickstart).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like this was manually edited, but this file is automatically generated. Let's just create a redirect to handle I guess. Ideally we shouldn't have one-off path exceptions like this.

Copy link
Contributor

Choose a reason for hiding this comment

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

where was this manually edited? the redirect already works in the opposite direction:

https://www.alchemy.com/docs/reference/solana-api-quickstart goes to
https://www.alchemy.com/docs/solana


| | |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 0 additions & 2 deletions src/openrpc/chains/xmtp/xmtp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ info:
servers:
- url: https://xmtp-ropsten.g.alchemy.com/v2
name: XMTP Ropsten
- url: https://xmtp-testnet.g.alchemy.com/v2
name: XMTP Sepolia
methods:
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_blockNumber
- $ref: ../_components/evm/methods.yaml#/components/methods/eth_call
Expand Down
Loading