Skip to main content

Interface: ChainInfo

helpers.ChainInfo

Chain information used to determine defaults for the set of supported chains.

Indexable

▪ [key: string]: ChainInfo[keyof ChainInfo]

Properties

baseUrl

baseUrl: string

The validator base URL for the chain.

Defined in

@tableland/sdk/src/helpers/chains.ts:28


chainId

chainId: number

The chain ID.

Defined in

@tableland/sdk/src/helpers/chains.ts:26


chainName

chainName: keyof TablelandNetworkConfig

The name of the chain as defined in ChainName.

Defined in

@tableland/sdk/src/helpers/chains.ts:25


contractAddress

contractAddress: string

The registry contract address for the chain.

Defined in

@tableland/sdk/src/helpers/chains.ts:27


pollingInterval

pollingInterval: number

The validator polling interval for the chain.

Defined in

@tableland/sdk/src/helpers/chains.ts:30


pollingTimeout

pollingTimeout: number

The validator polling timeout for the chain.

Defined in

@tableland/sdk/src/helpers/chains.ts:29