@wagmi/core 0.7.0 → 0.7.1

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.
@@ -2806,7 +2806,7 @@ async function fetchEnsAvatar({
2806
2806
  }
2807
2807
 
2808
2808
  // src/actions/ens/fetchEnsName.ts
2809
- import { getAddress as getAddress3 } from "ethers/lib/utils";
2809
+ import { getAddress as getAddress3 } from "ethers/lib/utils.js";
2810
2810
  async function fetchEnsName({
2811
2811
  address,
2812
2812
  chainId: chainId2
@@ -5,7 +5,7 @@ import {
5
5
  SwitchChainError,
6
6
  UserRejectedRequestError,
7
7
  normalizeChainId
8
- } from "../chunk-2EDVJWOA.js";
8
+ } from "../chunk-WA7I47EF.js";
9
9
  import "../chunk-4DNFSL2K.js";
10
10
  import {
11
11
  __privateAdd,
@@ -4,7 +4,7 @@ import {
4
4
  ResourceUnavailableError,
5
5
  UserRejectedRequestError,
6
6
  getClient
7
- } from "../chunk-2EDVJWOA.js";
7
+ } from "../chunk-WA7I47EF.js";
8
8
  import "../chunk-4DNFSL2K.js";
9
9
  import {
10
10
  __privateAdd,
@@ -2,7 +2,7 @@ import {
2
2
  Connector,
3
3
  UserRejectedRequestError,
4
4
  normalizeChainId
5
- } from "../../chunk-2EDVJWOA.js";
5
+ } from "../../chunk-WA7I47EF.js";
6
6
  import "../../chunk-4DNFSL2K.js";
7
7
  import {
8
8
  __privateAdd,
@@ -4,7 +4,7 @@ import {
4
4
  UserRejectedRequestError,
5
5
  getClient,
6
6
  normalizeChainId
7
- } from "../chunk-2EDVJWOA.js";
7
+ } from "../chunk-WA7I47EF.js";
8
8
  import "../chunk-4DNFSL2K.js";
9
9
  import {
10
10
  __privateAdd,
package/dist/index.js CHANGED
@@ -69,7 +69,7 @@ import {
69
69
  watchSigner,
70
70
  watchWebSocketProvider,
71
71
  writeContract
72
- } from "./chunk-2EDVJWOA.js";
72
+ } from "./chunk-WA7I47EF.js";
73
73
  import {
74
74
  alchemyRpcUrls,
75
75
  allChains,
package/dist/internal.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  debounce
3
- } from "./chunk-2EDVJWOA.js";
3
+ } from "./chunk-WA7I47EF.js";
4
4
  import "./chunk-4DNFSL2K.js";
5
5
  import "./chunk-MQXBDTVK.js";
6
6
  export {
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.7.0",
5
+ "version": "0.7.1",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",