Skip to content

Update and add Validation Cloud listing in base docs pages #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/base-chain/flashblocks/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Flashblocks is enabled for developers on Base. There are two ways you can integr
### RPC API

Base offers the following public Flashblocks aware RPC endpoints. These are rate limited and may not be suitable for production use - we recommend using a node provider that runs Flashblocks integrated nodes.
Major node providers such as Alchemy, Infura, QuickNode and dRPC have Flashblocks-aware RPCs that can be leveraged
Major node providers such as Alchemy, Infura, QuickNode, Validation Cloud and dRPC have Flashblocks-aware RPCs that can be leveraged

| Network | URL |
| :----------------- | :------------------------------- |
Expand Down
3 changes: 2 additions & 1 deletion docs/base-chain/tools/node-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,10 @@ import {HeaderNoToc} from "/snippets/headerNoToc.mdx";

## Validation Cloud

[Validation Cloud](https://app.validationcloud.io/) is the world’s fastest node provider according to Compare Nodes. With 50 million compute units available for use without a credit card and a scale tier that never has rate limits, Validation Cloud is built to support your most rigorous and low-latency workloads.
[Validation Cloud](https://www.validationcloud.io/base) is the world’s fastest node provider according to Compare Nodes. With 50 million compute units available for use without a credit card and a scale tier that never has rate limits, Validation Cloud is built to support your most rigorous and low-latency workloads. Our nodes support Flashblocks and also provide full archive history for Base.

<HeaderNoToc title="Supported Networks"/>

- Base Mainnet
- Base Sepolia (Testnet)

1 change: 1 addition & 0 deletions docs/learn/onchain-concepts/building-onchain-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ For production applications, choose from Base's ecosystem of trusted node provid

### Popular Provider Options
- **Alchemy**: Enhanced features, SDKs, free tier with robust JSON-RPC APIs
- **Validation Cloud**: Low-latency and full archive. Start for free without a credit card
- **QuickNode**: Discover Plan with optional "Trace Mode" and "Archive Mode" add-ons
- **Chainstack**: Elastic RPC nodes with geographically diverse, protected API endpoints
- **Ankr**: Globally distributed decentralized network with free and paid tiers
Expand Down