Skip to content

Transports

createConfig can be instantiated with a set of Transports for each chain. A Transport is the intermediary layer that is responsible for executing outgoing JSON-RPC requests to the RPC Provider (e.g. Alchemy, Infura, etc).

Import

ts
import { http } from '@wagmi/core'
import { http } from '@wagmi/core'

Built-In Transports

Available via the '@wagmi/core' entrypoint.

Released under the MIT License.