@dynamic-labs/wagmi-connector 3.0.0-alpha.34 → 3.0.0-alpha.36
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/CHANGELOG.md +16 -0
- package/package.json +6 -6
- package/src/lib/Connector.d.ts +198 -1152
- package/src/lib/Connector.js +11 -8
- package/src/lib/DynamicWagmiConnector.js +4 -5
- package/src/lib/SyncDynamicWagmi.d.ts +2 -2
- package/src/lib/SyncDynamicWagmi.js +30 -33
- package/src/lib/hooks/useFindEvmWallet/index.d.ts +0 -1
- package/src/lib/hooks/useFindEvmWallet/useFindEvmWallet.d.ts +0 -2
- package/src/lib/hooks/useFindEvmWallet/useFindEvmWallet.js +0 -26
package/src/lib/Connector.d.ts
CHANGED
|
@@ -90,12 +90,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
90
90
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
91
91
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
92
92
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
93
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
94
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
95
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
96
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
97
|
-
* for customers who use useDisconnect directly.
|
|
98
|
-
*/
|
|
93
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
99
94
|
} | {
|
|
100
95
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
101
96
|
} | {
|
|
@@ -138,12 +133,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
138
133
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
139
134
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
140
135
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
141
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
142
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
143
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
144
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
145
|
-
* for customers who use useDisconnect directly.
|
|
146
|
-
*/
|
|
136
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
147
137
|
} | {
|
|
148
138
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
149
139
|
} | {
|
|
@@ -186,12 +176,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
186
176
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
187
177
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
188
178
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
189
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
190
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
191
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
192
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
193
|
-
* for customers who use useDisconnect directly.
|
|
194
|
-
*/
|
|
179
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
195
180
|
} | {
|
|
196
181
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
197
182
|
} | {
|
|
@@ -234,12 +219,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
234
219
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
235
220
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
236
221
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
237
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
238
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
239
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
240
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
241
|
-
* for customers who use useDisconnect directly.
|
|
242
|
-
*/
|
|
222
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
243
223
|
} | {
|
|
244
224
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
245
225
|
} | {
|
|
@@ -282,12 +262,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
282
262
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
283
263
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
284
264
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
285
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
286
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
287
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
288
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
289
|
-
* for customers who use useDisconnect directly.
|
|
290
|
-
*/
|
|
265
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
291
266
|
} | {
|
|
292
267
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
293
268
|
} | {
|
|
@@ -330,12 +305,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
330
305
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
331
306
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
332
307
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
333
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
334
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
335
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
336
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
337
|
-
* for customers who use useDisconnect directly.
|
|
338
|
-
*/
|
|
308
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
339
309
|
} | {
|
|
340
310
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
341
311
|
} | {
|
|
@@ -378,12 +348,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
378
348
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
379
349
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
380
350
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
381
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
382
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
383
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
384
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
385
|
-
* for customers who use useDisconnect directly.
|
|
386
|
-
*/
|
|
351
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
387
352
|
} | {
|
|
388
353
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
389
354
|
} | {
|
|
@@ -426,12 +391,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
426
391
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
427
392
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
428
393
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
429
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
430
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
431
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
432
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
433
|
-
* for customers who use useDisconnect directly.
|
|
434
|
-
*/
|
|
394
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
435
395
|
} | {
|
|
436
396
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
437
397
|
} | {
|
|
@@ -474,12 +434,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
474
434
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
475
435
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
476
436
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
477
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
478
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
479
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
480
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
481
|
-
* for customers who use useDisconnect directly.
|
|
482
|
-
*/
|
|
437
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
483
438
|
} | {
|
|
484
439
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
485
440
|
} | {
|
|
@@ -522,12 +477,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
522
477
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
523
478
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
524
479
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
525
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
526
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
527
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
528
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
529
|
-
* for customers who use useDisconnect directly.
|
|
530
|
-
*/
|
|
480
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
531
481
|
} | {
|
|
532
482
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
533
483
|
} | {
|
|
@@ -570,12 +520,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
570
520
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
571
521
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
572
522
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
573
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
574
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
575
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
576
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
577
|
-
* for customers who use useDisconnect directly.
|
|
578
|
-
*/
|
|
523
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
579
524
|
} | {
|
|
580
525
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
581
526
|
} | {
|
|
@@ -618,12 +563,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
618
563
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
619
564
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
620
565
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
621
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
622
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
623
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
624
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
625
|
-
* for customers who use useDisconnect directly.
|
|
626
|
-
*/
|
|
566
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
627
567
|
} | {
|
|
628
568
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
629
569
|
} | {
|
|
@@ -666,12 +606,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
666
606
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
667
607
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
668
608
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
669
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
670
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
671
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
672
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
673
|
-
* for customers who use useDisconnect directly.
|
|
674
|
-
*/
|
|
609
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
675
610
|
} | {
|
|
676
611
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
677
612
|
} | {
|
|
@@ -714,12 +649,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
714
649
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
715
650
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
716
651
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
717
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
718
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
719
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
720
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
721
|
-
* for customers who use useDisconnect directly.
|
|
722
|
-
*/
|
|
652
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
723
653
|
} | {
|
|
724
654
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
725
655
|
} | {
|
|
@@ -762,12 +692,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
762
692
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
763
693
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
764
694
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
765
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
766
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
767
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
768
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
769
|
-
* for customers who use useDisconnect directly.
|
|
770
|
-
*/
|
|
695
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
771
696
|
} | {
|
|
772
697
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
773
698
|
} | {
|
|
@@ -810,12 +735,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
810
735
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
811
736
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
812
737
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
813
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
814
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
815
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
816
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
817
|
-
* for customers who use useDisconnect directly.
|
|
818
|
-
*/
|
|
738
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
819
739
|
} | {
|
|
820
740
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
821
741
|
} | {
|
|
@@ -858,12 +778,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
858
778
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
859
779
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
860
780
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
861
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
862
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
863
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
864
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
865
|
-
* for customers who use useDisconnect directly.
|
|
866
|
-
*/
|
|
781
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
867
782
|
} | {
|
|
868
783
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
869
784
|
} | {
|
|
@@ -906,12 +821,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
906
821
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
907
822
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
908
823
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
909
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
910
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
911
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
912
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
913
|
-
* for customers who use useDisconnect directly.
|
|
914
|
-
*/
|
|
824
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
915
825
|
} | {
|
|
916
826
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
917
827
|
} | {
|
|
@@ -954,12 +864,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
954
864
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
955
865
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
956
866
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
957
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
958
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
959
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
960
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
961
|
-
* for customers who use useDisconnect directly.
|
|
962
|
-
*/
|
|
867
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
963
868
|
} | {
|
|
964
869
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
965
870
|
} | {
|
|
@@ -1002,12 +907,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1002
907
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1003
908
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1004
909
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1005
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1006
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1007
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1008
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1009
|
-
* for customers who use useDisconnect directly.
|
|
1010
|
-
*/
|
|
910
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1011
911
|
} | {
|
|
1012
912
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1013
913
|
} | {
|
|
@@ -1050,12 +950,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1050
950
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1051
951
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1052
952
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1053
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1054
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1055
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1056
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1057
|
-
* for customers who use useDisconnect directly.
|
|
1058
|
-
*/
|
|
953
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1059
954
|
} | {
|
|
1060
955
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1061
956
|
} | {
|
|
@@ -1098,12 +993,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1098
993
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1099
994
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1100
995
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1101
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1102
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1103
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1104
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1105
|
-
* for customers who use useDisconnect directly.
|
|
1106
|
-
*/
|
|
996
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1107
997
|
} | {
|
|
1108
998
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1109
999
|
} | {
|
|
@@ -1146,12 +1036,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1146
1036
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1147
1037
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1148
1038
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1149
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1150
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1151
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1152
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1153
|
-
* for customers who use useDisconnect directly.
|
|
1154
|
-
*/
|
|
1039
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1155
1040
|
} | {
|
|
1156
1041
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1157
1042
|
} | {
|
|
@@ -1194,12 +1079,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1194
1079
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1195
1080
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1196
1081
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1197
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1198
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1199
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1200
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1201
|
-
* for customers who use useDisconnect directly.
|
|
1202
|
-
*/
|
|
1082
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1203
1083
|
} | {
|
|
1204
1084
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1205
1085
|
} | {
|
|
@@ -1242,12 +1122,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1242
1122
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1243
1123
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1244
1124
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1245
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1246
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1247
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1248
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1249
|
-
* for customers who use useDisconnect directly.
|
|
1250
|
-
*/
|
|
1125
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1251
1126
|
} | {
|
|
1252
1127
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1253
1128
|
} | {
|
|
@@ -1290,12 +1165,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1290
1165
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1291
1166
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1292
1167
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1293
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1294
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1295
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1296
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1297
|
-
* for customers who use useDisconnect directly.
|
|
1298
|
-
*/
|
|
1168
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1299
1169
|
} | {
|
|
1300
1170
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1301
1171
|
} | {
|
|
@@ -1338,12 +1208,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1338
1208
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1339
1209
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1340
1210
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1341
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1342
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1343
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1344
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1345
|
-
* for customers who use useDisconnect directly.
|
|
1346
|
-
*/
|
|
1211
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1347
1212
|
} | {
|
|
1348
1213
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1349
1214
|
} | {
|
|
@@ -1386,12 +1251,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1386
1251
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1387
1252
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1388
1253
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1389
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1390
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1391
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1392
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1393
|
-
* for customers who use useDisconnect directly.
|
|
1394
|
-
*/
|
|
1254
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1395
1255
|
} | {
|
|
1396
1256
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1397
1257
|
} | {
|
|
@@ -1434,12 +1294,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1434
1294
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1435
1295
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1436
1296
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1437
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1438
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1439
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1440
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1441
|
-
* for customers who use useDisconnect directly.
|
|
1442
|
-
*/
|
|
1297
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1443
1298
|
} | {
|
|
1444
1299
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1445
1300
|
} | {
|
|
@@ -1482,12 +1337,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1482
1337
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1483
1338
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1484
1339
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1485
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1486
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1487
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1488
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1489
|
-
* for customers who use useDisconnect directly.
|
|
1490
|
-
*/
|
|
1340
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1491
1341
|
} | {
|
|
1492
1342
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1493
1343
|
} | {
|
|
@@ -1530,12 +1380,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1530
1380
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1531
1381
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1532
1382
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1533
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1534
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1535
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1536
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1537
|
-
* for customers who use useDisconnect directly.
|
|
1538
|
-
*/
|
|
1383
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1539
1384
|
} | {
|
|
1540
1385
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1541
1386
|
} | {
|
|
@@ -1578,12 +1423,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1578
1423
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1579
1424
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1580
1425
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1581
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1582
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1583
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1584
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1585
|
-
* for customers who use useDisconnect directly.
|
|
1586
|
-
*/
|
|
1426
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1587
1427
|
} | {
|
|
1588
1428
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1589
1429
|
} | {
|
|
@@ -1638,12 +1478,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1638
1478
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1639
1479
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1640
1480
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1641
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1642
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1643
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1644
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1645
|
-
* for customers who use useDisconnect directly.
|
|
1646
|
-
*/
|
|
1481
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1647
1482
|
} | {
|
|
1648
1483
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1649
1484
|
} | {
|
|
@@ -1686,12 +1521,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1686
1521
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1687
1522
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1688
1523
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1689
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1690
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1691
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1692
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1693
|
-
* for customers who use useDisconnect directly.
|
|
1694
|
-
*/
|
|
1524
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1695
1525
|
} | {
|
|
1696
1526
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1697
1527
|
} | {
|
|
@@ -1734,12 +1564,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1734
1564
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1735
1565
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1736
1566
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1737
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1738
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1739
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1740
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1741
|
-
* for customers who use useDisconnect directly.
|
|
1742
|
-
*/
|
|
1567
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1743
1568
|
} | {
|
|
1744
1569
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1745
1570
|
} | {
|
|
@@ -1782,12 +1607,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1782
1607
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1783
1608
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1784
1609
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1785
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1786
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1787
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1788
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1789
|
-
* for customers who use useDisconnect directly.
|
|
1790
|
-
*/
|
|
1610
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1791
1611
|
} | {
|
|
1792
1612
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1793
1613
|
} | {
|
|
@@ -1830,12 +1650,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1830
1650
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1831
1651
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1832
1652
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1833
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1834
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1835
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1836
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1837
|
-
* for customers who use useDisconnect directly.
|
|
1838
|
-
*/
|
|
1653
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1839
1654
|
} | {
|
|
1840
1655
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1841
1656
|
} | {
|
|
@@ -1878,12 +1693,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1878
1693
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1879
1694
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1880
1695
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1881
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1882
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1883
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1884
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1885
|
-
* for customers who use useDisconnect directly.
|
|
1886
|
-
*/
|
|
1696
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1887
1697
|
} | {
|
|
1888
1698
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1889
1699
|
} | {
|
|
@@ -1926,12 +1736,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1926
1736
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1927
1737
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1928
1738
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1929
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1930
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1931
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1932
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1933
|
-
* for customers who use useDisconnect directly.
|
|
1934
|
-
*/
|
|
1739
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1935
1740
|
} | {
|
|
1936
1741
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1937
1742
|
} | {
|
|
@@ -1974,12 +1779,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
1974
1779
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
1975
1780
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
1976
1781
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
1977
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1978
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
1979
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
1980
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
1981
|
-
* for customers who use useDisconnect directly.
|
|
1982
|
-
*/
|
|
1782
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
1983
1783
|
} | {
|
|
1984
1784
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
1985
1785
|
} | {
|
|
@@ -2022,12 +1822,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2022
1822
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2023
1823
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2024
1824
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2025
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2026
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2027
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2028
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2029
|
-
* for customers who use useDisconnect directly.
|
|
2030
|
-
*/
|
|
1825
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2031
1826
|
} | {
|
|
2032
1827
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2033
1828
|
} | {
|
|
@@ -2070,12 +1865,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2070
1865
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2071
1866
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2072
1867
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2073
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2074
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2075
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2076
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2077
|
-
* for customers who use useDisconnect directly.
|
|
2078
|
-
*/
|
|
1868
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2079
1869
|
} | {
|
|
2080
1870
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2081
1871
|
} | {
|
|
@@ -2118,12 +1908,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2118
1908
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2119
1909
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2120
1910
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2121
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2122
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2123
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2124
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2125
|
-
* for customers who use useDisconnect directly.
|
|
2126
|
-
*/
|
|
1911
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2127
1912
|
} | {
|
|
2128
1913
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2129
1914
|
} | {
|
|
@@ -2166,12 +1951,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2166
1951
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2167
1952
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2168
1953
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2169
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2170
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2171
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2172
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2173
|
-
* for customers who use useDisconnect directly.
|
|
2174
|
-
*/
|
|
1954
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2175
1955
|
} | {
|
|
2176
1956
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2177
1957
|
} | {
|
|
@@ -2214,12 +1994,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2214
1994
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2215
1995
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2216
1996
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2217
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2218
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2219
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2220
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2221
|
-
* for customers who use useDisconnect directly.
|
|
2222
|
-
*/
|
|
1997
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2223
1998
|
} | {
|
|
2224
1999
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2225
2000
|
} | {
|
|
@@ -2262,12 +2037,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2262
2037
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2263
2038
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2264
2039
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2265
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2266
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2267
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2268
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2269
|
-
* for customers who use useDisconnect directly.
|
|
2270
|
-
*/
|
|
2040
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2271
2041
|
} | {
|
|
2272
2042
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2273
2043
|
} | {
|
|
@@ -2310,12 +2080,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2310
2080
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2311
2081
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2312
2082
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2313
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2314
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2315
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2316
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2317
|
-
* for customers who use useDisconnect directly.
|
|
2318
|
-
*/
|
|
2083
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2319
2084
|
} | {
|
|
2320
2085
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2321
2086
|
} | {
|
|
@@ -2358,12 +2123,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2358
2123
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2359
2124
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2360
2125
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2361
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2362
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2363
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2364
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2365
|
-
* for customers who use useDisconnect directly.
|
|
2366
|
-
*/
|
|
2126
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2367
2127
|
} | {
|
|
2368
2128
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2369
2129
|
} | {
|
|
@@ -2406,12 +2166,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2406
2166
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2407
2167
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2408
2168
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2409
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2410
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2411
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2412
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2413
|
-
* for customers who use useDisconnect directly.
|
|
2414
|
-
*/
|
|
2169
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2415
2170
|
} | {
|
|
2416
2171
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2417
2172
|
} | {
|
|
@@ -2454,12 +2209,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2454
2209
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2455
2210
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2456
2211
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2457
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2458
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2459
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2460
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2461
|
-
* for customers who use useDisconnect directly.
|
|
2462
|
-
*/
|
|
2212
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2463
2213
|
} | {
|
|
2464
2214
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2465
2215
|
} | {
|
|
@@ -2502,12 +2252,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2502
2252
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2503
2253
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2504
2254
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2505
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2506
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2507
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2508
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2509
|
-
* for customers who use useDisconnect directly.
|
|
2510
|
-
*/
|
|
2255
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2511
2256
|
} | {
|
|
2512
2257
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2513
2258
|
} | {
|
|
@@ -2550,12 +2295,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2550
2295
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2551
2296
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2552
2297
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2553
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2554
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2555
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2556
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2557
|
-
* for customers who use useDisconnect directly.
|
|
2558
|
-
*/
|
|
2298
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2559
2299
|
} | {
|
|
2560
2300
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2561
2301
|
} | {
|
|
@@ -2598,12 +2338,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2598
2338
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2599
2339
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2600
2340
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2601
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2602
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2603
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2604
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2605
|
-
* for customers who use useDisconnect directly.
|
|
2606
|
-
*/
|
|
2341
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2607
2342
|
} | {
|
|
2608
2343
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2609
2344
|
} | {
|
|
@@ -2646,12 +2381,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2646
2381
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2647
2382
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2648
2383
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2649
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2650
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2651
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2652
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2653
|
-
* for customers who use useDisconnect directly.
|
|
2654
|
-
*/
|
|
2384
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2655
2385
|
} | {
|
|
2656
2386
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2657
2387
|
} | {
|
|
@@ -2694,12 +2424,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2694
2424
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2695
2425
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2696
2426
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2697
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2698
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2699
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2700
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2701
|
-
* for customers who use useDisconnect directly.
|
|
2702
|
-
*/
|
|
2427
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2703
2428
|
} | {
|
|
2704
2429
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2705
2430
|
} | {
|
|
@@ -2742,12 +2467,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2742
2467
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2743
2468
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2744
2469
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2745
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2746
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2747
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2748
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2749
|
-
* for customers who use useDisconnect directly.
|
|
2750
|
-
*/
|
|
2470
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2751
2471
|
} | {
|
|
2752
2472
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2753
2473
|
} | {
|
|
@@ -2790,12 +2510,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2790
2510
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2791
2511
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2792
2512
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2793
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2794
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2795
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2796
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2797
|
-
* for customers who use useDisconnect directly.
|
|
2798
|
-
*/
|
|
2513
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2799
2514
|
} | {
|
|
2800
2515
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2801
2516
|
} | {
|
|
@@ -2838,12 +2553,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2838
2553
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2839
2554
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2840
2555
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2841
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2842
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2843
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2844
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2845
|
-
* for customers who use useDisconnect directly.
|
|
2846
|
-
*/
|
|
2556
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2847
2557
|
} | {
|
|
2848
2558
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2849
2559
|
} | {
|
|
@@ -2886,12 +2596,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2886
2596
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2887
2597
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2888
2598
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2889
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2890
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2891
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2892
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2893
|
-
* for customers who use useDisconnect directly.
|
|
2894
|
-
*/
|
|
2599
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2895
2600
|
} | {
|
|
2896
2601
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2897
2602
|
} | {
|
|
@@ -2934,12 +2639,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2934
2639
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2935
2640
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2936
2641
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2937
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2938
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2939
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2940
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2941
|
-
* for customers who use useDisconnect directly.
|
|
2942
|
-
*/
|
|
2642
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2943
2643
|
} | {
|
|
2944
2644
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2945
2645
|
} | {
|
|
@@ -2982,12 +2682,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
2982
2682
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2983
2683
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
2984
2684
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
2985
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2986
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
2987
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
2988
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
2989
|
-
* for customers who use useDisconnect directly.
|
|
2990
|
-
*/
|
|
2685
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
2991
2686
|
} | {
|
|
2992
2687
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
2993
2688
|
} | {
|
|
@@ -3030,12 +2725,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3030
2725
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3031
2726
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3032
2727
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3033
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3034
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3035
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3036
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3037
|
-
* for customers who use useDisconnect directly.
|
|
3038
|
-
*/
|
|
2728
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3039
2729
|
} | {
|
|
3040
2730
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3041
2731
|
} | {
|
|
@@ -3078,12 +2768,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3078
2768
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3079
2769
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3080
2770
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3081
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3082
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3083
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3084
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3085
|
-
* for customers who use useDisconnect directly.
|
|
3086
|
-
*/
|
|
2771
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3087
2772
|
} | {
|
|
3088
2773
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3089
2774
|
} | {
|
|
@@ -3126,12 +2811,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3126
2811
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3127
2812
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3128
2813
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3129
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3130
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3131
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3132
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3133
|
-
* for customers who use useDisconnect directly.
|
|
3134
|
-
*/
|
|
2814
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3135
2815
|
} | {
|
|
3136
2816
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3137
2817
|
} | {
|
|
@@ -3462,12 +3142,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3462
3142
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3463
3143
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3464
3144
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3465
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3466
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3467
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3468
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3469
|
-
* for customers who use useDisconnect directly.
|
|
3470
|
-
*/
|
|
3145
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3471
3146
|
} | {
|
|
3472
3147
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3473
3148
|
} | {
|
|
@@ -3510,12 +3185,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3510
3185
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3511
3186
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3512
3187
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3513
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3514
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3515
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3516
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3517
|
-
* for customers who use useDisconnect directly.
|
|
3518
|
-
*/
|
|
3188
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3519
3189
|
} | {
|
|
3520
3190
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3521
3191
|
} | {
|
|
@@ -3558,12 +3228,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3558
3228
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3559
3229
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3560
3230
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3561
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3562
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3563
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3564
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3565
|
-
* for customers who use useDisconnect directly.
|
|
3566
|
-
*/
|
|
3231
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3567
3232
|
} | {
|
|
3568
3233
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3569
3234
|
} | {
|
|
@@ -3606,12 +3271,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3606
3271
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3607
3272
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3608
3273
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3609
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3610
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3611
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3612
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3613
|
-
* for customers who use useDisconnect directly.
|
|
3614
|
-
*/
|
|
3274
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3615
3275
|
} | {
|
|
3616
3276
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3617
3277
|
} | {
|
|
@@ -3654,12 +3314,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3654
3314
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3655
3315
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3656
3316
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3657
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3658
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3659
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3660
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3661
|
-
* for customers who use useDisconnect directly.
|
|
3662
|
-
*/
|
|
3317
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3663
3318
|
} | {
|
|
3664
3319
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3665
3320
|
} | {
|
|
@@ -3702,12 +3357,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3702
3357
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3703
3358
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3704
3359
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3705
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3706
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3707
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3708
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3709
|
-
* for customers who use useDisconnect directly.
|
|
3710
|
-
*/
|
|
3360
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3711
3361
|
} | {
|
|
3712
3362
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3713
3363
|
} | {
|
|
@@ -3750,12 +3400,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3750
3400
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3751
3401
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3752
3402
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3753
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3754
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3755
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3756
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3757
|
-
* for customers who use useDisconnect directly.
|
|
3758
|
-
*/
|
|
3403
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3759
3404
|
} | {
|
|
3760
3405
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3761
3406
|
} | {
|
|
@@ -3798,12 +3443,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3798
3443
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3799
3444
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3800
3445
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3801
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3802
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3803
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3804
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3805
|
-
* for customers who use useDisconnect directly.
|
|
3806
|
-
*/
|
|
3446
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3807
3447
|
} | {
|
|
3808
3448
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3809
3449
|
} | {
|
|
@@ -3846,12 +3486,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3846
3486
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3847
3487
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3848
3488
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3849
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3850
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3851
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3852
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3853
|
-
* for customers who use useDisconnect directly.
|
|
3854
|
-
*/
|
|
3489
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3855
3490
|
} | {
|
|
3856
3491
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3857
3492
|
} | {
|
|
@@ -3894,12 +3529,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3894
3529
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3895
3530
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3896
3531
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3897
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3898
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3899
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3900
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3901
|
-
* for customers who use useDisconnect directly.
|
|
3902
|
-
*/
|
|
3532
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3903
3533
|
} | {
|
|
3904
3534
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3905
3535
|
} | {
|
|
@@ -3942,12 +3572,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3942
3572
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3943
3573
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3944
3574
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3945
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3946
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3947
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3948
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3949
|
-
* for customers who use useDisconnect directly.
|
|
3950
|
-
*/
|
|
3575
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3951
3576
|
} | {
|
|
3952
3577
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
3953
3578
|
} | {
|
|
@@ -3990,12 +3615,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
3990
3615
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
3991
3616
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
3992
3617
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
3993
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3994
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
3995
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
3996
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
3997
|
-
* for customers who use useDisconnect directly.
|
|
3998
|
-
*/
|
|
3618
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
3999
3619
|
} | {
|
|
4000
3620
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4001
3621
|
} | {
|
|
@@ -4038,12 +3658,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4038
3658
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4039
3659
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4040
3660
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4041
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4042
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4043
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4044
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4045
|
-
* for customers who use useDisconnect directly.
|
|
4046
|
-
*/
|
|
3661
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4047
3662
|
} | {
|
|
4048
3663
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4049
3664
|
} | {
|
|
@@ -4086,12 +3701,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4086
3701
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4087
3702
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4088
3703
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4089
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4090
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4091
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4092
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4093
|
-
* for customers who use useDisconnect directly.
|
|
4094
|
-
*/
|
|
3704
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4095
3705
|
} | {
|
|
4096
3706
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4097
3707
|
} | {
|
|
@@ -4134,12 +3744,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4134
3744
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4135
3745
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4136
3746
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4137
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4138
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4139
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4140
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4141
|
-
* for customers who use useDisconnect directly.
|
|
4142
|
-
*/
|
|
3747
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4143
3748
|
} | {
|
|
4144
3749
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4145
3750
|
} | {
|
|
@@ -4182,12 +3787,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4182
3787
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4183
3788
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4184
3789
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4185
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4186
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4187
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4188
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4189
|
-
* for customers who use useDisconnect directly.
|
|
4190
|
-
*/
|
|
3790
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4191
3791
|
} | {
|
|
4192
3792
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4193
3793
|
} | {
|
|
@@ -4230,12 +3830,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4230
3830
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4231
3831
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4232
3832
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4233
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4234
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4235
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4236
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4237
|
-
* for customers who use useDisconnect directly.
|
|
4238
|
-
*/
|
|
3833
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4239
3834
|
} | {
|
|
4240
3835
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4241
3836
|
} | {
|
|
@@ -4278,12 +3873,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4278
3873
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4279
3874
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4280
3875
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4281
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4282
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4283
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4284
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4285
|
-
* for customers who use useDisconnect directly.
|
|
4286
|
-
*/
|
|
3876
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4287
3877
|
} | {
|
|
4288
3878
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4289
3879
|
} | {
|
|
@@ -4326,12 +3916,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4326
3916
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4327
3917
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4328
3918
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4329
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4330
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4331
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4332
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4333
|
-
* for customers who use useDisconnect directly.
|
|
4334
|
-
*/
|
|
3919
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4335
3920
|
} | {
|
|
4336
3921
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4337
3922
|
} | {
|
|
@@ -4374,12 +3959,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4374
3959
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4375
3960
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4376
3961
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4377
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4378
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4379
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4380
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4381
|
-
* for customers who use useDisconnect directly.
|
|
4382
|
-
*/
|
|
3962
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4383
3963
|
} | {
|
|
4384
3964
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4385
3965
|
} | {
|
|
@@ -4422,12 +4002,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4422
4002
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4423
4003
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4424
4004
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4425
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4426
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4427
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4428
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4429
|
-
* for customers who use useDisconnect directly.
|
|
4430
|
-
*/
|
|
4005
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4431
4006
|
} | {
|
|
4432
4007
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4433
4008
|
} | {
|
|
@@ -4470,12 +4045,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4470
4045
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4471
4046
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4472
4047
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4473
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4474
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4475
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4476
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4477
|
-
* for customers who use useDisconnect directly.
|
|
4478
|
-
*/
|
|
4048
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4479
4049
|
} | {
|
|
4480
4050
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4481
4051
|
} | {
|
|
@@ -4518,12 +4088,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4518
4088
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4519
4089
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4520
4090
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4521
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4522
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4523
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4524
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4525
|
-
* for customers who use useDisconnect directly.
|
|
4526
|
-
*/
|
|
4091
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4527
4092
|
} | {
|
|
4528
4093
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4529
4094
|
} | {
|
|
@@ -4566,12 +4131,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4566
4131
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4567
4132
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4568
4133
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4569
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4570
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4571
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4572
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4573
|
-
* for customers who use useDisconnect directly.
|
|
4574
|
-
*/
|
|
4134
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4575
4135
|
} | {
|
|
4576
4136
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4577
4137
|
} | {
|
|
@@ -4614,12 +4174,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4614
4174
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4615
4175
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4616
4176
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4617
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4618
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4619
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4620
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4621
|
-
* for customers who use useDisconnect directly.
|
|
4622
|
-
*/
|
|
4177
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4623
4178
|
} | {
|
|
4624
4179
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4625
4180
|
} | {
|
|
@@ -4662,12 +4217,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4662
4217
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4663
4218
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4664
4219
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4665
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4666
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4667
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4668
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4669
|
-
* for customers who use useDisconnect directly.
|
|
4670
|
-
*/
|
|
4220
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4671
4221
|
} | {
|
|
4672
4222
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4673
4223
|
} | {
|
|
@@ -4710,12 +4260,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4710
4260
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4711
4261
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4712
4262
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4713
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4714
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4715
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4716
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4717
|
-
* for customers who use useDisconnect directly.
|
|
4718
|
-
*/
|
|
4263
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4719
4264
|
} | {
|
|
4720
4265
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4721
4266
|
} | {
|
|
@@ -4758,12 +4303,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4758
4303
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4759
4304
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4760
4305
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4761
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4762
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4763
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4764
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4765
|
-
* for customers who use useDisconnect directly.
|
|
4766
|
-
*/
|
|
4306
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4767
4307
|
} | {
|
|
4768
4308
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4769
4309
|
} | {
|
|
@@ -4806,12 +4346,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4806
4346
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4807
4347
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4808
4348
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4809
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4810
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4811
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4812
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4813
|
-
* for customers who use useDisconnect directly.
|
|
4814
|
-
*/
|
|
4349
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4815
4350
|
} | {
|
|
4816
4351
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4817
4352
|
} | {
|
|
@@ -4854,12 +4389,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4854
4389
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4855
4390
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4856
4391
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4857
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4858
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4859
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4860
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4861
|
-
* for customers who use useDisconnect directly.
|
|
4862
|
-
*/
|
|
4392
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4863
4393
|
} | {
|
|
4864
4394
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4865
4395
|
} | {
|
|
@@ -4902,12 +4432,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4902
4432
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4903
4433
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4904
4434
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4905
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4906
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4907
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4908
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4909
|
-
* for customers who use useDisconnect directly.
|
|
4910
|
-
*/
|
|
4435
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4911
4436
|
} | {
|
|
4912
4437
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4913
4438
|
} | {
|
|
@@ -4950,12 +4475,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
4950
4475
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
4951
4476
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
4952
4477
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
4953
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4954
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
4955
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
4956
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
4957
|
-
* for customers who use useDisconnect directly.
|
|
4958
|
-
*/
|
|
4478
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
4959
4479
|
} | {
|
|
4960
4480
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
4961
4481
|
} | {
|
|
@@ -5016,12 +4536,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5016
4536
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5017
4537
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5018
4538
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5019
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5020
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5021
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5022
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5023
|
-
* for customers who use useDisconnect directly.
|
|
5024
|
-
*/
|
|
4539
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5025
4540
|
} | {
|
|
5026
4541
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5027
4542
|
} | {
|
|
@@ -5064,12 +4579,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5064
4579
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5065
4580
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5066
4581
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5067
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5068
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5069
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5070
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5071
|
-
* for customers who use useDisconnect directly.
|
|
5072
|
-
*/
|
|
4582
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5073
4583
|
} | {
|
|
5074
4584
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5075
4585
|
} | {
|
|
@@ -5112,12 +4622,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5112
4622
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5113
4623
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5114
4624
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5115
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5116
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5117
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5118
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5119
|
-
* for customers who use useDisconnect directly.
|
|
5120
|
-
*/
|
|
4625
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5121
4626
|
} | {
|
|
5122
4627
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5123
4628
|
} | {
|
|
@@ -5160,12 +4665,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5160
4665
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5161
4666
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5162
4667
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5163
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5164
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5165
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5166
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5167
|
-
* for customers who use useDisconnect directly.
|
|
5168
|
-
*/
|
|
4668
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5169
4669
|
} | {
|
|
5170
4670
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5171
4671
|
} | {
|
|
@@ -5208,12 +4708,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5208
4708
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5209
4709
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5210
4710
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5211
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5212
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5213
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5214
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5215
|
-
* for customers who use useDisconnect directly.
|
|
5216
|
-
*/
|
|
4711
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5217
4712
|
} | {
|
|
5218
4713
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5219
4714
|
} | {
|
|
@@ -5256,12 +4751,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5256
4751
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5257
4752
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5258
4753
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5259
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5260
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5261
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5262
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5263
|
-
* for customers who use useDisconnect directly.
|
|
5264
|
-
*/
|
|
4754
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5265
4755
|
} | {
|
|
5266
4756
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5267
4757
|
} | {
|
|
@@ -5304,12 +4794,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5304
4794
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5305
4795
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5306
4796
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5307
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5308
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5309
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5310
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5311
|
-
* for customers who use useDisconnect directly.
|
|
5312
|
-
*/
|
|
4797
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5313
4798
|
} | {
|
|
5314
4799
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5315
4800
|
} | {
|
|
@@ -5352,12 +4837,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5352
4837
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5353
4838
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5354
4839
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5355
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5356
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5357
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5358
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5359
|
-
* for customers who use useDisconnect directly.
|
|
5360
|
-
*/
|
|
4840
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5361
4841
|
} | {
|
|
5362
4842
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5363
4843
|
} | {
|
|
@@ -5400,12 +4880,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5400
4880
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5401
4881
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5402
4882
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5403
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5404
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5405
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5406
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5407
|
-
* for customers who use useDisconnect directly.
|
|
5408
|
-
*/
|
|
4883
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5409
4884
|
} | {
|
|
5410
4885
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5411
4886
|
} | {
|
|
@@ -5448,12 +4923,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5448
4923
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5449
4924
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5450
4925
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5451
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5452
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5453
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5454
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5455
|
-
* for customers who use useDisconnect directly.
|
|
5456
|
-
*/
|
|
4926
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5457
4927
|
} | {
|
|
5458
4928
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5459
4929
|
} | {
|
|
@@ -5496,12 +4966,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5496
4966
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5497
4967
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5498
4968
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5499
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5500
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5501
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5502
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5503
|
-
* for customers who use useDisconnect directly.
|
|
5504
|
-
*/
|
|
4969
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5505
4970
|
} | {
|
|
5506
4971
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5507
4972
|
} | {
|
|
@@ -5544,12 +5009,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5544
5009
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5545
5010
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5546
5011
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5547
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5548
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5549
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5550
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5551
|
-
* for customers who use useDisconnect directly.
|
|
5552
|
-
*/
|
|
5012
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5553
5013
|
} | {
|
|
5554
5014
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5555
5015
|
} | {
|
|
@@ -5592,12 +5052,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5592
5052
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5593
5053
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5594
5054
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5595
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5596
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5597
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5598
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5599
|
-
* for customers who use useDisconnect directly.
|
|
5600
|
-
*/
|
|
5055
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5601
5056
|
} | {
|
|
5602
5057
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5603
5058
|
} | {
|
|
@@ -5640,12 +5095,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5640
5095
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5641
5096
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5642
5097
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5643
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5644
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5645
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5646
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5647
|
-
* for customers who use useDisconnect directly.
|
|
5648
|
-
*/
|
|
5098
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5649
5099
|
} | {
|
|
5650
5100
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5651
5101
|
} | {
|
|
@@ -5688,12 +5138,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5688
5138
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5689
5139
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5690
5140
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5691
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5692
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5693
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5694
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5695
|
-
* for customers who use useDisconnect directly.
|
|
5696
|
-
*/
|
|
5141
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5697
5142
|
} | {
|
|
5698
5143
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5699
5144
|
} | {
|
|
@@ -5736,12 +5181,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5736
5181
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5737
5182
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5738
5183
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5739
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5740
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5741
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5742
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5743
|
-
* for customers who use useDisconnect directly.
|
|
5744
|
-
*/
|
|
5184
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5745
5185
|
} | {
|
|
5746
5186
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5747
5187
|
} | {
|
|
@@ -5784,12 +5224,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5784
5224
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5785
5225
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5786
5226
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5787
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5788
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5789
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5790
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5791
|
-
* for customers who use useDisconnect directly.
|
|
5792
|
-
*/
|
|
5227
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5793
5228
|
} | {
|
|
5794
5229
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5795
5230
|
} | {
|
|
@@ -5832,12 +5267,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5832
5267
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5833
5268
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5834
5269
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5835
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5836
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5837
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5838
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5839
|
-
* for customers who use useDisconnect directly.
|
|
5840
|
-
*/
|
|
5270
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5841
5271
|
} | {
|
|
5842
5272
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5843
5273
|
} | {
|
|
@@ -5880,12 +5310,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5880
5310
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5881
5311
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5882
5312
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5883
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5884
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5885
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5886
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5887
|
-
* for customers who use useDisconnect directly.
|
|
5888
|
-
*/
|
|
5313
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5889
5314
|
} | {
|
|
5890
5315
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5891
5316
|
} | {
|
|
@@ -5928,12 +5353,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5928
5353
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5929
5354
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5930
5355
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5931
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5932
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5933
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5934
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5935
|
-
* for customers who use useDisconnect directly.
|
|
5936
|
-
*/
|
|
5356
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5937
5357
|
} | {
|
|
5938
5358
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5939
5359
|
} | {
|
|
@@ -5976,12 +5396,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
5976
5396
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
5977
5397
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
5978
5398
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
5979
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5980
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
5981
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
5982
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
5983
|
-
* for customers who use useDisconnect directly.
|
|
5984
|
-
*/
|
|
5399
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
5985
5400
|
} | {
|
|
5986
5401
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
5987
5402
|
} | {
|
|
@@ -6024,12 +5439,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6024
5439
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6025
5440
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6026
5441
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6027
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6028
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6029
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6030
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6031
|
-
* for customers who use useDisconnect directly.
|
|
6032
|
-
*/
|
|
5442
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6033
5443
|
} | {
|
|
6034
5444
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6035
5445
|
} | {
|
|
@@ -6072,12 +5482,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6072
5482
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6073
5483
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6074
5484
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6075
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6076
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6077
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6078
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6079
|
-
* for customers who use useDisconnect directly.
|
|
6080
|
-
*/
|
|
5485
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6081
5486
|
} | {
|
|
6082
5487
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6083
5488
|
} | {
|
|
@@ -6120,12 +5525,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6120
5525
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6121
5526
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6122
5527
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6123
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6124
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6125
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6126
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6127
|
-
* for customers who use useDisconnect directly.
|
|
6128
|
-
*/
|
|
5528
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6129
5529
|
} | {
|
|
6130
5530
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6131
5531
|
} | {
|
|
@@ -6168,12 +5568,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6168
5568
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6169
5569
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6170
5570
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6171
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6172
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6173
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6174
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6175
|
-
* for customers who use useDisconnect directly.
|
|
6176
|
-
*/
|
|
5571
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6177
5572
|
} | {
|
|
6178
5573
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6179
5574
|
} | {
|
|
@@ -6216,12 +5611,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6216
5611
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6217
5612
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6218
5613
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6219
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6220
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6221
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6222
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6223
|
-
* for customers who use useDisconnect directly.
|
|
6224
|
-
*/
|
|
5614
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6225
5615
|
} | {
|
|
6226
5616
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6227
5617
|
} | {
|
|
@@ -6264,12 +5654,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6264
5654
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6265
5655
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6266
5656
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6267
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6268
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6269
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6270
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6271
|
-
* for customers who use useDisconnect directly.
|
|
6272
|
-
*/
|
|
5657
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6273
5658
|
} | {
|
|
6274
5659
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6275
5660
|
} | {
|
|
@@ -6312,12 +5697,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6312
5697
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6313
5698
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6314
5699
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6315
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6316
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6317
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6318
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6319
|
-
* for customers who use useDisconnect directly.
|
|
6320
|
-
*/
|
|
5700
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6321
5701
|
} | {
|
|
6322
5702
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6323
5703
|
} | {
|
|
@@ -6360,12 +5740,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6360
5740
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6361
5741
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6362
5742
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6363
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6364
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6365
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6366
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6367
|
-
* for customers who use useDisconnect directly.
|
|
6368
|
-
*/
|
|
5743
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6369
5744
|
} | {
|
|
6370
5745
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6371
5746
|
} | {
|
|
@@ -6408,12 +5783,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6408
5783
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6409
5784
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6410
5785
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6411
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6412
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6413
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6414
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6415
|
-
* for customers who use useDisconnect directly.
|
|
6416
|
-
*/
|
|
5786
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6417
5787
|
} | {
|
|
6418
5788
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6419
5789
|
} | {
|
|
@@ -6456,12 +5826,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6456
5826
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6457
5827
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6458
5828
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6459
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6460
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6461
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6462
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6463
|
-
* for customers who use useDisconnect directly.
|
|
6464
|
-
*/
|
|
5829
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6465
5830
|
} | {
|
|
6466
5831
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6467
5832
|
} | {
|
|
@@ -6504,12 +5869,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6504
5869
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6505
5870
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6506
5871
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6507
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6508
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6509
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6510
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6511
|
-
* for customers who use useDisconnect directly.
|
|
6512
|
-
*/
|
|
5872
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6513
5873
|
} | {
|
|
6514
5874
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6515
5875
|
} | {
|
|
@@ -6859,12 +6219,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6859
6219
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6860
6220
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6861
6221
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6862
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6863
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6864
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6865
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6866
|
-
* for customers who use useDisconnect directly.
|
|
6867
|
-
*/
|
|
6222
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6868
6223
|
} | {
|
|
6869
6224
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6870
6225
|
} | {
|
|
@@ -6907,12 +6262,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6907
6262
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6908
6263
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6909
6264
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6910
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6911
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6912
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6913
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6914
|
-
* for customers who use useDisconnect directly.
|
|
6915
|
-
*/
|
|
6265
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6916
6266
|
} | {
|
|
6917
6267
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6918
6268
|
} | {
|
|
@@ -6955,12 +6305,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
6955
6305
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
6956
6306
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
6957
6307
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
6958
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6959
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
6960
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
6961
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
6962
|
-
* for customers who use useDisconnect directly.
|
|
6963
|
-
*/
|
|
6308
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
6964
6309
|
} | {
|
|
6965
6310
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
6966
6311
|
} | {
|
|
@@ -7003,12 +6348,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7003
6348
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7004
6349
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7005
6350
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7006
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7007
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7008
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7009
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7010
|
-
* for customers who use useDisconnect directly.
|
|
7011
|
-
*/
|
|
6351
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7012
6352
|
} | {
|
|
7013
6353
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7014
6354
|
} | {
|
|
@@ -7051,12 +6391,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7051
6391
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7052
6392
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7053
6393
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7054
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7055
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7056
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7057
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7058
|
-
* for customers who use useDisconnect directly.
|
|
7059
|
-
*/
|
|
6394
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7060
6395
|
} | {
|
|
7061
6396
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7062
6397
|
} | {
|
|
@@ -7099,12 +6434,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7099
6434
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7100
6435
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7101
6436
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7102
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7103
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7104
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7105
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7106
|
-
* for customers who use useDisconnect directly.
|
|
7107
|
-
*/
|
|
6437
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7108
6438
|
} | {
|
|
7109
6439
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7110
6440
|
} | {
|
|
@@ -7147,12 +6477,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7147
6477
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7148
6478
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7149
6479
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7150
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7151
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7152
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7153
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7154
|
-
* for customers who use useDisconnect directly.
|
|
7155
|
-
*/
|
|
6480
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7156
6481
|
} | {
|
|
7157
6482
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7158
6483
|
} | {
|
|
@@ -7195,12 +6520,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7195
6520
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7196
6521
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7197
6522
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7198
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7199
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7200
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7201
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7202
|
-
* for customers who use useDisconnect directly.
|
|
7203
|
-
*/
|
|
6523
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7204
6524
|
} | {
|
|
7205
6525
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7206
6526
|
} | {
|
|
@@ -7243,12 +6563,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7243
6563
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7244
6564
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7245
6565
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7246
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7247
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7248
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7249
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7250
|
-
* for customers who use useDisconnect directly.
|
|
7251
|
-
*/
|
|
6566
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7252
6567
|
} | {
|
|
7253
6568
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7254
6569
|
} | {
|
|
@@ -7291,12 +6606,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7291
6606
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7292
6607
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7293
6608
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7294
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7295
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7296
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7297
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7298
|
-
* for customers who use useDisconnect directly.
|
|
7299
|
-
*/
|
|
6609
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7300
6610
|
} | {
|
|
7301
6611
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7302
6612
|
} | {
|
|
@@ -7339,12 +6649,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7339
6649
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7340
6650
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7341
6651
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7342
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7343
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7344
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7345
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7346
|
-
* for customers who use useDisconnect directly.
|
|
7347
|
-
*/
|
|
6652
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7348
6653
|
} | {
|
|
7349
6654
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7350
6655
|
} | {
|
|
@@ -7387,12 +6692,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7387
6692
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7388
6693
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7389
6694
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7390
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7391
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7392
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7393
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7394
|
-
* for customers who use useDisconnect directly.
|
|
7395
|
-
*/
|
|
6695
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7396
6696
|
} | {
|
|
7397
6697
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7398
6698
|
} | {
|
|
@@ -7435,12 +6735,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7435
6735
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7436
6736
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7437
6737
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7438
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7439
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7440
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7441
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7442
|
-
* for customers who use useDisconnect directly.
|
|
7443
|
-
*/
|
|
6738
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7444
6739
|
} | {
|
|
7445
6740
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7446
6741
|
} | {
|
|
@@ -7483,12 +6778,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7483
6778
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7484
6779
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7485
6780
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7486
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7487
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7488
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7489
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7490
|
-
* for customers who use useDisconnect directly.
|
|
7491
|
-
*/
|
|
6781
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7492
6782
|
} | {
|
|
7493
6783
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7494
6784
|
} | {
|
|
@@ -7531,12 +6821,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7531
6821
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7532
6822
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7533
6823
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7534
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7535
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7536
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7537
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7538
|
-
* for customers who use useDisconnect directly.
|
|
7539
|
-
*/
|
|
6824
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7540
6825
|
} | {
|
|
7541
6826
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7542
6827
|
} | {
|
|
@@ -7579,12 +6864,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7579
6864
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7580
6865
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7581
6866
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7582
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7583
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7584
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7585
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7586
|
-
* for customers who use useDisconnect directly.
|
|
7587
|
-
*/
|
|
6867
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7588
6868
|
} | {
|
|
7589
6869
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7590
6870
|
} | {
|
|
@@ -7627,12 +6907,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7627
6907
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7628
6908
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7629
6909
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7630
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7631
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7632
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7633
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7634
|
-
* for customers who use useDisconnect directly.
|
|
7635
|
-
*/
|
|
6910
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7636
6911
|
} | {
|
|
7637
6912
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7638
6913
|
} | {
|
|
@@ -7675,12 +6950,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7675
6950
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7676
6951
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7677
6952
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7678
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7679
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7680
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7681
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7682
|
-
* for customers who use useDisconnect directly.
|
|
7683
|
-
*/
|
|
6953
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7684
6954
|
} | {
|
|
7685
6955
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7686
6956
|
} | {
|
|
@@ -7723,12 +6993,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7723
6993
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7724
6994
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7725
6995
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7726
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7727
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7728
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7729
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7730
|
-
* for customers who use useDisconnect directly.
|
|
7731
|
-
*/
|
|
6996
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7732
6997
|
} | {
|
|
7733
6998
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7734
6999
|
} | {
|
|
@@ -7771,12 +7036,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7771
7036
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7772
7037
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7773
7038
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7774
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7775
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7776
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7777
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7778
|
-
* for customers who use useDisconnect directly.
|
|
7779
|
-
*/
|
|
7039
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7780
7040
|
} | {
|
|
7781
7041
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7782
7042
|
} | {
|
|
@@ -7819,12 +7079,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7819
7079
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7820
7080
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7821
7081
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7822
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7823
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7824
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7825
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7826
|
-
* for customers who use useDisconnect directly.
|
|
7827
|
-
*/
|
|
7082
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7828
7083
|
} | {
|
|
7829
7084
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7830
7085
|
} | {
|
|
@@ -7867,12 +7122,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7867
7122
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7868
7123
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7869
7124
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7870
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7871
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7872
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7873
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7874
|
-
* for customers who use useDisconnect directly.
|
|
7875
|
-
*/
|
|
7125
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7876
7126
|
} | {
|
|
7877
7127
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7878
7128
|
} | {
|
|
@@ -7915,12 +7165,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7915
7165
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7916
7166
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7917
7167
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7918
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7919
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7920
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7921
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7922
|
-
* for customers who use useDisconnect directly.
|
|
7923
|
-
*/
|
|
7168
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7924
7169
|
} | {
|
|
7925
7170
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7926
7171
|
} | {
|
|
@@ -7963,12 +7208,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
7963
7208
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
7964
7209
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
7965
7210
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
7966
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7967
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
7968
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
7969
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
7970
|
-
* for customers who use useDisconnect directly.
|
|
7971
|
-
*/
|
|
7211
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
7972
7212
|
} | {
|
|
7973
7213
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
7974
7214
|
} | {
|
|
@@ -8011,12 +7251,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8011
7251
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8012
7252
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8013
7253
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8014
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8015
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8016
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8017
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8018
|
-
* for customers who use useDisconnect directly.
|
|
8019
|
-
*/
|
|
7254
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8020
7255
|
} | {
|
|
8021
7256
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8022
7257
|
} | {
|
|
@@ -8059,12 +7294,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8059
7294
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8060
7295
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8061
7296
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8062
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8063
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8064
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8065
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8066
|
-
* for customers who use useDisconnect directly.
|
|
8067
|
-
*/
|
|
7297
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8068
7298
|
} | {
|
|
8069
7299
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8070
7300
|
} | {
|
|
@@ -8107,12 +7337,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8107
7337
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8108
7338
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8109
7339
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8110
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8111
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8112
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8113
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8114
|
-
* for customers who use useDisconnect directly.
|
|
8115
|
-
*/
|
|
7340
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8116
7341
|
} | {
|
|
8117
7342
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8118
7343
|
} | {
|
|
@@ -8155,12 +7380,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8155
7380
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8156
7381
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8157
7382
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8158
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8159
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8160
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8161
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8162
|
-
* for customers who use useDisconnect directly.
|
|
8163
|
-
*/
|
|
7383
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8164
7384
|
} | {
|
|
8165
7385
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8166
7386
|
} | {
|
|
@@ -8203,12 +7423,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8203
7423
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8204
7424
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8205
7425
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8206
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8207
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8208
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8209
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8210
|
-
* for customers who use useDisconnect directly.
|
|
8211
|
-
*/
|
|
7426
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8212
7427
|
} | {
|
|
8213
7428
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8214
7429
|
} | {
|
|
@@ -8251,12 +7466,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8251
7466
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8252
7467
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8253
7468
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8254
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8255
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8256
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8257
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8258
|
-
* for customers who use useDisconnect directly.
|
|
8259
|
-
*/
|
|
7469
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8260
7470
|
} | {
|
|
8261
7471
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8262
7472
|
} | {
|
|
@@ -8299,12 +7509,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8299
7509
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8300
7510
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8301
7511
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8302
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8303
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8304
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8305
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8306
|
-
* for customers who use useDisconnect directly.
|
|
8307
|
-
*/
|
|
7512
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8308
7513
|
} | {
|
|
8309
7514
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8310
7515
|
} | {
|
|
@@ -8347,12 +7552,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8347
7552
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8348
7553
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8349
7554
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8350
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8351
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8352
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8353
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8354
|
-
* for customers who use useDisconnect directly.
|
|
8355
|
-
*/
|
|
7555
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8356
7556
|
} | {
|
|
8357
7557
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8358
7558
|
} | {
|
|
@@ -8407,12 +7607,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8407
7607
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8408
7608
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8409
7609
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8410
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8411
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8412
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8413
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8414
|
-
* for customers who use useDisconnect directly.
|
|
8415
|
-
*/
|
|
7610
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8416
7611
|
} | {
|
|
8417
7612
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8418
7613
|
} | {
|
|
@@ -8455,12 +7650,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8455
7650
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8456
7651
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8457
7652
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8458
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8459
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8460
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8461
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8462
|
-
* for customers who use useDisconnect directly.
|
|
8463
|
-
*/
|
|
7653
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8464
7654
|
} | {
|
|
8465
7655
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8466
7656
|
} | {
|
|
@@ -8503,12 +7693,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8503
7693
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8504
7694
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8505
7695
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8506
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8507
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8508
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8509
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8510
|
-
* for customers who use useDisconnect directly.
|
|
8511
|
-
*/
|
|
7696
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8512
7697
|
} | {
|
|
8513
7698
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8514
7699
|
} | {
|
|
@@ -8551,12 +7736,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8551
7736
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8552
7737
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8553
7738
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8554
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8555
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8556
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8557
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8558
|
-
* for customers who use useDisconnect directly.
|
|
8559
|
-
*/
|
|
7739
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8560
7740
|
} | {
|
|
8561
7741
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8562
7742
|
} | {
|
|
@@ -8599,12 +7779,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8599
7779
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8600
7780
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8601
7781
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8602
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8603
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8604
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8605
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8606
|
-
* for customers who use useDisconnect directly.
|
|
8607
|
-
*/
|
|
7782
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8608
7783
|
} | {
|
|
8609
7784
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8610
7785
|
} | {
|
|
@@ -8647,12 +7822,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8647
7822
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8648
7823
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8649
7824
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8650
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8651
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8652
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8653
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8654
|
-
* for customers who use useDisconnect directly.
|
|
8655
|
-
*/
|
|
7825
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8656
7826
|
} | {
|
|
8657
7827
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8658
7828
|
} | {
|
|
@@ -8695,12 +7865,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8695
7865
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8696
7866
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8697
7867
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8698
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8699
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8700
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8701
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8702
|
-
* for customers who use useDisconnect directly.
|
|
8703
|
-
*/
|
|
7868
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8704
7869
|
} | {
|
|
8705
7870
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8706
7871
|
} | {
|
|
@@ -8743,12 +7908,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8743
7908
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8744
7909
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8745
7910
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8746
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8747
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8748
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8749
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8750
|
-
* for customers who use useDisconnect directly.
|
|
8751
|
-
*/
|
|
7911
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8752
7912
|
} | {
|
|
8753
7913
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8754
7914
|
} | {
|
|
@@ -8791,12 +7951,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8791
7951
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8792
7952
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8793
7953
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8794
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8795
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8796
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8797
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8798
|
-
* for customers who use useDisconnect directly.
|
|
8799
|
-
*/
|
|
7954
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8800
7955
|
} | {
|
|
8801
7956
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8802
7957
|
} | {
|
|
@@ -8839,12 +7994,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8839
7994
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8840
7995
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8841
7996
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8842
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8843
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8844
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8845
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8846
|
-
* for customers who use useDisconnect directly.
|
|
8847
|
-
*/
|
|
7997
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8848
7998
|
} | {
|
|
8849
7999
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8850
8000
|
} | {
|
|
@@ -8887,12 +8037,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8887
8037
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8888
8038
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8889
8039
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8890
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8891
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8892
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8893
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8894
|
-
* for customers who use useDisconnect directly.
|
|
8895
|
-
*/
|
|
8040
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8896
8041
|
} | {
|
|
8897
8042
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8898
8043
|
} | {
|
|
@@ -8935,12 +8080,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8935
8080
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8936
8081
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8937
8082
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8938
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8939
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8940
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8941
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8942
|
-
* for customers who use useDisconnect directly.
|
|
8943
|
-
*/
|
|
8083
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8944
8084
|
} | {
|
|
8945
8085
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8946
8086
|
} | {
|
|
@@ -8983,12 +8123,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
8983
8123
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8984
8124
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
8985
8125
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
8986
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8987
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
8988
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
8989
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
8990
|
-
* for customers who use useDisconnect directly.
|
|
8991
|
-
*/
|
|
8126
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
8992
8127
|
} | {
|
|
8993
8128
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
8994
8129
|
} | {
|
|
@@ -9031,12 +8166,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9031
8166
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9032
8167
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9033
8168
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9034
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9035
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9036
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9037
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9038
|
-
* for customers who use useDisconnect directly.
|
|
9039
|
-
*/
|
|
8169
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9040
8170
|
} | {
|
|
9041
8171
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9042
8172
|
} | {
|
|
@@ -9079,12 +8209,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9079
8209
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9080
8210
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9081
8211
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9082
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9083
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9084
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9085
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9086
|
-
* for customers who use useDisconnect directly.
|
|
9087
|
-
*/
|
|
8212
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9088
8213
|
} | {
|
|
9089
8214
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9090
8215
|
} | {
|
|
@@ -9127,12 +8252,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9127
8252
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9128
8253
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9129
8254
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9130
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9131
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9132
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9133
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9134
|
-
* for customers who use useDisconnect directly.
|
|
9135
|
-
*/
|
|
8255
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9136
8256
|
} | {
|
|
9137
8257
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9138
8258
|
} | {
|
|
@@ -9175,12 +8295,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9175
8295
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9176
8296
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9177
8297
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9178
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9179
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9180
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9181
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9182
|
-
* for customers who use useDisconnect directly.
|
|
9183
|
-
*/
|
|
8298
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9184
8299
|
} | {
|
|
9185
8300
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9186
8301
|
} | {
|
|
@@ -9223,12 +8338,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9223
8338
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9224
8339
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9225
8340
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9226
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9227
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9228
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9229
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9230
|
-
* for customers who use useDisconnect directly.
|
|
9231
|
-
*/
|
|
8341
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9232
8342
|
} | {
|
|
9233
8343
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9234
8344
|
} | {
|
|
@@ -9271,12 +8381,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9271
8381
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9272
8382
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9273
8383
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9274
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9275
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9276
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9277
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9278
|
-
* for customers who use useDisconnect directly.
|
|
9279
|
-
*/
|
|
8384
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9280
8385
|
} | {
|
|
9281
8386
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9282
8387
|
} | {
|
|
@@ -9319,12 +8424,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9319
8424
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9320
8425
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9321
8426
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9322
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9323
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9324
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9325
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9326
|
-
* for customers who use useDisconnect directly.
|
|
9327
|
-
*/
|
|
8427
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9328
8428
|
} | {
|
|
9329
8429
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9330
8430
|
} | {
|
|
@@ -9367,12 +8467,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9367
8467
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9368
8468
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9369
8469
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9370
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9371
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9372
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9373
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9374
|
-
* for customers who use useDisconnect directly.
|
|
9375
|
-
*/
|
|
8470
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9376
8471
|
} | {
|
|
9377
8472
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9378
8473
|
} | {
|
|
@@ -9415,12 +8510,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9415
8510
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9416
8511
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9417
8512
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9418
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9419
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9420
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9421
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9422
|
-
* for customers who use useDisconnect directly.
|
|
9423
|
-
*/
|
|
8513
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9424
8514
|
} | {
|
|
9425
8515
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9426
8516
|
} | {
|
|
@@ -9463,12 +8553,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9463
8553
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9464
8554
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9465
8555
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9466
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9467
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9468
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9469
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9470
|
-
* for customers who use useDisconnect directly.
|
|
9471
|
-
*/
|
|
8556
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9472
8557
|
} | {
|
|
9473
8558
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9474
8559
|
} | {
|
|
@@ -9511,12 +8596,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9511
8596
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9512
8597
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9513
8598
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9514
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9515
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9516
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9517
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9518
|
-
* for customers who use useDisconnect directly.
|
|
9519
|
-
*/
|
|
8599
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9520
8600
|
} | {
|
|
9521
8601
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9522
8602
|
} | {
|
|
@@ -9559,12 +8639,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9559
8639
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9560
8640
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9561
8641
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9562
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9563
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9564
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9565
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9566
|
-
* for customers who use useDisconnect directly.
|
|
9567
|
-
*/
|
|
8642
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9568
8643
|
} | {
|
|
9569
8644
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9570
8645
|
} | {
|
|
@@ -9607,12 +8682,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9607
8682
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9608
8683
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9609
8684
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9610
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9611
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9612
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9613
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9614
|
-
* for customers who use useDisconnect directly.
|
|
9615
|
-
*/
|
|
8685
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9616
8686
|
} | {
|
|
9617
8687
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9618
8688
|
} | {
|
|
@@ -9655,12 +8725,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9655
8725
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9656
8726
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9657
8727
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9658
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9659
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9660
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9661
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9662
|
-
* for customers who use useDisconnect directly.
|
|
9663
|
-
*/
|
|
8728
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9664
8729
|
} | {
|
|
9665
8730
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9666
8731
|
} | {
|
|
@@ -9703,12 +8768,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9703
8768
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9704
8769
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9705
8770
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9706
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9707
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9708
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9709
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9710
|
-
* for customers who use useDisconnect directly.
|
|
9711
|
-
*/
|
|
8771
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9712
8772
|
} | {
|
|
9713
8773
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9714
8774
|
} | {
|
|
@@ -9751,12 +8811,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9751
8811
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9752
8812
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9753
8813
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9754
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9755
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9756
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9757
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9758
|
-
* for customers who use useDisconnect directly.
|
|
9759
|
-
*/
|
|
8814
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9760
8815
|
} | {
|
|
9761
8816
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9762
8817
|
} | {
|
|
@@ -9799,12 +8854,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9799
8854
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9800
8855
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9801
8856
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9802
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9803
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9804
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9805
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9806
|
-
* for customers who use useDisconnect directly.
|
|
9807
|
-
*/
|
|
8857
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9808
8858
|
} | {
|
|
9809
8859
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9810
8860
|
} | {
|
|
@@ -9847,12 +8897,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9847
8897
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9848
8898
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9849
8899
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9850
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9851
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9852
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9853
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9854
|
-
* for customers who use useDisconnect directly.
|
|
9855
|
-
*/
|
|
8900
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9856
8901
|
} | {
|
|
9857
8902
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9858
8903
|
} | {
|
|
@@ -9895,12 +8940,7 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
9895
8940
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9896
8941
|
sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
9897
8942
|
} & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
|
|
9898
|
-
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9899
|
-
* In our own Dynamic Wagmi sync component, we will flip the flag to true before calling disconnect,
|
|
9900
|
-
* and here it automatically flips back to false afterwards. This will prevent the Connector from
|
|
9901
|
-
* calling handleLogOut when we are the ones calling disconnect, but will preserve the existing behavior
|
|
9902
|
-
* for customers who use useDisconnect directly.
|
|
9903
|
-
*/
|
|
8943
|
+
blobs: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
|
9904
8944
|
} | {
|
|
9905
8945
|
blobVersionedHashes: readonly `0x${string}`[] | undefined;
|
|
9906
8946
|
} | {
|
|
@@ -10144,6 +9184,12 @@ export declare const getCreateConnectorFn: ({ connectorId, wallet, preventWagmiS
|
|
|
10144
9184
|
uid?: undefined;
|
|
10145
9185
|
} & import("viem").ExactPartial<Pick<import("viem").PublicActions<Transport, Chain, Account>, "getChainId" | "prepareTransactionRequest" | "sendRawTransaction" | "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "readContract" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import("viem").WalletActions<Chain, Account>, "sendTransaction" | "writeContract">>>(fn: (client: import("viem").Client<Transport, Chain, Account, import("viem").WalletRpcSchema, import("viem").WalletActions<Chain, Account>>) => client) => import("viem").Client<Transport, Chain, Account, import("viem").WalletRpcSchema, { [K_1 in keyof client]: client[K_1]; } & import("viem").WalletActions<Chain, Account>>;
|
|
10146
9186
|
}>;
|
|
9187
|
+
handleAccountsChange: ({ accounts }: {
|
|
9188
|
+
accounts: string[];
|
|
9189
|
+
}) => void;
|
|
9190
|
+
handleChainChange: ({ chain }: {
|
|
9191
|
+
chain: string;
|
|
9192
|
+
}) => void;
|
|
10147
9193
|
id: string;
|
|
10148
9194
|
isAuthorized: () => Promise<boolean>;
|
|
10149
9195
|
name: "Dynamic";
|