UNPKG

@wagmi/core

Version:

VanillaJS library for Ethereum

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