@wagmi/connectors 2.6.3 → 2.6.4

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.
@@ -239,7 +239,7 @@ initProvider_fn = async function() {
239
239
  optionalMethods: OPTIONAL_METHODS,
240
240
  optionalEvents: OPTIONAL_EVENTS,
241
241
  chains: [defaultChain],
242
- optionalChains,
242
+ optionalChains: optionalChains.length > 0 ? optionalChains : void 0,
243
243
  rpcMap: Object.fromEntries(
244
244
  this.chains.map((chain) => [
245
245
  chain.id,
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": "2.6.3",
5
+ "version": "2.6.4",
6
6
  "peerDependencies": {
7
7
  "@wagmi/chains": ">=1.3.0",
8
8
  "typescript": ">=5.0.4",