Skip to content

Commit

Permalink
fix: move erpc to node-providers section
Browse files Browse the repository at this point in the history
  • Loading branch information
kasrakhosravi committed Nov 7, 2024
1 parent a869e04 commit 95c3338
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
13 changes: 13 additions & 0 deletions apps/base-docs/docs/tools/node-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,19 @@ hide_table_of_contents: true

---

## eRPC

[eRPC](https://github.com/erpc/erpc) is a fault-tolerant EVM RPC proxy and re-org aware permanent caching solution. It is built with read-heavy use-cases in mind such as data indexing and high-load frontend usage.

To get started, visit the [develoepr documentation](https://docs.erpc.cloud/).

### Supported Networks

- Base Mainnet
- Base Sepolia (Testnet)

---

## GetBlock

[GetBlock](https://getblock.io/nodes/base/) is a Blockchain-as-a-Service (BaaS) platform that provides instant API access to full nodes for Base. They offer free, pay per use, and unlimited pricing plans.
Expand Down
30 changes: 0 additions & 30 deletions apps/base-docs/docs/tools/rpc-proxy-caching.md

This file was deleted.

1 change: 0 additions & 1 deletion apps/base-docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports = {
collapsed: false,
items: [
'tools/node-providers',
'tools/rpc-proxy-caching',
'tools/block-explorers',
'tools/network-faucets',
'tools/oracles',
Expand Down

0 comments on commit 95c3338

Please sign in to comment.