NetworkData
@human-protocol/sdk / types / NetworkData
Type Alias: NetworkData
NetworkData =
object
Defined in: types.ts:95
Network data
Properties
chainId
chainId:
number
Defined in: types.ts:99
Network chain id
factoryAddress
factoryAddress:
string
Defined in: types.ts:115
Escrow Factory contract address
hmtAddress
hmtAddress:
string
Defined in: types.ts:111
HMT Token contract address
kvstoreAddress
kvstoreAddress:
string
Defined in: types.ts:123
KVStore contract address
oldFactoryAddress
oldFactoryAddress:
string
Defined in: types.ts:139
Old Escrow Factory contract address
oldSubgraphUrl
oldSubgraphUrl:
string
Defined in: types.ts:135
Old subgraph URL
scanUrl
scanUrl:
string
Defined in: types.ts:107
Network scanner URL
stakingAddress
stakingAddress:
string
Defined in: types.ts:119
Staking contract address
subgraphUrl
subgraphUrl:
string
Defined in: types.ts:127
Subgraph URL
subgraphUrlApiKey
subgraphUrlApiKey:
string
Defined in: types.ts:131
Subgraph URL API key
title
title:
string
Defined in: types.ts:103
Network title
Last updated