UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

10 lines 322 B
import { deployContract, } from '../actions/deployContract.js'; export function deployContractMutationOptions(config) { return { mutationFn(variables) { return deployContract(config, variables); }, mutationKey: ['deployContract'], }; } //# sourceMappingURL=deployContract.js.map