Skip to content

The new styling applies starting with version 5.2.0. For earlier versions, visit legacy-sdk.humanprotocol.org.

NetworkData

type NetworkData = object;

Network data

Properties

chainId

chainId: number;

Network chain id


title

title: string;

Network title


scanUrl

scanUrl: string;

Network scanner URL


hmtAddress

hmtAddress: string;

HMT Token contract address


factoryAddress

factoryAddress: string;

Escrow Factory contract address


stakingAddress

stakingAddress: string;

Staking contract address


kvstoreAddress

kvstoreAddress: string;

KVStore contract address


subgraphUrl

subgraphUrl: string;

Subgraph URL


subgraphUrlApiKey

subgraphUrlApiKey: string;

Subgraph URL API key


hmtSubgraphUrl?

optional hmtSubgraphUrl?: string;

HMT statistics subgraph URL


hmtSubgraphUrlApiKey?

optional hmtSubgraphUrlApiKey?: string;

HMT statistics subgraph URL API key


oldSubgraphUrl

oldSubgraphUrl: string;

Old subgraph URL


oldFactoryAddress

oldFactoryAddress: string;

Old Escrow Factory contract address