wagmi 0.12.12 → 0.12.13

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/chains.d.ts CHANGED
@@ -1 +1 @@
1
- export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, cronos, crossbell, dfk, dogechain, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, hardhat, harmonyOne, iotex, iotexTestnet, klaytn, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, nexi, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, scrollTestnet, sepolia, shardeumSphinx, skaleBlockBrawlers, skaleCalypso, skaleCalypsoTestnet, skaleChaosTestnet, skaleCryptoBlades, skaleCryptoColosseum, skaleEuropa, skaleEuropaTestnet, skaleExorde, skaleHumanProtocol, skaleNebula, skaleNebulaTestnet, skaleRazor, skaleTitan, skaleTitanTestnet, songbird, songbirdTestnet, taraxa, taraxaTestnet, telos, telosTestnet, wanchain, wanchainTestnet, xdc, xdcTestnet, zhejiang, zkSync, zkSyncTestnet } from '@wagmi/core/chains';
1
+ export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, celoCannoli, cronos, crossbell, dfk, dogechain, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, haqqMainnet, haqqTestedge2, hardhat, harmonyOne, iotex, iotexTestnet, klaytn, lineaTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, nexi, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, pulsechain, pulsechainV4, scrollTestnet, sepolia, shardeumSphinx, skaleBlockBrawlers, skaleCalypso, skaleCalypsoTestnet, skaleChaosTestnet, skaleCryptoBlades, skaleCryptoColosseum, skaleEuropa, skaleEuropaTestnet, skaleExorde, skaleHumanProtocol, skaleNebula, skaleNebulaTestnet, skaleRazor, skaleTitan, skaleTitanTestnet, songbird, songbirdTestnet, syscoin, taraxa, taraxaTestnet, telos, telosTestnet, thunderTestnet, wanchain, wanchainTestnet, xdc, xdcTestnet, zhejiang, zkSync, zkSyncTestnet } from '@wagmi/core/chains';
package/dist/chains.js CHANGED
@@ -15,6 +15,7 @@ import {
15
15
  canto,
16
16
  celo,
17
17
  celoAlfajores,
18
+ celoCannoli,
18
19
  cronos,
19
20
  crossbell,
20
21
  dfk,
@@ -34,9 +35,12 @@ import {
34
35
  goerli,
35
36
  gnosis,
36
37
  gnosisChiado,
38
+ haqqMainnet,
39
+ haqqTestedge2,
37
40
  hardhat,
38
41
  harmonyOne,
39
42
  klaytn,
43
+ lineaTestnet,
40
44
  localhost,
41
45
  mainnet,
42
46
  metis,
@@ -52,6 +56,8 @@ import {
52
56
  polygonMumbai,
53
57
  polygonZkEvm,
54
58
  polygonZkEvmTestnet,
59
+ pulsechain,
60
+ pulsechainV4,
55
61
  scrollTestnet,
56
62
  sepolia,
57
63
  skaleBlockBrawlers,
@@ -72,10 +78,12 @@ import {
72
78
  songbird,
73
79
  songbirdTestnet,
74
80
  shardeumSphinx,
81
+ syscoin,
75
82
  taraxa,
76
83
  taraxaTestnet,
77
84
  telos,
78
85
  telosTestnet,
86
+ thunderTestnet,
79
87
  wanchain,
80
88
  wanchainTestnet,
81
89
  xdc,
@@ -100,6 +108,7 @@ export {
100
108
  canto,
101
109
  celo,
102
110
  celoAlfajores,
111
+ celoCannoli,
103
112
  cronos,
104
113
  crossbell,
105
114
  dfk,
@@ -117,11 +126,14 @@ export {
117
126
  gnosis,
118
127
  gnosisChiado,
119
128
  goerli,
129
+ haqqMainnet,
130
+ haqqTestedge2,
120
131
  hardhat,
121
132
  harmonyOne,
122
133
  iotex,
123
134
  iotexTestnet,
124
135
  klaytn,
136
+ lineaTestnet,
125
137
  localhost,
126
138
  mainnet,
127
139
  metis,
@@ -137,6 +149,8 @@ export {
137
149
  polygonMumbai,
138
150
  polygonZkEvm,
139
151
  polygonZkEvmTestnet,
152
+ pulsechain,
153
+ pulsechainV4,
140
154
  scrollTestnet,
141
155
  sepolia,
142
156
  shardeumSphinx,
@@ -157,10 +171,12 @@ export {
157
171
  skaleTitanTestnet,
158
172
  songbird,
159
173
  songbirdTestnet,
174
+ syscoin,
160
175
  taraxa,
161
176
  taraxaTestnet,
162
177
  telos,
163
178
  telosTestnet,
179
+ thunderTestnet,
164
180
  wanchain,
165
181
  wanchainTestnet,
166
182
  xdc,
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.12.12",
5
+ "version": "0.12.13",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -118,7 +118,7 @@
118
118
  "@tanstack/react-query-persist-client": "^4.28.0",
119
119
  "abitype": "^0.3.0",
120
120
  "use-sync-external-store": "^1.2.0",
121
- "@wagmi/core": "0.10.10"
121
+ "@wagmi/core": "0.10.11"
122
122
  },
123
123
  "devDependencies": {
124
124
  "@testing-library/react": "^13.3.0",
@@ -128,9 +128,7 @@
128
128
  "@types/use-sync-external-store": "^0.0.3",
129
129
  "ethers": "^5.7.1",
130
130
  "react": "^18.1.0",
131
- "react-17": "npm:react@17.0.2",
132
- "react-dom": "^18.1.0",
133
- "react-dom-17": "npm:react-dom@17.0.2"
131
+ "react-dom": "^18.1.0"
134
132
  },
135
133
  "keywords": [
136
134
  "react",