@wagmi/core 0.8.15 → 0.8.16

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.
@@ -2931,7 +2931,8 @@ function getNetwork() {
2931
2931
  network: `${chainId}`,
2932
2932
  nativeCurrency: { name: "Ether", decimals: 18, symbol: "ETH" },
2933
2933
  rpcUrls: {
2934
- default: { http: [""] }
2934
+ default: { http: [""] },
2935
+ public: { http: [""] }
2935
2936
  }
2936
2937
  };
2937
2938
  return {
package/dist/index.js CHANGED
@@ -72,7 +72,7 @@ import {
72
72
  watchSigner,
73
73
  watchWebSocketProvider,
74
74
  writeContract
75
- } from "./chunk-BTYZYIHC.js";
75
+ } from "./chunk-TQJMA6J5.js";
76
76
  import {
77
77
  goerli,
78
78
  mainnet
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  debounce
3
- } from "../chunk-BTYZYIHC.js";
3
+ } from "../chunk-TQJMA6J5.js";
4
4
  import "../chunk-BVC4KGLQ.js";
5
5
  import "../chunk-MQXBDTVK.js";
6
6
  export {
@@ -1,5 +1,5 @@
1
1
  import "../chunk-KX4UEHS5.js";
2
- import "../chunk-BTYZYIHC.js";
2
+ import "../chunk-TQJMA6J5.js";
3
3
  import {
4
4
  foundry,
5
5
  goerli,
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.8.15",
5
+ "version": "0.8.16",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -114,8 +114,8 @@
114
114
  "abitype": "^0.2.5",
115
115
  "eventemitter3": "^4.0.7",
116
116
  "zustand": "^4.3.1",
117
- "@wagmi/chains": "0.1.10",
118
- "@wagmi/connectors": "0.1.8"
117
+ "@wagmi/chains": "0.1.11",
118
+ "@wagmi/connectors": "0.1.9"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@coinbase/wallet-sdk": "^3.6.0",