@wagmi/core
Advanced tools
Comparing version 0.0.0-canary-20241107183138 to 0.0.0-canary-20241111172855
@@ -14,3 +14,3 @@ import { getAccount } from '../getAccount.js'; | ||
...parameters, | ||
...(c.eventName ? { functionName: c.eventName } : {}), | ||
...(c.eventName ? { eventName: c.eventName } : {}), | ||
address: c.address?.[chainId], | ||
@@ -24,3 +24,3 @@ abi: c.abi, | ||
...(c.address ? { address: c.address } : {}), | ||
...(c.eventName ? { functionName: c.eventName } : {}), | ||
...(c.eventName ? { eventName: c.eventName } : {}), | ||
abi: c.abi, | ||
@@ -27,0 +27,0 @@ }); |
@@ -1,2 +0,2 @@ | ||
export const version = '0.0.0-canary-20241107183138'; | ||
export const version = '0.0.0-canary-20241111172855'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.0.0-canary-20241107183138"; | ||
export declare const version = "0.0.0-canary-20241111172855"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@wagmi/core", | ||
"description": "VanillaJS library for Ethereum", | ||
"version": "0.0.0-canary-20241107183138", | ||
"version": "0.0.0-canary-20241111172855", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -74,3 +74,3 @@ import type { Abi, Address, ContractEventName } from 'viem' | ||
...(parameters as any), | ||
...(c.eventName ? { functionName: c.eventName } : {}), | ||
...(c.eventName ? { eventName: c.eventName } : {}), | ||
address: c.address?.[chainId], | ||
@@ -85,3 +85,3 @@ abi: c.abi, | ||
...(c.address ? { address: c.address } : {}), | ||
...(c.eventName ? { functionName: c.eventName } : {}), | ||
...(c.eventName ? { eventName: c.eventName } : {}), | ||
abi: c.abi, | ||
@@ -88,0 +88,0 @@ }) |
@@ -1,1 +0,1 @@ | ||
export const version = '0.0.0-canary-20241107183138' | ||
export const version = '0.0.0-canary-20241111172855' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2001973