Networks
export type NetworkEndpoints = {
indexer: string // the grpc-web port of the indexer API service
grpc: string // the grpc-web port of the sentry node
rest: string // the REST endpoint of the sentry node
rpc?: string // the REST endpoint of the Tendermint RPC
}
/** @deprecated */
export type OldNetworkEndpoints = {
exchangeApi: string // @deprecated - the grpc-web port of the exchange API service
indexerApi: string // the grpc-web port of the indexer API service
sentryGrpcApi: string // the grpc-web port of the sentry node
sentryHttpApi: string // the REST endpoint of the sentry node
tendermintApi?: string // the REST endpoint of the Tendermint RPC
chronosApi?: string // the REST endpoint of the chronos API service
exchangeWeb3GatewayApi?: string // the grpc-web port of the web3-gateway service API
}Last updated
