diff --git a/README.md b/README.md index e8da599b..0dc9db90 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Interact with the [Solana](https://solana.com/) blockchain from the [Internet Co * [From within a Rust canister](#from-within-a-rust-canister) * [Limitations](#limitations) * [Supported Methods](#supported-methods) +* [Supported Solana JSON-RPC Providers](#supported-solana-json-rpc-providers) * [Reproducible build](#reproducible-build) * [Related projects](#related-projects) * [Contributing](#contributing) @@ -141,6 +142,17 @@ The table below summarizes the supported endpoints and the necessary changes (if | [`sendTransaction`](https://solana.com/de/docs/rpc/http/sendtransaction) | :white_check_mark: | | +## Supported Solana JSON-RPC Providers + +| Provider | Solana Mainnet | Solana Devnet | +|---------------------------------------|--------------------|--------------------| +| [Alchemy](https://www.alchemy.com/) | :white_check_mark: | :white_check_mark: | +| [Ankr](https://www.ankr.com/) | :white_check_mark: | :white_check_mark: | +| [Chainstack](https://chainstack.com/) | :white_check_mark: | :white_check_mark: | +| [dRPC](https://drpc.org/) | :white_check_mark: | :white_check_mark: | +| [Helius](https://www.helius.dev/) | :white_check_mark: | :white_check_mark: | +| [PublicNode](https://publicnode.com/) | :white_check_mark: | :x: | + ## Reproducible Build The SOL RPC canister supports [reproducible builds](https://internetcomputer.org/docs/current/developer-docs/smart-contracts/test/reproducible-builds):