Services available for the network in the ecosystem

interface Services {
    firehose?: string[];
    sps?: string[];
    subgraphs?: string[];
    substreams?: string[];
}

Properties

firehose?: string[]

Firehose gRPC URLs, e.g. eth.firehose.pinax.network:443

sps?: string[]

Substreams-based subgraphs studio deployment URLs, e.g. https://api.thegraph.com/deploy

subgraphs?: string[]

Subgraph studio deployment URLs, e.g. https://api.thegraph.com/deploy

substreams?: string[]

Substreams gRPC URLs, e.g. eth.substreams.pinax.network:443