diff --git a/docs/develop/api/networks.mdx b/docs/develop/api/networks.mdx index c183f17..a1baaa0 100644 --- a/docs/develop/api/networks.mdx +++ b/docs/develop/api/networks.mdx @@ -62,6 +62,9 @@ If you are searching for the protobuf interfaces, head over [here](https://buf.b | `https://evmos-grpc.antrixy.org` | `Cosmos` `gRPC` | Antrix Validators | Pruned | | `https://evmos-rpc.antrixy.org` | `Tendermint` `RPC` | Antrix Validators | Pruned | | `https://evmos-json.antrixy.org` | `Ethereum` `JSON-RPC` | Antrix Validators | Pruned | +| `https://evmos.drpc.org` | `Ethereum` `JSON-RPC` | [dRPC](https://drpc.org/) | Pruned | +| `wss://evmos.drpc.org` | `Ethereum` `Websocket` | [dRPC](https://drpc.org/) | Pruned | + ### Testnet @@ -86,6 +89,9 @@ If you are searching for the protobuf interfaces, head over [here](https://buf.b | `https://evmos-trpc.antrixy.org` | `Tendermint` `RPC` | Antrix Validators | Pruned | | `https://evmos-trest.antrixy.org` | `Cosmos` `REST` | Antrix Validators | Pruned | | `https://evmos-tgrpc.antrixy.org` | `Cosmos` `gRPC` | Antrix Validators | Pruned | +| `https://evmos-testnet.drpc.org` | `Ethereum` `JSON-RPC` | [dRPC](https://drpc.org/) | Pruned | +| `wss://evmos-testnet.drpc.org` | `Ethereum` `Websocket` | [dRPC](https://drpc.org/) | Pruned | + ## On-Demand Services