Skip to content

Commit 16f3f23

Browse files
authored
Merge pull request #337 from maradeeym/patch-1
Update rpc.mdx
2 parents 071903b + b1a0778 commit 16f3f23

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/pages/tools/rpc.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,19 @@ Tenderly provides robust RPC infrastructure with advanced debugging capabilities
5050
insights and monitoring capabilities for Ink.
5151
</Callout>
5252

53+
## [dRPC](https://drpc.org)
5354

55+
dRPC provides enterprise-level RPC infrastructure with globally distriputed nodes, decentralized architecture and focus on privacy.
56+
57+
**Supported Networks**
58+
59+
- Ink Mainnet
60+
- Ink Sepolia
61+
62+
<Callout type="info">
63+
Searching for reliable RPC infrastructure?
64+
[dRPC](https://drpc.org/chainlist/ink) works seamlessly with Ink and all Superchain networks.
65+
</Callout>
5466

5567

5668
<br />
@@ -110,3 +122,17 @@ QuickNode provides public and private RPC endpoints for Ink, along with websocke
110122
- HTTPS: <CopyableCode code="https://rpc-qnd-sepolia.inkonchain.com" />
111123
- Websocket: <CopyableCode code="wss://rpc-qnd-sepolia.inkonchain.com" />
112124

125+
### 4. dRPC
126+
127+
dRPC provides globally distributed nodes for public and premium Ink RPC endpoints, including websocket support.
128+
129+
#### Ink Mainnet
130+
131+
- HTTPS: <CopyableCode code="https://ink.drpc.org" />
132+
- Websocket: <CopyableCode code="wss://ink.drpc.org" />
133+
134+
#### Ink Sepolia
135+
136+
- HTTPS: <CopyableCode code="https://ink-sepolia.drpc.org" />
137+
- Websocket: <CopyableCode code="wss://ink-sepolia.drpc.org" />
138+

0 commit comments

Comments
 (0)