timelock-sdk 0.0.249 → 0.0.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.cts +577 -577
- package/dist/client.d.ts +247 -247
- package/dist/{index-COoTZXEt.d.ts → index-4gaG3HUG.d.ts} +479 -479
- package/dist/{index-dMnVRK5K.d.cts → index-CeTVLobD.d.cts} +612 -612
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +4 -4
package/dist/client.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as Amount, M as OptionData, N as useActiveUserOptions, P as useClosedUserOptions, X as getStateView, Y as getQuoter, Z as getTimelockLens, _ as PoolKey, f as PriceDataPoint, p as PriceResolution, q as TimelockMarketData } from "./index-
|
|
2
|
-
import * as
|
|
1
|
+
import { F as Amount, M as OptionData, N as useActiveUserOptions, P as useClosedUserOptions, X as getStateView, Y as getQuoter, Z as getTimelockLens, _ as PoolKey, f as PriceDataPoint, p as PriceResolution, q as TimelockMarketData } from "./index-CeTVLobD.cjs";
|
|
2
|
+
import * as viem13 from "viem";
|
|
3
3
|
import { Address, Hex } from "viem";
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import "graphql";
|
|
@@ -2237,8 +2237,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2237
2237
|
functionName: string;
|
|
2238
2238
|
args?: readonly unknown[] | undefined;
|
|
2239
2239
|
address: Address;
|
|
2240
|
-
chain?:
|
|
2241
|
-
account?: `0x${string}` |
|
|
2240
|
+
chain?: viem13.Chain | null | undefined;
|
|
2241
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2242
2242
|
value?: bigint | undefined;
|
|
2243
2243
|
dataSuffix?: `0x${string}` | undefined;
|
|
2244
2244
|
type?: "legacy" | undefined;
|
|
@@ -2261,8 +2261,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2261
2261
|
functionName: string;
|
|
2262
2262
|
args?: readonly unknown[] | undefined;
|
|
2263
2263
|
address: Address;
|
|
2264
|
-
chain?:
|
|
2265
|
-
account?: `0x${string}` |
|
|
2264
|
+
chain?: viem13.Chain | null | undefined;
|
|
2265
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2266
2266
|
value?: bigint | undefined;
|
|
2267
2267
|
dataSuffix?: `0x${string}` | undefined;
|
|
2268
2268
|
type?: "eip2930" | undefined;
|
|
@@ -2275,7 +2275,7 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2275
2275
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2276
2276
|
maxFeePerGas?: undefined | undefined;
|
|
2277
2277
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2278
|
-
accessList?:
|
|
2278
|
+
accessList?: viem13.AccessList | undefined;
|
|
2279
2279
|
sidecars?: undefined;
|
|
2280
2280
|
authorizationList?: undefined;
|
|
2281
2281
|
chainId?: number | undefined;
|
|
@@ -2285,8 +2285,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2285
2285
|
functionName: string;
|
|
2286
2286
|
args?: readonly unknown[] | undefined;
|
|
2287
2287
|
address: Address;
|
|
2288
|
-
chain?:
|
|
2289
|
-
account?: `0x${string}` |
|
|
2288
|
+
chain?: viem13.Chain | null | undefined;
|
|
2289
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2290
2290
|
value?: bigint | undefined;
|
|
2291
2291
|
dataSuffix?: `0x${string}` | undefined;
|
|
2292
2292
|
type?: "eip1559" | undefined;
|
|
@@ -2299,7 +2299,7 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2299
2299
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2300
2300
|
maxFeePerGas?: bigint | undefined;
|
|
2301
2301
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2302
|
-
accessList?:
|
|
2302
|
+
accessList?: viem13.AccessList | undefined;
|
|
2303
2303
|
sidecars?: undefined;
|
|
2304
2304
|
authorizationList?: undefined;
|
|
2305
2305
|
chainId?: number | undefined;
|
|
@@ -2309,22 +2309,22 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2309
2309
|
functionName: string;
|
|
2310
2310
|
args?: readonly unknown[] | undefined;
|
|
2311
2311
|
address: Address;
|
|
2312
|
-
chain?:
|
|
2313
|
-
account?: `0x${string}` |
|
|
2312
|
+
chain?: viem13.Chain | null | undefined;
|
|
2313
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2314
2314
|
value?: bigint | undefined;
|
|
2315
2315
|
dataSuffix?: `0x${string}` | undefined;
|
|
2316
2316
|
type?: "eip4844" | undefined;
|
|
2317
2317
|
gas?: bigint | undefined;
|
|
2318
2318
|
nonce?: number | undefined;
|
|
2319
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
2320
|
-
blobVersionedHashes: readonly
|
|
2319
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
2320
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
2321
2321
|
kzg?: undefined;
|
|
2322
2322
|
gasPrice?: undefined | undefined;
|
|
2323
2323
|
maxFeePerBlobGas?: bigint | undefined;
|
|
2324
2324
|
maxFeePerGas?: bigint | undefined;
|
|
2325
2325
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2326
|
-
accessList?:
|
|
2327
|
-
sidecars?: readonly
|
|
2326
|
+
accessList?: viem13.AccessList | undefined;
|
|
2327
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
2328
2328
|
authorizationList?: undefined;
|
|
2329
2329
|
chainId?: number | undefined;
|
|
2330
2330
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -2333,22 +2333,22 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2333
2333
|
functionName: string;
|
|
2334
2334
|
args?: readonly unknown[] | undefined;
|
|
2335
2335
|
address: Address;
|
|
2336
|
-
chain?:
|
|
2337
|
-
account?: `0x${string}` |
|
|
2336
|
+
chain?: viem13.Chain | null | undefined;
|
|
2337
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2338
2338
|
value?: bigint | undefined;
|
|
2339
2339
|
dataSuffix?: `0x${string}` | undefined;
|
|
2340
2340
|
type?: "eip4844" | undefined;
|
|
2341
2341
|
gas?: bigint | undefined;
|
|
2342
2342
|
nonce?: number | undefined;
|
|
2343
|
-
blobs: readonly
|
|
2343
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
2344
2344
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2345
|
-
kzg?:
|
|
2345
|
+
kzg?: viem13.Kzg | undefined;
|
|
2346
2346
|
gasPrice?: undefined | undefined;
|
|
2347
2347
|
maxFeePerBlobGas?: bigint | undefined;
|
|
2348
2348
|
maxFeePerGas?: bigint | undefined;
|
|
2349
2349
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2350
|
-
accessList?:
|
|
2351
|
-
sidecars?: readonly
|
|
2350
|
+
accessList?: viem13.AccessList | undefined;
|
|
2351
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
2352
2352
|
authorizationList?: undefined;
|
|
2353
2353
|
chainId?: number | undefined;
|
|
2354
2354
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -2357,8 +2357,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2357
2357
|
functionName: string;
|
|
2358
2358
|
args?: readonly unknown[] | undefined;
|
|
2359
2359
|
address: Address;
|
|
2360
|
-
chain?:
|
|
2361
|
-
account?: `0x${string}` |
|
|
2360
|
+
chain?: viem13.Chain | null | undefined;
|
|
2361
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2362
2362
|
value?: bigint | undefined;
|
|
2363
2363
|
dataSuffix?: `0x${string}` | undefined;
|
|
2364
2364
|
type?: "eip7702" | undefined;
|
|
@@ -2371,9 +2371,9 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2371
2371
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2372
2372
|
maxFeePerGas?: bigint | undefined;
|
|
2373
2373
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2374
|
-
accessList?:
|
|
2374
|
+
accessList?: viem13.AccessList | undefined;
|
|
2375
2375
|
sidecars?: undefined;
|
|
2376
|
-
authorizationList?:
|
|
2376
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
2377
2377
|
chainId?: number | undefined;
|
|
2378
2378
|
connector?: wagmi0.Connector | undefined;
|
|
2379
2379
|
};
|
|
@@ -2410,8 +2410,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2410
2410
|
functionName: string;
|
|
2411
2411
|
args?: readonly unknown[] | undefined;
|
|
2412
2412
|
address: Address;
|
|
2413
|
-
chain?:
|
|
2414
|
-
account?: `0x${string}` |
|
|
2413
|
+
chain?: viem13.Chain | null | undefined;
|
|
2414
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2415
2415
|
value?: bigint | undefined;
|
|
2416
2416
|
dataSuffix?: `0x${string}` | undefined;
|
|
2417
2417
|
type?: "legacy" | undefined;
|
|
@@ -2434,8 +2434,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2434
2434
|
functionName: string;
|
|
2435
2435
|
args?: readonly unknown[] | undefined;
|
|
2436
2436
|
address: Address;
|
|
2437
|
-
chain?:
|
|
2438
|
-
account?: `0x${string}` |
|
|
2437
|
+
chain?: viem13.Chain | null | undefined;
|
|
2438
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2439
2439
|
value?: bigint | undefined;
|
|
2440
2440
|
dataSuffix?: `0x${string}` | undefined;
|
|
2441
2441
|
type?: "eip2930" | undefined;
|
|
@@ -2448,7 +2448,7 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2448
2448
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2449
2449
|
maxFeePerGas?: undefined | undefined;
|
|
2450
2450
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2451
|
-
accessList?:
|
|
2451
|
+
accessList?: viem13.AccessList | undefined;
|
|
2452
2452
|
sidecars?: undefined;
|
|
2453
2453
|
authorizationList?: undefined;
|
|
2454
2454
|
chainId?: number | undefined;
|
|
@@ -2458,8 +2458,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2458
2458
|
functionName: string;
|
|
2459
2459
|
args?: readonly unknown[] | undefined;
|
|
2460
2460
|
address: Address;
|
|
2461
|
-
chain?:
|
|
2462
|
-
account?: `0x${string}` |
|
|
2461
|
+
chain?: viem13.Chain | null | undefined;
|
|
2462
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2463
2463
|
value?: bigint | undefined;
|
|
2464
2464
|
dataSuffix?: `0x${string}` | undefined;
|
|
2465
2465
|
type?: "eip1559" | undefined;
|
|
@@ -2472,7 +2472,7 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2472
2472
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2473
2473
|
maxFeePerGas?: bigint | undefined;
|
|
2474
2474
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2475
|
-
accessList?:
|
|
2475
|
+
accessList?: viem13.AccessList | undefined;
|
|
2476
2476
|
sidecars?: undefined;
|
|
2477
2477
|
authorizationList?: undefined;
|
|
2478
2478
|
chainId?: number | undefined;
|
|
@@ -2482,22 +2482,22 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2482
2482
|
functionName: string;
|
|
2483
2483
|
args?: readonly unknown[] | undefined;
|
|
2484
2484
|
address: Address;
|
|
2485
|
-
chain?:
|
|
2486
|
-
account?: `0x${string}` |
|
|
2485
|
+
chain?: viem13.Chain | null | undefined;
|
|
2486
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2487
2487
|
value?: bigint | undefined;
|
|
2488
2488
|
dataSuffix?: `0x${string}` | undefined;
|
|
2489
2489
|
type?: "eip4844" | undefined;
|
|
2490
2490
|
gas?: bigint | undefined;
|
|
2491
2491
|
nonce?: number | undefined;
|
|
2492
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
2493
|
-
blobVersionedHashes: readonly
|
|
2492
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
2493
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
2494
2494
|
kzg?: undefined;
|
|
2495
2495
|
gasPrice?: undefined | undefined;
|
|
2496
2496
|
maxFeePerBlobGas?: bigint | undefined;
|
|
2497
2497
|
maxFeePerGas?: bigint | undefined;
|
|
2498
2498
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2499
|
-
accessList?:
|
|
2500
|
-
sidecars?: readonly
|
|
2499
|
+
accessList?: viem13.AccessList | undefined;
|
|
2500
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
2501
2501
|
authorizationList?: undefined;
|
|
2502
2502
|
chainId?: number | undefined;
|
|
2503
2503
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -2506,22 +2506,22 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2506
2506
|
functionName: string;
|
|
2507
2507
|
args?: readonly unknown[] | undefined;
|
|
2508
2508
|
address: Address;
|
|
2509
|
-
chain?:
|
|
2510
|
-
account?: `0x${string}` |
|
|
2509
|
+
chain?: viem13.Chain | null | undefined;
|
|
2510
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2511
2511
|
value?: bigint | undefined;
|
|
2512
2512
|
dataSuffix?: `0x${string}` | undefined;
|
|
2513
2513
|
type?: "eip4844" | undefined;
|
|
2514
2514
|
gas?: bigint | undefined;
|
|
2515
2515
|
nonce?: number | undefined;
|
|
2516
|
-
blobs: readonly
|
|
2516
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
2517
2517
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2518
|
-
kzg?:
|
|
2518
|
+
kzg?: viem13.Kzg | undefined;
|
|
2519
2519
|
gasPrice?: undefined | undefined;
|
|
2520
2520
|
maxFeePerBlobGas?: bigint | undefined;
|
|
2521
2521
|
maxFeePerGas?: bigint | undefined;
|
|
2522
2522
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2523
|
-
accessList?:
|
|
2524
|
-
sidecars?: readonly
|
|
2523
|
+
accessList?: viem13.AccessList | undefined;
|
|
2524
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
2525
2525
|
authorizationList?: undefined;
|
|
2526
2526
|
chainId?: number | undefined;
|
|
2527
2527
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -2530,8 +2530,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2530
2530
|
functionName: string;
|
|
2531
2531
|
args?: readonly unknown[] | undefined;
|
|
2532
2532
|
address: Address;
|
|
2533
|
-
chain?:
|
|
2534
|
-
account?: `0x${string}` |
|
|
2533
|
+
chain?: viem13.Chain | null | undefined;
|
|
2534
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2535
2535
|
value?: bigint | undefined;
|
|
2536
2536
|
dataSuffix?: `0x${string}` | undefined;
|
|
2537
2537
|
type?: "eip7702" | undefined;
|
|
@@ -2544,9 +2544,9 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2544
2544
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2545
2545
|
maxFeePerGas?: bigint | undefined;
|
|
2546
2546
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2547
|
-
accessList?:
|
|
2547
|
+
accessList?: viem13.AccessList | undefined;
|
|
2548
2548
|
sidecars?: undefined;
|
|
2549
|
-
authorizationList?:
|
|
2549
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
2550
2550
|
chainId?: number | undefined;
|
|
2551
2551
|
connector?: wagmi0.Connector | undefined;
|
|
2552
2552
|
};
|
|
@@ -2583,8 +2583,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2583
2583
|
functionName: string;
|
|
2584
2584
|
args?: readonly unknown[] | undefined;
|
|
2585
2585
|
address: Address;
|
|
2586
|
-
chain?:
|
|
2587
|
-
account?: `0x${string}` |
|
|
2586
|
+
chain?: viem13.Chain | null | undefined;
|
|
2587
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2588
2588
|
value?: bigint | undefined;
|
|
2589
2589
|
dataSuffix?: `0x${string}` | undefined;
|
|
2590
2590
|
type?: "legacy" | undefined;
|
|
@@ -2607,8 +2607,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2607
2607
|
functionName: string;
|
|
2608
2608
|
args?: readonly unknown[] | undefined;
|
|
2609
2609
|
address: Address;
|
|
2610
|
-
chain?:
|
|
2611
|
-
account?: `0x${string}` |
|
|
2610
|
+
chain?: viem13.Chain | null | undefined;
|
|
2611
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2612
2612
|
value?: bigint | undefined;
|
|
2613
2613
|
dataSuffix?: `0x${string}` | undefined;
|
|
2614
2614
|
type?: "eip2930" | undefined;
|
|
@@ -2621,7 +2621,7 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2621
2621
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2622
2622
|
maxFeePerGas?: undefined | undefined;
|
|
2623
2623
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2624
|
-
accessList?:
|
|
2624
|
+
accessList?: viem13.AccessList | undefined;
|
|
2625
2625
|
sidecars?: undefined;
|
|
2626
2626
|
authorizationList?: undefined;
|
|
2627
2627
|
chainId?: number | undefined;
|
|
@@ -2631,8 +2631,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2631
2631
|
functionName: string;
|
|
2632
2632
|
args?: readonly unknown[] | undefined;
|
|
2633
2633
|
address: Address;
|
|
2634
|
-
chain?:
|
|
2635
|
-
account?: `0x${string}` |
|
|
2634
|
+
chain?: viem13.Chain | null | undefined;
|
|
2635
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2636
2636
|
value?: bigint | undefined;
|
|
2637
2637
|
dataSuffix?: `0x${string}` | undefined;
|
|
2638
2638
|
type?: "eip1559" | undefined;
|
|
@@ -2645,7 +2645,7 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2645
2645
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2646
2646
|
maxFeePerGas?: bigint | undefined;
|
|
2647
2647
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2648
|
-
accessList?:
|
|
2648
|
+
accessList?: viem13.AccessList | undefined;
|
|
2649
2649
|
sidecars?: undefined;
|
|
2650
2650
|
authorizationList?: undefined;
|
|
2651
2651
|
chainId?: number | undefined;
|
|
@@ -2655,22 +2655,22 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2655
2655
|
functionName: string;
|
|
2656
2656
|
args?: readonly unknown[] | undefined;
|
|
2657
2657
|
address: Address;
|
|
2658
|
-
chain?:
|
|
2659
|
-
account?: `0x${string}` |
|
|
2658
|
+
chain?: viem13.Chain | null | undefined;
|
|
2659
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2660
2660
|
value?: bigint | undefined;
|
|
2661
2661
|
dataSuffix?: `0x${string}` | undefined;
|
|
2662
2662
|
type?: "eip4844" | undefined;
|
|
2663
2663
|
gas?: bigint | undefined;
|
|
2664
2664
|
nonce?: number | undefined;
|
|
2665
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
2666
|
-
blobVersionedHashes: readonly
|
|
2665
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
2666
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
2667
2667
|
kzg?: undefined;
|
|
2668
2668
|
gasPrice?: undefined | undefined;
|
|
2669
2669
|
maxFeePerBlobGas?: bigint | undefined;
|
|
2670
2670
|
maxFeePerGas?: bigint | undefined;
|
|
2671
2671
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2672
|
-
accessList?:
|
|
2673
|
-
sidecars?: readonly
|
|
2672
|
+
accessList?: viem13.AccessList | undefined;
|
|
2673
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
2674
2674
|
authorizationList?: undefined;
|
|
2675
2675
|
chainId?: number | undefined;
|
|
2676
2676
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -2679,22 +2679,22 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2679
2679
|
functionName: string;
|
|
2680
2680
|
args?: readonly unknown[] | undefined;
|
|
2681
2681
|
address: Address;
|
|
2682
|
-
chain?:
|
|
2683
|
-
account?: `0x${string}` |
|
|
2682
|
+
chain?: viem13.Chain | null | undefined;
|
|
2683
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2684
2684
|
value?: bigint | undefined;
|
|
2685
2685
|
dataSuffix?: `0x${string}` | undefined;
|
|
2686
2686
|
type?: "eip4844" | undefined;
|
|
2687
2687
|
gas?: bigint | undefined;
|
|
2688
2688
|
nonce?: number | undefined;
|
|
2689
|
-
blobs: readonly
|
|
2689
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
2690
2690
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
2691
|
-
kzg?:
|
|
2691
|
+
kzg?: viem13.Kzg | undefined;
|
|
2692
2692
|
gasPrice?: undefined | undefined;
|
|
2693
2693
|
maxFeePerBlobGas?: bigint | undefined;
|
|
2694
2694
|
maxFeePerGas?: bigint | undefined;
|
|
2695
2695
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2696
|
-
accessList?:
|
|
2697
|
-
sidecars?: readonly
|
|
2696
|
+
accessList?: viem13.AccessList | undefined;
|
|
2697
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
2698
2698
|
authorizationList?: undefined;
|
|
2699
2699
|
chainId?: number | undefined;
|
|
2700
2700
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -2703,8 +2703,8 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2703
2703
|
functionName: string;
|
|
2704
2704
|
args?: readonly unknown[] | undefined;
|
|
2705
2705
|
address: Address;
|
|
2706
|
-
chain?:
|
|
2707
|
-
account?: `0x${string}` |
|
|
2706
|
+
chain?: viem13.Chain | null | undefined;
|
|
2707
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
2708
2708
|
value?: bigint | undefined;
|
|
2709
2709
|
dataSuffix?: `0x${string}` | undefined;
|
|
2710
2710
|
type?: "eip7702" | undefined;
|
|
@@ -2717,9 +2717,9 @@ declare const useUpdateMarketBounds: (marketAddr: Address | undefined) => {
|
|
|
2717
2717
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2718
2718
|
maxFeePerGas?: bigint | undefined;
|
|
2719
2719
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
2720
|
-
accessList?:
|
|
2720
|
+
accessList?: viem13.AccessList | undefined;
|
|
2721
2721
|
sidecars?: undefined;
|
|
2722
|
-
authorizationList?:
|
|
2722
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
2723
2723
|
chainId?: number | undefined;
|
|
2724
2724
|
connector?: wagmi0.Connector | undefined;
|
|
2725
2725
|
};
|
|
@@ -2755,7 +2755,7 @@ declare const useMarketDailyVolume: (marketAddr: Address | undefined) => _tansta
|
|
|
2755
2755
|
//#endregion
|
|
2756
2756
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
2757
2757
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
|
|
2758
|
-
error:
|
|
2758
|
+
error: viem13.ReadContractErrorType;
|
|
2759
2759
|
isError: true;
|
|
2760
2760
|
isPending: false;
|
|
2761
2761
|
isLoading: false;
|
|
@@ -2767,7 +2767,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2767
2767
|
dataUpdatedAt: number;
|
|
2768
2768
|
errorUpdatedAt: number;
|
|
2769
2769
|
failureCount: number;
|
|
2770
|
-
failureReason:
|
|
2770
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
2771
2771
|
errorUpdateCount: number;
|
|
2772
2772
|
isFetched: boolean;
|
|
2773
2773
|
isFetchedAfterMount: boolean;
|
|
@@ -2777,7 +2777,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2777
2777
|
isRefetching: boolean;
|
|
2778
2778
|
isStale: boolean;
|
|
2779
2779
|
isEnabled: boolean;
|
|
2780
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
2780
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem13.ReadContractErrorType>>;
|
|
2781
2781
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2782
2782
|
promise: Promise<never>;
|
|
2783
2783
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -2796,7 +2796,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2796
2796
|
dataUpdatedAt: number;
|
|
2797
2797
|
errorUpdatedAt: number;
|
|
2798
2798
|
failureCount: number;
|
|
2799
|
-
failureReason:
|
|
2799
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
2800
2800
|
errorUpdateCount: number;
|
|
2801
2801
|
isFetched: boolean;
|
|
2802
2802
|
isFetchedAfterMount: boolean;
|
|
@@ -2806,14 +2806,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2806
2806
|
isRefetching: boolean;
|
|
2807
2807
|
isStale: boolean;
|
|
2808
2808
|
isEnabled: boolean;
|
|
2809
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
2809
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem13.ReadContractErrorType>>;
|
|
2810
2810
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2811
2811
|
promise: Promise<never>;
|
|
2812
2812
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
2813
2813
|
maxCallSize: Amount | undefined;
|
|
2814
2814
|
maxPutSize: Amount | undefined;
|
|
2815
2815
|
} | {
|
|
2816
|
-
error:
|
|
2816
|
+
error: viem13.ReadContractErrorType;
|
|
2817
2817
|
isError: true;
|
|
2818
2818
|
isPending: false;
|
|
2819
2819
|
isLoading: false;
|
|
@@ -2825,7 +2825,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2825
2825
|
dataUpdatedAt: number;
|
|
2826
2826
|
errorUpdatedAt: number;
|
|
2827
2827
|
failureCount: number;
|
|
2828
|
-
failureReason:
|
|
2828
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
2829
2829
|
errorUpdateCount: number;
|
|
2830
2830
|
isFetched: boolean;
|
|
2831
2831
|
isFetchedAfterMount: boolean;
|
|
@@ -2835,7 +2835,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2835
2835
|
isRefetching: boolean;
|
|
2836
2836
|
isStale: boolean;
|
|
2837
2837
|
isEnabled: boolean;
|
|
2838
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
2838
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem13.ReadContractErrorType>>;
|
|
2839
2839
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2840
2840
|
promise: Promise<never>;
|
|
2841
2841
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -2854,7 +2854,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2854
2854
|
dataUpdatedAt: number;
|
|
2855
2855
|
errorUpdatedAt: number;
|
|
2856
2856
|
failureCount: number;
|
|
2857
|
-
failureReason:
|
|
2857
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
2858
2858
|
errorUpdateCount: number;
|
|
2859
2859
|
isFetched: boolean;
|
|
2860
2860
|
isFetchedAfterMount: boolean;
|
|
@@ -2864,7 +2864,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2864
2864
|
isRefetching: boolean;
|
|
2865
2865
|
isStale: boolean;
|
|
2866
2866
|
isEnabled: boolean;
|
|
2867
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
2867
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem13.ReadContractErrorType>>;
|
|
2868
2868
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2869
2869
|
promise: Promise<never>;
|
|
2870
2870
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -2882,7 +2882,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2882
2882
|
dataUpdatedAt: number;
|
|
2883
2883
|
errorUpdatedAt: number;
|
|
2884
2884
|
failureCount: number;
|
|
2885
|
-
failureReason:
|
|
2885
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
2886
2886
|
errorUpdateCount: number;
|
|
2887
2887
|
isFetched: boolean;
|
|
2888
2888
|
isFetchedAfterMount: boolean;
|
|
@@ -2893,7 +2893,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2893
2893
|
isRefetching: boolean;
|
|
2894
2894
|
isStale: boolean;
|
|
2895
2895
|
isEnabled: boolean;
|
|
2896
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
2896
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem13.ReadContractErrorType>>;
|
|
2897
2897
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2898
2898
|
promise: Promise<never>;
|
|
2899
2899
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -2912,7 +2912,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2912
2912
|
dataUpdatedAt: number;
|
|
2913
2913
|
errorUpdatedAt: number;
|
|
2914
2914
|
failureCount: number;
|
|
2915
|
-
failureReason:
|
|
2915
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
2916
2916
|
errorUpdateCount: number;
|
|
2917
2917
|
isFetched: boolean;
|
|
2918
2918
|
isFetchedAfterMount: boolean;
|
|
@@ -2922,7 +2922,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
2922
2922
|
isRefetching: boolean;
|
|
2923
2923
|
isStale: boolean;
|
|
2924
2924
|
isEnabled: boolean;
|
|
2925
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
2925
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem13.ReadContractErrorType>>;
|
|
2926
2926
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2927
2927
|
promise: Promise<never>;
|
|
2928
2928
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -3261,7 +3261,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
|
|
|
3261
3261
|
//#endregion
|
|
3262
3262
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
3263
3263
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
3264
|
-
error:
|
|
3264
|
+
error: viem13.ReadContractErrorType;
|
|
3265
3265
|
isError: true;
|
|
3266
3266
|
isPending: false;
|
|
3267
3267
|
isLoading: false;
|
|
@@ -3273,7 +3273,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3273
3273
|
dataUpdatedAt: number;
|
|
3274
3274
|
errorUpdatedAt: number;
|
|
3275
3275
|
failureCount: number;
|
|
3276
|
-
failureReason:
|
|
3276
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
3277
3277
|
errorUpdateCount: number;
|
|
3278
3278
|
isFetched: boolean;
|
|
3279
3279
|
isFetchedAfterMount: boolean;
|
|
@@ -3283,7 +3283,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3283
3283
|
isRefetching: boolean;
|
|
3284
3284
|
isStale: boolean;
|
|
3285
3285
|
isEnabled: boolean;
|
|
3286
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
3286
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem13.ReadContractErrorType>>;
|
|
3287
3287
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3288
3288
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
3289
3289
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -3308,7 +3308,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3308
3308
|
dataUpdatedAt: number;
|
|
3309
3309
|
errorUpdatedAt: number;
|
|
3310
3310
|
failureCount: number;
|
|
3311
|
-
failureReason:
|
|
3311
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
3312
3312
|
errorUpdateCount: number;
|
|
3313
3313
|
isFetched: boolean;
|
|
3314
3314
|
isFetchedAfterMount: boolean;
|
|
@@ -3318,7 +3318,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3318
3318
|
isRefetching: boolean;
|
|
3319
3319
|
isStale: boolean;
|
|
3320
3320
|
isEnabled: boolean;
|
|
3321
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
3321
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem13.ReadContractErrorType>>;
|
|
3322
3322
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3323
3323
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
3324
3324
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -3331,7 +3331,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3331
3331
|
effectiveApproval: bigint;
|
|
3332
3332
|
};
|
|
3333
3333
|
} | {
|
|
3334
|
-
error:
|
|
3334
|
+
error: viem13.ReadContractErrorType;
|
|
3335
3335
|
isError: true;
|
|
3336
3336
|
isPending: false;
|
|
3337
3337
|
isLoading: false;
|
|
@@ -3343,7 +3343,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3343
3343
|
dataUpdatedAt: number;
|
|
3344
3344
|
errorUpdatedAt: number;
|
|
3345
3345
|
failureCount: number;
|
|
3346
|
-
failureReason:
|
|
3346
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
3347
3347
|
errorUpdateCount: number;
|
|
3348
3348
|
isFetched: boolean;
|
|
3349
3349
|
isFetchedAfterMount: boolean;
|
|
@@ -3353,7 +3353,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3353
3353
|
isRefetching: boolean;
|
|
3354
3354
|
isStale: boolean;
|
|
3355
3355
|
isEnabled: boolean;
|
|
3356
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
3356
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem13.ReadContractErrorType>>;
|
|
3357
3357
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3358
3358
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
3359
3359
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -3378,7 +3378,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3378
3378
|
dataUpdatedAt: number;
|
|
3379
3379
|
errorUpdatedAt: number;
|
|
3380
3380
|
failureCount: number;
|
|
3381
|
-
failureReason:
|
|
3381
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
3382
3382
|
errorUpdateCount: number;
|
|
3383
3383
|
isFetched: boolean;
|
|
3384
3384
|
isFetchedAfterMount: boolean;
|
|
@@ -3388,7 +3388,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3388
3388
|
isRefetching: boolean;
|
|
3389
3389
|
isStale: boolean;
|
|
3390
3390
|
isEnabled: boolean;
|
|
3391
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
3391
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem13.ReadContractErrorType>>;
|
|
3392
3392
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3393
3393
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
3394
3394
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -3412,7 +3412,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3412
3412
|
dataUpdatedAt: number;
|
|
3413
3413
|
errorUpdatedAt: number;
|
|
3414
3414
|
failureCount: number;
|
|
3415
|
-
failureReason:
|
|
3415
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
3416
3416
|
errorUpdateCount: number;
|
|
3417
3417
|
isFetched: boolean;
|
|
3418
3418
|
isFetchedAfterMount: boolean;
|
|
@@ -3423,7 +3423,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3423
3423
|
isRefetching: boolean;
|
|
3424
3424
|
isStale: boolean;
|
|
3425
3425
|
isEnabled: boolean;
|
|
3426
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
3426
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem13.ReadContractErrorType>>;
|
|
3427
3427
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3428
3428
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
3429
3429
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -3448,7 +3448,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3448
3448
|
dataUpdatedAt: number;
|
|
3449
3449
|
errorUpdatedAt: number;
|
|
3450
3450
|
failureCount: number;
|
|
3451
|
-
failureReason:
|
|
3451
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
3452
3452
|
errorUpdateCount: number;
|
|
3453
3453
|
isFetched: boolean;
|
|
3454
3454
|
isFetchedAfterMount: boolean;
|
|
@@ -3458,7 +3458,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
3458
3458
|
isRefetching: boolean;
|
|
3459
3459
|
isStale: boolean;
|
|
3460
3460
|
isEnabled: boolean;
|
|
3461
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
3461
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem13.ReadContractErrorType>>;
|
|
3462
3462
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3463
3463
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
3464
3464
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -7670,7 +7670,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
|
|
|
7670
7670
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
7671
7671
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
7672
7672
|
declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
7673
|
-
error:
|
|
7673
|
+
error: viem13.ReadContractErrorType;
|
|
7674
7674
|
isError: true;
|
|
7675
7675
|
isPending: false;
|
|
7676
7676
|
isLoading: false;
|
|
@@ -7682,7 +7682,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7682
7682
|
dataUpdatedAt: number;
|
|
7683
7683
|
errorUpdatedAt: number;
|
|
7684
7684
|
failureCount: number;
|
|
7685
|
-
failureReason:
|
|
7685
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
7686
7686
|
errorUpdateCount: number;
|
|
7687
7687
|
isFetched: boolean;
|
|
7688
7688
|
isFetchedAfterMount: boolean;
|
|
@@ -7705,7 +7705,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7705
7705
|
totalAmount1: bigint;
|
|
7706
7706
|
borrowedAmount0: bigint;
|
|
7707
7707
|
borrowedAmount1: bigint;
|
|
7708
|
-
}[],
|
|
7708
|
+
}[], viem13.ReadContractErrorType>>;
|
|
7709
7709
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
7710
7710
|
promise: Promise<readonly {
|
|
7711
7711
|
tickLower: number;
|
|
@@ -7749,7 +7749,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7749
7749
|
dataUpdatedAt: number;
|
|
7750
7750
|
errorUpdatedAt: number;
|
|
7751
7751
|
failureCount: number;
|
|
7752
|
-
failureReason:
|
|
7752
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
7753
7753
|
errorUpdateCount: number;
|
|
7754
7754
|
isFetched: boolean;
|
|
7755
7755
|
isFetchedAfterMount: boolean;
|
|
@@ -7772,7 +7772,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7772
7772
|
totalAmount1: bigint;
|
|
7773
7773
|
borrowedAmount0: bigint;
|
|
7774
7774
|
borrowedAmount1: bigint;
|
|
7775
|
-
}[],
|
|
7775
|
+
}[], viem13.ReadContractErrorType>>;
|
|
7776
7776
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
7777
7777
|
promise: Promise<readonly {
|
|
7778
7778
|
tickLower: number;
|
|
@@ -7804,7 +7804,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7804
7804
|
borrowedAmount1: bigint;
|
|
7805
7805
|
}[];
|
|
7806
7806
|
} | {
|
|
7807
|
-
error:
|
|
7807
|
+
error: viem13.ReadContractErrorType;
|
|
7808
7808
|
isError: true;
|
|
7809
7809
|
isPending: false;
|
|
7810
7810
|
isLoading: false;
|
|
@@ -7816,7 +7816,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7816
7816
|
dataUpdatedAt: number;
|
|
7817
7817
|
errorUpdatedAt: number;
|
|
7818
7818
|
failureCount: number;
|
|
7819
|
-
failureReason:
|
|
7819
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
7820
7820
|
errorUpdateCount: number;
|
|
7821
7821
|
isFetched: boolean;
|
|
7822
7822
|
isFetchedAfterMount: boolean;
|
|
@@ -7839,7 +7839,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7839
7839
|
totalAmount1: bigint;
|
|
7840
7840
|
borrowedAmount0: bigint;
|
|
7841
7841
|
borrowedAmount1: bigint;
|
|
7842
|
-
}[],
|
|
7842
|
+
}[], viem13.ReadContractErrorType>>;
|
|
7843
7843
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
7844
7844
|
promise: Promise<readonly {
|
|
7845
7845
|
tickLower: number;
|
|
@@ -7883,7 +7883,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7883
7883
|
dataUpdatedAt: number;
|
|
7884
7884
|
errorUpdatedAt: number;
|
|
7885
7885
|
failureCount: number;
|
|
7886
|
-
failureReason:
|
|
7886
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
7887
7887
|
errorUpdateCount: number;
|
|
7888
7888
|
isFetched: boolean;
|
|
7889
7889
|
isFetchedAfterMount: boolean;
|
|
@@ -7906,7 +7906,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7906
7906
|
totalAmount1: bigint;
|
|
7907
7907
|
borrowedAmount0: bigint;
|
|
7908
7908
|
borrowedAmount1: bigint;
|
|
7909
|
-
}[],
|
|
7909
|
+
}[], viem13.ReadContractErrorType>>;
|
|
7910
7910
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
7911
7911
|
promise: Promise<readonly {
|
|
7912
7912
|
tickLower: number;
|
|
@@ -7949,7 +7949,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7949
7949
|
dataUpdatedAt: number;
|
|
7950
7950
|
errorUpdatedAt: number;
|
|
7951
7951
|
failureCount: number;
|
|
7952
|
-
failureReason:
|
|
7952
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
7953
7953
|
errorUpdateCount: number;
|
|
7954
7954
|
isFetched: boolean;
|
|
7955
7955
|
isFetchedAfterMount: boolean;
|
|
@@ -7973,7 +7973,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
7973
7973
|
totalAmount1: bigint;
|
|
7974
7974
|
borrowedAmount0: bigint;
|
|
7975
7975
|
borrowedAmount1: bigint;
|
|
7976
|
-
}[],
|
|
7976
|
+
}[], viem13.ReadContractErrorType>>;
|
|
7977
7977
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
7978
7978
|
promise: Promise<readonly {
|
|
7979
7979
|
tickLower: number;
|
|
@@ -8017,7 +8017,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
8017
8017
|
dataUpdatedAt: number;
|
|
8018
8018
|
errorUpdatedAt: number;
|
|
8019
8019
|
failureCount: number;
|
|
8020
|
-
failureReason:
|
|
8020
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8021
8021
|
errorUpdateCount: number;
|
|
8022
8022
|
isFetched: boolean;
|
|
8023
8023
|
isFetchedAfterMount: boolean;
|
|
@@ -8040,7 +8040,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
8040
8040
|
totalAmount1: bigint;
|
|
8041
8041
|
borrowedAmount0: bigint;
|
|
8042
8042
|
borrowedAmount1: bigint;
|
|
8043
|
-
}[],
|
|
8043
|
+
}[], viem13.ReadContractErrorType>>;
|
|
8044
8044
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8045
8045
|
promise: Promise<readonly {
|
|
8046
8046
|
tickLower: number;
|
|
@@ -8120,7 +8120,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
|
|
|
8120
8120
|
borrowed0: Amount;
|
|
8121
8121
|
borrowed1: Amount;
|
|
8122
8122
|
blocksCount: bigint;
|
|
8123
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
8123
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem13.ReadContractErrorType>>;
|
|
8124
8124
|
};
|
|
8125
8125
|
//#endregion
|
|
8126
8126
|
//#region src/hooks/vault/useWithdrawPremium.d.ts
|
|
@@ -8158,8 +8158,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8158
8158
|
functionName: string;
|
|
8159
8159
|
args?: readonly unknown[] | undefined;
|
|
8160
8160
|
address: Address;
|
|
8161
|
-
chain?:
|
|
8162
|
-
account?: `0x${string}` |
|
|
8161
|
+
chain?: viem13.Chain | null | undefined;
|
|
8162
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8163
8163
|
value?: bigint | undefined;
|
|
8164
8164
|
dataSuffix?: `0x${string}` | undefined;
|
|
8165
8165
|
type?: "legacy" | undefined;
|
|
@@ -8182,8 +8182,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8182
8182
|
functionName: string;
|
|
8183
8183
|
args?: readonly unknown[] | undefined;
|
|
8184
8184
|
address: Address;
|
|
8185
|
-
chain?:
|
|
8186
|
-
account?: `0x${string}` |
|
|
8185
|
+
chain?: viem13.Chain | null | undefined;
|
|
8186
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8187
8187
|
value?: bigint | undefined;
|
|
8188
8188
|
dataSuffix?: `0x${string}` | undefined;
|
|
8189
8189
|
type?: "eip2930" | undefined;
|
|
@@ -8196,7 +8196,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8196
8196
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8197
8197
|
maxFeePerGas?: undefined | undefined;
|
|
8198
8198
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
8199
|
-
accessList?:
|
|
8199
|
+
accessList?: viem13.AccessList | undefined;
|
|
8200
8200
|
sidecars?: undefined;
|
|
8201
8201
|
authorizationList?: undefined;
|
|
8202
8202
|
chainId?: number | undefined;
|
|
@@ -8206,8 +8206,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8206
8206
|
functionName: string;
|
|
8207
8207
|
args?: readonly unknown[] | undefined;
|
|
8208
8208
|
address: Address;
|
|
8209
|
-
chain?:
|
|
8210
|
-
account?: `0x${string}` |
|
|
8209
|
+
chain?: viem13.Chain | null | undefined;
|
|
8210
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8211
8211
|
value?: bigint | undefined;
|
|
8212
8212
|
dataSuffix?: `0x${string}` | undefined;
|
|
8213
8213
|
type?: "eip1559" | undefined;
|
|
@@ -8220,7 +8220,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8220
8220
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8221
8221
|
maxFeePerGas?: bigint | undefined;
|
|
8222
8222
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8223
|
-
accessList?:
|
|
8223
|
+
accessList?: viem13.AccessList | undefined;
|
|
8224
8224
|
sidecars?: undefined;
|
|
8225
8225
|
authorizationList?: undefined;
|
|
8226
8226
|
chainId?: number | undefined;
|
|
@@ -8230,22 +8230,22 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8230
8230
|
functionName: string;
|
|
8231
8231
|
args?: readonly unknown[] | undefined;
|
|
8232
8232
|
address: Address;
|
|
8233
|
-
chain?:
|
|
8234
|
-
account?: `0x${string}` |
|
|
8233
|
+
chain?: viem13.Chain | null | undefined;
|
|
8234
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8235
8235
|
value?: bigint | undefined;
|
|
8236
8236
|
dataSuffix?: `0x${string}` | undefined;
|
|
8237
8237
|
type?: "eip4844" | undefined;
|
|
8238
8238
|
gas?: bigint | undefined;
|
|
8239
8239
|
nonce?: number | undefined;
|
|
8240
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
8241
|
-
blobVersionedHashes: readonly
|
|
8240
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
8241
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
8242
8242
|
kzg?: undefined;
|
|
8243
8243
|
gasPrice?: undefined | undefined;
|
|
8244
8244
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8245
8245
|
maxFeePerGas?: bigint | undefined;
|
|
8246
8246
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8247
|
-
accessList?:
|
|
8248
|
-
sidecars?: readonly
|
|
8247
|
+
accessList?: viem13.AccessList | undefined;
|
|
8248
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
8249
8249
|
authorizationList?: undefined;
|
|
8250
8250
|
chainId?: number | undefined;
|
|
8251
8251
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -8254,22 +8254,22 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8254
8254
|
functionName: string;
|
|
8255
8255
|
args?: readonly unknown[] | undefined;
|
|
8256
8256
|
address: Address;
|
|
8257
|
-
chain?:
|
|
8258
|
-
account?: `0x${string}` |
|
|
8257
|
+
chain?: viem13.Chain | null | undefined;
|
|
8258
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8259
8259
|
value?: bigint | undefined;
|
|
8260
8260
|
dataSuffix?: `0x${string}` | undefined;
|
|
8261
8261
|
type?: "eip4844" | undefined;
|
|
8262
8262
|
gas?: bigint | undefined;
|
|
8263
8263
|
nonce?: number | undefined;
|
|
8264
|
-
blobs: readonly
|
|
8264
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
8265
8265
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8266
|
-
kzg?:
|
|
8266
|
+
kzg?: viem13.Kzg | undefined;
|
|
8267
8267
|
gasPrice?: undefined | undefined;
|
|
8268
8268
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8269
8269
|
maxFeePerGas?: bigint | undefined;
|
|
8270
8270
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8271
|
-
accessList?:
|
|
8272
|
-
sidecars?: readonly
|
|
8271
|
+
accessList?: viem13.AccessList | undefined;
|
|
8272
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
8273
8273
|
authorizationList?: undefined;
|
|
8274
8274
|
chainId?: number | undefined;
|
|
8275
8275
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -8278,8 +8278,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8278
8278
|
functionName: string;
|
|
8279
8279
|
args?: readonly unknown[] | undefined;
|
|
8280
8280
|
address: Address;
|
|
8281
|
-
chain?:
|
|
8282
|
-
account?: `0x${string}` |
|
|
8281
|
+
chain?: viem13.Chain | null | undefined;
|
|
8282
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8283
8283
|
value?: bigint | undefined;
|
|
8284
8284
|
dataSuffix?: `0x${string}` | undefined;
|
|
8285
8285
|
type?: "eip7702" | undefined;
|
|
@@ -8292,9 +8292,9 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8292
8292
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8293
8293
|
maxFeePerGas?: bigint | undefined;
|
|
8294
8294
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8295
|
-
accessList?:
|
|
8295
|
+
accessList?: viem13.AccessList | undefined;
|
|
8296
8296
|
sidecars?: undefined;
|
|
8297
|
-
authorizationList?:
|
|
8297
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
8298
8298
|
chainId?: number | undefined;
|
|
8299
8299
|
connector?: wagmi0.Connector | undefined;
|
|
8300
8300
|
};
|
|
@@ -8321,8 +8321,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8321
8321
|
functionName: string;
|
|
8322
8322
|
args?: readonly unknown[] | undefined;
|
|
8323
8323
|
address: Address;
|
|
8324
|
-
chain?:
|
|
8325
|
-
account?: `0x${string}` |
|
|
8324
|
+
chain?: viem13.Chain | null | undefined;
|
|
8325
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8326
8326
|
value?: bigint | undefined;
|
|
8327
8327
|
dataSuffix?: `0x${string}` | undefined;
|
|
8328
8328
|
type?: "legacy" | undefined;
|
|
@@ -8345,8 +8345,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8345
8345
|
functionName: string;
|
|
8346
8346
|
args?: readonly unknown[] | undefined;
|
|
8347
8347
|
address: Address;
|
|
8348
|
-
chain?:
|
|
8349
|
-
account?: `0x${string}` |
|
|
8348
|
+
chain?: viem13.Chain | null | undefined;
|
|
8349
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8350
8350
|
value?: bigint | undefined;
|
|
8351
8351
|
dataSuffix?: `0x${string}` | undefined;
|
|
8352
8352
|
type?: "eip2930" | undefined;
|
|
@@ -8359,7 +8359,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8359
8359
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8360
8360
|
maxFeePerGas?: undefined | undefined;
|
|
8361
8361
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
8362
|
-
accessList?:
|
|
8362
|
+
accessList?: viem13.AccessList | undefined;
|
|
8363
8363
|
sidecars?: undefined;
|
|
8364
8364
|
authorizationList?: undefined;
|
|
8365
8365
|
chainId?: number | undefined;
|
|
@@ -8369,8 +8369,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8369
8369
|
functionName: string;
|
|
8370
8370
|
args?: readonly unknown[] | undefined;
|
|
8371
8371
|
address: Address;
|
|
8372
|
-
chain?:
|
|
8373
|
-
account?: `0x${string}` |
|
|
8372
|
+
chain?: viem13.Chain | null | undefined;
|
|
8373
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8374
8374
|
value?: bigint | undefined;
|
|
8375
8375
|
dataSuffix?: `0x${string}` | undefined;
|
|
8376
8376
|
type?: "eip1559" | undefined;
|
|
@@ -8383,7 +8383,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8383
8383
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8384
8384
|
maxFeePerGas?: bigint | undefined;
|
|
8385
8385
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8386
|
-
accessList?:
|
|
8386
|
+
accessList?: viem13.AccessList | undefined;
|
|
8387
8387
|
sidecars?: undefined;
|
|
8388
8388
|
authorizationList?: undefined;
|
|
8389
8389
|
chainId?: number | undefined;
|
|
@@ -8393,22 +8393,22 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8393
8393
|
functionName: string;
|
|
8394
8394
|
args?: readonly unknown[] | undefined;
|
|
8395
8395
|
address: Address;
|
|
8396
|
-
chain?:
|
|
8397
|
-
account?: `0x${string}` |
|
|
8396
|
+
chain?: viem13.Chain | null | undefined;
|
|
8397
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8398
8398
|
value?: bigint | undefined;
|
|
8399
8399
|
dataSuffix?: `0x${string}` | undefined;
|
|
8400
8400
|
type?: "eip4844" | undefined;
|
|
8401
8401
|
gas?: bigint | undefined;
|
|
8402
8402
|
nonce?: number | undefined;
|
|
8403
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
8404
|
-
blobVersionedHashes: readonly
|
|
8403
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
8404
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
8405
8405
|
kzg?: undefined;
|
|
8406
8406
|
gasPrice?: undefined | undefined;
|
|
8407
8407
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8408
8408
|
maxFeePerGas?: bigint | undefined;
|
|
8409
8409
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8410
|
-
accessList?:
|
|
8411
|
-
sidecars?: readonly
|
|
8410
|
+
accessList?: viem13.AccessList | undefined;
|
|
8411
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
8412
8412
|
authorizationList?: undefined;
|
|
8413
8413
|
chainId?: number | undefined;
|
|
8414
8414
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -8417,22 +8417,22 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8417
8417
|
functionName: string;
|
|
8418
8418
|
args?: readonly unknown[] | undefined;
|
|
8419
8419
|
address: Address;
|
|
8420
|
-
chain?:
|
|
8421
|
-
account?: `0x${string}` |
|
|
8420
|
+
chain?: viem13.Chain | null | undefined;
|
|
8421
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8422
8422
|
value?: bigint | undefined;
|
|
8423
8423
|
dataSuffix?: `0x${string}` | undefined;
|
|
8424
8424
|
type?: "eip4844" | undefined;
|
|
8425
8425
|
gas?: bigint | undefined;
|
|
8426
8426
|
nonce?: number | undefined;
|
|
8427
|
-
blobs: readonly
|
|
8427
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
8428
8428
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8429
|
-
kzg?:
|
|
8429
|
+
kzg?: viem13.Kzg | undefined;
|
|
8430
8430
|
gasPrice?: undefined | undefined;
|
|
8431
8431
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8432
8432
|
maxFeePerGas?: bigint | undefined;
|
|
8433
8433
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8434
|
-
accessList?:
|
|
8435
|
-
sidecars?: readonly
|
|
8434
|
+
accessList?: viem13.AccessList | undefined;
|
|
8435
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
8436
8436
|
authorizationList?: undefined;
|
|
8437
8437
|
chainId?: number | undefined;
|
|
8438
8438
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -8441,8 +8441,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8441
8441
|
functionName: string;
|
|
8442
8442
|
args?: readonly unknown[] | undefined;
|
|
8443
8443
|
address: Address;
|
|
8444
|
-
chain?:
|
|
8445
|
-
account?: `0x${string}` |
|
|
8444
|
+
chain?: viem13.Chain | null | undefined;
|
|
8445
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8446
8446
|
value?: bigint | undefined;
|
|
8447
8447
|
dataSuffix?: `0x${string}` | undefined;
|
|
8448
8448
|
type?: "eip7702" | undefined;
|
|
@@ -8455,9 +8455,9 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8455
8455
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8456
8456
|
maxFeePerGas?: bigint | undefined;
|
|
8457
8457
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8458
|
-
accessList?:
|
|
8458
|
+
accessList?: viem13.AccessList | undefined;
|
|
8459
8459
|
sidecars?: undefined;
|
|
8460
|
-
authorizationList?:
|
|
8460
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
8461
8461
|
chainId?: number | undefined;
|
|
8462
8462
|
connector?: wagmi0.Connector | undefined;
|
|
8463
8463
|
};
|
|
@@ -8484,8 +8484,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8484
8484
|
functionName: string;
|
|
8485
8485
|
args?: readonly unknown[] | undefined;
|
|
8486
8486
|
address: Address;
|
|
8487
|
-
chain?:
|
|
8488
|
-
account?: `0x${string}` |
|
|
8487
|
+
chain?: viem13.Chain | null | undefined;
|
|
8488
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8489
8489
|
value?: bigint | undefined;
|
|
8490
8490
|
dataSuffix?: `0x${string}` | undefined;
|
|
8491
8491
|
type?: "legacy" | undefined;
|
|
@@ -8508,8 +8508,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8508
8508
|
functionName: string;
|
|
8509
8509
|
args?: readonly unknown[] | undefined;
|
|
8510
8510
|
address: Address;
|
|
8511
|
-
chain?:
|
|
8512
|
-
account?: `0x${string}` |
|
|
8511
|
+
chain?: viem13.Chain | null | undefined;
|
|
8512
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8513
8513
|
value?: bigint | undefined;
|
|
8514
8514
|
dataSuffix?: `0x${string}` | undefined;
|
|
8515
8515
|
type?: "eip2930" | undefined;
|
|
@@ -8522,7 +8522,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8522
8522
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8523
8523
|
maxFeePerGas?: undefined | undefined;
|
|
8524
8524
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
8525
|
-
accessList?:
|
|
8525
|
+
accessList?: viem13.AccessList | undefined;
|
|
8526
8526
|
sidecars?: undefined;
|
|
8527
8527
|
authorizationList?: undefined;
|
|
8528
8528
|
chainId?: number | undefined;
|
|
@@ -8532,8 +8532,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8532
8532
|
functionName: string;
|
|
8533
8533
|
args?: readonly unknown[] | undefined;
|
|
8534
8534
|
address: Address;
|
|
8535
|
-
chain?:
|
|
8536
|
-
account?: `0x${string}` |
|
|
8535
|
+
chain?: viem13.Chain | null | undefined;
|
|
8536
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8537
8537
|
value?: bigint | undefined;
|
|
8538
8538
|
dataSuffix?: `0x${string}` | undefined;
|
|
8539
8539
|
type?: "eip1559" | undefined;
|
|
@@ -8546,7 +8546,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8546
8546
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8547
8547
|
maxFeePerGas?: bigint | undefined;
|
|
8548
8548
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8549
|
-
accessList?:
|
|
8549
|
+
accessList?: viem13.AccessList | undefined;
|
|
8550
8550
|
sidecars?: undefined;
|
|
8551
8551
|
authorizationList?: undefined;
|
|
8552
8552
|
chainId?: number | undefined;
|
|
@@ -8556,22 +8556,22 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8556
8556
|
functionName: string;
|
|
8557
8557
|
args?: readonly unknown[] | undefined;
|
|
8558
8558
|
address: Address;
|
|
8559
|
-
chain?:
|
|
8560
|
-
account?: `0x${string}` |
|
|
8559
|
+
chain?: viem13.Chain | null | undefined;
|
|
8560
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8561
8561
|
value?: bigint | undefined;
|
|
8562
8562
|
dataSuffix?: `0x${string}` | undefined;
|
|
8563
8563
|
type?: "eip4844" | undefined;
|
|
8564
8564
|
gas?: bigint | undefined;
|
|
8565
8565
|
nonce?: number | undefined;
|
|
8566
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
8567
|
-
blobVersionedHashes: readonly
|
|
8566
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
8567
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
8568
8568
|
kzg?: undefined;
|
|
8569
8569
|
gasPrice?: undefined | undefined;
|
|
8570
8570
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8571
8571
|
maxFeePerGas?: bigint | undefined;
|
|
8572
8572
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8573
|
-
accessList?:
|
|
8574
|
-
sidecars?: readonly
|
|
8573
|
+
accessList?: viem13.AccessList | undefined;
|
|
8574
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
8575
8575
|
authorizationList?: undefined;
|
|
8576
8576
|
chainId?: number | undefined;
|
|
8577
8577
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -8580,22 +8580,22 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8580
8580
|
functionName: string;
|
|
8581
8581
|
args?: readonly unknown[] | undefined;
|
|
8582
8582
|
address: Address;
|
|
8583
|
-
chain?:
|
|
8584
|
-
account?: `0x${string}` |
|
|
8583
|
+
chain?: viem13.Chain | null | undefined;
|
|
8584
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8585
8585
|
value?: bigint | undefined;
|
|
8586
8586
|
dataSuffix?: `0x${string}` | undefined;
|
|
8587
8587
|
type?: "eip4844" | undefined;
|
|
8588
8588
|
gas?: bigint | undefined;
|
|
8589
8589
|
nonce?: number | undefined;
|
|
8590
|
-
blobs: readonly
|
|
8590
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
8591
8591
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
8592
|
-
kzg?:
|
|
8592
|
+
kzg?: viem13.Kzg | undefined;
|
|
8593
8593
|
gasPrice?: undefined | undefined;
|
|
8594
8594
|
maxFeePerBlobGas?: bigint | undefined;
|
|
8595
8595
|
maxFeePerGas?: bigint | undefined;
|
|
8596
8596
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8597
|
-
accessList?:
|
|
8598
|
-
sidecars?: readonly
|
|
8597
|
+
accessList?: viem13.AccessList | undefined;
|
|
8598
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
8599
8599
|
authorizationList?: undefined;
|
|
8600
8600
|
chainId?: number | undefined;
|
|
8601
8601
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -8604,8 +8604,8 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8604
8604
|
functionName: string;
|
|
8605
8605
|
args?: readonly unknown[] | undefined;
|
|
8606
8606
|
address: Address;
|
|
8607
|
-
chain?:
|
|
8608
|
-
account?: `0x${string}` |
|
|
8607
|
+
chain?: viem13.Chain | null | undefined;
|
|
8608
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
8609
8609
|
value?: bigint | undefined;
|
|
8610
8610
|
dataSuffix?: `0x${string}` | undefined;
|
|
8611
8611
|
type?: "eip7702" | undefined;
|
|
@@ -8618,9 +8618,9 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8618
8618
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8619
8619
|
maxFeePerGas?: bigint | undefined;
|
|
8620
8620
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
8621
|
-
accessList?:
|
|
8621
|
+
accessList?: viem13.AccessList | undefined;
|
|
8622
8622
|
sidecars?: undefined;
|
|
8623
|
-
authorizationList?:
|
|
8623
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
8624
8624
|
chainId?: number | undefined;
|
|
8625
8625
|
connector?: wagmi0.Connector | undefined;
|
|
8626
8626
|
};
|
|
@@ -8636,7 +8636,7 @@ declare const useWithdrawPremium: (vaultAddr: Address | undefined) => {
|
|
|
8636
8636
|
//#endregion
|
|
8637
8637
|
//#region src/hooks/vault/useCollectedPremium.d.ts
|
|
8638
8638
|
declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Address | undefined) => {
|
|
8639
|
-
error:
|
|
8639
|
+
error: viem13.ReadContractErrorType;
|
|
8640
8640
|
isError: true;
|
|
8641
8641
|
isPending: false;
|
|
8642
8642
|
isLoading: false;
|
|
@@ -8648,7 +8648,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8648
8648
|
dataUpdatedAt: number;
|
|
8649
8649
|
errorUpdatedAt: number;
|
|
8650
8650
|
failureCount: number;
|
|
8651
|
-
failureReason:
|
|
8651
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8652
8652
|
errorUpdateCount: number;
|
|
8653
8653
|
isFetched: boolean;
|
|
8654
8654
|
isFetchedAfterMount: boolean;
|
|
@@ -8658,7 +8658,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8658
8658
|
isRefetching: boolean;
|
|
8659
8659
|
isStale: boolean;
|
|
8660
8660
|
isEnabled: boolean;
|
|
8661
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8661
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8662
8662
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8663
8663
|
promise: Promise<bigint>;
|
|
8664
8664
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8676,7 +8676,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8676
8676
|
dataUpdatedAt: number;
|
|
8677
8677
|
errorUpdatedAt: number;
|
|
8678
8678
|
failureCount: number;
|
|
8679
|
-
failureReason:
|
|
8679
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8680
8680
|
errorUpdateCount: number;
|
|
8681
8681
|
isFetched: boolean;
|
|
8682
8682
|
isFetchedAfterMount: boolean;
|
|
@@ -8686,13 +8686,13 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8686
8686
|
isRefetching: boolean;
|
|
8687
8687
|
isStale: boolean;
|
|
8688
8688
|
isEnabled: boolean;
|
|
8689
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8689
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8690
8690
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8691
8691
|
promise: Promise<bigint>;
|
|
8692
8692
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
8693
8693
|
data: Amount | undefined;
|
|
8694
8694
|
} | {
|
|
8695
|
-
error:
|
|
8695
|
+
error: viem13.ReadContractErrorType;
|
|
8696
8696
|
isError: true;
|
|
8697
8697
|
isPending: false;
|
|
8698
8698
|
isLoading: false;
|
|
@@ -8704,7 +8704,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8704
8704
|
dataUpdatedAt: number;
|
|
8705
8705
|
errorUpdatedAt: number;
|
|
8706
8706
|
failureCount: number;
|
|
8707
|
-
failureReason:
|
|
8707
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8708
8708
|
errorUpdateCount: number;
|
|
8709
8709
|
isFetched: boolean;
|
|
8710
8710
|
isFetchedAfterMount: boolean;
|
|
@@ -8714,7 +8714,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8714
8714
|
isRefetching: boolean;
|
|
8715
8715
|
isStale: boolean;
|
|
8716
8716
|
isEnabled: boolean;
|
|
8717
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8717
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8718
8718
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8719
8719
|
promise: Promise<bigint>;
|
|
8720
8720
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8732,7 +8732,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8732
8732
|
dataUpdatedAt: number;
|
|
8733
8733
|
errorUpdatedAt: number;
|
|
8734
8734
|
failureCount: number;
|
|
8735
|
-
failureReason:
|
|
8735
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8736
8736
|
errorUpdateCount: number;
|
|
8737
8737
|
isFetched: boolean;
|
|
8738
8738
|
isFetchedAfterMount: boolean;
|
|
@@ -8742,7 +8742,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8742
8742
|
isRefetching: boolean;
|
|
8743
8743
|
isStale: boolean;
|
|
8744
8744
|
isEnabled: boolean;
|
|
8745
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8745
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8746
8746
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8747
8747
|
promise: Promise<bigint>;
|
|
8748
8748
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8759,7 +8759,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8759
8759
|
dataUpdatedAt: number;
|
|
8760
8760
|
errorUpdatedAt: number;
|
|
8761
8761
|
failureCount: number;
|
|
8762
|
-
failureReason:
|
|
8762
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8763
8763
|
errorUpdateCount: number;
|
|
8764
8764
|
isFetched: boolean;
|
|
8765
8765
|
isFetchedAfterMount: boolean;
|
|
@@ -8770,7 +8770,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8770
8770
|
isRefetching: boolean;
|
|
8771
8771
|
isStale: boolean;
|
|
8772
8772
|
isEnabled: boolean;
|
|
8773
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8773
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8774
8774
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8775
8775
|
promise: Promise<bigint>;
|
|
8776
8776
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8788,7 +8788,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8788
8788
|
dataUpdatedAt: number;
|
|
8789
8789
|
errorUpdatedAt: number;
|
|
8790
8790
|
failureCount: number;
|
|
8791
|
-
failureReason:
|
|
8791
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8792
8792
|
errorUpdateCount: number;
|
|
8793
8793
|
isFetched: boolean;
|
|
8794
8794
|
isFetchedAfterMount: boolean;
|
|
@@ -8798,7 +8798,7 @@ declare const useCollectedPremium: (vault: Address | undefined, payoutAsset: Add
|
|
|
8798
8798
|
isRefetching: boolean;
|
|
8799
8799
|
isStale: boolean;
|
|
8800
8800
|
isEnabled: boolean;
|
|
8801
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8801
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8802
8802
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8803
8803
|
promise: Promise<bigint>;
|
|
8804
8804
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8815,7 +8815,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
|
|
|
8815
8815
|
//#endregion
|
|
8816
8816
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
8817
8817
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
8818
|
-
error:
|
|
8818
|
+
error: viem13.ReadContractErrorType;
|
|
8819
8819
|
isError: true;
|
|
8820
8820
|
isPending: false;
|
|
8821
8821
|
isLoading: false;
|
|
@@ -8827,7 +8827,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8827
8827
|
dataUpdatedAt: number;
|
|
8828
8828
|
errorUpdatedAt: number;
|
|
8829
8829
|
failureCount: number;
|
|
8830
|
-
failureReason:
|
|
8830
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8831
8831
|
errorUpdateCount: number;
|
|
8832
8832
|
isFetched: boolean;
|
|
8833
8833
|
isFetchedAfterMount: boolean;
|
|
@@ -8837,7 +8837,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8837
8837
|
isRefetching: boolean;
|
|
8838
8838
|
isStale: boolean;
|
|
8839
8839
|
isEnabled: boolean;
|
|
8840
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8840
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8841
8841
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8842
8842
|
promise: Promise<bigint>;
|
|
8843
8843
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8855,7 +8855,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8855
8855
|
dataUpdatedAt: number;
|
|
8856
8856
|
errorUpdatedAt: number;
|
|
8857
8857
|
failureCount: number;
|
|
8858
|
-
failureReason:
|
|
8858
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8859
8859
|
errorUpdateCount: number;
|
|
8860
8860
|
isFetched: boolean;
|
|
8861
8861
|
isFetchedAfterMount: boolean;
|
|
@@ -8865,13 +8865,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8865
8865
|
isRefetching: boolean;
|
|
8866
8866
|
isStale: boolean;
|
|
8867
8867
|
isEnabled: boolean;
|
|
8868
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8868
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8869
8869
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8870
8870
|
promise: Promise<bigint>;
|
|
8871
8871
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
8872
8872
|
data: Amount | undefined;
|
|
8873
8873
|
} | {
|
|
8874
|
-
error:
|
|
8874
|
+
error: viem13.ReadContractErrorType;
|
|
8875
8875
|
isError: true;
|
|
8876
8876
|
isPending: false;
|
|
8877
8877
|
isLoading: false;
|
|
@@ -8883,7 +8883,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8883
8883
|
dataUpdatedAt: number;
|
|
8884
8884
|
errorUpdatedAt: number;
|
|
8885
8885
|
failureCount: number;
|
|
8886
|
-
failureReason:
|
|
8886
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8887
8887
|
errorUpdateCount: number;
|
|
8888
8888
|
isFetched: boolean;
|
|
8889
8889
|
isFetchedAfterMount: boolean;
|
|
@@ -8893,7 +8893,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8893
8893
|
isRefetching: boolean;
|
|
8894
8894
|
isStale: boolean;
|
|
8895
8895
|
isEnabled: boolean;
|
|
8896
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8896
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8897
8897
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8898
8898
|
promise: Promise<bigint>;
|
|
8899
8899
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8911,7 +8911,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8911
8911
|
dataUpdatedAt: number;
|
|
8912
8912
|
errorUpdatedAt: number;
|
|
8913
8913
|
failureCount: number;
|
|
8914
|
-
failureReason:
|
|
8914
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8915
8915
|
errorUpdateCount: number;
|
|
8916
8916
|
isFetched: boolean;
|
|
8917
8917
|
isFetchedAfterMount: boolean;
|
|
@@ -8921,7 +8921,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8921
8921
|
isRefetching: boolean;
|
|
8922
8922
|
isStale: boolean;
|
|
8923
8923
|
isEnabled: boolean;
|
|
8924
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8924
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8925
8925
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8926
8926
|
promise: Promise<bigint>;
|
|
8927
8927
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8938,7 +8938,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8938
8938
|
dataUpdatedAt: number;
|
|
8939
8939
|
errorUpdatedAt: number;
|
|
8940
8940
|
failureCount: number;
|
|
8941
|
-
failureReason:
|
|
8941
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8942
8942
|
errorUpdateCount: number;
|
|
8943
8943
|
isFetched: boolean;
|
|
8944
8944
|
isFetchedAfterMount: boolean;
|
|
@@ -8949,7 +8949,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8949
8949
|
isRefetching: boolean;
|
|
8950
8950
|
isStale: boolean;
|
|
8951
8951
|
isEnabled: boolean;
|
|
8952
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8952
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8953
8953
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8954
8954
|
promise: Promise<bigint>;
|
|
8955
8955
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -8967,7 +8967,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8967
8967
|
dataUpdatedAt: number;
|
|
8968
8968
|
errorUpdatedAt: number;
|
|
8969
8969
|
failureCount: number;
|
|
8970
|
-
failureReason:
|
|
8970
|
+
failureReason: viem13.ReadContractErrorType | null;
|
|
8971
8971
|
errorUpdateCount: number;
|
|
8972
8972
|
isFetched: boolean;
|
|
8973
8973
|
isFetchedAfterMount: boolean;
|
|
@@ -8977,7 +8977,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
8977
8977
|
isRefetching: boolean;
|
|
8978
8978
|
isStale: boolean;
|
|
8979
8979
|
isEnabled: boolean;
|
|
8980
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
8980
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem13.ReadContractErrorType>>;
|
|
8981
8981
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
8982
8982
|
promise: Promise<bigint>;
|
|
8983
8983
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -9018,8 +9018,8 @@ declare const useApproval: () => {
|
|
|
9018
9018
|
functionName: string;
|
|
9019
9019
|
args?: readonly unknown[] | undefined;
|
|
9020
9020
|
address: Address;
|
|
9021
|
-
chain?:
|
|
9022
|
-
account?: `0x${string}` |
|
|
9021
|
+
chain?: viem13.Chain | null | undefined;
|
|
9022
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9023
9023
|
value?: bigint | undefined;
|
|
9024
9024
|
dataSuffix?: `0x${string}` | undefined;
|
|
9025
9025
|
type?: "legacy" | undefined;
|
|
@@ -9042,8 +9042,8 @@ declare const useApproval: () => {
|
|
|
9042
9042
|
functionName: string;
|
|
9043
9043
|
args?: readonly unknown[] | undefined;
|
|
9044
9044
|
address: Address;
|
|
9045
|
-
chain?:
|
|
9046
|
-
account?: `0x${string}` |
|
|
9045
|
+
chain?: viem13.Chain | null | undefined;
|
|
9046
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9047
9047
|
value?: bigint | undefined;
|
|
9048
9048
|
dataSuffix?: `0x${string}` | undefined;
|
|
9049
9049
|
type?: "eip2930" | undefined;
|
|
@@ -9056,7 +9056,7 @@ declare const useApproval: () => {
|
|
|
9056
9056
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9057
9057
|
maxFeePerGas?: undefined | undefined;
|
|
9058
9058
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
9059
|
-
accessList?:
|
|
9059
|
+
accessList?: viem13.AccessList | undefined;
|
|
9060
9060
|
sidecars?: undefined;
|
|
9061
9061
|
authorizationList?: undefined;
|
|
9062
9062
|
chainId?: number | undefined;
|
|
@@ -9066,8 +9066,8 @@ declare const useApproval: () => {
|
|
|
9066
9066
|
functionName: string;
|
|
9067
9067
|
args?: readonly unknown[] | undefined;
|
|
9068
9068
|
address: Address;
|
|
9069
|
-
chain?:
|
|
9070
|
-
account?: `0x${string}` |
|
|
9069
|
+
chain?: viem13.Chain | null | undefined;
|
|
9070
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9071
9071
|
value?: bigint | undefined;
|
|
9072
9072
|
dataSuffix?: `0x${string}` | undefined;
|
|
9073
9073
|
type?: "eip1559" | undefined;
|
|
@@ -9080,7 +9080,7 @@ declare const useApproval: () => {
|
|
|
9080
9080
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9081
9081
|
maxFeePerGas?: bigint | undefined;
|
|
9082
9082
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9083
|
-
accessList?:
|
|
9083
|
+
accessList?: viem13.AccessList | undefined;
|
|
9084
9084
|
sidecars?: undefined;
|
|
9085
9085
|
authorizationList?: undefined;
|
|
9086
9086
|
chainId?: number | undefined;
|
|
@@ -9090,22 +9090,22 @@ declare const useApproval: () => {
|
|
|
9090
9090
|
functionName: string;
|
|
9091
9091
|
args?: readonly unknown[] | undefined;
|
|
9092
9092
|
address: Address;
|
|
9093
|
-
chain?:
|
|
9094
|
-
account?: `0x${string}` |
|
|
9093
|
+
chain?: viem13.Chain | null | undefined;
|
|
9094
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9095
9095
|
value?: bigint | undefined;
|
|
9096
9096
|
dataSuffix?: `0x${string}` | undefined;
|
|
9097
9097
|
type?: "eip4844" | undefined;
|
|
9098
9098
|
gas?: bigint | undefined;
|
|
9099
9099
|
nonce?: number | undefined;
|
|
9100
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
9101
|
-
blobVersionedHashes: readonly
|
|
9100
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
9101
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
9102
9102
|
kzg?: undefined;
|
|
9103
9103
|
gasPrice?: undefined | undefined;
|
|
9104
9104
|
maxFeePerBlobGas?: bigint | undefined;
|
|
9105
9105
|
maxFeePerGas?: bigint | undefined;
|
|
9106
9106
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9107
|
-
accessList?:
|
|
9108
|
-
sidecars?: readonly
|
|
9107
|
+
accessList?: viem13.AccessList | undefined;
|
|
9108
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
9109
9109
|
authorizationList?: undefined;
|
|
9110
9110
|
chainId?: number | undefined;
|
|
9111
9111
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -9114,22 +9114,22 @@ declare const useApproval: () => {
|
|
|
9114
9114
|
functionName: string;
|
|
9115
9115
|
args?: readonly unknown[] | undefined;
|
|
9116
9116
|
address: Address;
|
|
9117
|
-
chain?:
|
|
9118
|
-
account?: `0x${string}` |
|
|
9117
|
+
chain?: viem13.Chain | null | undefined;
|
|
9118
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9119
9119
|
value?: bigint | undefined;
|
|
9120
9120
|
dataSuffix?: `0x${string}` | undefined;
|
|
9121
9121
|
type?: "eip4844" | undefined;
|
|
9122
9122
|
gas?: bigint | undefined;
|
|
9123
9123
|
nonce?: number | undefined;
|
|
9124
|
-
blobs: readonly
|
|
9124
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
9125
9125
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
9126
|
-
kzg?:
|
|
9126
|
+
kzg?: viem13.Kzg | undefined;
|
|
9127
9127
|
gasPrice?: undefined | undefined;
|
|
9128
9128
|
maxFeePerBlobGas?: bigint | undefined;
|
|
9129
9129
|
maxFeePerGas?: bigint | undefined;
|
|
9130
9130
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9131
|
-
accessList?:
|
|
9132
|
-
sidecars?: readonly
|
|
9131
|
+
accessList?: viem13.AccessList | undefined;
|
|
9132
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
9133
9133
|
authorizationList?: undefined;
|
|
9134
9134
|
chainId?: number | undefined;
|
|
9135
9135
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -9138,8 +9138,8 @@ declare const useApproval: () => {
|
|
|
9138
9138
|
functionName: string;
|
|
9139
9139
|
args?: readonly unknown[] | undefined;
|
|
9140
9140
|
address: Address;
|
|
9141
|
-
chain?:
|
|
9142
|
-
account?: `0x${string}` |
|
|
9141
|
+
chain?: viem13.Chain | null | undefined;
|
|
9142
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9143
9143
|
value?: bigint | undefined;
|
|
9144
9144
|
dataSuffix?: `0x${string}` | undefined;
|
|
9145
9145
|
type?: "eip7702" | undefined;
|
|
@@ -9152,9 +9152,9 @@ declare const useApproval: () => {
|
|
|
9152
9152
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9153
9153
|
maxFeePerGas?: bigint | undefined;
|
|
9154
9154
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9155
|
-
accessList?:
|
|
9155
|
+
accessList?: viem13.AccessList | undefined;
|
|
9156
9156
|
sidecars?: undefined;
|
|
9157
|
-
authorizationList?:
|
|
9157
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
9158
9158
|
chainId?: number | undefined;
|
|
9159
9159
|
connector?: wagmi0.Connector | undefined;
|
|
9160
9160
|
};
|
|
@@ -9181,8 +9181,8 @@ declare const useApproval: () => {
|
|
|
9181
9181
|
functionName: string;
|
|
9182
9182
|
args?: readonly unknown[] | undefined;
|
|
9183
9183
|
address: Address;
|
|
9184
|
-
chain?:
|
|
9185
|
-
account?: `0x${string}` |
|
|
9184
|
+
chain?: viem13.Chain | null | undefined;
|
|
9185
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9186
9186
|
value?: bigint | undefined;
|
|
9187
9187
|
dataSuffix?: `0x${string}` | undefined;
|
|
9188
9188
|
type?: "legacy" | undefined;
|
|
@@ -9205,8 +9205,8 @@ declare const useApproval: () => {
|
|
|
9205
9205
|
functionName: string;
|
|
9206
9206
|
args?: readonly unknown[] | undefined;
|
|
9207
9207
|
address: Address;
|
|
9208
|
-
chain?:
|
|
9209
|
-
account?: `0x${string}` |
|
|
9208
|
+
chain?: viem13.Chain | null | undefined;
|
|
9209
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9210
9210
|
value?: bigint | undefined;
|
|
9211
9211
|
dataSuffix?: `0x${string}` | undefined;
|
|
9212
9212
|
type?: "eip2930" | undefined;
|
|
@@ -9219,7 +9219,7 @@ declare const useApproval: () => {
|
|
|
9219
9219
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9220
9220
|
maxFeePerGas?: undefined | undefined;
|
|
9221
9221
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
9222
|
-
accessList?:
|
|
9222
|
+
accessList?: viem13.AccessList | undefined;
|
|
9223
9223
|
sidecars?: undefined;
|
|
9224
9224
|
authorizationList?: undefined;
|
|
9225
9225
|
chainId?: number | undefined;
|
|
@@ -9229,8 +9229,8 @@ declare const useApproval: () => {
|
|
|
9229
9229
|
functionName: string;
|
|
9230
9230
|
args?: readonly unknown[] | undefined;
|
|
9231
9231
|
address: Address;
|
|
9232
|
-
chain?:
|
|
9233
|
-
account?: `0x${string}` |
|
|
9232
|
+
chain?: viem13.Chain | null | undefined;
|
|
9233
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9234
9234
|
value?: bigint | undefined;
|
|
9235
9235
|
dataSuffix?: `0x${string}` | undefined;
|
|
9236
9236
|
type?: "eip1559" | undefined;
|
|
@@ -9243,7 +9243,7 @@ declare const useApproval: () => {
|
|
|
9243
9243
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9244
9244
|
maxFeePerGas?: bigint | undefined;
|
|
9245
9245
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9246
|
-
accessList?:
|
|
9246
|
+
accessList?: viem13.AccessList | undefined;
|
|
9247
9247
|
sidecars?: undefined;
|
|
9248
9248
|
authorizationList?: undefined;
|
|
9249
9249
|
chainId?: number | undefined;
|
|
@@ -9253,22 +9253,22 @@ declare const useApproval: () => {
|
|
|
9253
9253
|
functionName: string;
|
|
9254
9254
|
args?: readonly unknown[] | undefined;
|
|
9255
9255
|
address: Address;
|
|
9256
|
-
chain?:
|
|
9257
|
-
account?: `0x${string}` |
|
|
9256
|
+
chain?: viem13.Chain | null | undefined;
|
|
9257
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9258
9258
|
value?: bigint | undefined;
|
|
9259
9259
|
dataSuffix?: `0x${string}` | undefined;
|
|
9260
9260
|
type?: "eip4844" | undefined;
|
|
9261
9261
|
gas?: bigint | undefined;
|
|
9262
9262
|
nonce?: number | undefined;
|
|
9263
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
9264
|
-
blobVersionedHashes: readonly
|
|
9263
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
9264
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
9265
9265
|
kzg?: undefined;
|
|
9266
9266
|
gasPrice?: undefined | undefined;
|
|
9267
9267
|
maxFeePerBlobGas?: bigint | undefined;
|
|
9268
9268
|
maxFeePerGas?: bigint | undefined;
|
|
9269
9269
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9270
|
-
accessList?:
|
|
9271
|
-
sidecars?: readonly
|
|
9270
|
+
accessList?: viem13.AccessList | undefined;
|
|
9271
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
9272
9272
|
authorizationList?: undefined;
|
|
9273
9273
|
chainId?: number | undefined;
|
|
9274
9274
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -9277,22 +9277,22 @@ declare const useApproval: () => {
|
|
|
9277
9277
|
functionName: string;
|
|
9278
9278
|
args?: readonly unknown[] | undefined;
|
|
9279
9279
|
address: Address;
|
|
9280
|
-
chain?:
|
|
9281
|
-
account?: `0x${string}` |
|
|
9280
|
+
chain?: viem13.Chain | null | undefined;
|
|
9281
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9282
9282
|
value?: bigint | undefined;
|
|
9283
9283
|
dataSuffix?: `0x${string}` | undefined;
|
|
9284
9284
|
type?: "eip4844" | undefined;
|
|
9285
9285
|
gas?: bigint | undefined;
|
|
9286
9286
|
nonce?: number | undefined;
|
|
9287
|
-
blobs: readonly
|
|
9287
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
9288
9288
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
9289
|
-
kzg?:
|
|
9289
|
+
kzg?: viem13.Kzg | undefined;
|
|
9290
9290
|
gasPrice?: undefined | undefined;
|
|
9291
9291
|
maxFeePerBlobGas?: bigint | undefined;
|
|
9292
9292
|
maxFeePerGas?: bigint | undefined;
|
|
9293
9293
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9294
|
-
accessList?:
|
|
9295
|
-
sidecars?: readonly
|
|
9294
|
+
accessList?: viem13.AccessList | undefined;
|
|
9295
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
9296
9296
|
authorizationList?: undefined;
|
|
9297
9297
|
chainId?: number | undefined;
|
|
9298
9298
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -9301,8 +9301,8 @@ declare const useApproval: () => {
|
|
|
9301
9301
|
functionName: string;
|
|
9302
9302
|
args?: readonly unknown[] | undefined;
|
|
9303
9303
|
address: Address;
|
|
9304
|
-
chain?:
|
|
9305
|
-
account?: `0x${string}` |
|
|
9304
|
+
chain?: viem13.Chain | null | undefined;
|
|
9305
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9306
9306
|
value?: bigint | undefined;
|
|
9307
9307
|
dataSuffix?: `0x${string}` | undefined;
|
|
9308
9308
|
type?: "eip7702" | undefined;
|
|
@@ -9315,9 +9315,9 @@ declare const useApproval: () => {
|
|
|
9315
9315
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9316
9316
|
maxFeePerGas?: bigint | undefined;
|
|
9317
9317
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9318
|
-
accessList?:
|
|
9318
|
+
accessList?: viem13.AccessList | undefined;
|
|
9319
9319
|
sidecars?: undefined;
|
|
9320
|
-
authorizationList?:
|
|
9320
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
9321
9321
|
chainId?: number | undefined;
|
|
9322
9322
|
connector?: wagmi0.Connector | undefined;
|
|
9323
9323
|
};
|
|
@@ -9344,8 +9344,8 @@ declare const useApproval: () => {
|
|
|
9344
9344
|
functionName: string;
|
|
9345
9345
|
args?: readonly unknown[] | undefined;
|
|
9346
9346
|
address: Address;
|
|
9347
|
-
chain?:
|
|
9348
|
-
account?: `0x${string}` |
|
|
9347
|
+
chain?: viem13.Chain | null | undefined;
|
|
9348
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9349
9349
|
value?: bigint | undefined;
|
|
9350
9350
|
dataSuffix?: `0x${string}` | undefined;
|
|
9351
9351
|
type?: "legacy" | undefined;
|
|
@@ -9368,8 +9368,8 @@ declare const useApproval: () => {
|
|
|
9368
9368
|
functionName: string;
|
|
9369
9369
|
args?: readonly unknown[] | undefined;
|
|
9370
9370
|
address: Address;
|
|
9371
|
-
chain?:
|
|
9372
|
-
account?: `0x${string}` |
|
|
9371
|
+
chain?: viem13.Chain | null | undefined;
|
|
9372
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9373
9373
|
value?: bigint | undefined;
|
|
9374
9374
|
dataSuffix?: `0x${string}` | undefined;
|
|
9375
9375
|
type?: "eip2930" | undefined;
|
|
@@ -9382,7 +9382,7 @@ declare const useApproval: () => {
|
|
|
9382
9382
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9383
9383
|
maxFeePerGas?: undefined | undefined;
|
|
9384
9384
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
9385
|
-
accessList?:
|
|
9385
|
+
accessList?: viem13.AccessList | undefined;
|
|
9386
9386
|
sidecars?: undefined;
|
|
9387
9387
|
authorizationList?: undefined;
|
|
9388
9388
|
chainId?: number | undefined;
|
|
@@ -9392,8 +9392,8 @@ declare const useApproval: () => {
|
|
|
9392
9392
|
functionName: string;
|
|
9393
9393
|
args?: readonly unknown[] | undefined;
|
|
9394
9394
|
address: Address;
|
|
9395
|
-
chain?:
|
|
9396
|
-
account?: `0x${string}` |
|
|
9395
|
+
chain?: viem13.Chain | null | undefined;
|
|
9396
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9397
9397
|
value?: bigint | undefined;
|
|
9398
9398
|
dataSuffix?: `0x${string}` | undefined;
|
|
9399
9399
|
type?: "eip1559" | undefined;
|
|
@@ -9406,7 +9406,7 @@ declare const useApproval: () => {
|
|
|
9406
9406
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9407
9407
|
maxFeePerGas?: bigint | undefined;
|
|
9408
9408
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9409
|
-
accessList?:
|
|
9409
|
+
accessList?: viem13.AccessList | undefined;
|
|
9410
9410
|
sidecars?: undefined;
|
|
9411
9411
|
authorizationList?: undefined;
|
|
9412
9412
|
chainId?: number | undefined;
|
|
@@ -9416,22 +9416,22 @@ declare const useApproval: () => {
|
|
|
9416
9416
|
functionName: string;
|
|
9417
9417
|
args?: readonly unknown[] | undefined;
|
|
9418
9418
|
address: Address;
|
|
9419
|
-
chain?:
|
|
9420
|
-
account?: `0x${string}` |
|
|
9419
|
+
chain?: viem13.Chain | null | undefined;
|
|
9420
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9421
9421
|
value?: bigint | undefined;
|
|
9422
9422
|
dataSuffix?: `0x${string}` | undefined;
|
|
9423
9423
|
type?: "eip4844" | undefined;
|
|
9424
9424
|
gas?: bigint | undefined;
|
|
9425
9425
|
nonce?: number | undefined;
|
|
9426
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
9427
|
-
blobVersionedHashes: readonly
|
|
9426
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
9427
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
9428
9428
|
kzg?: undefined;
|
|
9429
9429
|
gasPrice?: undefined | undefined;
|
|
9430
9430
|
maxFeePerBlobGas?: bigint | undefined;
|
|
9431
9431
|
maxFeePerGas?: bigint | undefined;
|
|
9432
9432
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9433
|
-
accessList?:
|
|
9434
|
-
sidecars?: readonly
|
|
9433
|
+
accessList?: viem13.AccessList | undefined;
|
|
9434
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
9435
9435
|
authorizationList?: undefined;
|
|
9436
9436
|
chainId?: number | undefined;
|
|
9437
9437
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -9440,22 +9440,22 @@ declare const useApproval: () => {
|
|
|
9440
9440
|
functionName: string;
|
|
9441
9441
|
args?: readonly unknown[] | undefined;
|
|
9442
9442
|
address: Address;
|
|
9443
|
-
chain?:
|
|
9444
|
-
account?: `0x${string}` |
|
|
9443
|
+
chain?: viem13.Chain | null | undefined;
|
|
9444
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9445
9445
|
value?: bigint | undefined;
|
|
9446
9446
|
dataSuffix?: `0x${string}` | undefined;
|
|
9447
9447
|
type?: "eip4844" | undefined;
|
|
9448
9448
|
gas?: bigint | undefined;
|
|
9449
9449
|
nonce?: number | undefined;
|
|
9450
|
-
blobs: readonly
|
|
9450
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
9451
9451
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
9452
|
-
kzg?:
|
|
9452
|
+
kzg?: viem13.Kzg | undefined;
|
|
9453
9453
|
gasPrice?: undefined | undefined;
|
|
9454
9454
|
maxFeePerBlobGas?: bigint | undefined;
|
|
9455
9455
|
maxFeePerGas?: bigint | undefined;
|
|
9456
9456
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9457
|
-
accessList?:
|
|
9458
|
-
sidecars?: readonly
|
|
9457
|
+
accessList?: viem13.AccessList | undefined;
|
|
9458
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
9459
9459
|
authorizationList?: undefined;
|
|
9460
9460
|
chainId?: number | undefined;
|
|
9461
9461
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -9464,8 +9464,8 @@ declare const useApproval: () => {
|
|
|
9464
9464
|
functionName: string;
|
|
9465
9465
|
args?: readonly unknown[] | undefined;
|
|
9466
9466
|
address: Address;
|
|
9467
|
-
chain?:
|
|
9468
|
-
account?: `0x${string}` |
|
|
9467
|
+
chain?: viem13.Chain | null | undefined;
|
|
9468
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
9469
9469
|
value?: bigint | undefined;
|
|
9470
9470
|
dataSuffix?: `0x${string}` | undefined;
|
|
9471
9471
|
type?: "eip7702" | undefined;
|
|
@@ -9478,9 +9478,9 @@ declare const useApproval: () => {
|
|
|
9478
9478
|
maxFeePerBlobGas?: undefined | undefined;
|
|
9479
9479
|
maxFeePerGas?: bigint | undefined;
|
|
9480
9480
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
9481
|
-
accessList?:
|
|
9481
|
+
accessList?: viem13.AccessList | undefined;
|
|
9482
9482
|
sidecars?: undefined;
|
|
9483
|
-
authorizationList?:
|
|
9483
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
9484
9484
|
chainId?: number | undefined;
|
|
9485
9485
|
connector?: wagmi0.Connector | undefined;
|
|
9486
9486
|
};
|
|
@@ -11065,8 +11065,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11065
11065
|
functionName: string;
|
|
11066
11066
|
args?: readonly unknown[] | undefined;
|
|
11067
11067
|
address: Address;
|
|
11068
|
-
chain?:
|
|
11069
|
-
account?: `0x${string}` |
|
|
11068
|
+
chain?: viem13.Chain | null | undefined;
|
|
11069
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11070
11070
|
value?: bigint | undefined;
|
|
11071
11071
|
dataSuffix?: `0x${string}` | undefined;
|
|
11072
11072
|
type?: "legacy" | undefined;
|
|
@@ -11089,8 +11089,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11089
11089
|
functionName: string;
|
|
11090
11090
|
args?: readonly unknown[] | undefined;
|
|
11091
11091
|
address: Address;
|
|
11092
|
-
chain?:
|
|
11093
|
-
account?: `0x${string}` |
|
|
11092
|
+
chain?: viem13.Chain | null | undefined;
|
|
11093
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11094
11094
|
value?: bigint | undefined;
|
|
11095
11095
|
dataSuffix?: `0x${string}` | undefined;
|
|
11096
11096
|
type?: "eip2930" | undefined;
|
|
@@ -11103,7 +11103,7 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11103
11103
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11104
11104
|
maxFeePerGas?: undefined | undefined;
|
|
11105
11105
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
11106
|
-
accessList?:
|
|
11106
|
+
accessList?: viem13.AccessList | undefined;
|
|
11107
11107
|
sidecars?: undefined;
|
|
11108
11108
|
authorizationList?: undefined;
|
|
11109
11109
|
chainId?: number | undefined;
|
|
@@ -11113,8 +11113,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11113
11113
|
functionName: string;
|
|
11114
11114
|
args?: readonly unknown[] | undefined;
|
|
11115
11115
|
address: Address;
|
|
11116
|
-
chain?:
|
|
11117
|
-
account?: `0x${string}` |
|
|
11116
|
+
chain?: viem13.Chain | null | undefined;
|
|
11117
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11118
11118
|
value?: bigint | undefined;
|
|
11119
11119
|
dataSuffix?: `0x${string}` | undefined;
|
|
11120
11120
|
type?: "eip1559" | undefined;
|
|
@@ -11127,7 +11127,7 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11127
11127
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11128
11128
|
maxFeePerGas?: bigint | undefined;
|
|
11129
11129
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11130
|
-
accessList?:
|
|
11130
|
+
accessList?: viem13.AccessList | undefined;
|
|
11131
11131
|
sidecars?: undefined;
|
|
11132
11132
|
authorizationList?: undefined;
|
|
11133
11133
|
chainId?: number | undefined;
|
|
@@ -11137,22 +11137,22 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11137
11137
|
functionName: string;
|
|
11138
11138
|
args?: readonly unknown[] | undefined;
|
|
11139
11139
|
address: Address;
|
|
11140
|
-
chain?:
|
|
11141
|
-
account?: `0x${string}` |
|
|
11140
|
+
chain?: viem13.Chain | null | undefined;
|
|
11141
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11142
11142
|
value?: bigint | undefined;
|
|
11143
11143
|
dataSuffix?: `0x${string}` | undefined;
|
|
11144
11144
|
type?: "eip4844" | undefined;
|
|
11145
11145
|
gas?: bigint | undefined;
|
|
11146
11146
|
nonce?: number | undefined;
|
|
11147
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
11148
|
-
blobVersionedHashes: readonly
|
|
11147
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
11148
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
11149
11149
|
kzg?: undefined;
|
|
11150
11150
|
gasPrice?: undefined | undefined;
|
|
11151
11151
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11152
11152
|
maxFeePerGas?: bigint | undefined;
|
|
11153
11153
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11154
|
-
accessList?:
|
|
11155
|
-
sidecars?: readonly
|
|
11154
|
+
accessList?: viem13.AccessList | undefined;
|
|
11155
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11156
11156
|
authorizationList?: undefined;
|
|
11157
11157
|
chainId?: number | undefined;
|
|
11158
11158
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11161,22 +11161,22 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11161
11161
|
functionName: string;
|
|
11162
11162
|
args?: readonly unknown[] | undefined;
|
|
11163
11163
|
address: Address;
|
|
11164
|
-
chain?:
|
|
11165
|
-
account?: `0x${string}` |
|
|
11164
|
+
chain?: viem13.Chain | null | undefined;
|
|
11165
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11166
11166
|
value?: bigint | undefined;
|
|
11167
11167
|
dataSuffix?: `0x${string}` | undefined;
|
|
11168
11168
|
type?: "eip4844" | undefined;
|
|
11169
11169
|
gas?: bigint | undefined;
|
|
11170
11170
|
nonce?: number | undefined;
|
|
11171
|
-
blobs: readonly
|
|
11171
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
11172
11172
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
11173
|
-
kzg?:
|
|
11173
|
+
kzg?: viem13.Kzg | undefined;
|
|
11174
11174
|
gasPrice?: undefined | undefined;
|
|
11175
11175
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11176
11176
|
maxFeePerGas?: bigint | undefined;
|
|
11177
11177
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11178
|
-
accessList?:
|
|
11179
|
-
sidecars?: readonly
|
|
11178
|
+
accessList?: viem13.AccessList | undefined;
|
|
11179
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11180
11180
|
authorizationList?: undefined;
|
|
11181
11181
|
chainId?: number | undefined;
|
|
11182
11182
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11185,8 +11185,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11185
11185
|
functionName: string;
|
|
11186
11186
|
args?: readonly unknown[] | undefined;
|
|
11187
11187
|
address: Address;
|
|
11188
|
-
chain?:
|
|
11189
|
-
account?: `0x${string}` |
|
|
11188
|
+
chain?: viem13.Chain | null | undefined;
|
|
11189
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11190
11190
|
value?: bigint | undefined;
|
|
11191
11191
|
dataSuffix?: `0x${string}` | undefined;
|
|
11192
11192
|
type?: "eip7702" | undefined;
|
|
@@ -11199,9 +11199,9 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11199
11199
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11200
11200
|
maxFeePerGas?: bigint | undefined;
|
|
11201
11201
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11202
|
-
accessList?:
|
|
11202
|
+
accessList?: viem13.AccessList | undefined;
|
|
11203
11203
|
sidecars?: undefined;
|
|
11204
|
-
authorizationList?:
|
|
11204
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
11205
11205
|
chainId?: number | undefined;
|
|
11206
11206
|
connector?: wagmi0.Connector | undefined;
|
|
11207
11207
|
};
|
|
@@ -11228,8 +11228,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11228
11228
|
functionName: string;
|
|
11229
11229
|
args?: readonly unknown[] | undefined;
|
|
11230
11230
|
address: Address;
|
|
11231
|
-
chain?:
|
|
11232
|
-
account?: `0x${string}` |
|
|
11231
|
+
chain?: viem13.Chain | null | undefined;
|
|
11232
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11233
11233
|
value?: bigint | undefined;
|
|
11234
11234
|
dataSuffix?: `0x${string}` | undefined;
|
|
11235
11235
|
type?: "legacy" | undefined;
|
|
@@ -11252,8 +11252,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11252
11252
|
functionName: string;
|
|
11253
11253
|
args?: readonly unknown[] | undefined;
|
|
11254
11254
|
address: Address;
|
|
11255
|
-
chain?:
|
|
11256
|
-
account?: `0x${string}` |
|
|
11255
|
+
chain?: viem13.Chain | null | undefined;
|
|
11256
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11257
11257
|
value?: bigint | undefined;
|
|
11258
11258
|
dataSuffix?: `0x${string}` | undefined;
|
|
11259
11259
|
type?: "eip2930" | undefined;
|
|
@@ -11266,7 +11266,7 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11266
11266
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11267
11267
|
maxFeePerGas?: undefined | undefined;
|
|
11268
11268
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
11269
|
-
accessList?:
|
|
11269
|
+
accessList?: viem13.AccessList | undefined;
|
|
11270
11270
|
sidecars?: undefined;
|
|
11271
11271
|
authorizationList?: undefined;
|
|
11272
11272
|
chainId?: number | undefined;
|
|
@@ -11276,8 +11276,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11276
11276
|
functionName: string;
|
|
11277
11277
|
args?: readonly unknown[] | undefined;
|
|
11278
11278
|
address: Address;
|
|
11279
|
-
chain?:
|
|
11280
|
-
account?: `0x${string}` |
|
|
11279
|
+
chain?: viem13.Chain | null | undefined;
|
|
11280
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11281
11281
|
value?: bigint | undefined;
|
|
11282
11282
|
dataSuffix?: `0x${string}` | undefined;
|
|
11283
11283
|
type?: "eip1559" | undefined;
|
|
@@ -11290,7 +11290,7 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11290
11290
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11291
11291
|
maxFeePerGas?: bigint | undefined;
|
|
11292
11292
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11293
|
-
accessList?:
|
|
11293
|
+
accessList?: viem13.AccessList | undefined;
|
|
11294
11294
|
sidecars?: undefined;
|
|
11295
11295
|
authorizationList?: undefined;
|
|
11296
11296
|
chainId?: number | undefined;
|
|
@@ -11300,22 +11300,22 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11300
11300
|
functionName: string;
|
|
11301
11301
|
args?: readonly unknown[] | undefined;
|
|
11302
11302
|
address: Address;
|
|
11303
|
-
chain?:
|
|
11304
|
-
account?: `0x${string}` |
|
|
11303
|
+
chain?: viem13.Chain | null | undefined;
|
|
11304
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11305
11305
|
value?: bigint | undefined;
|
|
11306
11306
|
dataSuffix?: `0x${string}` | undefined;
|
|
11307
11307
|
type?: "eip4844" | undefined;
|
|
11308
11308
|
gas?: bigint | undefined;
|
|
11309
11309
|
nonce?: number | undefined;
|
|
11310
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
11311
|
-
blobVersionedHashes: readonly
|
|
11310
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
11311
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
11312
11312
|
kzg?: undefined;
|
|
11313
11313
|
gasPrice?: undefined | undefined;
|
|
11314
11314
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11315
11315
|
maxFeePerGas?: bigint | undefined;
|
|
11316
11316
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11317
|
-
accessList?:
|
|
11318
|
-
sidecars?: readonly
|
|
11317
|
+
accessList?: viem13.AccessList | undefined;
|
|
11318
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11319
11319
|
authorizationList?: undefined;
|
|
11320
11320
|
chainId?: number | undefined;
|
|
11321
11321
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11324,22 +11324,22 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11324
11324
|
functionName: string;
|
|
11325
11325
|
args?: readonly unknown[] | undefined;
|
|
11326
11326
|
address: Address;
|
|
11327
|
-
chain?:
|
|
11328
|
-
account?: `0x${string}` |
|
|
11327
|
+
chain?: viem13.Chain | null | undefined;
|
|
11328
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11329
11329
|
value?: bigint | undefined;
|
|
11330
11330
|
dataSuffix?: `0x${string}` | undefined;
|
|
11331
11331
|
type?: "eip4844" | undefined;
|
|
11332
11332
|
gas?: bigint | undefined;
|
|
11333
11333
|
nonce?: number | undefined;
|
|
11334
|
-
blobs: readonly
|
|
11334
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
11335
11335
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
11336
|
-
kzg?:
|
|
11336
|
+
kzg?: viem13.Kzg | undefined;
|
|
11337
11337
|
gasPrice?: undefined | undefined;
|
|
11338
11338
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11339
11339
|
maxFeePerGas?: bigint | undefined;
|
|
11340
11340
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11341
|
-
accessList?:
|
|
11342
|
-
sidecars?: readonly
|
|
11341
|
+
accessList?: viem13.AccessList | undefined;
|
|
11342
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11343
11343
|
authorizationList?: undefined;
|
|
11344
11344
|
chainId?: number | undefined;
|
|
11345
11345
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11348,8 +11348,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11348
11348
|
functionName: string;
|
|
11349
11349
|
args?: readonly unknown[] | undefined;
|
|
11350
11350
|
address: Address;
|
|
11351
|
-
chain?:
|
|
11352
|
-
account?: `0x${string}` |
|
|
11351
|
+
chain?: viem13.Chain | null | undefined;
|
|
11352
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11353
11353
|
value?: bigint | undefined;
|
|
11354
11354
|
dataSuffix?: `0x${string}` | undefined;
|
|
11355
11355
|
type?: "eip7702" | undefined;
|
|
@@ -11362,9 +11362,9 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11362
11362
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11363
11363
|
maxFeePerGas?: bigint | undefined;
|
|
11364
11364
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11365
|
-
accessList?:
|
|
11365
|
+
accessList?: viem13.AccessList | undefined;
|
|
11366
11366
|
sidecars?: undefined;
|
|
11367
|
-
authorizationList?:
|
|
11367
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
11368
11368
|
chainId?: number | undefined;
|
|
11369
11369
|
connector?: wagmi0.Connector | undefined;
|
|
11370
11370
|
};
|
|
@@ -11391,8 +11391,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11391
11391
|
functionName: string;
|
|
11392
11392
|
args?: readonly unknown[] | undefined;
|
|
11393
11393
|
address: Address;
|
|
11394
|
-
chain?:
|
|
11395
|
-
account?: `0x${string}` |
|
|
11394
|
+
chain?: viem13.Chain | null | undefined;
|
|
11395
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11396
11396
|
value?: bigint | undefined;
|
|
11397
11397
|
dataSuffix?: `0x${string}` | undefined;
|
|
11398
11398
|
type?: "legacy" | undefined;
|
|
@@ -11415,8 +11415,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11415
11415
|
functionName: string;
|
|
11416
11416
|
args?: readonly unknown[] | undefined;
|
|
11417
11417
|
address: Address;
|
|
11418
|
-
chain?:
|
|
11419
|
-
account?: `0x${string}` |
|
|
11418
|
+
chain?: viem13.Chain | null | undefined;
|
|
11419
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11420
11420
|
value?: bigint | undefined;
|
|
11421
11421
|
dataSuffix?: `0x${string}` | undefined;
|
|
11422
11422
|
type?: "eip2930" | undefined;
|
|
@@ -11429,7 +11429,7 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11429
11429
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11430
11430
|
maxFeePerGas?: undefined | undefined;
|
|
11431
11431
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
11432
|
-
accessList?:
|
|
11432
|
+
accessList?: viem13.AccessList | undefined;
|
|
11433
11433
|
sidecars?: undefined;
|
|
11434
11434
|
authorizationList?: undefined;
|
|
11435
11435
|
chainId?: number | undefined;
|
|
@@ -11439,8 +11439,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11439
11439
|
functionName: string;
|
|
11440
11440
|
args?: readonly unknown[] | undefined;
|
|
11441
11441
|
address: Address;
|
|
11442
|
-
chain?:
|
|
11443
|
-
account?: `0x${string}` |
|
|
11442
|
+
chain?: viem13.Chain | null | undefined;
|
|
11443
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11444
11444
|
value?: bigint | undefined;
|
|
11445
11445
|
dataSuffix?: `0x${string}` | undefined;
|
|
11446
11446
|
type?: "eip1559" | undefined;
|
|
@@ -11453,7 +11453,7 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11453
11453
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11454
11454
|
maxFeePerGas?: bigint | undefined;
|
|
11455
11455
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11456
|
-
accessList?:
|
|
11456
|
+
accessList?: viem13.AccessList | undefined;
|
|
11457
11457
|
sidecars?: undefined;
|
|
11458
11458
|
authorizationList?: undefined;
|
|
11459
11459
|
chainId?: number | undefined;
|
|
@@ -11463,22 +11463,22 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11463
11463
|
functionName: string;
|
|
11464
11464
|
args?: readonly unknown[] | undefined;
|
|
11465
11465
|
address: Address;
|
|
11466
|
-
chain?:
|
|
11467
|
-
account?: `0x${string}` |
|
|
11466
|
+
chain?: viem13.Chain | null | undefined;
|
|
11467
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11468
11468
|
value?: bigint | undefined;
|
|
11469
11469
|
dataSuffix?: `0x${string}` | undefined;
|
|
11470
11470
|
type?: "eip4844" | undefined;
|
|
11471
11471
|
gas?: bigint | undefined;
|
|
11472
11472
|
nonce?: number | undefined;
|
|
11473
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
11474
|
-
blobVersionedHashes: readonly
|
|
11473
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
11474
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
11475
11475
|
kzg?: undefined;
|
|
11476
11476
|
gasPrice?: undefined | undefined;
|
|
11477
11477
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11478
11478
|
maxFeePerGas?: bigint | undefined;
|
|
11479
11479
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11480
|
-
accessList?:
|
|
11481
|
-
sidecars?: readonly
|
|
11480
|
+
accessList?: viem13.AccessList | undefined;
|
|
11481
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11482
11482
|
authorizationList?: undefined;
|
|
11483
11483
|
chainId?: number | undefined;
|
|
11484
11484
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11487,22 +11487,22 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11487
11487
|
functionName: string;
|
|
11488
11488
|
args?: readonly unknown[] | undefined;
|
|
11489
11489
|
address: Address;
|
|
11490
|
-
chain?:
|
|
11491
|
-
account?: `0x${string}` |
|
|
11490
|
+
chain?: viem13.Chain | null | undefined;
|
|
11491
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11492
11492
|
value?: bigint | undefined;
|
|
11493
11493
|
dataSuffix?: `0x${string}` | undefined;
|
|
11494
11494
|
type?: "eip4844" | undefined;
|
|
11495
11495
|
gas?: bigint | undefined;
|
|
11496
11496
|
nonce?: number | undefined;
|
|
11497
|
-
blobs: readonly
|
|
11497
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
11498
11498
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
11499
|
-
kzg?:
|
|
11499
|
+
kzg?: viem13.Kzg | undefined;
|
|
11500
11500
|
gasPrice?: undefined | undefined;
|
|
11501
11501
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11502
11502
|
maxFeePerGas?: bigint | undefined;
|
|
11503
11503
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11504
|
-
accessList?:
|
|
11505
|
-
sidecars?: readonly
|
|
11504
|
+
accessList?: viem13.AccessList | undefined;
|
|
11505
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11506
11506
|
authorizationList?: undefined;
|
|
11507
11507
|
chainId?: number | undefined;
|
|
11508
11508
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11511,8 +11511,8 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11511
11511
|
functionName: string;
|
|
11512
11512
|
args?: readonly unknown[] | undefined;
|
|
11513
11513
|
address: Address;
|
|
11514
|
-
chain?:
|
|
11515
|
-
account?: `0x${string}` |
|
|
11514
|
+
chain?: viem13.Chain | null | undefined;
|
|
11515
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11516
11516
|
value?: bigint | undefined;
|
|
11517
11517
|
dataSuffix?: `0x${string}` | undefined;
|
|
11518
11518
|
type?: "eip7702" | undefined;
|
|
@@ -11525,9 +11525,9 @@ declare const usePauseAllMarkets: (guardianAddr: Address | undefined) => {
|
|
|
11525
11525
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11526
11526
|
maxFeePerGas?: bigint | undefined;
|
|
11527
11527
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11528
|
-
accessList?:
|
|
11528
|
+
accessList?: viem13.AccessList | undefined;
|
|
11529
11529
|
sidecars?: undefined;
|
|
11530
|
-
authorizationList?:
|
|
11530
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
11531
11531
|
chainId?: number | undefined;
|
|
11532
11532
|
connector?: wagmi0.Connector | undefined;
|
|
11533
11533
|
};
|
|
@@ -11576,8 +11576,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11576
11576
|
functionName: string;
|
|
11577
11577
|
args?: readonly unknown[] | undefined;
|
|
11578
11578
|
address: Address;
|
|
11579
|
-
chain?:
|
|
11580
|
-
account?: `0x${string}` |
|
|
11579
|
+
chain?: viem13.Chain | null | undefined;
|
|
11580
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11581
11581
|
value?: bigint | undefined;
|
|
11582
11582
|
dataSuffix?: `0x${string}` | undefined;
|
|
11583
11583
|
type?: "legacy" | undefined;
|
|
@@ -11600,8 +11600,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11600
11600
|
functionName: string;
|
|
11601
11601
|
args?: readonly unknown[] | undefined;
|
|
11602
11602
|
address: Address;
|
|
11603
|
-
chain?:
|
|
11604
|
-
account?: `0x${string}` |
|
|
11603
|
+
chain?: viem13.Chain | null | undefined;
|
|
11604
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11605
11605
|
value?: bigint | undefined;
|
|
11606
11606
|
dataSuffix?: `0x${string}` | undefined;
|
|
11607
11607
|
type?: "eip2930" | undefined;
|
|
@@ -11614,7 +11614,7 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11614
11614
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11615
11615
|
maxFeePerGas?: undefined | undefined;
|
|
11616
11616
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
11617
|
-
accessList?:
|
|
11617
|
+
accessList?: viem13.AccessList | undefined;
|
|
11618
11618
|
sidecars?: undefined;
|
|
11619
11619
|
authorizationList?: undefined;
|
|
11620
11620
|
chainId?: number | undefined;
|
|
@@ -11624,8 +11624,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11624
11624
|
functionName: string;
|
|
11625
11625
|
args?: readonly unknown[] | undefined;
|
|
11626
11626
|
address: Address;
|
|
11627
|
-
chain?:
|
|
11628
|
-
account?: `0x${string}` |
|
|
11627
|
+
chain?: viem13.Chain | null | undefined;
|
|
11628
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11629
11629
|
value?: bigint | undefined;
|
|
11630
11630
|
dataSuffix?: `0x${string}` | undefined;
|
|
11631
11631
|
type?: "eip1559" | undefined;
|
|
@@ -11638,7 +11638,7 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11638
11638
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11639
11639
|
maxFeePerGas?: bigint | undefined;
|
|
11640
11640
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11641
|
-
accessList?:
|
|
11641
|
+
accessList?: viem13.AccessList | undefined;
|
|
11642
11642
|
sidecars?: undefined;
|
|
11643
11643
|
authorizationList?: undefined;
|
|
11644
11644
|
chainId?: number | undefined;
|
|
@@ -11648,22 +11648,22 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11648
11648
|
functionName: string;
|
|
11649
11649
|
args?: readonly unknown[] | undefined;
|
|
11650
11650
|
address: Address;
|
|
11651
|
-
chain?:
|
|
11652
|
-
account?: `0x${string}` |
|
|
11651
|
+
chain?: viem13.Chain | null | undefined;
|
|
11652
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11653
11653
|
value?: bigint | undefined;
|
|
11654
11654
|
dataSuffix?: `0x${string}` | undefined;
|
|
11655
11655
|
type?: "eip4844" | undefined;
|
|
11656
11656
|
gas?: bigint | undefined;
|
|
11657
11657
|
nonce?: number | undefined;
|
|
11658
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
11659
|
-
blobVersionedHashes: readonly
|
|
11658
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
11659
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
11660
11660
|
kzg?: undefined;
|
|
11661
11661
|
gasPrice?: undefined | undefined;
|
|
11662
11662
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11663
11663
|
maxFeePerGas?: bigint | undefined;
|
|
11664
11664
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11665
|
-
accessList?:
|
|
11666
|
-
sidecars?: readonly
|
|
11665
|
+
accessList?: viem13.AccessList | undefined;
|
|
11666
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11667
11667
|
authorizationList?: undefined;
|
|
11668
11668
|
chainId?: number | undefined;
|
|
11669
11669
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11672,22 +11672,22 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11672
11672
|
functionName: string;
|
|
11673
11673
|
args?: readonly unknown[] | undefined;
|
|
11674
11674
|
address: Address;
|
|
11675
|
-
chain?:
|
|
11676
|
-
account?: `0x${string}` |
|
|
11675
|
+
chain?: viem13.Chain | null | undefined;
|
|
11676
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11677
11677
|
value?: bigint | undefined;
|
|
11678
11678
|
dataSuffix?: `0x${string}` | undefined;
|
|
11679
11679
|
type?: "eip4844" | undefined;
|
|
11680
11680
|
gas?: bigint | undefined;
|
|
11681
11681
|
nonce?: number | undefined;
|
|
11682
|
-
blobs: readonly
|
|
11682
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
11683
11683
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
11684
|
-
kzg?:
|
|
11684
|
+
kzg?: viem13.Kzg | undefined;
|
|
11685
11685
|
gasPrice?: undefined | undefined;
|
|
11686
11686
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11687
11687
|
maxFeePerGas?: bigint | undefined;
|
|
11688
11688
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11689
|
-
accessList?:
|
|
11690
|
-
sidecars?: readonly
|
|
11689
|
+
accessList?: viem13.AccessList | undefined;
|
|
11690
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11691
11691
|
authorizationList?: undefined;
|
|
11692
11692
|
chainId?: number | undefined;
|
|
11693
11693
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11696,8 +11696,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11696
11696
|
functionName: string;
|
|
11697
11697
|
args?: readonly unknown[] | undefined;
|
|
11698
11698
|
address: Address;
|
|
11699
|
-
chain?:
|
|
11700
|
-
account?: `0x${string}` |
|
|
11699
|
+
chain?: viem13.Chain | null | undefined;
|
|
11700
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11701
11701
|
value?: bigint | undefined;
|
|
11702
11702
|
dataSuffix?: `0x${string}` | undefined;
|
|
11703
11703
|
type?: "eip7702" | undefined;
|
|
@@ -11710,9 +11710,9 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11710
11710
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11711
11711
|
maxFeePerGas?: bigint | undefined;
|
|
11712
11712
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11713
|
-
accessList?:
|
|
11713
|
+
accessList?: viem13.AccessList | undefined;
|
|
11714
11714
|
sidecars?: undefined;
|
|
11715
|
-
authorizationList?:
|
|
11715
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
11716
11716
|
chainId?: number | undefined;
|
|
11717
11717
|
connector?: wagmi0.Connector | undefined;
|
|
11718
11718
|
};
|
|
@@ -11739,8 +11739,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11739
11739
|
functionName: string;
|
|
11740
11740
|
args?: readonly unknown[] | undefined;
|
|
11741
11741
|
address: Address;
|
|
11742
|
-
chain?:
|
|
11743
|
-
account?: `0x${string}` |
|
|
11742
|
+
chain?: viem13.Chain | null | undefined;
|
|
11743
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11744
11744
|
value?: bigint | undefined;
|
|
11745
11745
|
dataSuffix?: `0x${string}` | undefined;
|
|
11746
11746
|
type?: "legacy" | undefined;
|
|
@@ -11763,8 +11763,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11763
11763
|
functionName: string;
|
|
11764
11764
|
args?: readonly unknown[] | undefined;
|
|
11765
11765
|
address: Address;
|
|
11766
|
-
chain?:
|
|
11767
|
-
account?: `0x${string}` |
|
|
11766
|
+
chain?: viem13.Chain | null | undefined;
|
|
11767
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11768
11768
|
value?: bigint | undefined;
|
|
11769
11769
|
dataSuffix?: `0x${string}` | undefined;
|
|
11770
11770
|
type?: "eip2930" | undefined;
|
|
@@ -11777,7 +11777,7 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11777
11777
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11778
11778
|
maxFeePerGas?: undefined | undefined;
|
|
11779
11779
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
11780
|
-
accessList?:
|
|
11780
|
+
accessList?: viem13.AccessList | undefined;
|
|
11781
11781
|
sidecars?: undefined;
|
|
11782
11782
|
authorizationList?: undefined;
|
|
11783
11783
|
chainId?: number | undefined;
|
|
@@ -11787,8 +11787,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11787
11787
|
functionName: string;
|
|
11788
11788
|
args?: readonly unknown[] | undefined;
|
|
11789
11789
|
address: Address;
|
|
11790
|
-
chain?:
|
|
11791
|
-
account?: `0x${string}` |
|
|
11790
|
+
chain?: viem13.Chain | null | undefined;
|
|
11791
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11792
11792
|
value?: bigint | undefined;
|
|
11793
11793
|
dataSuffix?: `0x${string}` | undefined;
|
|
11794
11794
|
type?: "eip1559" | undefined;
|
|
@@ -11801,7 +11801,7 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11801
11801
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11802
11802
|
maxFeePerGas?: bigint | undefined;
|
|
11803
11803
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11804
|
-
accessList?:
|
|
11804
|
+
accessList?: viem13.AccessList | undefined;
|
|
11805
11805
|
sidecars?: undefined;
|
|
11806
11806
|
authorizationList?: undefined;
|
|
11807
11807
|
chainId?: number | undefined;
|
|
@@ -11811,22 +11811,22 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11811
11811
|
functionName: string;
|
|
11812
11812
|
args?: readonly unknown[] | undefined;
|
|
11813
11813
|
address: Address;
|
|
11814
|
-
chain?:
|
|
11815
|
-
account?: `0x${string}` |
|
|
11814
|
+
chain?: viem13.Chain | null | undefined;
|
|
11815
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11816
11816
|
value?: bigint | undefined;
|
|
11817
11817
|
dataSuffix?: `0x${string}` | undefined;
|
|
11818
11818
|
type?: "eip4844" | undefined;
|
|
11819
11819
|
gas?: bigint | undefined;
|
|
11820
11820
|
nonce?: number | undefined;
|
|
11821
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
11822
|
-
blobVersionedHashes: readonly
|
|
11821
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
11822
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
11823
11823
|
kzg?: undefined;
|
|
11824
11824
|
gasPrice?: undefined | undefined;
|
|
11825
11825
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11826
11826
|
maxFeePerGas?: bigint | undefined;
|
|
11827
11827
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11828
|
-
accessList?:
|
|
11829
|
-
sidecars?: readonly
|
|
11828
|
+
accessList?: viem13.AccessList | undefined;
|
|
11829
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11830
11830
|
authorizationList?: undefined;
|
|
11831
11831
|
chainId?: number | undefined;
|
|
11832
11832
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11835,22 +11835,22 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11835
11835
|
functionName: string;
|
|
11836
11836
|
args?: readonly unknown[] | undefined;
|
|
11837
11837
|
address: Address;
|
|
11838
|
-
chain?:
|
|
11839
|
-
account?: `0x${string}` |
|
|
11838
|
+
chain?: viem13.Chain | null | undefined;
|
|
11839
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11840
11840
|
value?: bigint | undefined;
|
|
11841
11841
|
dataSuffix?: `0x${string}` | undefined;
|
|
11842
11842
|
type?: "eip4844" | undefined;
|
|
11843
11843
|
gas?: bigint | undefined;
|
|
11844
11844
|
nonce?: number | undefined;
|
|
11845
|
-
blobs: readonly
|
|
11845
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
11846
11846
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
11847
|
-
kzg?:
|
|
11847
|
+
kzg?: viem13.Kzg | undefined;
|
|
11848
11848
|
gasPrice?: undefined | undefined;
|
|
11849
11849
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11850
11850
|
maxFeePerGas?: bigint | undefined;
|
|
11851
11851
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11852
|
-
accessList?:
|
|
11853
|
-
sidecars?: readonly
|
|
11852
|
+
accessList?: viem13.AccessList | undefined;
|
|
11853
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11854
11854
|
authorizationList?: undefined;
|
|
11855
11855
|
chainId?: number | undefined;
|
|
11856
11856
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11859,8 +11859,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11859
11859
|
functionName: string;
|
|
11860
11860
|
args?: readonly unknown[] | undefined;
|
|
11861
11861
|
address: Address;
|
|
11862
|
-
chain?:
|
|
11863
|
-
account?: `0x${string}` |
|
|
11862
|
+
chain?: viem13.Chain | null | undefined;
|
|
11863
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11864
11864
|
value?: bigint | undefined;
|
|
11865
11865
|
dataSuffix?: `0x${string}` | undefined;
|
|
11866
11866
|
type?: "eip7702" | undefined;
|
|
@@ -11873,9 +11873,9 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11873
11873
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11874
11874
|
maxFeePerGas?: bigint | undefined;
|
|
11875
11875
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11876
|
-
accessList?:
|
|
11876
|
+
accessList?: viem13.AccessList | undefined;
|
|
11877
11877
|
sidecars?: undefined;
|
|
11878
|
-
authorizationList?:
|
|
11878
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
11879
11879
|
chainId?: number | undefined;
|
|
11880
11880
|
connector?: wagmi0.Connector | undefined;
|
|
11881
11881
|
};
|
|
@@ -11902,8 +11902,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11902
11902
|
functionName: string;
|
|
11903
11903
|
args?: readonly unknown[] | undefined;
|
|
11904
11904
|
address: Address;
|
|
11905
|
-
chain?:
|
|
11906
|
-
account?: `0x${string}` |
|
|
11905
|
+
chain?: viem13.Chain | null | undefined;
|
|
11906
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11907
11907
|
value?: bigint | undefined;
|
|
11908
11908
|
dataSuffix?: `0x${string}` | undefined;
|
|
11909
11909
|
type?: "legacy" | undefined;
|
|
@@ -11926,8 +11926,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11926
11926
|
functionName: string;
|
|
11927
11927
|
args?: readonly unknown[] | undefined;
|
|
11928
11928
|
address: Address;
|
|
11929
|
-
chain?:
|
|
11930
|
-
account?: `0x${string}` |
|
|
11929
|
+
chain?: viem13.Chain | null | undefined;
|
|
11930
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11931
11931
|
value?: bigint | undefined;
|
|
11932
11932
|
dataSuffix?: `0x${string}` | undefined;
|
|
11933
11933
|
type?: "eip2930" | undefined;
|
|
@@ -11940,7 +11940,7 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11940
11940
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11941
11941
|
maxFeePerGas?: undefined | undefined;
|
|
11942
11942
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
11943
|
-
accessList?:
|
|
11943
|
+
accessList?: viem13.AccessList | undefined;
|
|
11944
11944
|
sidecars?: undefined;
|
|
11945
11945
|
authorizationList?: undefined;
|
|
11946
11946
|
chainId?: number | undefined;
|
|
@@ -11950,8 +11950,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11950
11950
|
functionName: string;
|
|
11951
11951
|
args?: readonly unknown[] | undefined;
|
|
11952
11952
|
address: Address;
|
|
11953
|
-
chain?:
|
|
11954
|
-
account?: `0x${string}` |
|
|
11953
|
+
chain?: viem13.Chain | null | undefined;
|
|
11954
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11955
11955
|
value?: bigint | undefined;
|
|
11956
11956
|
dataSuffix?: `0x${string}` | undefined;
|
|
11957
11957
|
type?: "eip1559" | undefined;
|
|
@@ -11964,7 +11964,7 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11964
11964
|
maxFeePerBlobGas?: undefined | undefined;
|
|
11965
11965
|
maxFeePerGas?: bigint | undefined;
|
|
11966
11966
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11967
|
-
accessList?:
|
|
11967
|
+
accessList?: viem13.AccessList | undefined;
|
|
11968
11968
|
sidecars?: undefined;
|
|
11969
11969
|
authorizationList?: undefined;
|
|
11970
11970
|
chainId?: number | undefined;
|
|
@@ -11974,22 +11974,22 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11974
11974
|
functionName: string;
|
|
11975
11975
|
args?: readonly unknown[] | undefined;
|
|
11976
11976
|
address: Address;
|
|
11977
|
-
chain?:
|
|
11978
|
-
account?: `0x${string}` |
|
|
11977
|
+
chain?: viem13.Chain | null | undefined;
|
|
11978
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
11979
11979
|
value?: bigint | undefined;
|
|
11980
11980
|
dataSuffix?: `0x${string}` | undefined;
|
|
11981
11981
|
type?: "eip4844" | undefined;
|
|
11982
11982
|
gas?: bigint | undefined;
|
|
11983
11983
|
nonce?: number | undefined;
|
|
11984
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
11985
|
-
blobVersionedHashes: readonly
|
|
11984
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
11985
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
11986
11986
|
kzg?: undefined;
|
|
11987
11987
|
gasPrice?: undefined | undefined;
|
|
11988
11988
|
maxFeePerBlobGas?: bigint | undefined;
|
|
11989
11989
|
maxFeePerGas?: bigint | undefined;
|
|
11990
11990
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
11991
|
-
accessList?:
|
|
11992
|
-
sidecars?: readonly
|
|
11991
|
+
accessList?: viem13.AccessList | undefined;
|
|
11992
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
11993
11993
|
authorizationList?: undefined;
|
|
11994
11994
|
chainId?: number | undefined;
|
|
11995
11995
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -11998,22 +11998,22 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
11998
11998
|
functionName: string;
|
|
11999
11999
|
args?: readonly unknown[] | undefined;
|
|
12000
12000
|
address: Address;
|
|
12001
|
-
chain?:
|
|
12002
|
-
account?: `0x${string}` |
|
|
12001
|
+
chain?: viem13.Chain | null | undefined;
|
|
12002
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
12003
12003
|
value?: bigint | undefined;
|
|
12004
12004
|
dataSuffix?: `0x${string}` | undefined;
|
|
12005
12005
|
type?: "eip4844" | undefined;
|
|
12006
12006
|
gas?: bigint | undefined;
|
|
12007
12007
|
nonce?: number | undefined;
|
|
12008
|
-
blobs: readonly
|
|
12008
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
12009
12009
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
12010
|
-
kzg?:
|
|
12010
|
+
kzg?: viem13.Kzg | undefined;
|
|
12011
12011
|
gasPrice?: undefined | undefined;
|
|
12012
12012
|
maxFeePerBlobGas?: bigint | undefined;
|
|
12013
12013
|
maxFeePerGas?: bigint | undefined;
|
|
12014
12014
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
12015
|
-
accessList?:
|
|
12016
|
-
sidecars?: readonly
|
|
12015
|
+
accessList?: viem13.AccessList | undefined;
|
|
12016
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
12017
12017
|
authorizationList?: undefined;
|
|
12018
12018
|
chainId?: number | undefined;
|
|
12019
12019
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -12022,8 +12022,8 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
12022
12022
|
functionName: string;
|
|
12023
12023
|
args?: readonly unknown[] | undefined;
|
|
12024
12024
|
address: Address;
|
|
12025
|
-
chain?:
|
|
12026
|
-
account?: `0x${string}` |
|
|
12025
|
+
chain?: viem13.Chain | null | undefined;
|
|
12026
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
12027
12027
|
value?: bigint | undefined;
|
|
12028
12028
|
dataSuffix?: `0x${string}` | undefined;
|
|
12029
12029
|
type?: "eip7702" | undefined;
|
|
@@ -12036,9 +12036,9 @@ declare const usePauseMarket: (marketAddr: Address | undefined) => {
|
|
|
12036
12036
|
maxFeePerBlobGas?: undefined | undefined;
|
|
12037
12037
|
maxFeePerGas?: bigint | undefined;
|
|
12038
12038
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
12039
|
-
accessList?:
|
|
12039
|
+
accessList?: viem13.AccessList | undefined;
|
|
12040
12040
|
sidecars?: undefined;
|
|
12041
|
-
authorizationList?:
|
|
12041
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
12042
12042
|
chainId?: number | undefined;
|
|
12043
12043
|
connector?: wagmi0.Connector | undefined;
|
|
12044
12044
|
};
|
|
@@ -13088,8 +13088,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13088
13088
|
functionName: string;
|
|
13089
13089
|
args?: readonly unknown[] | undefined;
|
|
13090
13090
|
address: Address;
|
|
13091
|
-
chain?:
|
|
13092
|
-
account?: `0x${string}` |
|
|
13091
|
+
chain?: viem13.Chain | null | undefined;
|
|
13092
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13093
13093
|
value?: bigint | undefined;
|
|
13094
13094
|
dataSuffix?: `0x${string}` | undefined;
|
|
13095
13095
|
type?: "legacy" | undefined;
|
|
@@ -13112,8 +13112,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13112
13112
|
functionName: string;
|
|
13113
13113
|
args?: readonly unknown[] | undefined;
|
|
13114
13114
|
address: Address;
|
|
13115
|
-
chain?:
|
|
13116
|
-
account?: `0x${string}` |
|
|
13115
|
+
chain?: viem13.Chain | null | undefined;
|
|
13116
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13117
13117
|
value?: bigint | undefined;
|
|
13118
13118
|
dataSuffix?: `0x${string}` | undefined;
|
|
13119
13119
|
type?: "eip2930" | undefined;
|
|
@@ -13126,7 +13126,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13126
13126
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13127
13127
|
maxFeePerGas?: undefined | undefined;
|
|
13128
13128
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
13129
|
-
accessList?:
|
|
13129
|
+
accessList?: viem13.AccessList | undefined;
|
|
13130
13130
|
sidecars?: undefined;
|
|
13131
13131
|
authorizationList?: undefined;
|
|
13132
13132
|
chainId?: number | undefined;
|
|
@@ -13136,8 +13136,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13136
13136
|
functionName: string;
|
|
13137
13137
|
args?: readonly unknown[] | undefined;
|
|
13138
13138
|
address: Address;
|
|
13139
|
-
chain?:
|
|
13140
|
-
account?: `0x${string}` |
|
|
13139
|
+
chain?: viem13.Chain | null | undefined;
|
|
13140
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13141
13141
|
value?: bigint | undefined;
|
|
13142
13142
|
dataSuffix?: `0x${string}` | undefined;
|
|
13143
13143
|
type?: "eip1559" | undefined;
|
|
@@ -13150,7 +13150,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13150
13150
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13151
13151
|
maxFeePerGas?: bigint | undefined;
|
|
13152
13152
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13153
|
-
accessList?:
|
|
13153
|
+
accessList?: viem13.AccessList | undefined;
|
|
13154
13154
|
sidecars?: undefined;
|
|
13155
13155
|
authorizationList?: undefined;
|
|
13156
13156
|
chainId?: number | undefined;
|
|
@@ -13160,22 +13160,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13160
13160
|
functionName: string;
|
|
13161
13161
|
args?: readonly unknown[] | undefined;
|
|
13162
13162
|
address: Address;
|
|
13163
|
-
chain?:
|
|
13164
|
-
account?: `0x${string}` |
|
|
13163
|
+
chain?: viem13.Chain | null | undefined;
|
|
13164
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13165
13165
|
value?: bigint | undefined;
|
|
13166
13166
|
dataSuffix?: `0x${string}` | undefined;
|
|
13167
13167
|
type?: "eip4844" | undefined;
|
|
13168
13168
|
gas?: bigint | undefined;
|
|
13169
13169
|
nonce?: number | undefined;
|
|
13170
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
13171
|
-
blobVersionedHashes: readonly
|
|
13170
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
13171
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
13172
13172
|
kzg?: undefined;
|
|
13173
13173
|
gasPrice?: undefined | undefined;
|
|
13174
13174
|
maxFeePerBlobGas?: bigint | undefined;
|
|
13175
13175
|
maxFeePerGas?: bigint | undefined;
|
|
13176
13176
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13177
|
-
accessList?:
|
|
13178
|
-
sidecars?: readonly
|
|
13177
|
+
accessList?: viem13.AccessList | undefined;
|
|
13178
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
13179
13179
|
authorizationList?: undefined;
|
|
13180
13180
|
chainId?: number | undefined;
|
|
13181
13181
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -13184,22 +13184,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13184
13184
|
functionName: string;
|
|
13185
13185
|
args?: readonly unknown[] | undefined;
|
|
13186
13186
|
address: Address;
|
|
13187
|
-
chain?:
|
|
13188
|
-
account?: `0x${string}` |
|
|
13187
|
+
chain?: viem13.Chain | null | undefined;
|
|
13188
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13189
13189
|
value?: bigint | undefined;
|
|
13190
13190
|
dataSuffix?: `0x${string}` | undefined;
|
|
13191
13191
|
type?: "eip4844" | undefined;
|
|
13192
13192
|
gas?: bigint | undefined;
|
|
13193
13193
|
nonce?: number | undefined;
|
|
13194
|
-
blobs: readonly
|
|
13194
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
13195
13195
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
13196
|
-
kzg?:
|
|
13196
|
+
kzg?: viem13.Kzg | undefined;
|
|
13197
13197
|
gasPrice?: undefined | undefined;
|
|
13198
13198
|
maxFeePerBlobGas?: bigint | undefined;
|
|
13199
13199
|
maxFeePerGas?: bigint | undefined;
|
|
13200
13200
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13201
|
-
accessList?:
|
|
13202
|
-
sidecars?: readonly
|
|
13201
|
+
accessList?: viem13.AccessList | undefined;
|
|
13202
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
13203
13203
|
authorizationList?: undefined;
|
|
13204
13204
|
chainId?: number | undefined;
|
|
13205
13205
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -13208,8 +13208,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13208
13208
|
functionName: string;
|
|
13209
13209
|
args?: readonly unknown[] | undefined;
|
|
13210
13210
|
address: Address;
|
|
13211
|
-
chain?:
|
|
13212
|
-
account?: `0x${string}` |
|
|
13211
|
+
chain?: viem13.Chain | null | undefined;
|
|
13212
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13213
13213
|
value?: bigint | undefined;
|
|
13214
13214
|
dataSuffix?: `0x${string}` | undefined;
|
|
13215
13215
|
type?: "eip7702" | undefined;
|
|
@@ -13222,9 +13222,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13222
13222
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13223
13223
|
maxFeePerGas?: bigint | undefined;
|
|
13224
13224
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13225
|
-
accessList?:
|
|
13225
|
+
accessList?: viem13.AccessList | undefined;
|
|
13226
13226
|
sidecars?: undefined;
|
|
13227
|
-
authorizationList?:
|
|
13227
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
13228
13228
|
chainId?: number | undefined;
|
|
13229
13229
|
connector?: wagmi0.Connector | undefined;
|
|
13230
13230
|
};
|
|
@@ -13261,8 +13261,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13261
13261
|
functionName: string;
|
|
13262
13262
|
args?: readonly unknown[] | undefined;
|
|
13263
13263
|
address: Address;
|
|
13264
|
-
chain?:
|
|
13265
|
-
account?: `0x${string}` |
|
|
13264
|
+
chain?: viem13.Chain | null | undefined;
|
|
13265
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13266
13266
|
value?: bigint | undefined;
|
|
13267
13267
|
dataSuffix?: `0x${string}` | undefined;
|
|
13268
13268
|
type?: "legacy" | undefined;
|
|
@@ -13285,8 +13285,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13285
13285
|
functionName: string;
|
|
13286
13286
|
args?: readonly unknown[] | undefined;
|
|
13287
13287
|
address: Address;
|
|
13288
|
-
chain?:
|
|
13289
|
-
account?: `0x${string}` |
|
|
13288
|
+
chain?: viem13.Chain | null | undefined;
|
|
13289
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13290
13290
|
value?: bigint | undefined;
|
|
13291
13291
|
dataSuffix?: `0x${string}` | undefined;
|
|
13292
13292
|
type?: "eip2930" | undefined;
|
|
@@ -13299,7 +13299,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13299
13299
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13300
13300
|
maxFeePerGas?: undefined | undefined;
|
|
13301
13301
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
13302
|
-
accessList?:
|
|
13302
|
+
accessList?: viem13.AccessList | undefined;
|
|
13303
13303
|
sidecars?: undefined;
|
|
13304
13304
|
authorizationList?: undefined;
|
|
13305
13305
|
chainId?: number | undefined;
|
|
@@ -13309,8 +13309,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13309
13309
|
functionName: string;
|
|
13310
13310
|
args?: readonly unknown[] | undefined;
|
|
13311
13311
|
address: Address;
|
|
13312
|
-
chain?:
|
|
13313
|
-
account?: `0x${string}` |
|
|
13312
|
+
chain?: viem13.Chain | null | undefined;
|
|
13313
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13314
13314
|
value?: bigint | undefined;
|
|
13315
13315
|
dataSuffix?: `0x${string}` | undefined;
|
|
13316
13316
|
type?: "eip1559" | undefined;
|
|
@@ -13323,7 +13323,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13323
13323
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13324
13324
|
maxFeePerGas?: bigint | undefined;
|
|
13325
13325
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13326
|
-
accessList?:
|
|
13326
|
+
accessList?: viem13.AccessList | undefined;
|
|
13327
13327
|
sidecars?: undefined;
|
|
13328
13328
|
authorizationList?: undefined;
|
|
13329
13329
|
chainId?: number | undefined;
|
|
@@ -13333,22 +13333,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13333
13333
|
functionName: string;
|
|
13334
13334
|
args?: readonly unknown[] | undefined;
|
|
13335
13335
|
address: Address;
|
|
13336
|
-
chain?:
|
|
13337
|
-
account?: `0x${string}` |
|
|
13336
|
+
chain?: viem13.Chain | null | undefined;
|
|
13337
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13338
13338
|
value?: bigint | undefined;
|
|
13339
13339
|
dataSuffix?: `0x${string}` | undefined;
|
|
13340
13340
|
type?: "eip4844" | undefined;
|
|
13341
13341
|
gas?: bigint | undefined;
|
|
13342
13342
|
nonce?: number | undefined;
|
|
13343
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
13344
|
-
blobVersionedHashes: readonly
|
|
13343
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
13344
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
13345
13345
|
kzg?: undefined;
|
|
13346
13346
|
gasPrice?: undefined | undefined;
|
|
13347
13347
|
maxFeePerBlobGas?: bigint | undefined;
|
|
13348
13348
|
maxFeePerGas?: bigint | undefined;
|
|
13349
13349
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13350
|
-
accessList?:
|
|
13351
|
-
sidecars?: readonly
|
|
13350
|
+
accessList?: viem13.AccessList | undefined;
|
|
13351
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
13352
13352
|
authorizationList?: undefined;
|
|
13353
13353
|
chainId?: number | undefined;
|
|
13354
13354
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -13357,22 +13357,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13357
13357
|
functionName: string;
|
|
13358
13358
|
args?: readonly unknown[] | undefined;
|
|
13359
13359
|
address: Address;
|
|
13360
|
-
chain?:
|
|
13361
|
-
account?: `0x${string}` |
|
|
13360
|
+
chain?: viem13.Chain | null | undefined;
|
|
13361
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13362
13362
|
value?: bigint | undefined;
|
|
13363
13363
|
dataSuffix?: `0x${string}` | undefined;
|
|
13364
13364
|
type?: "eip4844" | undefined;
|
|
13365
13365
|
gas?: bigint | undefined;
|
|
13366
13366
|
nonce?: number | undefined;
|
|
13367
|
-
blobs: readonly
|
|
13367
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
13368
13368
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
13369
|
-
kzg?:
|
|
13369
|
+
kzg?: viem13.Kzg | undefined;
|
|
13370
13370
|
gasPrice?: undefined | undefined;
|
|
13371
13371
|
maxFeePerBlobGas?: bigint | undefined;
|
|
13372
13372
|
maxFeePerGas?: bigint | undefined;
|
|
13373
13373
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13374
|
-
accessList?:
|
|
13375
|
-
sidecars?: readonly
|
|
13374
|
+
accessList?: viem13.AccessList | undefined;
|
|
13375
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
13376
13376
|
authorizationList?: undefined;
|
|
13377
13377
|
chainId?: number | undefined;
|
|
13378
13378
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -13381,8 +13381,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13381
13381
|
functionName: string;
|
|
13382
13382
|
args?: readonly unknown[] | undefined;
|
|
13383
13383
|
address: Address;
|
|
13384
|
-
chain?:
|
|
13385
|
-
account?: `0x${string}` |
|
|
13384
|
+
chain?: viem13.Chain | null | undefined;
|
|
13385
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13386
13386
|
value?: bigint | undefined;
|
|
13387
13387
|
dataSuffix?: `0x${string}` | undefined;
|
|
13388
13388
|
type?: "eip7702" | undefined;
|
|
@@ -13395,9 +13395,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13395
13395
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13396
13396
|
maxFeePerGas?: bigint | undefined;
|
|
13397
13397
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13398
|
-
accessList?:
|
|
13398
|
+
accessList?: viem13.AccessList | undefined;
|
|
13399
13399
|
sidecars?: undefined;
|
|
13400
|
-
authorizationList?:
|
|
13400
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
13401
13401
|
chainId?: number | undefined;
|
|
13402
13402
|
connector?: wagmi0.Connector | undefined;
|
|
13403
13403
|
};
|
|
@@ -13434,8 +13434,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13434
13434
|
functionName: string;
|
|
13435
13435
|
args?: readonly unknown[] | undefined;
|
|
13436
13436
|
address: Address;
|
|
13437
|
-
chain?:
|
|
13438
|
-
account?: `0x${string}` |
|
|
13437
|
+
chain?: viem13.Chain | null | undefined;
|
|
13438
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13439
13439
|
value?: bigint | undefined;
|
|
13440
13440
|
dataSuffix?: `0x${string}` | undefined;
|
|
13441
13441
|
type?: "legacy" | undefined;
|
|
@@ -13458,8 +13458,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13458
13458
|
functionName: string;
|
|
13459
13459
|
args?: readonly unknown[] | undefined;
|
|
13460
13460
|
address: Address;
|
|
13461
|
-
chain?:
|
|
13462
|
-
account?: `0x${string}` |
|
|
13461
|
+
chain?: viem13.Chain | null | undefined;
|
|
13462
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13463
13463
|
value?: bigint | undefined;
|
|
13464
13464
|
dataSuffix?: `0x${string}` | undefined;
|
|
13465
13465
|
type?: "eip2930" | undefined;
|
|
@@ -13472,7 +13472,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13472
13472
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13473
13473
|
maxFeePerGas?: undefined | undefined;
|
|
13474
13474
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
13475
|
-
accessList?:
|
|
13475
|
+
accessList?: viem13.AccessList | undefined;
|
|
13476
13476
|
sidecars?: undefined;
|
|
13477
13477
|
authorizationList?: undefined;
|
|
13478
13478
|
chainId?: number | undefined;
|
|
@@ -13482,8 +13482,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13482
13482
|
functionName: string;
|
|
13483
13483
|
args?: readonly unknown[] | undefined;
|
|
13484
13484
|
address: Address;
|
|
13485
|
-
chain?:
|
|
13486
|
-
account?: `0x${string}` |
|
|
13485
|
+
chain?: viem13.Chain | null | undefined;
|
|
13486
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13487
13487
|
value?: bigint | undefined;
|
|
13488
13488
|
dataSuffix?: `0x${string}` | undefined;
|
|
13489
13489
|
type?: "eip1559" | undefined;
|
|
@@ -13496,7 +13496,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13496
13496
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13497
13497
|
maxFeePerGas?: bigint | undefined;
|
|
13498
13498
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13499
|
-
accessList?:
|
|
13499
|
+
accessList?: viem13.AccessList | undefined;
|
|
13500
13500
|
sidecars?: undefined;
|
|
13501
13501
|
authorizationList?: undefined;
|
|
13502
13502
|
chainId?: number | undefined;
|
|
@@ -13506,22 +13506,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13506
13506
|
functionName: string;
|
|
13507
13507
|
args?: readonly unknown[] | undefined;
|
|
13508
13508
|
address: Address;
|
|
13509
|
-
chain?:
|
|
13510
|
-
account?: `0x${string}` |
|
|
13509
|
+
chain?: viem13.Chain | null | undefined;
|
|
13510
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13511
13511
|
value?: bigint | undefined;
|
|
13512
13512
|
dataSuffix?: `0x${string}` | undefined;
|
|
13513
13513
|
type?: "eip4844" | undefined;
|
|
13514
13514
|
gas?: bigint | undefined;
|
|
13515
13515
|
nonce?: number | undefined;
|
|
13516
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
13517
|
-
blobVersionedHashes: readonly
|
|
13516
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
13517
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
13518
13518
|
kzg?: undefined;
|
|
13519
13519
|
gasPrice?: undefined | undefined;
|
|
13520
13520
|
maxFeePerBlobGas?: bigint | undefined;
|
|
13521
13521
|
maxFeePerGas?: bigint | undefined;
|
|
13522
13522
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13523
|
-
accessList?:
|
|
13524
|
-
sidecars?: readonly
|
|
13523
|
+
accessList?: viem13.AccessList | undefined;
|
|
13524
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
13525
13525
|
authorizationList?: undefined;
|
|
13526
13526
|
chainId?: number | undefined;
|
|
13527
13527
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -13530,22 +13530,22 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13530
13530
|
functionName: string;
|
|
13531
13531
|
args?: readonly unknown[] | undefined;
|
|
13532
13532
|
address: Address;
|
|
13533
|
-
chain?:
|
|
13534
|
-
account?: `0x${string}` |
|
|
13533
|
+
chain?: viem13.Chain | null | undefined;
|
|
13534
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13535
13535
|
value?: bigint | undefined;
|
|
13536
13536
|
dataSuffix?: `0x${string}` | undefined;
|
|
13537
13537
|
type?: "eip4844" | undefined;
|
|
13538
13538
|
gas?: bigint | undefined;
|
|
13539
13539
|
nonce?: number | undefined;
|
|
13540
|
-
blobs: readonly
|
|
13540
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
13541
13541
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
13542
|
-
kzg?:
|
|
13542
|
+
kzg?: viem13.Kzg | undefined;
|
|
13543
13543
|
gasPrice?: undefined | undefined;
|
|
13544
13544
|
maxFeePerBlobGas?: bigint | undefined;
|
|
13545
13545
|
maxFeePerGas?: bigint | undefined;
|
|
13546
13546
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13547
|
-
accessList?:
|
|
13548
|
-
sidecars?: readonly
|
|
13547
|
+
accessList?: viem13.AccessList | undefined;
|
|
13548
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
13549
13549
|
authorizationList?: undefined;
|
|
13550
13550
|
chainId?: number | undefined;
|
|
13551
13551
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -13554,8 +13554,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13554
13554
|
functionName: string;
|
|
13555
13555
|
args?: readonly unknown[] | undefined;
|
|
13556
13556
|
address: Address;
|
|
13557
|
-
chain?:
|
|
13558
|
-
account?: `0x${string}` |
|
|
13557
|
+
chain?: viem13.Chain | null | undefined;
|
|
13558
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
13559
13559
|
value?: bigint | undefined;
|
|
13560
13560
|
dataSuffix?: `0x${string}` | undefined;
|
|
13561
13561
|
type?: "eip7702" | undefined;
|
|
@@ -13568,9 +13568,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
13568
13568
|
maxFeePerBlobGas?: undefined | undefined;
|
|
13569
13569
|
maxFeePerGas?: bigint | undefined;
|
|
13570
13570
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
13571
|
-
accessList?:
|
|
13571
|
+
accessList?: viem13.AccessList | undefined;
|
|
13572
13572
|
sidecars?: undefined;
|
|
13573
|
-
authorizationList?:
|
|
13573
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
13574
13574
|
chainId?: number | undefined;
|
|
13575
13575
|
connector?: wagmi0.Connector | undefined;
|
|
13576
13576
|
};
|
|
@@ -14655,8 +14655,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14655
14655
|
functionName: string;
|
|
14656
14656
|
args?: readonly unknown[] | undefined;
|
|
14657
14657
|
address: Address;
|
|
14658
|
-
chain?:
|
|
14659
|
-
account?: `0x${string}` |
|
|
14658
|
+
chain?: viem13.Chain | null | undefined;
|
|
14659
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14660
14660
|
value?: bigint | undefined;
|
|
14661
14661
|
dataSuffix?: `0x${string}` | undefined;
|
|
14662
14662
|
type?: "legacy" | undefined;
|
|
@@ -14679,8 +14679,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14679
14679
|
functionName: string;
|
|
14680
14680
|
args?: readonly unknown[] | undefined;
|
|
14681
14681
|
address: Address;
|
|
14682
|
-
chain?:
|
|
14683
|
-
account?: `0x${string}` |
|
|
14682
|
+
chain?: viem13.Chain | null | undefined;
|
|
14683
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14684
14684
|
value?: bigint | undefined;
|
|
14685
14685
|
dataSuffix?: `0x${string}` | undefined;
|
|
14686
14686
|
type?: "eip2930" | undefined;
|
|
@@ -14693,7 +14693,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14693
14693
|
maxFeePerBlobGas?: undefined | undefined;
|
|
14694
14694
|
maxFeePerGas?: undefined | undefined;
|
|
14695
14695
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
14696
|
-
accessList?:
|
|
14696
|
+
accessList?: viem13.AccessList | undefined;
|
|
14697
14697
|
sidecars?: undefined;
|
|
14698
14698
|
authorizationList?: undefined;
|
|
14699
14699
|
chainId?: number | undefined;
|
|
@@ -14703,8 +14703,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14703
14703
|
functionName: string;
|
|
14704
14704
|
args?: readonly unknown[] | undefined;
|
|
14705
14705
|
address: Address;
|
|
14706
|
-
chain?:
|
|
14707
|
-
account?: `0x${string}` |
|
|
14706
|
+
chain?: viem13.Chain | null | undefined;
|
|
14707
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14708
14708
|
value?: bigint | undefined;
|
|
14709
14709
|
dataSuffix?: `0x${string}` | undefined;
|
|
14710
14710
|
type?: "eip1559" | undefined;
|
|
@@ -14717,7 +14717,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14717
14717
|
maxFeePerBlobGas?: undefined | undefined;
|
|
14718
14718
|
maxFeePerGas?: bigint | undefined;
|
|
14719
14719
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14720
|
-
accessList?:
|
|
14720
|
+
accessList?: viem13.AccessList | undefined;
|
|
14721
14721
|
sidecars?: undefined;
|
|
14722
14722
|
authorizationList?: undefined;
|
|
14723
14723
|
chainId?: number | undefined;
|
|
@@ -14727,22 +14727,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14727
14727
|
functionName: string;
|
|
14728
14728
|
args?: readonly unknown[] | undefined;
|
|
14729
14729
|
address: Address;
|
|
14730
|
-
chain?:
|
|
14731
|
-
account?: `0x${string}` |
|
|
14730
|
+
chain?: viem13.Chain | null | undefined;
|
|
14731
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14732
14732
|
value?: bigint | undefined;
|
|
14733
14733
|
dataSuffix?: `0x${string}` | undefined;
|
|
14734
14734
|
type?: "eip4844" | undefined;
|
|
14735
14735
|
gas?: bigint | undefined;
|
|
14736
14736
|
nonce?: number | undefined;
|
|
14737
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
14738
|
-
blobVersionedHashes: readonly
|
|
14737
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
14738
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
14739
14739
|
kzg?: undefined;
|
|
14740
14740
|
gasPrice?: undefined | undefined;
|
|
14741
14741
|
maxFeePerBlobGas?: bigint | undefined;
|
|
14742
14742
|
maxFeePerGas?: bigint | undefined;
|
|
14743
14743
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14744
|
-
accessList?:
|
|
14745
|
-
sidecars?: readonly
|
|
14744
|
+
accessList?: viem13.AccessList | undefined;
|
|
14745
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
14746
14746
|
authorizationList?: undefined;
|
|
14747
14747
|
chainId?: number | undefined;
|
|
14748
14748
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -14751,22 +14751,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14751
14751
|
functionName: string;
|
|
14752
14752
|
args?: readonly unknown[] | undefined;
|
|
14753
14753
|
address: Address;
|
|
14754
|
-
chain?:
|
|
14755
|
-
account?: `0x${string}` |
|
|
14754
|
+
chain?: viem13.Chain | null | undefined;
|
|
14755
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14756
14756
|
value?: bigint | undefined;
|
|
14757
14757
|
dataSuffix?: `0x${string}` | undefined;
|
|
14758
14758
|
type?: "eip4844" | undefined;
|
|
14759
14759
|
gas?: bigint | undefined;
|
|
14760
14760
|
nonce?: number | undefined;
|
|
14761
|
-
blobs: readonly
|
|
14761
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
14762
14762
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
14763
|
-
kzg?:
|
|
14763
|
+
kzg?: viem13.Kzg | undefined;
|
|
14764
14764
|
gasPrice?: undefined | undefined;
|
|
14765
14765
|
maxFeePerBlobGas?: bigint | undefined;
|
|
14766
14766
|
maxFeePerGas?: bigint | undefined;
|
|
14767
14767
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14768
|
-
accessList?:
|
|
14769
|
-
sidecars?: readonly
|
|
14768
|
+
accessList?: viem13.AccessList | undefined;
|
|
14769
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
14770
14770
|
authorizationList?: undefined;
|
|
14771
14771
|
chainId?: number | undefined;
|
|
14772
14772
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -14775,8 +14775,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14775
14775
|
functionName: string;
|
|
14776
14776
|
args?: readonly unknown[] | undefined;
|
|
14777
14777
|
address: Address;
|
|
14778
|
-
chain?:
|
|
14779
|
-
account?: `0x${string}` |
|
|
14778
|
+
chain?: viem13.Chain | null | undefined;
|
|
14779
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14780
14780
|
value?: bigint | undefined;
|
|
14781
14781
|
dataSuffix?: `0x${string}` | undefined;
|
|
14782
14782
|
type?: "eip7702" | undefined;
|
|
@@ -14789,9 +14789,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14789
14789
|
maxFeePerBlobGas?: undefined | undefined;
|
|
14790
14790
|
maxFeePerGas?: bigint | undefined;
|
|
14791
14791
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14792
|
-
accessList?:
|
|
14792
|
+
accessList?: viem13.AccessList | undefined;
|
|
14793
14793
|
sidecars?: undefined;
|
|
14794
|
-
authorizationList?:
|
|
14794
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
14795
14795
|
chainId?: number | undefined;
|
|
14796
14796
|
connector?: wagmi0.Connector | undefined;
|
|
14797
14797
|
};
|
|
@@ -14826,8 +14826,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14826
14826
|
functionName: string;
|
|
14827
14827
|
args?: readonly unknown[] | undefined;
|
|
14828
14828
|
address: Address;
|
|
14829
|
-
chain?:
|
|
14830
|
-
account?: `0x${string}` |
|
|
14829
|
+
chain?: viem13.Chain | null | undefined;
|
|
14830
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14831
14831
|
value?: bigint | undefined;
|
|
14832
14832
|
dataSuffix?: `0x${string}` | undefined;
|
|
14833
14833
|
type?: "legacy" | undefined;
|
|
@@ -14850,8 +14850,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14850
14850
|
functionName: string;
|
|
14851
14851
|
args?: readonly unknown[] | undefined;
|
|
14852
14852
|
address: Address;
|
|
14853
|
-
chain?:
|
|
14854
|
-
account?: `0x${string}` |
|
|
14853
|
+
chain?: viem13.Chain | null | undefined;
|
|
14854
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14855
14855
|
value?: bigint | undefined;
|
|
14856
14856
|
dataSuffix?: `0x${string}` | undefined;
|
|
14857
14857
|
type?: "eip2930" | undefined;
|
|
@@ -14864,7 +14864,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14864
14864
|
maxFeePerBlobGas?: undefined | undefined;
|
|
14865
14865
|
maxFeePerGas?: undefined | undefined;
|
|
14866
14866
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
14867
|
-
accessList?:
|
|
14867
|
+
accessList?: viem13.AccessList | undefined;
|
|
14868
14868
|
sidecars?: undefined;
|
|
14869
14869
|
authorizationList?: undefined;
|
|
14870
14870
|
chainId?: number | undefined;
|
|
@@ -14874,8 +14874,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14874
14874
|
functionName: string;
|
|
14875
14875
|
args?: readonly unknown[] | undefined;
|
|
14876
14876
|
address: Address;
|
|
14877
|
-
chain?:
|
|
14878
|
-
account?: `0x${string}` |
|
|
14877
|
+
chain?: viem13.Chain | null | undefined;
|
|
14878
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14879
14879
|
value?: bigint | undefined;
|
|
14880
14880
|
dataSuffix?: `0x${string}` | undefined;
|
|
14881
14881
|
type?: "eip1559" | undefined;
|
|
@@ -14888,7 +14888,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14888
14888
|
maxFeePerBlobGas?: undefined | undefined;
|
|
14889
14889
|
maxFeePerGas?: bigint | undefined;
|
|
14890
14890
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14891
|
-
accessList?:
|
|
14891
|
+
accessList?: viem13.AccessList | undefined;
|
|
14892
14892
|
sidecars?: undefined;
|
|
14893
14893
|
authorizationList?: undefined;
|
|
14894
14894
|
chainId?: number | undefined;
|
|
@@ -14898,22 +14898,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14898
14898
|
functionName: string;
|
|
14899
14899
|
args?: readonly unknown[] | undefined;
|
|
14900
14900
|
address: Address;
|
|
14901
|
-
chain?:
|
|
14902
|
-
account?: `0x${string}` |
|
|
14901
|
+
chain?: viem13.Chain | null | undefined;
|
|
14902
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14903
14903
|
value?: bigint | undefined;
|
|
14904
14904
|
dataSuffix?: `0x${string}` | undefined;
|
|
14905
14905
|
type?: "eip4844" | undefined;
|
|
14906
14906
|
gas?: bigint | undefined;
|
|
14907
14907
|
nonce?: number | undefined;
|
|
14908
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
14909
|
-
blobVersionedHashes: readonly
|
|
14908
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
14909
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
14910
14910
|
kzg?: undefined;
|
|
14911
14911
|
gasPrice?: undefined | undefined;
|
|
14912
14912
|
maxFeePerBlobGas?: bigint | undefined;
|
|
14913
14913
|
maxFeePerGas?: bigint | undefined;
|
|
14914
14914
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14915
|
-
accessList?:
|
|
14916
|
-
sidecars?: readonly
|
|
14915
|
+
accessList?: viem13.AccessList | undefined;
|
|
14916
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
14917
14917
|
authorizationList?: undefined;
|
|
14918
14918
|
chainId?: number | undefined;
|
|
14919
14919
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -14922,22 +14922,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14922
14922
|
functionName: string;
|
|
14923
14923
|
args?: readonly unknown[] | undefined;
|
|
14924
14924
|
address: Address;
|
|
14925
|
-
chain?:
|
|
14926
|
-
account?: `0x${string}` |
|
|
14925
|
+
chain?: viem13.Chain | null | undefined;
|
|
14926
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14927
14927
|
value?: bigint | undefined;
|
|
14928
14928
|
dataSuffix?: `0x${string}` | undefined;
|
|
14929
14929
|
type?: "eip4844" | undefined;
|
|
14930
14930
|
gas?: bigint | undefined;
|
|
14931
14931
|
nonce?: number | undefined;
|
|
14932
|
-
blobs: readonly
|
|
14932
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
14933
14933
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
14934
|
-
kzg?:
|
|
14934
|
+
kzg?: viem13.Kzg | undefined;
|
|
14935
14935
|
gasPrice?: undefined | undefined;
|
|
14936
14936
|
maxFeePerBlobGas?: bigint | undefined;
|
|
14937
14937
|
maxFeePerGas?: bigint | undefined;
|
|
14938
14938
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14939
|
-
accessList?:
|
|
14940
|
-
sidecars?: readonly
|
|
14939
|
+
accessList?: viem13.AccessList | undefined;
|
|
14940
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
14941
14941
|
authorizationList?: undefined;
|
|
14942
14942
|
chainId?: number | undefined;
|
|
14943
14943
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -14946,8 +14946,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14946
14946
|
functionName: string;
|
|
14947
14947
|
args?: readonly unknown[] | undefined;
|
|
14948
14948
|
address: Address;
|
|
14949
|
-
chain?:
|
|
14950
|
-
account?: `0x${string}` |
|
|
14949
|
+
chain?: viem13.Chain | null | undefined;
|
|
14950
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
14951
14951
|
value?: bigint | undefined;
|
|
14952
14952
|
dataSuffix?: `0x${string}` | undefined;
|
|
14953
14953
|
type?: "eip7702" | undefined;
|
|
@@ -14960,9 +14960,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14960
14960
|
maxFeePerBlobGas?: undefined | undefined;
|
|
14961
14961
|
maxFeePerGas?: bigint | undefined;
|
|
14962
14962
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
14963
|
-
accessList?:
|
|
14963
|
+
accessList?: viem13.AccessList | undefined;
|
|
14964
14964
|
sidecars?: undefined;
|
|
14965
|
-
authorizationList?:
|
|
14965
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
14966
14966
|
chainId?: number | undefined;
|
|
14967
14967
|
connector?: wagmi0.Connector | undefined;
|
|
14968
14968
|
};
|
|
@@ -14997,8 +14997,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
14997
14997
|
functionName: string;
|
|
14998
14998
|
args?: readonly unknown[] | undefined;
|
|
14999
14999
|
address: Address;
|
|
15000
|
-
chain?:
|
|
15001
|
-
account?: `0x${string}` |
|
|
15000
|
+
chain?: viem13.Chain | null | undefined;
|
|
15001
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
15002
15002
|
value?: bigint | undefined;
|
|
15003
15003
|
dataSuffix?: `0x${string}` | undefined;
|
|
15004
15004
|
type?: "legacy" | undefined;
|
|
@@ -15021,8 +15021,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15021
15021
|
functionName: string;
|
|
15022
15022
|
args?: readonly unknown[] | undefined;
|
|
15023
15023
|
address: Address;
|
|
15024
|
-
chain?:
|
|
15025
|
-
account?: `0x${string}` |
|
|
15024
|
+
chain?: viem13.Chain | null | undefined;
|
|
15025
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
15026
15026
|
value?: bigint | undefined;
|
|
15027
15027
|
dataSuffix?: `0x${string}` | undefined;
|
|
15028
15028
|
type?: "eip2930" | undefined;
|
|
@@ -15035,7 +15035,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15035
15035
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15036
15036
|
maxFeePerGas?: undefined | undefined;
|
|
15037
15037
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
15038
|
-
accessList?:
|
|
15038
|
+
accessList?: viem13.AccessList | undefined;
|
|
15039
15039
|
sidecars?: undefined;
|
|
15040
15040
|
authorizationList?: undefined;
|
|
15041
15041
|
chainId?: number | undefined;
|
|
@@ -15045,8 +15045,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15045
15045
|
functionName: string;
|
|
15046
15046
|
args?: readonly unknown[] | undefined;
|
|
15047
15047
|
address: Address;
|
|
15048
|
-
chain?:
|
|
15049
|
-
account?: `0x${string}` |
|
|
15048
|
+
chain?: viem13.Chain | null | undefined;
|
|
15049
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
15050
15050
|
value?: bigint | undefined;
|
|
15051
15051
|
dataSuffix?: `0x${string}` | undefined;
|
|
15052
15052
|
type?: "eip1559" | undefined;
|
|
@@ -15059,7 +15059,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15059
15059
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15060
15060
|
maxFeePerGas?: bigint | undefined;
|
|
15061
15061
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
15062
|
-
accessList?:
|
|
15062
|
+
accessList?: viem13.AccessList | undefined;
|
|
15063
15063
|
sidecars?: undefined;
|
|
15064
15064
|
authorizationList?: undefined;
|
|
15065
15065
|
chainId?: number | undefined;
|
|
@@ -15069,22 +15069,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15069
15069
|
functionName: string;
|
|
15070
15070
|
args?: readonly unknown[] | undefined;
|
|
15071
15071
|
address: Address;
|
|
15072
|
-
chain?:
|
|
15073
|
-
account?: `0x${string}` |
|
|
15072
|
+
chain?: viem13.Chain | null | undefined;
|
|
15073
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
15074
15074
|
value?: bigint | undefined;
|
|
15075
15075
|
dataSuffix?: `0x${string}` | undefined;
|
|
15076
15076
|
type?: "eip4844" | undefined;
|
|
15077
15077
|
gas?: bigint | undefined;
|
|
15078
15078
|
nonce?: number | undefined;
|
|
15079
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
15080
|
-
blobVersionedHashes: readonly
|
|
15079
|
+
blobs?: readonly `0x${string}`[] | readonly viem13.ByteArray[] | undefined;
|
|
15080
|
+
blobVersionedHashes: readonly viem13.Hex[];
|
|
15081
15081
|
kzg?: undefined;
|
|
15082
15082
|
gasPrice?: undefined | undefined;
|
|
15083
15083
|
maxFeePerBlobGas?: bigint | undefined;
|
|
15084
15084
|
maxFeePerGas?: bigint | undefined;
|
|
15085
15085
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
15086
|
-
accessList?:
|
|
15087
|
-
sidecars?: readonly
|
|
15086
|
+
accessList?: viem13.AccessList | undefined;
|
|
15087
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
15088
15088
|
authorizationList?: undefined;
|
|
15089
15089
|
chainId?: number | undefined;
|
|
15090
15090
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -15093,22 +15093,22 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15093
15093
|
functionName: string;
|
|
15094
15094
|
args?: readonly unknown[] | undefined;
|
|
15095
15095
|
address: Address;
|
|
15096
|
-
chain?:
|
|
15097
|
-
account?: `0x${string}` |
|
|
15096
|
+
chain?: viem13.Chain | null | undefined;
|
|
15097
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
15098
15098
|
value?: bigint | undefined;
|
|
15099
15099
|
dataSuffix?: `0x${string}` | undefined;
|
|
15100
15100
|
type?: "eip4844" | undefined;
|
|
15101
15101
|
gas?: bigint | undefined;
|
|
15102
15102
|
nonce?: number | undefined;
|
|
15103
|
-
blobs: readonly
|
|
15103
|
+
blobs: readonly viem13.Hex[] | readonly viem13.ByteArray[];
|
|
15104
15104
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
15105
|
-
kzg?:
|
|
15105
|
+
kzg?: viem13.Kzg | undefined;
|
|
15106
15106
|
gasPrice?: undefined | undefined;
|
|
15107
15107
|
maxFeePerBlobGas?: bigint | undefined;
|
|
15108
15108
|
maxFeePerGas?: bigint | undefined;
|
|
15109
15109
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
15110
|
-
accessList?:
|
|
15111
|
-
sidecars?: readonly
|
|
15110
|
+
accessList?: viem13.AccessList | undefined;
|
|
15111
|
+
sidecars?: readonly viem13.BlobSidecar<`0x${string}`>[] | undefined;
|
|
15112
15112
|
authorizationList?: undefined;
|
|
15113
15113
|
chainId?: number | undefined;
|
|
15114
15114
|
connector?: wagmi0.Connector | undefined;
|
|
@@ -15117,8 +15117,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15117
15117
|
functionName: string;
|
|
15118
15118
|
args?: readonly unknown[] | undefined;
|
|
15119
15119
|
address: Address;
|
|
15120
|
-
chain?:
|
|
15121
|
-
account?: `0x${string}` |
|
|
15120
|
+
chain?: viem13.Chain | null | undefined;
|
|
15121
|
+
account?: `0x${string}` | viem13.Account | null | undefined;
|
|
15122
15122
|
value?: bigint | undefined;
|
|
15123
15123
|
dataSuffix?: `0x${string}` | undefined;
|
|
15124
15124
|
type?: "eip7702" | undefined;
|
|
@@ -15131,9 +15131,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
15131
15131
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15132
15132
|
maxFeePerGas?: bigint | undefined;
|
|
15133
15133
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
15134
|
-
accessList?:
|
|
15134
|
+
accessList?: viem13.AccessList | undefined;
|
|
15135
15135
|
sidecars?: undefined;
|
|
15136
|
-
authorizationList?:
|
|
15136
|
+
authorizationList?: viem13.AuthorizationList<number, boolean> | undefined;
|
|
15137
15137
|
chainId?: number | undefined;
|
|
15138
15138
|
connector?: wagmi0.Connector | undefined;
|
|
15139
15139
|
};
|