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'
Built-In Transports
Available via the 'wagmi'
entrypoint.