wagmi 0.11.4 → 0.11.5

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/README.md CHANGED
@@ -9,7 +9,7 @@ For full documentation and examples, visit [wagmi.sh](https://wagmi.sh).
9
9
  Install wagmi and its ethers peer dependency.
10
10
 
11
11
  ```bash
12
- npm install wagmi ethers
12
+ npm install wagmi ethers@^5
13
13
  ```
14
14
 
15
15
  ## Community
package/dist/chains.d.ts CHANGED
@@ -1 +1 @@
1
- export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, okc, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zkSync, zkSyncTestnet } from '@wagmi/core/chains';
1
+ export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zkSync, zkSyncTestnet } from '@wagmi/core/chains';
package/dist/chains.js CHANGED
@@ -19,6 +19,7 @@ import {
19
19
  fantom,
20
20
  fantomTestnet,
21
21
  filecoin,
22
+ filecoinCalibration,
22
23
  filecoinHyperspace,
23
24
  foundry,
24
25
  goerli,
@@ -31,6 +32,9 @@ import {
31
32
  mainnet,
32
33
  metis,
33
34
  metisGoerli,
35
+ moonbaseAlpha,
36
+ moonbeam,
37
+ moonriver,
34
38
  okc,
35
39
  optimism,
36
40
  optimismGoerli,
@@ -64,6 +68,7 @@ export {
64
68
  fantom,
65
69
  fantomTestnet,
66
70
  filecoin,
71
+ filecoinCalibration,
67
72
  filecoinHyperspace,
68
73
  foundry,
69
74
  gnosis,
@@ -76,6 +81,9 @@ export {
76
81
  mainnet,
77
82
  metis,
78
83
  metisGoerli,
84
+ moonbaseAlpha,
85
+ moonbeam,
86
+ moonriver,
79
87
  okc,
80
88
  optimism,
81
89
  optimismGoerli,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "wagmi",
3
3
  "description": "React Hooks for Ethereum",
4
4
  "license": "MIT",
5
- "version": "0.11.4",
5
+ "version": "0.11.5",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -114,7 +114,7 @@
114
114
  "@tanstack/react-query-persist-client": "^4.14.5",
115
115
  "abitype": "^0.3.0",
116
116
  "use-sync-external-store": "^1.2.0",
117
- "@wagmi/core": "0.9.4"
117
+ "@wagmi/core": "0.9.5"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@testing-library/react": "^13.3.0",