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/vue'

Built-In Transports ​

Available via the '@wagmi/vue' entrypoint.

Released under the MIT License.