UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

11 lines 347 B
import { switchChain, } from '../actions/switchChain.js'; export function switchChainMutationOptions(config, options = {}) { return { ...options.mutation, mutationFn(variables) { return switchChain(config, variables); }, mutationKey: ['switchChain'], }; } //# sourceMappingURL=switchChain.js.map