@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.
- package/dist/{chunk-2EDVJWOA.js → chunk-WA7I47EF.js} +1 -1
- package/dist/connectors/coinbaseWallet.js +1 -1
- package/dist/connectors/metaMask.js +1 -1
- package/dist/connectors/mock/index.js +1 -1
- package/dist/connectors/walletConnect.js +1 -1
- package/dist/index.js +1 -1
- package/dist/internal.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
package/dist/index.js
CHANGED
package/dist/internal.js
CHANGED