You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migrate-to-portal-on-solana.mdx
+3-25Lines changed: 3 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,34 +7,12 @@ pagination_prev: null
7
7
importTabsfrom'@theme/Tabs';
8
8
importTabItemfrom'@theme/TabItem';
9
9
10
-
# Migrate to the Cloud portal
10
+
# Migrate a Solana squid to public Portal
11
11
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.
27
13
28
14
Here are the steps to migrate:
29
15
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
-
38
16
## Step 1: Install @portal-api packages
39
17
40
18
**A.** Enter your squid's folder.
@@ -188,7 +166,7 @@ Your squid is ready to use.
188
166
189
167
## Step 3: testing
190
168
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.
192
170
193
171
<details>
194
172
<summary>A workaround that allows continuous operation without a resync (not recommended)</summary>
0 commit comments