Skip to content
Open
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
28 changes: 18 additions & 10 deletions content/docs/andromeda/dapp/infra/rpcs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
Bolt,
Workflow,
Sparkle,
Leaf,
} from "lucide-react";

## What Are RPCs?
Expand Down Expand Up @@ -68,18 +69,24 @@ All public RPCs are rate limited. If you need higher rate limits, consider the f
## Private RPC Providers

<Cards>
<Card title="BlastAPI" href="https://blastapi.io" icon={<Zap />} external />
<Card
title="Nodies"
href="https://www.nodies.app"
icon={<Cloud />}
title="Chainstack"
href="https://chainstack.com/build-better-with-metis"
icon={<Sparkle />}
external
/>
<Card title="BlastAPI" href="https://blastapi.io" icon={<Zap />} external />
<Card title="dRPC" href="https://drpc.org" icon={<Network />} external />
<Card
title="Tenderly"
href="https://tenderly.co/?mtm_campaign=ext-docs&mtm_kwd=metis"
icon={<Bolt />}
title="Grove"
href="https://grove.city"
icon={<Leaf />}
external
/>
<Card
title="Nodies"
href="https://www.nodies.app"
icon={<Cloud />}
external
/>
<Card
Expand All @@ -89,11 +96,12 @@ All public RPCs are rate limited. If you need higher rate limits, consider the f
external
/>
<Card
title="Chainstack"
href="https://chainstack.com/build-better-with-metis"
icon={<Sparkle />}
title="Tenderly"
href="https://tenderly.co/?mtm_campaign=ext-docs&mtm_kwd=metis"
icon={<Bolt />}
external
/>

</Cards>

## Best Practices for Using RPCs
Expand Down