Skip to content

Commit

Permalink
Modify Allnodes RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
3eph1r0th authored Oct 27, 2024
1 parent 3710b43 commit 1c1659c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/develop/api/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ If you are searching for the protobuf interfaces, head over [here](https://buf.b
| `https://api.evmos.silknodes.io` | `Cosmos` `REST` | [Silk Nodes](https://silknodes.io/) | Pruned |
| `https://evmos-mainnet.public.blastapi.io` | `Ethereum` `JSON-RPC` | [BLAST](https://blastapi.io/) | Pruned |
| `wss://evmos-mainnet.public.blastapi.io` | `Ethereum` `Websocket` | [BLAST](https://blastapi.io/) | Pruned |
| `https://evmos-evm.publicnode.com` | `Ethereum` `JSON-RPC` | [PublicNode (by Allnodes)](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-rpc.publicnode.com` | `Tendermint` `RPC` | [PublicNode (by Allnodes)](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-rest.publicnode.com` | `Cosmos` `REST` | [PublicNode (by Allnodes)](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-evm-rpc.publicnode.com` | `Ethereum` `JSON-RPC` | [Allnodes](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-rpc.publicnode.com` | `Tendermint` `RPC` | [Allnodes](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-rest.publicnode.com` | `Cosmos` `REST` | [Allnodes](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-grpc.publicnode.com` | `Cosmos` `GRPC` | [Allnodes](https://evmos.publicnode.com/) | Pruned |
| `https://evmos-api.validatrium.club` | `Tendermint` `API` | [Validatrium](https://validatrium.com/) | Pruned |
| `https://evmos-rpc.validatrium.club` | `Tendermint` `RPC` | [Validatrium](https://validatrium.com/) | Pruned |
| `https://evmos-rpc.gateway.pokt.network` | `Ethereum` `JSON-RPC` | [PocketNetwork](https://www.pokt.network/) | Pruned |
Expand Down

0 comments on commit 1c1659c

Please sign in to comment.