Skip to content

Commit 1ebbc27

Browse files
committed
Moving and updating the Solana squid migration guide
renamed: docs/cloud/resources/migrate-to-portal-on-solana.mdx -> docs/migrate-to-portal-on-solana.mdx modified: redirectRules.js
1 parent 47f6bac commit 1ebbc27

2 files changed

Lines changed: 7 additions & 25 deletions

File tree

docs/cloud/resources/migrate-to-portal-on-solana.mdx renamed to docs/migrate-to-portal-on-solana.mdx

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,12 @@ pagination_prev: null
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10-
# Migrate to the Cloud portal
10+
# Migrate a Solana squid to public Portal
1111

12-
## For users on Solana
13-
14-
:::info
15-
SQD Network portals are currently in beta. Please report any bugs or suggestions to the [SQD Portal Beta chat](https://t.me/+JHrJZPz34kRjYmFk) or to [Squid Devs](https://t.me/HydraDevs).
16-
:::
17-
18-
The newest version of SQD Network portal serves real time data. It can replace both gateways of the open private version of SQD Network and RPC endpoints. Currently it only supports Solana ([more on Solana indexing in SQD](/solana-indexing)).
19-
20-
:::info
21-
We're currently experimenting with tightening the data request complexity limits. If you see an HTTP 400 error with a message like this:
22-
```
23-
Couldn't parse query: query contains X item requests, but only 50 is allowed
24-
```
25-
where `X` is some number above 50, or any other HTTP 400 response, please let us know.
26-
:::
12+
The newest version of the SQD Network portal serves real time data. It can replace both gateways of the open private version of SQD Network and RPC endpoints.
2713

2814
Here are the steps to migrate:
2915

30-
## Step 0: Procur a portal endpoint URL
31-
32-
You want
33-
```
34-
https://portal.sqd.dev/datasets/solana-mainnet
35-
```
36-
Dedicated Cloud Solana portal with real time support is TBA.
37-
3816
## Step 1: Install @portal-api packages
3917

4018
**A.** Enter your squid's folder.
@@ -188,7 +166,7 @@ Your squid is ready to use.
188166

189167
## Step 3: testing
190168

191-
We highly recommend that all Portal Beta users test their migrated squids by re-syncing them. This will allow you to make sure that everything works as expected for the whole length of the chain and catch any bugs early.
169+
We highly recommend that all squids migrated to Portal are tested by re-syncing them. This will allow you to make sure that everything works as expected for the whole length of the chain and catch any bugs early.
192170

193171
<details>
194172
<summary>A workaround that allows continuous operation without a resync (not recommended)</summary>

redirectRules.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,10 @@ const urlList = [
870870
{
871871
"from": "/cloud/resources/migrate-to-portal",
872872
"to": "/migrate-to-portal-cloud"
873+
},
874+
{
875+
"from": "/cloud/resources/migrate-to-portal-on-solana",
876+
"to": "/migrate-to-portal-on-solana"
873877
}
874878
]
875879

0 commit comments

Comments
 (0)