@wagmi/connectors 0.3.10 → 0.3.11

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.
@@ -73,7 +73,7 @@ function getInjectedName(ethereum) {
73
73
  if (provider.isStatus)
74
74
  return "Status";
75
75
  if (provider.isTally)
76
- return "Tally";
76
+ return "Taho";
77
77
  if (provider.isTokenPocket)
78
78
  return "TokenPocket";
79
79
  if (provider.isTokenary)
package/dist/injected.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  InjectedConnector
3
- } from "./chunk-V2FVPXGH.js";
3
+ } from "./chunk-5VZ6NHIG.js";
4
4
  import "./chunk-5NCTPR6C.js";
5
5
  export {
6
6
  InjectedConnector
package/dist/metaMask.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  InjectedConnector
3
- } from "./chunk-V2FVPXGH.js";
3
+ } from "./chunk-5VZ6NHIG.js";
4
4
  import {
5
5
  __privateAdd,
6
6
  __privateGet,
@@ -113,6 +113,7 @@ var WalletConnectLegacyConnector = class extends Connector {
113
113
  chainId,
114
114
  rpc: { ...rpc, ...this.options?.rpc }
115
115
  }));
116
+ __privateGet(this, _provider).http = await __privateGet(this, _provider).setHttpProvider(chainId);
116
117
  }
117
118
  return __privateGet(this, _provider);
118
119
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wagmi/connectors",
3
3
  "description": "A collection of connectors for wagmi",
4
4
  "license": "MIT",
5
- "version": "0.3.10",
5
+ "version": "0.3.11",
6
6
  "peerDependencies": {
7
7
  "@wagmi/core": ">=0.9.x",
8
8
  "ethers": ">=5.5.1 <6",