@latticexyz/network / ProviderConfig

# Interface: ProviderConfig

# Table of contents

# Properties

  • chainId
  • externalProvider
  • jsonRpcUrl
  • options
  • wsRpcUrl

# Properties

# chainId

chainId: number

# Defined in

types.ts:40


# externalProvider

Optional externalProvider: ExternalProvider

# Defined in

types.ts:43


# jsonRpcUrl

jsonRpcUrl: string

# Defined in

types.ts:41


# options

Optional options: Object

# Type declaration

Name Type
batch? boolean
pollingInterval? number
skipNetworkCheck? boolean

# Defined in

types.ts:44


# wsRpcUrl

Optional wsRpcUrl: string

# Defined in

types.ts:42