Skip to content

Commit

Permalink
Remove deprecated x-chain wss endpoint examples
Browse files Browse the repository at this point in the history
  • Loading branch information
akegaviar committed Dec 26, 2024
1 parent 5ec3d06 commit b59c2b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions content/docs/api-reference/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,9 @@ Features:

##### Websockets[](#websockets-2 "Direct link to heading")

Websockets are available for the C-chain and the X-chain.
Websockets are available for the C-chain

- For C-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`, and the global elastic node URL is `wss://avalanche-mainnet.core.chainstack.com/ws/ext/bc/C/ws/API_KEY`
- For X-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/X/events`, and the global elastic node URL is `wss://avalanche-mainnet.core.chainstack.com/ws/ext/bc/X/events/API_KEY`
For C-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`, and the global elastic node URL is wss://avalanche-mainnet.core.chainstack.com/ext/bc/C/ws/API_KEY`

#### Testnet (Fuji)[](#testnet-fuji-2 "Direct link to heading")

Expand All @@ -155,10 +154,9 @@ Websockets are available for the C-chain and the X-chain.

##### Websockets[](#websockets-3 "Direct link to heading")

Websockets are available for the C-chain and the X-chain.
Websockets are available for the C-chain

- For C-Chain API, the URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`
- For X-Chain API, the URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/X/events`
For C-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`, and the global elastic node URL is wss://avalanche-fuji.core.chainstack.com/ext/bc/C/ws/API_KEY`

### DRPC[](#drpc "Direct link to heading")

Expand Down
10 changes: 4 additions & 6 deletions content/docs/tooling/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,9 @@ Features:

##### Websockets

Websockets are available for the C-chain and the X-chain.
Websockets are available for the C-chain

- For C-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`, and the global elastic node URL is `wss://avalanche-mainnet.core.chainstack.com/ws/ext/bc/C/ws/API_KEY`
- For X-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/X/events`, and the global elastic node URL is `wss://avalanche-mainnet.core.chainstack.com/ws/ext/bc/X/events/API_KEY`
For C-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`, and the global elastic node URL is wss://avalanche-mainnet.core.chainstack.com/ext/bc/C/ws/API_KEY`

#### Testnet (Fuji)

Expand All @@ -223,10 +222,9 @@ Websockets are available for the C-chain and the X-chain.

##### Websockets

Websockets are available for the C-chain and the X-chain.
Websockets are available for the C-chain

- For C-Chain API, the URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`
- For X-Chain API, the URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/X/events`
For C-Chain API, the regional elastic node URL is `wss://ws-nd-123-145-789.p2pify.com/API_KEY/ext/bc/C/ws`, and the global elastic node URL is wss://avalanche-fuji.core.chainstack.com/ext/bc/C/ws/API_KEY`

### DRPC

Expand Down

0 comments on commit b59c2b9

Please sign in to comment.