Skip to content

Commit 409270e

Browse files
authored
Solana limited access. (#2405)
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent ff246f8 commit 409270e

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

services/get-started/endpoints.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,18 @@ Include your authentication details when [making IPFS requests](/reference/ipfs/
165165
| Mainnet | JSON-RPC over HTTPS | `https://sei-mainnet.infura.io/v3/<YOUR-API-KEY>` |
166166
| Testnet | JSON-RPC over HTTPS | `https://sei-testnet.infura.io/v3/<YOUR-API-KEY>` |
167167

168+
## Solana
169+
170+
:::note limited access
171+
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
172+
if you're interested in accessing these methods.
173+
:::
174+
175+
| Network | Description | URL |
176+
|-------------------|---------------------|--------------------------------------------------------|
177+
| Mainnet | JSON-RPC over HTTPS | `https://solana-mainnet.infura.io/v3/<YOUR-API-KEY>` |
178+
| Testnet (Devnet) | JSON-RPC over HTTPS | `https://solana-devnet.infura.io/v3/<YOUR-API-KEY>` |
179+
168180
## Starknet
169181

170182
| Network | Description | URL |

services/reference/solana/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ import CardList from '@site/src/components/CardList'
88

99
:::note Decentralized Infrastructure Network (DIN)
1010

11-
Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
12-
meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).
11+
Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service, meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).
1312

14-
Solana access is currently limited to paid accounts.
15-
To get expedited access, upgrade to a paid tier. Solana support will be available to all account tiers in the future.
13+
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
14+
if you're interested in accessing these methods.
1615

1716
:::
1817

services/reference/solana/json-rpc-methods/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ sidebar_key: solana-json-rpc-api
1010
Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
1111
meaning calls to the network are routed to [partner infrastructure providers](../../solana/index.md#partners-and-privacy-policies).
1212

13-
Solana access is currently limited to paid accounts.
14-
To get expedited access, upgrade to a paid tier. Solana support will be available to all account tiers in the future.
13+
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
14+
if you're interested in accessing these methods.
1515
:::
1616

1717
Infura supports the standard Solana API methods and the

services/reference/solana/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import Banner from '@site/src/components/Banner'
99

1010
This quickstart guide will help you set up and make calls on the Solana network using the Infura endpoints.
1111

12-
<Banner>
13-
Don't have an Infura account? Sign up for a paid plan to start using the Solana network!
14-
</Banner>
12+
:::note limited access
13+
Solana access is currently limited to select customers. [Contact us](https://www.infura.io/contact)
14+
if you're interested in accessing these methods.
15+
:::
1516

1617
## Prerequisites
1718

0 commit comments

Comments
 (0)