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
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '3.7.
|
|
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 {
|
|
13
|
+
* import { Zone } from 'viem/tempo'
|
|
14
14
|
*
|
|
15
|
-
* const zoneChain =
|
|
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 {
|
|
41
|
+
* import { Zone } from 'viem/tempo'
|
|
42
42
|
*
|
|
43
|
-
* const zoneChain =
|
|
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 {
|
|
71
|
+
* import { Zone } from 'viem/tempo'
|
|
72
72
|
*
|
|
73
|
-
* const zoneChain =
|
|
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 {
|
|
100
|
+
* import { Zone } from 'viem/tempo'
|
|
101
101
|
*
|
|
102
|
-
* const zoneChain =
|
|
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 {
|
|
130
|
+
* import { Zone } from 'viem/tempo'
|
|
131
131
|
*
|
|
132
|
-
* const zoneChain =
|
|
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 {
|
|
320
|
+
* import { Zone } from 'viem/tempo'
|
|
321
321
|
*
|
|
322
|
-
* const zoneChain =
|
|
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 {
|
|
363
|
+
* import { Zone } from 'viem/tempo'
|
|
364
364
|
*
|
|
365
|
-
* const zoneChain =
|
|
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 {
|
|
404
|
+
* import { Zone } from 'viem/tempo'
|
|
405
405
|
*
|
|
406
|
-
* const zoneChain =
|
|
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 {
|
|
450
|
+
* import { Zone } from 'viem/tempo'
|
|
451
451
|
*
|
|
452
|
-
* const zoneChain =
|
|
452
|
+
* const zoneChain = Zone.b
|
|
453
453
|
*
|
|
454
454
|
* function App() {
|
|
455
455
|
* const { mutate, isPending } = Hooks.zone.useRequestVerifiableWithdrawalSync()
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "3.7.
|
|
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.
|
|
4
|
+
"version": "3.7.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -67,10 +67,6 @@
|
|
|
67
67
|
"types": "./dist/types/exports/mock.d.ts",
|
|
68
68
|
"default": "./dist/esm/exports/mock.js"
|
|
69
69
|
},
|
|
70
|
-
"./connectors/porto": {
|
|
71
|
-
"types": "./dist/types/exports/porto.d.ts",
|
|
72
|
-
"default": "./dist/esm/exports/porto.js"
|
|
73
|
-
},
|
|
74
70
|
"./connectors/safe": {
|
|
75
71
|
"types": "./dist/types/exports/safe.d.ts",
|
|
76
72
|
"default": "./dist/esm/exports/safe.js"
|
|
@@ -128,9 +124,6 @@
|
|
|
128
124
|
"connectors/mock": [
|
|
129
125
|
"./dist/types/exports/mock.d.ts"
|
|
130
126
|
],
|
|
131
|
-
"connectors/porto": [
|
|
132
|
-
"./dist/types/exports/porto.d.ts"
|
|
133
|
-
],
|
|
134
127
|
"connectors/safe": [
|
|
135
128
|
"./dist/types/exports/safe.d.ts"
|
|
136
129
|
],
|
|
@@ -155,8 +148,8 @@
|
|
|
155
148
|
},
|
|
156
149
|
"dependencies": {
|
|
157
150
|
"use-sync-external-store": "1.4.0",
|
|
158
|
-
"@wagmi/connectors": "8.0
|
|
159
|
-
"@wagmi/core": "3.6.
|
|
151
|
+
"@wagmi/connectors": "8.2.0",
|
|
152
|
+
"@wagmi/core": "3.6.5"
|
|
160
153
|
},
|
|
161
154
|
"contributors": [
|
|
162
155
|
"awkweb.eth <t@wevm.dev>",
|
package/src/tempo/hooks/zone.ts
CHANGED
|
@@ -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 {
|
|
21
|
+
* import { Zone } from 'viem/tempo'
|
|
22
22
|
*
|
|
23
|
-
* const zoneChain =
|
|
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 {
|
|
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.useWithdrawalFee({
|
|
@@ -132,9 +132,9 @@ export declare namespace useWithdrawalFee {
|
|
|
132
132
|
* @example
|
|
133
133
|
* ```tsx
|
|
134
134
|
* import { Hooks } from 'wagmi/tempo'
|
|
135
|
-
* import {
|
|
135
|
+
* import { Zone } from 'viem/tempo'
|
|
136
136
|
*
|
|
137
|
-
* const zoneChain =
|
|
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 {
|
|
191
|
+
* import { Zone } from 'viem/tempo'
|
|
192
192
|
*
|
|
193
|
-
* const zoneChain =
|
|
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 {
|
|
249
|
+
* import { Zone } from 'viem/tempo'
|
|
250
250
|
*
|
|
251
|
-
* const zoneChain =
|
|
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 {
|
|
619
|
+
* import { Zone } from 'viem/tempo'
|
|
620
620
|
*
|
|
621
|
-
* const zoneChain =
|
|
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 {
|
|
698
|
+
* import { Zone } from 'viem/tempo'
|
|
699
699
|
*
|
|
700
|
-
* const zoneChain =
|
|
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 {
|
|
775
|
+
* import { Zone } from 'viem/tempo'
|
|
776
776
|
*
|
|
777
|
-
* const zoneChain =
|
|
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 {
|
|
857
|
+
* import { Zone } from 'viem/tempo'
|
|
858
858
|
*
|
|
859
|
-
* const zoneChain =
|
|
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.
|
|
1
|
+
export const version = '3.7.7'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"porto.js","sourceRoot":"","sources":["../../../src/exports/porto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,EAAE,MAAM,yBAAyB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"porto.d.ts","sourceRoot":"","sources":["../../../src/exports/porto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA"}
|
package/src/exports/porto.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { type PortoParameters, porto } from '@wagmi/connectors/porto'
|