MCPcopy Create free account
hub / github.com/subquery/subql / getQueryClient

Function getQueryClient

packages/cli/src/controller/network/constants.ts:19–21  ·  view source on GitHub ↗
(network: SQNetworks)

Source from the content-addressed store, hash-verified

17export const WALLET_DOMAIN = 'app.subquery.network';
18
19export function getQueryClient(network: SQNetworks) {
20 return new GraphqlQueryClient(NETWORK_CONFIGS[network]).networkClient;
21}
22
23export const networkNames = Object.keys(networks) as [SQNetworks, ...SQNetworks[]];
24export const networkNameSchema = z

Callers 5

listDeploymentsFunction · 0.90
listAccountBoostsFunction · 0.90
listProjectsFunction · 0.90
listDeploymentIndexersFunction · 0.90
listDeploymentBoostsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected