@wagmi/core 0.10.8 → 0.10.9

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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _wagmi_chains from '@wagmi/chains';
2
2
  import { Chain } from '@wagmi/chains';
3
- export { Chain, goerli, mainnet } from '@wagmi/chains';
3
+ export { Chain, goerli, mainnet, sepolia } from '@wagmi/chains';
4
4
  import { Mutate, StoreApi } from 'zustand/vanilla';
5
5
  import { Connector, ConnectorData } from '@wagmi/connectors';
6
6
  export { Connector, ConnectorData, ConnectorEvents, Ethereum } from '@wagmi/connectors';
@@ -1145,7 +1145,7 @@ type WatchContractEventConfig<TAbi extends Abi | readonly unknown[] = Abi, TEven
1145
1145
  address: Address;
1146
1146
  /** Chain id to use for provider */
1147
1147
  chainId?: number;
1148
- /** Function to invoke on the contract */
1148
+ /** Name of the event to listen to on the contract */
1149
1149
  eventName: GetEventName<TAbi, TEventName>;
1150
1150
  /** Receive only a single event */
1151
1151
  once?: boolean;
package/dist/index.js CHANGED
@@ -75,7 +75,8 @@ import {
75
75
  } from "./chunk-VQG3VKOR.js";
76
76
  import {
77
77
  goerli,
78
- mainnet
78
+ mainnet,
79
+ sepolia
79
80
  } from "./chunk-RIWXWG4Y.js";
80
81
  import {
81
82
  Connector
@@ -143,6 +144,7 @@ export {
143
144
  readContract,
144
145
  readContracts,
145
146
  sendTransaction,
147
+ sepolia,
146
148
  serialize,
147
149
  signMessage,
148
150
  signTypedData,
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": "0.10.8",
5
+ "version": "0.10.9",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -118,8 +118,8 @@
118
118
  "abitype": "^0.3.0",
119
119
  "eventemitter3": "^4.0.7",
120
120
  "zustand": "^4.3.1",
121
- "@wagmi/chains": "0.2.15",
122
- "@wagmi/connectors": "0.3.10"
121
+ "@wagmi/chains": "0.2.17",
122
+ "@wagmi/connectors": "0.3.12"
123
123
  },
124
124
  "devDependencies": {
125
125
  "ethers": "^5.7.1"