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'
import { http } from 'wagmi'

Built-In Transports ​

Available via the 'wagmi' entrypoint.

Released under the MIT License.