wagmi 3.7.6 → 3.7.7

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.
@@ -1,2 +1,2 @@
1
- export const version = '3.7.6';
1
+ export const version = '3.7.7';
2
2
  //# sourceMappingURL=version.js.map
@@ -10,9 +10,9 @@ import type { QueryParameter } from '../utils.js';
10
10
  * @example
11
11
  * ```tsx
12
12
  * import { Hooks } from 'wagmi/tempo'
13
- * import { zone } from 'viem/tempo/zones'
13
+ * import { Zone } from 'viem/tempo'
14
14
  *
15
- * const zoneChain = zone(7)
15
+ * const zoneChain = Zone.b
16
16
  *
17
17
  * function App() {
18
18
  * const { data, isLoading } = Hooks.zone.useAuthorizationTokenInfo({
@@ -38,9 +38,9 @@ export declare namespace useAuthorizationTokenInfo {
38
38
  * @example
39
39
  * ```tsx
40
40
  * import { Hooks } from 'wagmi/tempo'
41
- * import { zone } from 'viem/tempo/zones'
41
+ * import { Zone } from 'viem/tempo'
42
42
  *
43
- * const zoneChain = zone(7)
43
+ * const zoneChain = Zone.b
44
44
  *
45
45
  * function App() {
46
46
  * const { data, isLoading } = Hooks.zone.useWithdrawalFee({
@@ -68,9 +68,9 @@ export declare namespace useWithdrawalFee {
68
68
  * @example
69
69
  * ```tsx
70
70
  * import { Hooks } from 'wagmi/tempo'
71
- * import { zone } from 'viem/tempo/zones'
71
+ * import { Zone } from 'viem/tempo'
72
72
  *
73
- * const zoneChain = zone(7)
73
+ * const zoneChain = Zone.b
74
74
  *
75
75
  * function App() {
76
76
  * const { data, isLoading } = Hooks.zone.useZoneInfo({
@@ -97,9 +97,9 @@ export declare namespace useZoneInfo {
97
97
  * @example
98
98
  * ```tsx
99
99
  * import { Hooks } from 'wagmi/tempo'
100
- * import { zone } from 'viem/tempo/zones'
100
+ * import { Zone } from 'viem/tempo'
101
101
  *
102
- * const zoneChain = zone(7)
102
+ * const zoneChain = Zone.b
103
103
  *
104
104
  * function App() {
105
105
  * const { data, isLoading } = Hooks.zone.useWaitForTempoBlock({
@@ -127,9 +127,9 @@ export declare namespace useWaitForTempoBlock {
127
127
  * @example
128
128
  * ```tsx
129
129
  * import { Hooks } from 'wagmi/tempo'
130
- * import { zone } from 'viem/tempo/zones'
130
+ * import { Zone } from 'viem/tempo'
131
131
  *
132
- * const zoneChain = zone(7)
132
+ * const zoneChain = Zone.b
133
133
  *
134
134
  * function App() {
135
135
  * const { mutate, isPending } = Hooks.zone.useSignAuthorizationToken()
@@ -317,9 +317,9 @@ export declare namespace useEncryptedDepositSync {
317
317
  * @example
318
318
  * ```tsx
319
319
  * import { Hooks } from 'wagmi/tempo'
320
- * import { zone } from 'viem/tempo/zones'
320
+ * import { Zone } from 'viem/tempo'
321
321
  *
322
- * const zoneChain = zone(7)
322
+ * const zoneChain = Zone.b
323
323
  *
324
324
  * function App() {
325
325
  * const { mutate, isPending } = Hooks.zone.useRequestWithdrawal()
@@ -360,9 +360,9 @@ export declare namespace useRequestWithdrawal {
360
360
  * @example
361
361
  * ```tsx
362
362
  * import { Hooks } from 'wagmi/tempo'
363
- * import { zone } from 'viem/tempo/zones'
363
+ * import { Zone } from 'viem/tempo'
364
364
  *
365
- * const zoneChain = zone(7)
365
+ * const zoneChain = Zone.b
366
366
  *
367
367
  * function App() {
368
368
  * const { mutate, isPending } = Hooks.zone.useRequestWithdrawalSync()
@@ -401,9 +401,9 @@ export declare namespace useRequestWithdrawalSync {
401
401
  * @example
402
402
  * ```tsx
403
403
  * import { Hooks } from 'wagmi/tempo'
404
- * import { zone } from 'viem/tempo/zones'
404
+ * import { Zone } from 'viem/tempo'
405
405
  *
406
- * const zoneChain = zone(7)
406
+ * const zoneChain = Zone.b
407
407
  *
408
408
  * function App() {
409
409
  * const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawal()
@@ -447,9 +447,9 @@ export declare namespace useRequestVerifiableWithdrawal {
447
447
  * @example
448
448
  * ```tsx
449
449
  * import { Hooks } from 'wagmi/tempo'
450
- * import { zone } from 'viem/tempo/zones'
450
+ * import { Zone } from 'viem/tempo'
451
451
  *
452
- * const zoneChain = zone(7)
452
+ * const zoneChain = Zone.b
453
453
  *
454
454
  * function App() {
455
455
  * const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawalSync()
@@ -1,2 +1,2 @@
1
- export declare const version = "3.7.6";
1
+ export declare const version = "3.7.7";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wagmi",
3
3
  "description": "React Hooks for Ethereum",
4
- "version": "3.7.6",
4
+ "version": "3.7.7",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -148,8 +148,8 @@
148
148
  },
149
149
  "dependencies": {
150
150
  "use-sync-external-store": "1.4.0",
151
- "@wagmi/connectors": "8.1.0",
152
- "@wagmi/core": "3.6.4"
151
+ "@wagmi/connectors": "8.2.0",
152
+ "@wagmi/core": "3.6.5"
153
153
  },
154
154
  "contributors": [
155
155
  "awkweb.eth <t@wevm.dev>",
@@ -18,9 +18,9 @@ import type { QueryParameter } from '../utils.js'
18
18
  * @example
19
19
  * ```tsx
20
20
  * import { Hooks } from 'wagmi/tempo'
21
- * import { zone } from 'viem/tempo/zones'
21
+ * import { Zone } from 'viem/tempo'
22
22
  *
23
- * const zoneChain = zone(7)
23
+ * const zoneChain = Zone.b
24
24
  *
25
25
  * function App() {
26
26
  * const { data, isLoading } = Hooks.zone.useAuthorizationTokenInfo({
@@ -74,9 +74,9 @@ export declare namespace useAuthorizationTokenInfo {
74
74
  * @example
75
75
  * ```tsx
76
76
  * import { Hooks } from 'wagmi/tempo'
77
- * import { zone } from 'viem/tempo/zones'
77
+ * import { Zone } from 'viem/tempo'
78
78
  *
79
- * const zoneChain = zone(7)
79
+ * const zoneChain = Zone.b
80
80
  *
81
81
  * function App() {
82
82
  * const { data, isLoading } = Hooks.zone.useWithdrawalFee({
@@ -132,9 +132,9 @@ export declare namespace useWithdrawalFee {
132
132
  * @example
133
133
  * ```tsx
134
134
  * import { Hooks } from 'wagmi/tempo'
135
- * import { zone } from 'viem/tempo/zones'
135
+ * import { Zone } from 'viem/tempo'
136
136
  *
137
- * const zoneChain = zone(7)
137
+ * const zoneChain = Zone.b
138
138
  *
139
139
  * function App() {
140
140
  * const { data, isLoading } = Hooks.zone.useZoneInfo({
@@ -188,9 +188,9 @@ export declare namespace useZoneInfo {
188
188
  * @example
189
189
  * ```tsx
190
190
  * import { Hooks } from 'wagmi/tempo'
191
- * import { zone } from 'viem/tempo/zones'
191
+ * import { Zone } from 'viem/tempo'
192
192
  *
193
- * const zoneChain = zone(7)
193
+ * const zoneChain = Zone.b
194
194
  *
195
195
  * function App() {
196
196
  * const { data, isLoading } = Hooks.zone.useWaitForTempoBlock({
@@ -246,9 +246,9 @@ export declare namespace useWaitForTempoBlock {
246
246
  * @example
247
247
  * ```tsx
248
248
  * import { Hooks } from 'wagmi/tempo'
249
- * import { zone } from 'viem/tempo/zones'
249
+ * import { Zone } from 'viem/tempo'
250
250
  *
251
- * const zoneChain = zone(7)
251
+ * const zoneChain = Zone.b
252
252
  *
253
253
  * function App() {
254
254
  * const { mutate, isPending } = Hooks.zone.useSignAuthorizationToken()
@@ -616,9 +616,9 @@ export declare namespace useEncryptedDepositSync {
616
616
  * @example
617
617
  * ```tsx
618
618
  * import { Hooks } from 'wagmi/tempo'
619
- * import { zone } from 'viem/tempo/zones'
619
+ * import { Zone } from 'viem/tempo'
620
620
  *
621
- * const zoneChain = zone(7)
621
+ * const zoneChain = Zone.b
622
622
  *
623
623
  * function App() {
624
624
  * const { mutate, isPending } = Hooks.zone.useRequestWithdrawal()
@@ -695,9 +695,9 @@ export declare namespace useRequestWithdrawal {
695
695
  * @example
696
696
  * ```tsx
697
697
  * import { Hooks } from 'wagmi/tempo'
698
- * import { zone } from 'viem/tempo/zones'
698
+ * import { Zone } from 'viem/tempo'
699
699
  *
700
- * const zoneChain = zone(7)
700
+ * const zoneChain = Zone.b
701
701
  *
702
702
  * function App() {
703
703
  * const { mutate, isPending } = Hooks.zone.useRequestWithdrawalSync()
@@ -772,9 +772,9 @@ export declare namespace useRequestWithdrawalSync {
772
772
  * @example
773
773
  * ```tsx
774
774
  * import { Hooks } from 'wagmi/tempo'
775
- * import { zone } from 'viem/tempo/zones'
775
+ * import { Zone } from 'viem/tempo'
776
776
  *
777
- * const zoneChain = zone(7)
777
+ * const zoneChain = Zone.b
778
778
  *
779
779
  * function App() {
780
780
  * const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawal()
@@ -854,9 +854,9 @@ export declare namespace useRequestVerifiableWithdrawal {
854
854
  * @example
855
855
  * ```tsx
856
856
  * import { Hooks } from 'wagmi/tempo'
857
- * import { zone } from 'viem/tempo/zones'
857
+ * import { Zone } from 'viem/tempo'
858
858
  *
859
- * const zoneChain = zone(7)
859
+ * const zoneChain = Zone.b
860
860
  *
861
861
  * function App() {
862
862
  * const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawalSync()
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '3.7.6'
1
+ export const version = '3.7.7'