From 8d924d98603b05b91bee6ffd3d151ee8b85d51ff Mon Sep 17 00:00:00 2001 From: abernatskiy Date: Fri, 30 Aug 2024 22:33:00 +0900 Subject: [PATCH 1/4] Fixing the gigantic code fonts modified: src/css/custom.css --- src/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 1baf1cba..8f49cc02 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -132,6 +132,14 @@ html[class*="docs-doc-id-sdk/examples"] .pagination-nav { --tags-navigation-cl-nonactive-text: #424242; --tags-navigation-tooltip-bg: #ffffff; --tags-navigation-tooltip-cl: #000000; + + --ifm-pre-line-height: 1.2; + --ifm-pre-padding: 0.7rem; +} + +/* A hack for tweaking the font size in code blocks. --ifm-code-font-size does not work with the rest of the configuration. */ +.token-line span { + font-size: 15px; } /* For readability concerns, you should choose a lighter palette in dark mode. */ @@ -222,6 +230,10 @@ body p, body span { font-size: 17px; } +body code { + font-size: 15px; +} + .markdown h1:not(:where(.onboarding-homepage *)) { font-family: var(--ifm-heading-font-family); font-style: normal; From 15ff5c25033b63de3d2db9725701e4d44129ec64 Mon Sep 17 00:00:00 2001 From: abernatskiy Date: Fri, 30 Aug 2024 22:53:36 +0900 Subject: [PATCH 2/4] Renaming RPC proxy to RPC addon modified: docs/cloud/overview.md modified: docs/cloud/pricing.md modified: docs/cloud/reference/manifest.mdx modified: docs/cloud/reference/rpc-proxy-networks.md modified: docs/cloud/resources/organizations.md modified: docs/cloud/resources/rpc-proxy.md modified: docs/sdk/reference/processors/evm-batch/general.md modified: docs/sdk/reference/processors/evm-batch/state-diffs.md modified: docs/sdk/reference/processors/evm-batch/traces.md modified: docs/sdk/reference/processors/substrate-batch/general.md modified: docs/sdk/resources/migrate/migrate-to-arrowsquid-on-substrate.md modified: docs/sdk/resources/migrate/migrate-to-arrowsquid.md modified: docs/sdk/resources/tools/typegen/state-queries.mdx modified: docs/sdk/tutorials/bayc/step-one-indexing-transfers.md modified: docs/sdk/tutorials/frontier-evm.md --- docs/cloud/overview.md | 2 +- docs/cloud/pricing.md | 4 ++-- docs/cloud/reference/manifest.mdx | 2 +- docs/cloud/reference/rpc-proxy-networks.md | 2 +- docs/cloud/resources/organizations.md | 2 +- docs/cloud/resources/rpc-proxy.md | 18 +++++++++--------- .../reference/processors/evm-batch/general.md | 2 +- .../processors/evm-batch/state-diffs.md | 2 +- .../reference/processors/evm-batch/traces.md | 2 +- .../processors/substrate-batch/general.md | 2 +- .../migrate-to-arrowsquid-on-substrate.md | 2 +- .../resources/migrate/migrate-to-arrowsquid.md | 2 +- .../resources/tools/typegen/state-queries.mdx | 4 ++-- .../bayc/step-one-indexing-transfers.md | 2 +- docs/sdk/tutorials/frontier-evm.md | 2 +- 15 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/cloud/overview.md b/docs/cloud/overview.md index 94600ebc..348c3bcd 100644 --- a/docs/cloud/overview.md +++ b/docs/cloud/overview.md @@ -58,7 +58,7 @@ Subsquid provides RPC and database addons that can be used with your squid deplo For real time data you can use the [`rpc` addon](/cloud/resources/rpc-proxy). First, open the `RPC endpoints` tab in the Subsquid cloud sidebar and copy the URL of the chosen endpoint. -![RPC proxy tab](./overview-rpc-page.png) +![RPC addon tab](./overview-rpc-page.png) Add it to the `.env` file: diff --git a/docs/cloud/pricing.md b/docs/cloud/pricing.md index a1a55c56..c8a150b6 100644 --- a/docs/cloud/pricing.md +++ b/docs/cloud/pricing.md @@ -21,7 +21,7 @@ Subsquid bills [organizations](/cloud/resources/organizations) for the resources - unmetered GraphQL API requests - deploying any number of pay-as-you-go [dedicated](/cloud/reference/scale/#dedicated) squids - deploying any number of pay-as-you-go [collocated](/cloud/reference/scale/#dedicated) squids - - free 2M [RPC proxy](/cloud/resources/rpc-proxy) requests monthly + just `$2/1M` afterwards + - free 2M [RPC addon](/cloud/resources/rpc-proxy) requests monthly + just `$2/1M` afterwards - priority support Other resources used by squids are priced as described below. Billing typically occurs on the first day of each month. @@ -181,5 +181,5 @@ While we do our best to ensure that the resources are shared fairly, we strongly **Q**: How can I use the provided RPC package? How do I set the rate limits for it? -**A**: Please look at the [RPC proxy docs](/cloud/resources/rpc-proxy/). +**A**: Please look at the [RPC addon docs](/cloud/resources/rpc-proxy/). diff --git a/docs/cloud/reference/manifest.mdx b/docs/cloud/reference/manifest.mdx index 76824557..92793e05 100644 --- a/docs/cloud/reference/manifest.mdx +++ b/docs/cloud/reference/manifest.mdx @@ -78,7 +78,7 @@ See [Postgres add-on](/cloud/reference/pg). - **`rpc`** -See [RPC proxy](/cloud/resources/rpc-proxy). +See [RPC add-on](/cloud/resources/rpc-proxy). ### `migrate:` diff --git a/docs/cloud/reference/rpc-proxy-networks.md b/docs/cloud/reference/rpc-proxy-networks.md index a9e0c31b..b7c41ba8 100644 --- a/docs/cloud/reference/rpc-proxy-networks.md +++ b/docs/cloud/reference/rpc-proxy-networks.md @@ -13,7 +13,7 @@ deploy: rpc: - eth-goerli.http ``` -See the [RPC proxy guide](/cloud/resources/rpc-proxy) for details. +See the [RPC addon guide](/cloud/resources/rpc-proxy) for details.
diff --git a/docs/cloud/resources/organizations.md b/docs/cloud/resources/organizations.md index 4e62c5cf..69fa2750 100644 --- a/docs/cloud/resources/organizations.md +++ b/docs/cloud/resources/organizations.md @@ -19,7 +19,7 @@ A playground organization is created for each account on its first login. There, Playground squids cannot be used in production, as they are [collocated](/cloud/reference/scale/#dedicated) and run on [spot VMs](https://cloud.google.com/spot-vms). Expect 3-5 minutes of downtime once every few days. Other limitations include: - 10 GB of database storage; - - 500k monthly requests to the [RPC proxy](/cloud/resources/rpc-proxy) service. + - 500k monthly requests to the [built-in RPC service](/cloud/resources/rpc-proxy). Unlike other organizations, playgrounds cannot be shared or billed. diff --git a/docs/cloud/resources/rpc-proxy.md b/docs/cloud/resources/rpc-proxy.md index 3944e651..437eb11e 100644 --- a/docs/cloud/resources/rpc-proxy.md +++ b/docs/cloud/resources/rpc-proxy.md @@ -1,16 +1,16 @@ --- sidebar_position: 70 -title: RPC proxy service +title: RPC addon description: Built-in RPC endpoints --- -# RPC proxy service +# RPC addon [List of available networks](/cloud/reference/rpc-proxy-networks) and their aliases is available on the reference page. -Subsquid Cloud provides a built-in RPC proxy service. The service is available to all squids deployed to the Cloud, although [playground](/cloud/resources/organizations/#playgrounds) squids only have access to a limited number of calls. +Subsquid Cloud provides a built-in RPC service. The service is available as an addon to all squids deployed to the Cloud, although [playground](/cloud/resources/organizations/#playgrounds) squids only have access to a limited number of calls. -[Professional organizations](/cloud/resources/organizations/#professional-organizations) do not have that limitation and [can access](#external-access) their RPC proxy endpoints from outside of the Cloud. +[Professional organizations](/cloud/resources/organizations/#professional-organizations) do not have that limitation and [can access](#external-access) their RPC endpoints from outside of the Cloud. Enable the RPC add-on in the [manifest](/cloud/reference/manifest) like this: ```yaml @@ -22,7 +22,7 @@ deploy: ## Processor configuration -With the add-on successfully enabled, your squid will get a unique proxied endpoint to the requested network. Subsquid Cloud will make its URL available to the deployed squid at the `RPC_${Upper(network)}_${Upper(protocol)}` environment variable. Assert it to avoid compilation errors. We also recommend rate limiting RPC proxy requests on the processor side to the same rate as was used in the manifest: +With the add-on successfully enabled, your squid will get a unique proxied endpoint to the requested network. Subsquid Cloud will make its URL available to the deployed squid at the `RPC_${Upper(network)}_${Upper(protocol)}` environment variable. Assert it to avoid compilation errors. We also recommend rate limiting RPC addon requests on the processor side to the same rate as was used in the manifest: ```ts import {assertNotNull} from '@subsquid/util-internal' @@ -37,7 +37,7 @@ processor.setRpcEndpoint({ [Professional organizations](/cloud/resources/organizations/#professional-organizations) can [access their RPC proxies from outside](https://app.subsquid.io/rpc) of the Subsquid Cloud. -Among other things, this enables a development process that uses the proxy for both local and Cloud runs transparently. Here an example configuration for Ethereum Mainnet: +Among other things, this enables a development process that uses the service for both local and Cloud runs transparently. Here an example configuration for Ethereum Mainnet:
@@ -46,10 +46,10 @@ Among other things, this enables a development process that uses the proxy for b 1. Add the following variable to `.env`: ```bash # get the url from https://app.subsquid.io/rpc/chains/eth - RPC_ETH_HTTP= + RPC_ETH_HTTP= ``` -2. Enable the RPC proxy in squid.yaml: +2. Enable the RPC addon in squid.yaml: ```yaml deploy: addons: @@ -73,4 +73,4 @@ Among other things, this enables a development process that uses the proxy for b ## Pricing -RPC proxy requests are priced [at a flat rate](/cloud/pricing/#rpc-requests), with substantial packages included for free for all [organization types](/cloud/resources/organizations). Pricing does not depend on the call method. +RPC addon requests are priced [at a flat rate](/cloud/pricing/#rpc-requests), with substantial packages included for free for all [organization types](/cloud/resources/organizations). Pricing does not depend on the call method. diff --git a/docs/sdk/reference/processors/evm-batch/general.md b/docs/sdk/reference/processors/evm-batch/general.md index 4f8ea154..d8642068 100644 --- a/docs/sdk/reference/processors/evm-batch/general.md +++ b/docs/sdk/reference/processors/evm-batch/general.md @@ -58,7 +58,7 @@ type ChainRpc = string | { Setting `maxBatchCallSize` to `1` disables batching completely. :::tip -We recommend using private endpoints for better performance and stability of your squids. For Subsquid Cloud deployments you can use the [RPC proxy](/cloud/resources/rpc-proxy). If you use an external private RPC, keep the endpoint URL in a [Cloud secret](/cloud/resources/env-variables#secrets). +We recommend using private endpoints for better performance and stability of your squids. For Subsquid Cloud deployments you can use the [RPC addon](/cloud/resources/rpc-proxy). If you use an external private RPC, keep the endpoint URL in a [Cloud secret](/cloud/resources/env-variables#secrets). ::: ### `setDataSource(ds: {archive?: string, chain?: ChainRpc})` (deprecated) {#set-data-source} diff --git a/docs/sdk/reference/processors/evm-batch/state-diffs.md b/docs/sdk/reference/processors/evm-batch/state-diffs.md index 32253a15..98eb1577 100644 --- a/docs/sdk/reference/processors/evm-batch/state-diffs.md +++ b/docs/sdk/reference/processors/evm-batch/state-diffs.md @@ -7,7 +7,7 @@ description: >- # Storage state diffs :::tip -State diffs for historical blocks are [currently available](/subsquid-network/reference/evm-networks) from [Subsquid Network](/subsquid-network) on the same basis as all other data stored there: for free. If you deploy a squid that indexes traces [in real-time](/sdk/resources/basics/unfinalized-blocks) to Subsquid Cloud and use our [RPC proxy](/cloud/resources/rpc-proxy), the necessary `trace_` or `debug_` RPC calls made will be counted alongside all other calls and [the price](/cloud/pricing/#rpc-requests) will be computed for the total count. There are no surcharges for traces or state diffs. +State diffs for historical blocks are [currently available](/subsquid-network/reference/evm-networks) from [Subsquid Network](/subsquid-network) on the same basis as all other data stored there: for free. If you deploy a squid that indexes traces [in real-time](/sdk/resources/basics/unfinalized-blocks) to Subsquid Cloud and use our [RPC addon](/cloud/resources/rpc-proxy), the necessary `trace_` or `debug_` RPC calls made will be counted alongside all other calls and [the price](/cloud/pricing/#rpc-requests) will be computed for the total count. There are no surcharges for traces or state diffs. ::: #### `addStateDiff(options)` {#add-state-diff} diff --git a/docs/sdk/reference/processors/evm-batch/traces.md b/docs/sdk/reference/processors/evm-batch/traces.md index 97b826ca..16d6ce53 100644 --- a/docs/sdk/reference/processors/evm-batch/traces.md +++ b/docs/sdk/reference/processors/evm-batch/traces.md @@ -7,7 +7,7 @@ description: >- # Traces :::tip -Traces for historical blocks are [currently available](/subsquid-network/reference/evm-networks) from [Subsquid Network](/subsquid-network) on the same basis as all other data stored there: for free. If you deploy a squid that indexes traces [in real-time](/sdk/resources/basics/unfinalized-blocks) to Subsquid Cloud and use our [RPC proxy](/cloud/resources/rpc-proxy), the necessary `trace_` or `debug_` RPC calls made will be counted alongside all other calls and [the price](/cloud/pricing/#rpc-requests) will be computed for the total count. There are no surcharges for traces or state diffs. +Traces for historical blocks are [currently available](/subsquid-network/reference/evm-networks) from [Subsquid Network](/subsquid-network) on the same basis as all other data stored there: for free. If you deploy a squid that indexes traces [in real-time](/sdk/resources/basics/unfinalized-blocks) to Subsquid Cloud and use our [RPC addon](/cloud/resources/rpc-proxy), the necessary `trace_` or `debug_` RPC calls made will be counted alongside all other calls and [the price](/cloud/pricing/#rpc-requests) will be computed for the total count. There are no surcharges for traces or state diffs. ::: #### `addTrace(options)` {#add-trace} diff --git a/docs/sdk/reference/processors/substrate-batch/general.md b/docs/sdk/reference/processors/substrate-batch/general.md index 695d4ec9..e41b349d 100644 --- a/docs/sdk/reference/processors/substrate-batch/general.md +++ b/docs/sdk/reference/processors/substrate-batch/general.md @@ -48,7 +48,7 @@ type ChainRpc = string | { Setting `maxBatchCallSize` to `1` disables batching completely. :::tip -We recommend using private endpoints for better performance and stability of your squids. For Subsquid Cloud deployments you can use the [RPC proxy](/cloud/resources/rpc-proxy). If you use an external private RPC, keep the endpoint URL in a [Cloud secret](/cloud/resources/env-variables#secrets). +We recommend using private endpoints for better performance and stability of your squids. For Subsquid Cloud deployments you can use the [RPC addon](/cloud/resources/rpc-proxy). If you use an external private RPC, keep the endpoint URL in a [Cloud secret](/cloud/resources/env-variables#secrets). ::: ### `setDataSource(ds: {archive?: string, chain?: ChainRpc})` (deprecated) {#set-data-source} diff --git a/docs/sdk/resources/migrate/migrate-to-arrowsquid-on-substrate.md b/docs/sdk/resources/migrate/migrate-to-arrowsquid-on-substrate.md index 46cefefc..f24a4561 100644 --- a/docs/sdk/resources/migrate/migrate-to-arrowsquid-on-substrate.md +++ b/docs/sdk/resources/migrate/migrate-to-arrowsquid-on-substrate.md @@ -48,7 +48,7 @@ Replace the old `setDataSource()` processor configuration call with a combinatio + rateLimit: 10 + }) ``` -We recommend using a private RPC endpoint for the best performance, e.g. from [Dwellir](https://www.dwellir.com). For squids deployed to [Subsquid Cloud](/cloud/overview) you may also consider using our [RPC proxies](/cloud/resources/rpc-proxy). +We recommend using a private RPC endpoint for the best performance, e.g. from [Dwellir](https://www.dwellir.com). For squids deployed to [Subsquid Cloud](/cloud/overview) you may also consider using our [RPC addon](/cloud/resources/rpc-proxy). Your squid will work with just an RPC endpoint, but it will sync significantly slower. With a Subsquid Network gateway available the processor will only use RPC to retrieve metadata **and** sync the few most recent blocks not yet made available by the gateway; without it it will retrieve all data from the endpoint. diff --git a/docs/sdk/resources/migrate/migrate-to-arrowsquid.md b/docs/sdk/resources/migrate/migrate-to-arrowsquid.md index 5f3f87ae..03c7e50f 100644 --- a/docs/sdk/resources/migrate/migrate-to-arrowsquid.md +++ b/docs/sdk/resources/migrate/migrate-to-arrowsquid.md @@ -49,7 +49,7 @@ Replace the old `setDataSource()` processor configuration call with a combinatio + }) + .setFinalityConfirmation(75) ``` -We recommend using a private RPC endpoint for the best performance, e.g. from [BlastAPI](https://blastapi.io/). For squids deployed to [Subsquid Cloud](/cloud/overview/) you may also consider using our [RPC proxies](/cloud/resources/rpc-proxy). +We recommend using a private RPC endpoint for the best performance, e.g. from [BlastAPI](https://blastapi.io/). For squids deployed to [Subsquid Cloud](/cloud/overview/) you may also consider using our [RPC addon](/cloud/resources/rpc-proxy). Your squid will work without an RPC endpoint, but with a significantly increased chain latency (a few hours for most chains, roughly a day for BSC). If that works for you, you can use just the Subsquid Network gateway without setting an RPC here and skip [Step 7](#step-7) altogether. diff --git a/docs/sdk/resources/tools/typegen/state-queries.mdx b/docs/sdk/resources/tools/typegen/state-queries.mdx index d4271e1d..3b01b2d6 100644 --- a/docs/sdk/resources/tools/typegen/state-queries.mdx +++ b/docs/sdk/resources/tools/typegen/state-queries.mdx @@ -14,7 +14,7 @@ import TabItem from '@theme/TabItem'; ``` -In order to make on-chain calls, one must set up a JSON-RPC endpoint using [setRpcEndpoint()](/sdk/reference/processors/evm-batch/general/#set-rpc-endpoint). We recommend using a private endpoint from e.g. [BlastAPI](https://blastapi.io/) or the Subsquid Cloud's [RPC proxy](/cloud/resources/rpc-proxy) service, and set it via an environment variable: +In order to make on-chain calls, one must set up a JSON-RPC endpoint using [setRpcEndpoint()](/sdk/reference/processors/evm-batch/general/#set-rpc-endpoint). We recommend using a private endpoint from e.g. [BlastAPI](https://blastapi.io/) or the Subsquid Cloud's [RPC addon](/cloud/resources/rpc-proxy), and set it via an environment variable: ```ts //... @@ -24,7 +24,7 @@ In order to make on-chain calls, one must set up a JSON-RPC endpoint using [setR You can define the `RPC_ETH_HTTP` in three ways: - for local runs, simply update the local `.env` file; - for squids deployed to Cloud define it as a [secret](/cloud/resources/env-variables) on your Cloud account; - - if you are using the [RPC proxy service](/cloud/resources/rpc-proxy), leave it to the Cloud to define it for you. + - if you are using the [RPC addon](/cloud/resources/rpc-proxy), leave it to the Cloud to define it for you. ## `Contract` class diff --git a/docs/sdk/tutorials/bayc/step-one-indexing-transfers.md b/docs/sdk/tutorials/bayc/step-one-indexing-transfers.md index 9f704966..aedd2c17 100644 --- a/docs/sdk/tutorials/bayc/step-one-indexing-transfers.md +++ b/docs/sdk/tutorials/bayc/step-one-indexing-transfers.md @@ -73,7 +73,7 @@ export const processor = new EvmBatchProcessor() Here, * `'https://v2.archive.subsquid.io/network/ethereum-mainnet'` is the URL the public Subsquid Network gateway for Ethereum mainnet. Check out [Subsquid Network reference pages](/subsquid-network/reference) for lists of public gateways for all supported networks. -* `''` is a public RPC endpoint we chose to use in this example. When an endpoint is available, the processor will begin ingesting data from it once it reaches the highest block available within Subsquid Network. Please use a private endpoint or Subsquid Cloud's [RPC proxy service](/cloud/resources/rpc-proxy) in production. +* `''` is a public RPC endpoint we chose to use in this example. When an endpoint is available, the processor will begin ingesting data from it once it reaches the highest block available within Subsquid Network. Please use a private endpoint or Subsquid Cloud's [RPC addon](/cloud/resources/rpc-proxy) in production. * `setFinalityConfirmation(75)` call instructs the processor to consider blocks final after 75 confirmations when ingesting data from an RPC endpoint. * `12_287_507` is the block at which the BAYC token contract was deployed. Can be found on the [contract's Etherscan page](https://etherscan.io/address/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d). * The argument of [`addLog()`](/sdk/reference/processors/evm-batch/logs) is a set of filters that tells the processor to retrieve all event logs emitted by the BAYC contract with topic0 matching the hash of the full signature of the `Transfer` event. The hash is taken from the previously generated Typescript ABI. diff --git a/docs/sdk/tutorials/frontier-evm.md b/docs/sdk/tutorials/frontier-evm.md index 5bc30757..cf089727 100644 --- a/docs/sdk/tutorials/frontier-evm.md +++ b/docs/sdk/tutorials/frontier-evm.md @@ -187,7 +187,7 @@ export type ProcessorContext = DataHandlerContext ``` :::warning -This code expects to find an URL of a working Astar RPC endpoint in the `RPC_ENDPOINT` environment variable. Set it in the `.env` file and in [Subsquid Cloud secrets](/cloud/resources/env-variables) if and when you deploy your squid there. We tested the code using a public endpoint available at `wss://astar.public.blastapi.io`; for production, we recommend using private endpoints or our [RPC proxy](/cloud/resources/rpc-proxy) service. +This code expects to find an URL of a working Astar RPC endpoint in the `RPC_ENDPOINT` environment variable. Set it in the `.env` file and in [Subsquid Cloud secrets](/cloud/resources/env-variables) if and when you deploy your squid there. We tested the code using a public endpoint available at `wss://astar.public.blastapi.io`; for production, we recommend using private endpoints or our [RPC addon](/cloud/resources/rpc-proxy). ::: ## Define the batch handler From 3972ee949479802a8d6d5fe2d959b65b15925c37 Mon Sep 17 00:00:00 2001 From: abernatskiy Date: Fri, 30 Aug 2024 22:55:10 +0900 Subject: [PATCH 3/4] Updating the URL in Docusaurus config modified: docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 943a215c..e8b3e618 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -9,7 +9,7 @@ const { urlList } = require('./redirectRules'); const config = { title: 'Subsquid', tagline: 'This documentation provides information for all degrees of expertise, varying from complete beginner, to those who only need a refresher on specific commands.', - url: 'https://docs.subsquid.io/', + url: 'https://docs.sqd.dev/', baseUrl: '/', onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', From a4a9d417f4e8647d477ba7ba0a72c2761cd3c560 Mon Sep 17 00:00:00 2001 From: abernatskiy Date: Fri, 30 Aug 2024 22:58:28 +0900 Subject: [PATCH 4/4] Updating the RPC addon networks list modified: docs/cloud/reference/rpc-proxy-networks.md --- docs/cloud/reference/rpc-proxy-networks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cloud/reference/rpc-proxy-networks.md b/docs/cloud/reference/rpc-proxy-networks.md index b7c41ba8..18d4d679 100644 --- a/docs/cloud/reference/rpc-proxy-networks.md +++ b/docs/cloud/reference/rpc-proxy-networks.md @@ -85,6 +85,8 @@ See the [RPC addon guide](/cloud/resources/rpc-proxy) for details. | Asset Hub Westend | `asset-hub-westend.http` | | Astar | `astar-substrate.http` | | Basilisk | `basilisk.http` | +| Bittensor | `bittensor.http` | +| Bittensor Testnet | `bittensor-testnet.http` | | Bridge Hub Kusama | `bridge-hub-kusama.http` | | Bridge Hub Polkadot | `bridge-hub-polkadot.http` | | Bridge Hub Rococo | `bridge-hub-rococo.http` |