wagmi 3.7.5 → 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.
- package/dist/esm/tempo/hooks/zone.js +18 -18
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/tempo/hooks/zone.d.ts +18 -18
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -10
- package/src/tempo/hooks/zone.ts +18 -18
- package/src/version.ts +1 -1
- package/connectors/porto/package.json +0 -5
- package/dist/esm/exports/porto.js +0 -2
- package/dist/esm/exports/porto.js.map +0 -1
- package/dist/types/exports/porto.d.ts +0 -2
- package/dist/types/exports/porto.d.ts.map +0 -1
- package/src/exports/porto.ts +0 -1
|
@@ -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 {
|
|
11
|
+
* import { Zone } from 'viem/tempo'
|
|
12
12
|
*
|
|
13
|
-
* const zoneChain =
|
|
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 {
|
|
43
|
+
* import { Zone } from 'viem/tempo'
|
|
44
44
|
*
|
|
45
|
-
* const zoneChain =
|
|
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 {
|
|
77
|
+
* import { Zone } from 'viem/tempo'
|
|
78
78
|
*
|
|
79
|
-
* const zoneChain =
|
|
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 {
|
|
110
|
+
* import { Zone } from 'viem/tempo'
|
|
111
111
|
*
|
|
112
|
-
* const zoneChain =
|
|
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 {
|
|
144
|
+
* import { Zone } from 'viem/tempo'
|
|
145
145
|
*
|
|
146
|
-
* const zoneChain =
|
|
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 {
|
|
354
|
+
* import { Zone } from 'viem/tempo'
|
|
355
355
|
*
|
|
356
|
-
* const zoneChain =
|
|
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 {
|
|
401
|
+
* import { Zone } from 'viem/tempo'
|
|
402
402
|
*
|
|
403
|
-
* const zoneChain =
|
|
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 {
|
|
446
|
+
* import { Zone } from 'viem/tempo'
|
|
447
447
|
*
|
|
448
|
-
* const zoneChain =
|
|
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 {
|
|
496
|
+
* import { Zone } from 'viem/tempo'
|
|
497
497
|
*
|
|
498
|
-
* const zoneChain =
|
|
498
|
+
* const zoneChain = Zone.b
|
|
499
499
|
*
|
|
500
500
|
* function App() {
|
|
501
501
|
* const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawalSync()
|