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.
@@ -8,9 +8,9 @@ import { useMutation, useQuery, } from '../../utils/query.js';
8
8
  * @example
9
9
  * ```tsx
10
10
  * import { Hooks } from 'wagmi/tempo'
11
- * import { zone } from 'viem/tempo/zones'
11
+ * import { Zone } from 'viem/tempo'
12
12
  *
13
- * const zoneChain = zone(7)
13
+ * const zoneChain = Zone.b
14
14
  *
15
15
  * function App() {
16
16
  * const { data, isLoading } = Hooks.zone.useAuthorizationTokenInfo({
@@ -40,9 +40,9 @@ export function useAuthorizationTokenInfo(parameters = {}) {
40
40
  * @example
41
41
  * ```tsx
42
42
  * import { Hooks } from 'wagmi/tempo'
43
- * import { zone } from 'viem/tempo/zones'
43
+ * import { Zone } from 'viem/tempo'
44
44
  *
45
- * const zoneChain = zone(7)
45
+ * const zoneChain = Zone.b
46
46
  *
47
47
  * function App() {
48
48
  * const { data, isLoading } = Hooks.zone.useWithdrawalFee({
@@ -74,9 +74,9 @@ export function useWithdrawalFee(parameters = {}) {
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.useZoneInfo({
@@ -107,9 +107,9 @@ export function useZoneInfo(parameters = {}) {
107
107
  * @example
108
108
  * ```tsx
109
109
  * import { Hooks } from 'wagmi/tempo'
110
- * import { zone } from 'viem/tempo/zones'
110
+ * import { Zone } from 'viem/tempo'
111
111
  *
112
- * const zoneChain = zone(7)
112
+ * const zoneChain = Zone.b
113
113
  *
114
114
  * function App() {
115
115
  * const { data, isLoading } = Hooks.zone.useWaitForTempoBlock({
@@ -141,9 +141,9 @@ export function useWaitForTempoBlock(parameters = {}) {
141
141
  * @example
142
142
  * ```tsx
143
143
  * import { Hooks } from 'wagmi/tempo'
144
- * import { zone } from 'viem/tempo/zones'
144
+ * import { Zone } from 'viem/tempo'
145
145
  *
146
- * const zoneChain = zone(7)
146
+ * const zoneChain = Zone.b
147
147
  *
148
148
  * function App() {
149
149
  * const { mutate, isPending } = Hooks.zone.useSignAuthorizationToken()
@@ -351,9 +351,9 @@ export function useEncryptedDepositSync(parameters = {}) {
351
351
  * @example
352
352
  * ```tsx
353
353
  * import { Hooks } from 'wagmi/tempo'
354
- * import { zone } from 'viem/tempo/zones'
354
+ * import { Zone } from 'viem/tempo'
355
355
  *
356
- * const zoneChain = zone(7)
356
+ * const zoneChain = Zone.b
357
357
  *
358
358
  * function App() {
359
359
  * const { mutate, isPending } = Hooks.zone.useRequestWithdrawal()
@@ -398,9 +398,9 @@ export function useRequestWithdrawal(parameters = {}) {
398
398
  * @example
399
399
  * ```tsx
400
400
  * import { Hooks } from 'wagmi/tempo'
401
- * import { zone } from 'viem/tempo/zones'
401
+ * import { Zone } from 'viem/tempo'
402
402
  *
403
- * const zoneChain = zone(7)
403
+ * const zoneChain = Zone.b
404
404
  *
405
405
  * function App() {
406
406
  * const { mutate, isPending } = Hooks.zone.useRequestWithdrawalSync()
@@ -443,9 +443,9 @@ export function useRequestWithdrawalSync(parameters = {}) {
443
443
  * @example
444
444
  * ```tsx
445
445
  * import { Hooks } from 'wagmi/tempo'
446
- * import { zone } from 'viem/tempo/zones'
446
+ * import { Zone } from 'viem/tempo'
447
447
  *
448
- * const zoneChain = zone(7)
448
+ * const zoneChain = Zone.b
449
449
  *
450
450
  * function App() {
451
451
  * const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawal()
@@ -493,9 +493,9 @@ export function useRequestVerifiableWithdrawal(parameters = {}) {
493
493
  * @example
494
494
  * ```tsx
495
495
  * import { Hooks } from 'wagmi/tempo'
496
- * import { zone } from 'viem/tempo/zones'
496
+ * import { Zone } from 'viem/tempo'
497
497
  *
498
- * const zoneChain = zone(7)
498
+ * const zoneChain = Zone.b
499
499
  *
500
500
  * function App() {
501
501
  * const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawalSync()