Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken RPC endpoints #1773

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/tooling/rpc-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,6 @@ Note: soft limited to 1 million daily requests per IP or referring domain. Batch

- For C-Chain WSS Endpoint, the URL is `wss://ava-testnet.public.blastapi.io/ext/bc/C/ws`

### BlockSpaces

[BlockSpaces](https://www.blockspaces.com/web3-infrastructure) supports the C-Chain.

#### HTTP

- For C-Chain RPC Endpoint AVAX, the URL is `https://web3endpoints.com/avax-mainnet`

### Chainstack

[Chainstack](https://chainstack.com/build-better-with-avalanche/) supports the
Expand Down Expand Up @@ -296,7 +288,7 @@ Note: on Fuji Testnet, the URL is `wss://avax.getblock.io/api_key/testnet/ext/bc

### Infura

[Infura](https://docs.infura.io/infura/networks/avalanche-c-chain/how-to/choose-a-network) currently
[Infura](https://docs.infura.io/infura/networks/avalanche-c-chain/) currently
only supports the C-Chain.

#### HTTP
Expand Down
Loading