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

Method networkEndpoints

packages/node-core/src/configure/NodeConfig.ts:149–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 get networkEndpoints(): Record<string, IEndpointConfig> | undefined {
150 return normalizeNetworkEndpoints(
151 this._config.networkEndpoint as string | string[] | Record<string, IEndpointConfig>
152 );
153 }
154
155 get primaryNetworkEndpoint(): [string, IEndpointConfig] | undefined {
156 return this._config.primaryNetworkEndpoint;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected