Skip to content

Commit

Permalink
Update Allnodes RPC Endpoints (#1770)
Browse files Browse the repository at this point in the history
Signed-off-by: Sephiroth <sephiroth@abyss.finance>
  • Loading branch information
3eph1r0th authored May 22, 2024
1 parent f3a51ad commit 249e784
Showing 1 changed file with 35 additions and 15 deletions.
50 changes: 35 additions & 15 deletions docs/tooling/rpc-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,41 @@ project.

:::

### Allnodes

[Allnodes](https://avalanche.publicnode.com) supports the C-Chain, X-Chain, and P-Chain.

Features:

- Free
- Privacy oriented
- Globally distributed infrastructure on Allnodes
- Optimized for speed and reliability - check our page for stats

#### Mainnet

##### HTTP

- For C-Chain RPC Endpoint, the URL is `https://avalanche-c-chain-rpc.publicnode.com`
- For X-Chain RPC Endpoint, the URL is `https://avalanche-x-chain-rpc.publicnode.com`
- For P-Chain RPC Endpoint, the URL is `https://avalanche-p-chain-rpc.publicnode.com`

##### Websockets

- For C-Chain WSS Endpoint, the URL is `wss://avalanche-c-chain-rpc.publicnode.com`

#### Testnet (Fuji)

##### HTTP

- For C-Chain RPC Endpoint, the URL is `https://avalanche-fuji-c-chain-rpc.publicnode.com`
- For X-Chain RPC Endpoint, the URL is `https://avalanche-fuji-x-chain-rpc.publicnode.com`
- For P-Chain RPC Endpoint, the URL is `https://avalanche-fuji-p-chain-rpc.publicnode.com`

##### Websockets

- For C-Chain WSS Endpoint, the URL is `wss://avalanche-fuji-c-chain-rpc.publicnode.com`

### ANKR

#### Mainnet
Expand Down Expand Up @@ -367,21 +402,6 @@ Features:

- Endpoint is: `https://avax-blockbook.nownodes.io/wss`

### PublicNode by Allnodes

[PublicNode](https://avalanche.publicnode.com) supports the C-Chain on the Mainnet.

Features:

- Free
- Privacy oriented
- Globally distributed infrastructure on Allnodes
- Optimized for speed and reliability - check our page for stats

#### Mainnet

- For C-Chain API, the URL is `https://avalanche-c-chain.publicnode.com`

### 1RPC

[1RPC](https://1rpc.io), by Automata Network supports the C-Chain, X-Chain, and P-Chain.
Expand Down

0 comments on commit 249e784

Please sign in to comment.