@wagmi/core 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2053,6 +2053,7 @@ async function prepareWriteContract({
2053
2053
  address,
2054
2054
  args,
2055
2055
  chainId,
2056
+ dataSuffix,
2056
2057
  functionName,
2057
2058
  walletClient: walletClient_,
2058
2059
  ...config2
@@ -2084,6 +2085,7 @@ async function prepareWriteContract({
2084
2085
  accessList,
2085
2086
  blockNumber,
2086
2087
  blockTag,
2088
+ dataSuffix,
2087
2089
  gas,
2088
2090
  gasPrice,
2089
2091
  maxFeePerGas,
package/dist/index.d.ts CHANGED
@@ -277,7 +277,7 @@ type PrepareWriteContractResult<TAbi extends Abi | readonly unknown[] = Abi, TFu
277
277
  * })
278
278
  * const result = await writeContract(config)
279
279
  */
280
- declare function prepareWriteContract<TAbi extends Abi | readonly unknown[], TFunctionName extends string, TChainId extends number, TWalletClient extends WalletClient = WalletClient>({ abi, address, args, chainId, functionName, walletClient: walletClient_, ...config }: PrepareWriteContractConfig<TAbi, TFunctionName, TChainId, TWalletClient>): Promise<PrepareWriteContractResult<TAbi, TFunctionName, TChainId>>;
280
+ declare function prepareWriteContract<TAbi extends Abi | readonly unknown[], TFunctionName extends string, TChainId extends number, TWalletClient extends WalletClient = WalletClient>({ abi, address, args, chainId, dataSuffix, functionName, walletClient: walletClient_, ...config }: PrepareWriteContractConfig<TAbi, TFunctionName, TChainId, TWalletClient>): Promise<PrepareWriteContractResult<TAbi, TFunctionName, TChainId>>;
281
281
 
282
282
  type GetContractArgs<TAbi extends Abi | readonly unknown[] = Abi, TWalletClient extends WalletClient | unknown = unknown> = Omit<GetContractParameters<Transport, Chain$1, Account, TAbi, PublicClient$1, TWalletClient>, 'publicClient' | 'walletClient'> & {
283
283
  chainId?: number;
package/dist/index.js CHANGED
@@ -61,7 +61,7 @@ import {
61
61
  watchWalletClient,
62
62
  watchWebSocketPublicClient,
63
63
  writeContract
64
- } from "./chunk-YAPWLAI7.js";
64
+ } from "./chunk-TSH6VVF4.js";
65
65
  import {
66
66
  Connector
67
67
  } from "./chunk-BVC4KGLQ.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getCallParameters,
3
3
  getSendTransactionParameters
4
- } from "../chunk-YAPWLAI7.js";
4
+ } from "../chunk-TSH6VVF4.js";
5
5
  import "../chunk-BVC4KGLQ.js";
6
6
  import "../chunk-MQXBDTVK.js";
7
7
  export {
@@ -1,5 +1,5 @@
1
1
  import "../chunk-4E64EZ7V.js";
2
- import "../chunk-YAPWLAI7.js";
2
+ import "../chunk-TSH6VVF4.js";
3
3
  import "../chunk-BVC4KGLQ.js";
4
4
  import "../chunk-EQOEZP46.js";
5
5
  import "../chunk-KFW652VN.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wagmi/core",
3
3
  "description": "Vanilla JS library for Ethereum",
4
4
  "license": "MIT",
5
- "version": "1.4.3",
5
+ "version": "1.4.4",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",