@0xsequence/marketplace-sdk 2.0.1 → 2.0.2

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.
Files changed (116) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/BellIcon.js +1 -1
  3. package/dist/Card.js +1 -1
  4. package/dist/ShopCard.d.ts +4 -4
  5. package/dist/builder-api.js +1 -1
  6. package/dist/collectible.js +1 -1
  7. package/dist/collection.js +1 -1
  8. package/dist/create-config.d.ts +597 -201
  9. package/dist/create-config.js +1 -1
  10. package/dist/currency.js +1 -1
  11. package/dist/dist.js +167 -148
  12. package/dist/dist.js.map +1 -1
  13. package/dist/expirationDateSelect.js +1 -1
  14. package/dist/filter-state.d.ts +1 -1
  15. package/dist/filters.d.ts +4 -4
  16. package/dist/index.d.ts +1 -1
  17. package/dist/index.js +2 -2
  18. package/dist/index10.d.ts +3 -3
  19. package/dist/index11.d.ts +17 -17
  20. package/dist/index12.d.ts +26 -26
  21. package/dist/index14.d.ts +3 -3
  22. package/dist/index15.d.ts +3 -3
  23. package/dist/index16.d.ts +2 -2
  24. package/dist/index17.d.ts +86 -86
  25. package/dist/index18.d.ts +40 -40
  26. package/dist/index19.d.ts +5 -5
  27. package/dist/index2.d.ts +4 -1
  28. package/dist/index21.d.ts +15 -15
  29. package/dist/index22.d.ts +8 -65
  30. package/dist/index23.d.ts +21 -13
  31. package/dist/index26.d.ts +4 -4
  32. package/dist/index27.d.ts +4 -4
  33. package/dist/index28.d.ts +10 -10
  34. package/dist/index3.d.ts +2 -2194
  35. package/dist/index31.d.ts +5 -5
  36. package/dist/index33.d.ts +3 -3
  37. package/dist/index34.d.ts +4 -4
  38. package/dist/index35.d.ts +1 -1
  39. package/dist/index36.d.ts +7 -7
  40. package/dist/index37.d.ts +6 -6
  41. package/dist/index38.d.ts +8 -8
  42. package/dist/index39.d.ts +1 -1
  43. package/dist/index4.d.ts +995 -995
  44. package/dist/index40.d.ts +2 -2
  45. package/dist/index8.d.ts +2 -2
  46. package/dist/index9.d.ts +2811 -3
  47. package/dist/inventory.d.ts +4 -4
  48. package/dist/inventory.js +2 -2
  49. package/dist/marketplace2.js +2 -2
  50. package/dist/metadata.d.ts +73 -73
  51. package/dist/primary-sale-checkout-options.d.ts +4 -4
  52. package/dist/quantityInput.js +1 -1
  53. package/dist/ranges.d.ts +17 -17
  54. package/dist/react/_internal/index.d.ts +1 -1
  55. package/dist/react/_internal/index.js +1 -1
  56. package/dist/react/index.d.ts +1 -1
  57. package/dist/react/queries/collectible/index.d.ts +1 -1
  58. package/dist/react/queries/index.d.ts +1 -1
  59. package/dist/react/ssr/index.d.ts +1 -1
  60. package/dist/react/ssr/index.js +2 -2
  61. package/dist/react/ui/components/marketplace-collectible-card/index.d.ts +1 -1
  62. package/dist/react/ui/components/marketplace-logos/index.d.ts +21 -21
  63. package/dist/react/ui/modals/CreateListingModal/internal/hooks/index.d.ts +1 -1
  64. package/dist/react/ui/modals/MakeOfferModal/internal/hooks/index.d.ts +1 -1
  65. package/dist/react/ui/modals/_internal/components/alertMessage/index.d.ts +2 -2
  66. package/dist/react/ui/modals/_internal/components/baseModal/index.d.ts +6 -6
  67. package/dist/react/ui/modals/_internal/components/calendar/index.d.ts +2 -2
  68. package/dist/react/ui/modals/_internal/components/calendarDropdown/index.d.ts +2 -2
  69. package/dist/react/ui/modals/_internal/components/currencyImage/index.d.ts +2 -2
  70. package/dist/react/ui/modals/_internal/components/currencyOptionsSelect/index.d.ts +3 -3
  71. package/dist/react/ui/modals/_internal/components/floorPriceText/index.d.ts +2 -2
  72. package/dist/react/ui/modals/_internal/components/priceInput/index.d.ts +3 -3
  73. package/dist/react/ui/modals/_internal/components/quantityInput/index.d.ts +2 -2
  74. package/dist/react/ui/modals/_internal/components/selectWaasFeeOptions/index.d.ts +2 -2
  75. package/dist/react/ui/modals/_internal/components/switchChainErrorModal/index.d.ts +2 -2
  76. package/dist/react/ui/modals/_internal/components/timeAgo/index.d.ts +2 -2
  77. package/dist/react/ui/modals/_internal/components/tokenPreview/index.d.ts +3 -3
  78. package/dist/react/ui/modals/_internal/components/transaction-footer/index.d.ts +3 -3
  79. package/dist/react/ui/modals/_internal/components/transactionDetails/index.d.ts +3 -3
  80. package/dist/react/ui/modals/_internal/components/transactionPreview/index.d.ts +3 -3
  81. package/dist/react/ui/modals/_internal/components/transactionStatusModal/index.d.ts +3 -3
  82. package/dist/react.js +2192 -1903
  83. package/dist/react.js.map +1 -1
  84. package/dist/token-balances.d.ts +28 -28
  85. package/dist/transaction-footer.js +1 -1
  86. package/dist/types/index.d.ts +1 -1
  87. package/dist/types/index.js +1 -1
  88. package/dist/types.d.ts +1 -1
  89. package/dist/url-state.js +1 -1
  90. package/dist/utils/index.js +1 -1
  91. package/dist/utils.js +20 -4
  92. package/dist/utils.js.map +1 -1
  93. package/package.json +7 -5
  94. package/src/react/hooks/config/useMarketplaceConfig.test.tsx +1 -0
  95. package/src/react/hooks/transactions/useCancelTransactionSteps.tsx +4 -1
  96. package/src/react/hooks/utils/useEnsureCorrectChain.ts +10 -5
  97. package/src/react/ui/modals/BuyModal/components/BuyModalContent.tsx +34 -31
  98. package/src/react/ui/modals/BuyModal/components/CryptoPaymentModal.tsx +74 -11
  99. package/src/react/ui/modals/BuyModal/components/Modal.tsx +62 -1
  100. package/src/react/ui/modals/BuyModal/hooks/useExecuteBundledTransactions.ts +13 -26
  101. package/src/react/ui/modals/BuyModal/internal/__tests__/buildTrailsMarketBuyActions.test.ts +213 -0
  102. package/src/react/ui/modals/BuyModal/internal/buildTrailsMarketBuyActions.ts +259 -0
  103. package/src/react/ui/modals/BuyModal/internal/buyModalContext.ts +79 -10
  104. package/src/react/ui/modals/BuyModal/internal/cryptoPaymentModalContext.tsx +44 -17
  105. package/src/react/ui/modals/MakeOfferModal/internal/context.ts +2 -1
  106. package/src/react/ui/modals/_internal/components/currencyOptionsSelect/index.tsx +2 -1
  107. package/src/react/ui/modals/_internal/components/priceInput/index.tsx +12 -11
  108. package/src/react/ui/modals/_internal/helpers/currency.test.ts +27 -0
  109. package/src/react/ui/modals/_internal/helpers/currency.ts +4 -2
  110. package/src/utils/__tests__/getMarketplaceDetails.test.ts +10 -0
  111. package/src/utils/__tests__/getWebRPCErrorMessage.test.ts +28 -0
  112. package/src/utils/__tests__/marketplaceNormalization.test.ts +38 -0
  113. package/src/utils/getConduitAddressForOrderbook.ts +2 -10
  114. package/src/utils/getMarketplaceDetails.ts +11 -4
  115. package/src/utils/getWebRPCErrorMessage.ts +21 -0
  116. package/src/utils/normalizeMarketplace.ts +31 -0
@@ -1,14 +1,15 @@
1
+ /// <reference types="react" />
1
2
  /// <reference types="node" />
2
- import { Cn as TransactionOnRampProvider, En as MarketplaceWalletType, Ft as Address$1, G as MarketplaceClient, H as LookupMarketplaceReturn, Ht as CheckoutOptions, K as MarketplaceCollection, O as IndexerClient, Tn as FilterCondition, U as MarketCollection, W as MarketPage, X as OpenIdProvider, Y as MetadataClient, c as CreateReq, et as ShopCollection, fn as Page$2, in as MarketplaceKind, it as Step, l as Currency, ot as index_d_exports, q as MarketplaceSettings, s as ContractType$1, tt as ShopPage, un as OrderbookKind } from "./index2.js";
3
+ import { Dn as MarketplaceWalletType, En as FilterCondition, G as MarketPage, It as Address$1, J as MarketplaceSettings, K as MarketplaceClient, U as LookupMarketplaceReturn, Ut as CheckoutOptions, W as MarketCollection, X as MetadataClient, Z as OpenIdProvider, an as MarketplaceKind, at as Step, c as ContractType$1, dn as OrderbookKind, k as IndexerClient, l as CreateReq, nt as ShopPage, pn as Page$2, q as MarketplaceCollection, st as index_d_exports, tt as ShopCollection, u as Currency, wn as TransactionOnRampProvider } from "./index2.js";
3
4
  import { Page, SequenceIndexer, TokenBalance, TransactionReceipt } from "@0xsequence/indexer";
4
5
  import { ContractInfo as ContractInfo$1, GetContractInfoArgs, GetTokenMetadataArgs, SequenceMetadata } from "@0xsequence/metadata";
5
6
  import "@0xsequence/network";
6
7
  import * as wagmi0 from "wagmi";
7
8
  import { CreateConnectorFn, State } from "wagmi";
8
- import React$1, { ComponentType, FunctionComponent, JSX, ReactNode, SVGProps } from "react";
9
+ import React$1, { CSSProperties, ComponentType, FunctionComponent, JSX as JSX$1, ReactNode, SVGProps, useEffect } from "react";
9
10
  import "react/jsx-runtime";
10
11
  import { AddEthereumChainParameter, Address, BaseError, BaseErrorType, Chain, Client, EIP1193RequestFn, Hex, ProviderConnectInfo, ProviderMessage, PublicClient, Transport } from "viem";
11
- import * as _tanstack_react_query418 from "@tanstack/react-query";
12
+ import * as _tanstack_react_query429 from "@tanstack/react-query";
12
13
  import { QueryClient, QueryKey, UseQueryResult } from "@tanstack/react-query";
13
14
  import { SequenceAPIClient } from "@0xsequence/api";
14
15
  import { VariantProps } from "class-variance-authority";
@@ -41,8 +42,8 @@ declare const fetchMarketplaceConfig: ({
41
42
  config: SdkConfig;
42
43
  prefetchedMarketplaceSettings?: index_d_exports.LookupMarketplaceReturn;
43
44
  }) => Promise<MarketplaceConfig>;
44
- declare const marketplaceConfigOptions: (config: SdkConfig) => _tanstack_react_query418.OmitKeyof<_tanstack_react_query418.UseQueryOptions<MarketplaceConfig, Error, MarketplaceConfig, readonly ["marketplace", string, {}]>, "queryFn"> & {
45
- queryFn?: _tanstack_react_query418.QueryFunction<MarketplaceConfig, readonly ["marketplace", string, {}], never> | undefined;
45
+ declare const marketplaceConfigOptions: (config: SdkConfig) => _tanstack_react_query429.OmitKeyof<_tanstack_react_query429.UseQueryOptions<MarketplaceConfig, Error, MarketplaceConfig, readonly ["marketplace", string, {}]>, "queryFn"> & {
46
+ queryFn?: _tanstack_react_query429.QueryFunction<MarketplaceConfig, readonly ["marketplace", string, {}], never> | undefined;
46
47
  } & {
47
48
  queryKey: readonly ["marketplace", string, {}] & {
48
49
  [dataTagSymbol]: MarketplaceConfig;
@@ -277,8 +278,8 @@ declare function buildQueryOptions<TParams extends BaseQueryParams, TData, const
277
278
  requiredParams: TKeys & (RequiredKeys<TParams> extends TKeys[number] ? TKeys : never);
278
279
  fetcher: (params: TParams) => Promise<TData>;
279
280
  customValidation?: (params: WithOptionalParams<TParams>) => boolean;
280
- }, params: WithOptionalParams<TParams>): _tanstack_react_query418.OmitKeyof<_tanstack_react_query418.UseQueryOptions<TData, Error, TData, readonly unknown[]>, "queryFn"> & {
281
- queryFn?: _tanstack_react_query418.QueryFunction<TData, readonly unknown[], never> | undefined;
281
+ }, params: WithOptionalParams<TParams>): _tanstack_react_query429.OmitKeyof<_tanstack_react_query429.UseQueryOptions<TData, Error, TData, readonly unknown[]>, "queryFn"> & {
282
+ queryFn?: _tanstack_react_query429.QueryFunction<TData, readonly unknown[], never> | undefined;
282
283
  } & {
283
284
  queryKey: readonly unknown[] & {
284
285
  [dataTagSymbol]: TData;
@@ -296,11 +297,11 @@ declare function buildInfiniteQueryOptions<TParams extends BaseInfiniteQueryPara
296
297
  fetcher: (params: TParams, page: Page$2) => Promise<TResponse>;
297
298
  getPageInfo: (response: TResponse) => Page$2 | undefined;
298
299
  customValidation?: (params: WithOptionalInfiniteParams<TParams>) => boolean;
299
- }, params: WithOptionalInfiniteParams<TParams>): _tanstack_react_query418.OmitKeyof<_tanstack_react_query418.UseInfiniteQueryOptions<TResponse, Error, _tanstack_react_query418.InfiniteData<TResponse, unknown>, readonly unknown[], Page$2>, "queryFn"> & {
300
- queryFn?: _tanstack_react_query418.QueryFunction<TResponse, readonly unknown[], Page$2> | undefined;
300
+ }, params: WithOptionalInfiniteParams<TParams>): _tanstack_react_query429.OmitKeyof<_tanstack_react_query429.UseInfiniteQueryOptions<TResponse, Error, _tanstack_react_query429.InfiniteData<TResponse, unknown>, readonly unknown[], Page$2>, "queryFn"> & {
301
+ queryFn?: _tanstack_react_query429.QueryFunction<TResponse, readonly unknown[], Page$2> | undefined;
301
302
  } & {
302
303
  queryKey: readonly unknown[] & {
303
- [dataTagSymbol]: _tanstack_react_query418.InfiniteData<TResponse, unknown>;
304
+ [dataTagSymbol]: _tanstack_react_query429.InfiniteData<TResponse, unknown>;
304
305
  [dataTagErrorSymbol]: Error;
305
306
  };
306
307
  };
@@ -405,7 +406,378 @@ declare const clamp: (val: number, min: number, max: number) => number;
405
406
  */
406
407
  declare function serializeBigInts<T$1>(obj: T$1): T$1;
407
408
  //#endregion
408
- //#region ../node_modules/.pnpm/@0xsequence+connect@5.4.8_70c73263aff80b108b915be6fe22f975/node_modules/@0xsequence/connect/dist/cjs/types.d.ts
409
+ //#region ../node_modules/.pnpm/motion-dom@12.23.23/node_modules/motion-dom/dist/index.d.ts
410
+ type AnyResolvedKeyframe = string | number;
411
+ interface ProgressTimeline {
412
+ currentTime: null | {
413
+ value: number;
414
+ };
415
+ cancel?: VoidFunction;
416
+ }
417
+ interface TimelineWithFallback {
418
+ timeline?: ProgressTimeline;
419
+ observe: (animation: AnimationPlaybackControls) => VoidFunction;
420
+ }
421
+ /**
422
+ * Methods to control an animation.
423
+ */
424
+ interface AnimationPlaybackControls {
425
+ /**
426
+ * The current time of the animation, in seconds.
427
+ */
428
+ time: number;
429
+ /**
430
+ * The playback speed of the animation.
431
+ * 1 = normal speed, 2 = double speed, 0.5 = half speed.
432
+ */
433
+ speed: number;
434
+ /**
435
+ * The start time of the animation, in milliseconds.
436
+ */
437
+ startTime: number | null;
438
+ /**
439
+ * The state of the animation.
440
+ *
441
+ * This is currently for internal use only.
442
+ */
443
+ state: AnimationPlayState;
444
+ duration: number;
445
+ /**
446
+ * The duration of the animation, including any delay.
447
+ */
448
+ iterationDuration: number;
449
+ /**
450
+ * Stops the animation at its current state, and prevents it from
451
+ * resuming when the animation is played again.
452
+ */
453
+ stop: () => void;
454
+ /**
455
+ * Plays the animation.
456
+ */
457
+ play: () => void;
458
+ /**
459
+ * Pauses the animation.
460
+ */
461
+ pause: () => void;
462
+ /**
463
+ * Completes the animation and applies the final state.
464
+ */
465
+ complete: () => void;
466
+ /**
467
+ * Cancels the animation and applies the initial state.
468
+ */
469
+ cancel: () => void;
470
+ /**
471
+ * Attaches a timeline to the animation, for instance the `ScrollTimeline`.
472
+ *
473
+ * This is currently for internal use only.
474
+ */
475
+ attachTimeline: (timeline: TimelineWithFallback) => VoidFunction;
476
+ finished: Promise<any>;
477
+ }
478
+ type AnimationPlaybackControlsWithThen = AnimationPlaybackControls & {
479
+ then: (onResolve: VoidFunction, onReject?: VoidFunction) => Promise<void>;
480
+ };
481
+ interface TransformProperties {
482
+ x?: AnyResolvedKeyframe;
483
+ y?: AnyResolvedKeyframe;
484
+ z?: AnyResolvedKeyframe;
485
+ translateX?: AnyResolvedKeyframe;
486
+ translateY?: AnyResolvedKeyframe;
487
+ translateZ?: AnyResolvedKeyframe;
488
+ rotate?: AnyResolvedKeyframe;
489
+ rotateX?: AnyResolvedKeyframe;
490
+ rotateY?: AnyResolvedKeyframe;
491
+ rotateZ?: AnyResolvedKeyframe;
492
+ scale?: AnyResolvedKeyframe;
493
+ scaleX?: AnyResolvedKeyframe;
494
+ scaleY?: AnyResolvedKeyframe;
495
+ scaleZ?: AnyResolvedKeyframe;
496
+ skew?: AnyResolvedKeyframe;
497
+ skewX?: AnyResolvedKeyframe;
498
+ skewY?: AnyResolvedKeyframe;
499
+ originX?: AnyResolvedKeyframe;
500
+ originY?: AnyResolvedKeyframe;
501
+ originZ?: AnyResolvedKeyframe;
502
+ perspective?: AnyResolvedKeyframe;
503
+ transformPerspective?: AnyResolvedKeyframe;
504
+ }
505
+ /**
506
+ * @public
507
+ */
508
+ type Subscriber<T$1> = (v: T$1) => void;
509
+ /**
510
+ * @public
511
+ */
512
+ type PassiveEffect<T$1> = (v: T$1, safeSetter: (v: T$1) => void) => void;
513
+ type StartAnimation = (complete: () => void) => AnimationPlaybackControlsWithThen | undefined;
514
+ interface MotionValueEventCallbacks<V> {
515
+ animationStart: () => void;
516
+ animationComplete: () => void;
517
+ animationCancel: () => void;
518
+ change: (latestValue: V) => void;
519
+ destroy: () => void;
520
+ }
521
+ interface ResolvedValues$1 {
522
+ [key: string]: AnyResolvedKeyframe;
523
+ }
524
+ interface Owner {
525
+ current: HTMLElement | unknown;
526
+ getProps: () => {
527
+ onUpdate?: (latest: ResolvedValues$1) => void;
528
+ transformTemplate?: (transform: TransformProperties, generatedTransform: string) => string;
529
+ };
530
+ }
531
+ interface MotionValueOptions {
532
+ owner?: Owner;
533
+ }
534
+ /**
535
+ * `MotionValue` is used to track the state and velocity of motion values.
536
+ *
537
+ * @public
538
+ */
539
+ declare class MotionValue<V = any> {
540
+ /**
541
+ * If a MotionValue has an owner, it was created internally within Motion
542
+ * and therefore has no external listeners. It is therefore safe to animate via WAAPI.
543
+ */
544
+ owner?: Owner;
545
+ /**
546
+ * The current state of the `MotionValue`.
547
+ */
548
+ private current;
549
+ /**
550
+ * The previous state of the `MotionValue`.
551
+ */
552
+ private prev;
553
+ /**
554
+ * The previous state of the `MotionValue` at the end of the previous frame.
555
+ */
556
+ private prevFrameValue;
557
+ /**
558
+ * The last time the `MotionValue` was updated.
559
+ */
560
+ updatedAt: number;
561
+ /**
562
+ * The time `prevFrameValue` was updated.
563
+ */
564
+ prevUpdatedAt: number | undefined;
565
+ private stopPassiveEffect?;
566
+ /**
567
+ * Whether the passive effect is active.
568
+ */
569
+ isEffectActive?: boolean;
570
+ /**
571
+ * A reference to the currently-controlling animation.
572
+ */
573
+ animation?: AnimationPlaybackControlsWithThen;
574
+ /**
575
+ * A list of MotionValues whose values are computed from this one.
576
+ * This is a rough start to a proper signal-like dirtying system.
577
+ */
578
+ private dependents;
579
+ /**
580
+ * Tracks whether this value should be removed
581
+ */
582
+ liveStyle?: boolean;
583
+ /**
584
+ * @param init - The initiating value
585
+ * @param config - Optional configuration options
586
+ *
587
+ * - `transformer`: A function to transform incoming values with.
588
+ */
589
+ constructor(init: V, options?: MotionValueOptions);
590
+ setCurrent(current: V): void;
591
+ setPrevFrameValue(prevFrameValue?: V | undefined): void;
592
+ /**
593
+ * Adds a function that will be notified when the `MotionValue` is updated.
594
+ *
595
+ * It returns a function that, when called, will cancel the subscription.
596
+ *
597
+ * When calling `onChange` inside a React component, it should be wrapped with the
598
+ * `useEffect` hook. As it returns an unsubscribe function, this should be returned
599
+ * from the `useEffect` function to ensure you don't add duplicate subscribers..
600
+ *
601
+ * ```jsx
602
+ * export const MyComponent = () => {
603
+ * const x = useMotionValue(0)
604
+ * const y = useMotionValue(0)
605
+ * const opacity = useMotionValue(1)
606
+ *
607
+ * useEffect(() => {
608
+ * function updateOpacity() {
609
+ * const maxXY = Math.max(x.get(), y.get())
610
+ * const newOpacity = transform(maxXY, [0, 100], [1, 0])
611
+ * opacity.set(newOpacity)
612
+ * }
613
+ *
614
+ * const unsubscribeX = x.on("change", updateOpacity)
615
+ * const unsubscribeY = y.on("change", updateOpacity)
616
+ *
617
+ * return () => {
618
+ * unsubscribeX()
619
+ * unsubscribeY()
620
+ * }
621
+ * }, [])
622
+ *
623
+ * return <motion.div style={{ x }} />
624
+ * }
625
+ * ```
626
+ *
627
+ * @param subscriber - A function that receives the latest value.
628
+ * @returns A function that, when called, will cancel this subscription.
629
+ *
630
+ * @deprecated
631
+ */
632
+ onChange(subscription: Subscriber<V>): () => void;
633
+ /**
634
+ * An object containing a SubscriptionManager for each active event.
635
+ */
636
+ private events;
637
+ on<EventName extends keyof MotionValueEventCallbacks<V>>(eventName: EventName, callback: MotionValueEventCallbacks<V>[EventName]): VoidFunction;
638
+ clearListeners(): void;
639
+ /**
640
+ * Attaches a passive effect to the `MotionValue`.
641
+ */
642
+ attach(passiveEffect: PassiveEffect<V>, stopPassiveEffect: VoidFunction): void;
643
+ /**
644
+ * Sets the state of the `MotionValue`.
645
+ *
646
+ * @remarks
647
+ *
648
+ * ```jsx
649
+ * const x = useMotionValue(0)
650
+ * x.set(10)
651
+ * ```
652
+ *
653
+ * @param latest - Latest value to set.
654
+ * @param render - Whether to notify render subscribers. Defaults to `true`
655
+ *
656
+ * @public
657
+ */
658
+ set(v: V): void;
659
+ setWithVelocity(prev: V, current: V, delta: number): void;
660
+ /**
661
+ * Set the state of the `MotionValue`, stopping any active animations,
662
+ * effects, and resets velocity to `0`.
663
+ */
664
+ jump(v: V, endAnimation?: boolean): void;
665
+ dirty(): void;
666
+ addDependent(dependent: MotionValue): void;
667
+ removeDependent(dependent: MotionValue): void;
668
+ updateAndNotify: (v: V) => void;
669
+ /**
670
+ * Returns the latest state of `MotionValue`
671
+ *
672
+ * @returns - The latest state of `MotionValue`
673
+ *
674
+ * @public
675
+ */
676
+ get(): NonNullable<V>;
677
+ /**
678
+ * @public
679
+ */
680
+ getPrevious(): V | undefined;
681
+ /**
682
+ * Returns the latest velocity of `MotionValue`
683
+ *
684
+ * @returns - The latest velocity of `MotionValue`. Returns `0` if the state is non-numerical.
685
+ *
686
+ * @public
687
+ */
688
+ getVelocity(): number;
689
+ hasAnimated: boolean;
690
+ /**
691
+ * Registers a new animation to control this `MotionValue`. Only one
692
+ * animation can drive a `MotionValue` at one time.
693
+ *
694
+ * ```jsx
695
+ * value.start()
696
+ * ```
697
+ *
698
+ * @param animation - A function that starts the provided animation
699
+ */
700
+ start(startAnimation: StartAnimation): Promise<void>;
701
+ /**
702
+ * Stop the currently active animation.
703
+ *
704
+ * @public
705
+ */
706
+ stop(): void;
707
+ /**
708
+ * Returns `true` if this value is currently animating.
709
+ *
710
+ * @public
711
+ */
712
+ isAnimating(): boolean;
713
+ private clearAnimation;
714
+ /**
715
+ * Destroy and clean up subscribers to this `MotionValue`.
716
+ *
717
+ * The `MotionValue` hooks like `useMotionValue` and `useTransform` automatically
718
+ * handle the lifecycle of the returned `MotionValue`, so this method is only necessary if you've manually
719
+ * created a `MotionValue` via the `motionValue` function.
720
+ *
721
+ * @public
722
+ */
723
+ destroy(): void;
724
+ }
725
+ type Process = (data: FrameData) => void;
726
+ type Schedule = (process: Process, keepAlive?: boolean, immediate?: boolean) => Process;
727
+ type StepId = "setup" | "read" | "resolveKeyframes" | "preUpdate" | "update" | "preRender" | "render" | "postRender";
728
+ type Batcher = { [key in StepId]: Schedule };
729
+ interface FrameData {
730
+ delta: number;
731
+ timestamp: number;
732
+ isProcessing: boolean;
733
+ }
734
+ declare global {
735
+ interface Window {
736
+ ScrollTimeline: ScrollTimeline;
737
+ }
738
+ }
739
+ declare class ScrollTimeline implements ProgressTimeline {
740
+ constructor(options: ScrollOptions);
741
+ currentTime: null | {
742
+ value: number;
743
+ };
744
+ cancel?: VoidFunction;
745
+ }
746
+ //#endregion
747
+ //#region ../node_modules/.pnpm/framer-motion@12.23.26_@emotion+is-prop-valid@1.4.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/framer-motion/dist/types.d-DagZKalS.d.ts
748
+
749
+ declare const optimizedAppearDataAttribute: "data-framer-appear-id";
750
+
751
+ /**
752
+ * Expose only the needed part of the VisualElement interface to
753
+ * ensure React types don't end up in the generic DOM bundle.
754
+ */
755
+ interface WithAppearProps {
756
+ props: {
757
+ [optimizedAppearDataAttribute]?: string;
758
+ values?: {
759
+ [key: string]: MotionValue<number> | MotionValue<string>;
760
+ };
761
+ };
762
+ }
763
+ type HandoffFunction = (storeId: string, valueName: string, frame: Batcher) => number | null;
764
+ /**
765
+ * The window global object acts as a bridge between our inline script
766
+ * triggering the optimized appear animations, and Motion.
767
+ */
768
+ declare global {
769
+ interface Window {
770
+ MotionHandoffAnimation?: HandoffFunction;
771
+ MotionHandoffMarkAsComplete?: (elementId: string) => void;
772
+ MotionHandoffIsComplete?: (elementId: string) => boolean;
773
+ MotionHasOptimisedAnimation?: (elementId?: string, valueName?: string) => boolean;
774
+ MotionCancelOptimisedAnimation?: (elementId?: string, valueName?: string, frame?: Batcher, canResume?: boolean) => void;
775
+ MotionCheckAppearSync?: (visualElement: WithAppearProps, valueName: string, value: MotionValue) => VoidFunction | void;
776
+ MotionIsMounted?: boolean;
777
+ }
778
+ }
779
+ //#endregion
780
+ //#region ../node_modules/.pnpm/@0xsequence+connect@5.4.8_d7d1555a78e4b4cbab75e51da46acf9b/node_modules/@0xsequence/connect/dist/cjs/types.d.ts
409
781
  interface LogoProps {
410
782
  className?: string;
411
783
  style?: React.CSSProperties;
@@ -2504,12 +2876,12 @@ type _TypedDataParametersToAbiParameters<typedDataParameters extends readonly Ty
2504
2876
  /** Root type for a Hex string. */
2505
2877
  type Hex$2 = `0x${string}`;
2506
2878
  //#endregion
2507
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/utils.d.ts
2879
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/utils.d.ts
2508
2880
  type ErrorType$2<name$1 extends string = 'Error'> = Error & {
2509
2881
  name: name$1;
2510
2882
  };
2511
2883
  //#endregion
2512
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/utils.d.ts
2884
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/utils.d.ts
2513
2885
  declare const symbol: unique symbol;
2514
2886
  /**
2515
2887
  * Creates a branded type of {@link T} with the brand {@link U}.
@@ -2659,7 +3031,7 @@ type UnionPartialBy<T$1, K$1 extends keyof T$1> = T$1 extends any ? PartialBy<T$
2659
3031
  */
2660
3032
  type UnionRequiredBy<T$1, K$1 extends keyof T$1> = T$1 extends any ? RequiredBy<T$1, K$1> : never;
2661
3033
  //#endregion
2662
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/account.d.ts
3034
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/account.d.ts
2663
3035
  type DeriveAccount<account$1 extends Account$1 | undefined, accountOverride extends Account$1 | Address$2 | undefined> = accountOverride extends Account$1 | Address$2 ? accountOverride : account$1;
2664
3036
  type GetAccountParameter<account$1 extends Account$1 | undefined = Account$1 | undefined, accountOverride extends Account$1 | Address$2 | undefined = Account$1 | Address$2, required extends boolean = true, nullish extends boolean = false> = MaybeRequired<{
2665
3037
  account?: accountOverride | Account$1 | Address$2 | (nullish extends true ? null : never) | undefined;
@@ -2790,7 +3162,7 @@ type ErrorObject = {
2790
3162
  data?: unknown | undefined;
2791
3163
  };
2792
3164
  //#endregion
2793
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/misc.d.ts
3165
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/misc.d.ts
2794
3166
  type ByteArray = Uint8Array;
2795
3167
  type Hex$1 = `0x${string}`;
2796
3168
  type Hash$1 = `0x${string}`;
@@ -2818,7 +3190,7 @@ type Signature$1<numberType = number, bigintType = bigint> = OneOf$1<SignatureLe
2818
3190
  yParity: numberType;
2819
3191
  }>;
2820
3192
  //#endregion
2821
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/authorization.d.ts
3193
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/authorization.d.ts
2822
3194
  type Authorization<uint32 = number, signed$1 extends boolean = false> = {
2823
3195
  /** Address of the contract to delegate to. */
2824
3196
  address: Address$2;
@@ -2846,7 +3218,7 @@ type AuthorizationRequest<uint32 = number> = OneOf$1<{
2846
3218
  type SignedAuthorization<uint32 = number> = Authorization<uint32, true>;
2847
3219
  type SignedAuthorizationList<uint32 = number> = readonly SignedAuthorization<uint32>[];
2848
3220
  //#endregion
2849
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/eip4844.d.ts
3221
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/eip4844.d.ts
2850
3222
  type BlobSidecar<type$1 extends Hex$1 | ByteArray = Hex$1 | ByteArray> = {
2851
3223
  /** The blob associated with the transaction. */
2852
3224
  blob: type$1;
@@ -2856,7 +3228,7 @@ type BlobSidecar<type$1 extends Hex$1 | ByteArray = Hex$1 | ByteArray> = {
2856
3228
  proof: type$1;
2857
3229
  };
2858
3230
  //#endregion
2859
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/fee.d.ts
3231
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/fee.d.ts
2860
3232
  type FeeHistory<quantity = bigint> = {
2861
3233
  /**
2862
3234
  * An array of block base fees per gas (in wei). This includes the next block after
@@ -2896,7 +3268,7 @@ type FeeValuesEIP4844<quantity = bigint> = {
2896
3268
  };
2897
3269
  type FeeValuesType = 'legacy' | 'eip1559' | 'eip4844';
2898
3270
  //#endregion
2899
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/kzg.d.ts
3271
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/kzg.d.ts
2900
3272
  type Kzg = {
2901
3273
  /**
2902
3274
  * Convert a blob to a KZG commitment.
@@ -2916,7 +3288,7 @@ type GetTransactionRequestKzgParameter<request$1 extends unknown | undefined = u
2916
3288
  blobs: TransactionRequestEIP4844['blobs'];
2917
3289
  } ? true : false>;
2918
3290
  //#endregion
2919
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/contract.d.ts
3291
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/contract.d.ts
2920
3292
  type ContractFunctionName<abi$1 extends Abi | readonly unknown[] = Abi, mutability extends AbiStateMutability = AbiStateMutability> = ExtractAbiFunctionNames<abi$1 extends Abi ? abi$1 : Abi, mutability> extends infer functionName extends string ? [functionName] extends [never] ? string : functionName : string;
2921
3293
  type ContractErrorName<abi$1 extends Abi | readonly unknown[] = Abi> = ExtractAbiErrorNames<abi$1 extends Abi ? abi$1 : Abi> extends infer errorName extends string ? [errorName] extends [never] ? string : errorName : string;
2922
3294
  type ContractEventName<abi$1 extends Abi | readonly unknown[] = Abi> = ExtractAbiEventNames<abi$1 extends Abi ? abi$1 : Abi> extends infer eventName extends string ? [eventName] extends [never] ? string : eventName : string;
@@ -2990,7 +3362,7 @@ type LogTopicType<primitiveType = Hex$1, topic extends LogTopic = LogTopic> = to
2990
3362
  */
2991
3363
  type AbiEventParameterToPrimitiveType<abiParameter extends AbiParameter, _options extends EventParameterOptions = DefaultEventParameterOptions, _type = AbiParameterToPrimitiveType<abiParameter>> = _options['EnableUnion'] extends true ? LogTopicType<_type> : _type;
2992
3364
  //#endregion
2993
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/log.d.ts
3365
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/log.d.ts
2994
3366
  type Log<quantity = bigint, index$1 = number, pending extends boolean = boolean, abiEvent extends AbiEvent | undefined = undefined, strict$1 extends boolean | undefined = undefined, abi$1 extends Abi | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), eventName$1 extends string | undefined = (abiEvent extends AbiEvent ? abiEvent['name'] : undefined)> = {
2995
3367
  /** The address from which this log originated */
2996
3368
  address: Address$2;
@@ -3039,7 +3411,7 @@ type GetInferredLogValues<abiEvent extends AbiEvent | undefined = undefined, abi
3039
3411
  topics: [Hex$1, ...Hex$1[]] | [];
3040
3412
  };
3041
3413
  //#endregion
3042
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/transaction.d.ts
3414
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/transaction.d.ts
3043
3415
  type AccessList = readonly {
3044
3416
  address: Address$2;
3045
3417
  storageKeys: readonly Hex$1[];
@@ -3271,7 +3643,7 @@ type TransactionSerializableGeneric<quantity = bigint, index$1 = number> = Trans
3271
3643
  type?: string | undefined;
3272
3644
  };
3273
3645
  //#endregion
3274
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/withdrawal.d.ts
3646
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/withdrawal.d.ts
3275
3647
  type Withdrawal = {
3276
3648
  address: Hex$1;
3277
3649
  amount: Hex$1;
@@ -3279,7 +3651,7 @@ type Withdrawal = {
3279
3651
  validatorIndex: Hex$1;
3280
3652
  };
3281
3653
  //#endregion
3282
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/block.d.ts
3654
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/block.d.ts
3283
3655
  type Block<quantity = bigint, includeTransactions extends boolean = boolean, blockTag$1 extends BlockTag = BlockTag, transaction$1 = Transaction$1<bigint, number, blockTag$1 extends 'pending' ? true : false>> = {
3284
3656
  /** Base fee per gas */
3285
3657
  baseFeePerGas: quantity | null;
@@ -3368,7 +3740,7 @@ type BlockNumber<quantity = bigint> = quantity;
3368
3740
  type BlockTag = 'latest' | 'earliest' | 'pending' | 'safe' | 'finalized';
3369
3741
  type Uncle<quantity = bigint, includeTransactions extends boolean = boolean, blockTag$1 extends BlockTag = BlockTag, transaction$1 = Transaction$1<bigint, number, blockTag$1 extends 'pending' ? true : false>> = Block<quantity, includeTransactions, blockTag$1, transaction$1>;
3370
3742
  //#endregion
3371
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/proof.d.ts
3743
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/proof.d.ts
3372
3744
  type AccountProof = Hash$1;
3373
3745
  type StorageProof<quantity = bigint> = {
3374
3746
  key: Hash$1;
@@ -3385,7 +3757,7 @@ type Proof<quantity = bigint, index$1 = number> = {
3385
3757
  storageProof: StorageProof<quantity>[];
3386
3758
  };
3387
3759
  //#endregion
3388
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/rpc.d.ts
3760
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/rpc.d.ts
3389
3761
  type Index = `0x${string}`;
3390
3762
  type Quantity = `0x${string}`;
3391
3763
  type Status = '0x0' | '0x1';
@@ -3439,11 +3811,11 @@ type RpcStateOverride = {
3439
3811
  [address: Address$2]: RpcAccountStateOverride;
3440
3812
  };
3441
3813
  //#endregion
3442
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/types/entryPointVersion.d.ts
3814
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/types/entryPointVersion.d.ts
3443
3815
  /** @link https://github.com/eth-infinitism/account-abstraction/releases */
3444
3816
  type EntryPointVersion = '0.6' | '0.7' | '0.8' | '0.9';
3445
3817
  //#endregion
3446
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/types/userOperation.d.ts
3818
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/types/userOperation.d.ts
3447
3819
  /** @link https://eips.ethereum.org/EIPS/eip-4337#-eth_estimateuseroperationgas */
3448
3820
  type EstimateUserOperationGasReturnType<entryPointVersion extends EntryPointVersion = EntryPointVersion, uint256 = bigint> = OneOf$1<(entryPointVersion extends '0.9' ? {
3449
3821
  preVerificationGas: uint256;
@@ -3630,7 +4002,7 @@ type UserOperationReceipt<_entryPointVersion extends EntryPointVersion = EntryPo
3630
4002
  userOpHash: Hash$1;
3631
4003
  };
3632
4004
  //#endregion
3633
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/types/rpc.d.ts
4005
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/types/rpc.d.ts
3634
4006
  type RpcEstimateUserOperationGasReturnType<entryPointVersion extends EntryPointVersion = EntryPointVersion> = EstimateUserOperationGasReturnType<entryPointVersion, Hex$1>;
3635
4007
  type RpcGetUserOperationByHashReturnType<entryPointVersion extends EntryPointVersion = EntryPointVersion> = GetUserOperationByHashReturnType<entryPointVersion, Hex$1, Hex$1>;
3636
4008
  type RpcUserOperation<entryPointVersion extends EntryPointVersion = EntryPointVersion> = UserOperation<entryPointVersion, Hex$1, Hex$1> & {
@@ -3638,7 +4010,7 @@ type RpcUserOperation<entryPointVersion extends EntryPointVersion = EntryPointVe
3638
4010
  };
3639
4011
  type RpcUserOperationReceipt<entryPointVersion extends EntryPointVersion = EntryPointVersion> = UserOperationReceipt<entryPointVersion, Hex$1, Hex$1, Hex$1>;
3640
4012
  //#endregion
3641
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/base.d.ts
4013
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/base.d.ts
3642
4014
  type BaseErrorParameters = {
3643
4015
  cause?: BaseError$2 | Error | undefined;
3644
4016
  details?: string | undefined;
@@ -3660,7 +4032,7 @@ declare class BaseError$2 extends Error {
3660
4032
  walk(fn: (err: unknown) => boolean): Error | null;
3661
4033
  }
3662
4034
  //#endregion
3663
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/request.d.ts
4035
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/request.d.ts
3664
4036
  type HttpRequestErrorType = HttpRequestError$1 & {
3665
4037
  name: 'HttpRequestError';
3666
4038
  };
@@ -3755,7 +4127,7 @@ declare class TimeoutError$1 extends BaseError$2 {
3755
4127
  });
3756
4128
  }
3757
4129
  //#endregion
3758
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/rpc.d.ts
4130
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/rpc.d.ts
3759
4131
  type RpcErrorCode = -1 | -32700 | -32600 | -32601 | -32602 | -32603 | -32000 | -32001 | -32002 | -32003 | -32004 | -32005 | -32006 | -32042;
3760
4132
  type RpcErrorOptions<code$1 extends number = RpcErrorCode> = {
3761
4133
  code?: code$1 | (number & {}) | undefined;
@@ -4137,10 +4509,10 @@ declare class UnknownRpcError extends RpcError {
4137
4509
  constructor(cause: Error);
4138
4510
  }
4139
4511
  //#endregion
4140
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/promise/createBatchScheduler.d.ts
4512
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/promise/createBatchScheduler.d.ts
4141
4513
  type CreateBatchSchedulerErrorType = ErrorType$2;
4142
4514
  //#endregion
4143
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/promise/withRetry.d.ts
4515
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/promise/withRetry.d.ts
4144
4516
  type WithRetryParameters = {
4145
4517
  delay?: ((config: {
4146
4518
  count: number;
@@ -4157,13 +4529,13 @@ type WithRetryParameters = {
4157
4529
  };
4158
4530
  type WithRetryErrorType = ErrorType$2;
4159
4531
  //#endregion
4160
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/rpc/socket.d.ts
4532
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/rpc/socket.d.ts
4161
4533
  type GetSocketRpcClientErrorType = CreateBatchSchedulerErrorType | ErrorType$2;
4162
4534
  //#endregion
4163
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/buildRequest.d.ts
4535
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/buildRequest.d.ts
4164
4536
  type RequestErrorType = AtomicityNotSupportedErrorType | AtomicReadyWalletRejectedUpgradeErrorType | BundleTooLargeErrorType | ChainDisconnectedErrorType | CreateBatchSchedulerErrorType | DuplicateIdErrorType | HttpRequestErrorType | InternalRpcErrorType | InvalidInputRpcErrorType | InvalidParamsRpcErrorType | InvalidRequestRpcErrorType | GetSocketRpcClientErrorType | JsonRpcVersionUnsupportedErrorType | LimitExceededRpcErrorType | MethodNotFoundRpcErrorType | MethodNotSupportedRpcErrorType | ParseRpcErrorType | ProviderDisconnectedErrorType | ResourceNotFoundRpcErrorType | ResourceUnavailableRpcErrorType | RpcErrorType | RpcRequestErrorType | SwitchChainErrorType | TimeoutErrorType | TransactionRejectedRpcErrorType | UnauthorizedProviderErrorType | UnknownBundleIdErrorType | UnknownRpcErrorType | UnsupportedChainIdErrorType | UnsupportedNonOptionalCapabilityErrorType | UnsupportedProviderMethodErrorType | UserRejectedRequestErrorType | WebSocketRequestErrorType | WithRetryErrorType | ErrorType$2;
4165
4537
  //#endregion
4166
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/experimental/erc7895/actions/addSubAccount.d.ts
4538
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/experimental/erc7895/actions/addSubAccount.d.ts
4167
4539
  type AddSubAccountParameters = Prettify<OneOf$1<{
4168
4540
  keys?: readonly {
4169
4541
  publicKey: Hex$1;
@@ -4187,7 +4559,7 @@ type AddSubAccountReturnType = Prettify<{
4187
4559
  factoryData?: Hex$1 | undefined;
4188
4560
  }>;
4189
4561
  //#endregion
4190
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/siwe/types.d.ts
4562
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/siwe/types.d.ts
4191
4563
  /**
4192
4564
  * @description EIP-4361 message fields
4193
4565
  *
@@ -4248,7 +4620,7 @@ type SiweMessage = {
4248
4620
  version: '1';
4249
4621
  };
4250
4622
  //#endregion
4251
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/register.d.ts
4623
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/register.d.ts
4252
4624
  interface Register {}
4253
4625
  type ResolvedRegister = {
4254
4626
  CapabilitiesSchema: Register extends {
@@ -4260,7 +4632,7 @@ type DefaultRegister = {
4260
4632
  CapabilitiesSchema: DefaultCapabilitiesSchema;
4261
4633
  };
4262
4634
  //#endregion
4263
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/capabilities.d.ts
4635
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/capabilities.d.ts
4264
4636
  type CapabilitiesSchema = ResolvedRegister['CapabilitiesSchema'];
4265
4637
  type DefaultCapabilitiesSchema = {
4266
4638
  connect: {
@@ -4308,7 +4680,7 @@ type Capabilities<capabilities extends Record<string, any> = {}> = {
4308
4680
  type ChainIdToCapabilities<capabilities extends Capabilities = Capabilities, id$1 extends string | number = Hex$1> = { [chainId in id$1]: capabilities };
4309
4681
  type ExtractCapabilities<method$1 extends string, key$1 extends 'Request' | 'ReturnType'> = Prettify<method$1 extends keyof CapabilitiesSchema ? CapabilitiesSchema[method$1] extends { [k in key$1]: infer value extends Record<string, any> } ? Capabilities<value> : Capabilities : Capabilities>;
4310
4682
  //#endregion
4311
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/eip1193.d.ts
4683
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/eip1193.d.ts
4312
4684
  type EIP1474Methods = [...PublicRpcSchema, ...WalletRpcSchema, ...BundlerRpcSchema, ...PaymasterRpcSchema];
4313
4685
  type AddEthereumChainParameter$1 = {
4314
4686
  /** A 0x-prefixed hexadecimal string */
@@ -5638,7 +6010,7 @@ type EIP1193RequestFn$1<rpcSchema extends RpcSchema | undefined = undefined, raw
5638
6010
  error: ErrorObject;
5639
6011
  }> : unknown)>(args: _parameters, options?: EIP1193RequestOptions | undefined) => Promise<_returnType>;
5640
6012
  //#endregion
5641
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/transports/createTransport.d.ts
6013
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/transports/createTransport.d.ts
5642
6014
  type TransportConfig<type$1 extends string = string, eip1193RequestFn extends EIP1193RequestFn$1 = EIP1193RequestFn$1> = {
5643
6015
  /** The name of the transport. */
5644
6016
  name: string;
@@ -5675,7 +6047,7 @@ type Transport$2<type$1 extends string = string, rpcAttributes = Record<string,
5675
6047
  value?: rpcAttributes | undefined;
5676
6048
  };
5677
6049
  //#endregion
5678
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/typedData.d.ts
6050
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/typedData.d.ts
5679
6051
  type TypedDataDefinition<typedData extends TypedData | Record<string, unknown> = TypedData, primaryType$1 extends keyof typedData | 'EIP712Domain' = keyof typedData, primaryTypes = (typedData extends TypedData ? keyof typedData : string)> = primaryType$1 extends 'EIP712Domain' ? EIP712DomainDefinition<typedData, primaryType$1> : MessageDefinition<typedData, primaryType$1, 'message', primaryTypes>;
5680
6052
  type MessageDefinition<typedData extends TypedData | Record<string, unknown> = TypedData, primaryType$1 extends keyof typedData = keyof typedData, messageKey extends string = 'message', primaryTypes = (typedData extends TypedData ? keyof typedData : string), schema extends Record<string, unknown> = (typedData extends TypedData ? TypedDataToPrimitiveTypes<typedData> : Record<string, unknown>), message$1 = schema[primaryType$1 extends keyof schema ? primaryType$1 : keyof schema]> = {
5681
6053
  types: typedData;
@@ -5697,7 +6069,7 @@ type EIP712DomainDefinition<typedData extends TypedData | Record<string, unknown
5697
6069
  message?: undefined;
5698
6070
  };
5699
6071
  //#endregion
5700
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/nonceManager.d.ts
6072
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/nonceManager.d.ts
5701
6073
  type FunctionParameters = {
5702
6074
  address: Address$2;
5703
6075
  chainId: number;
@@ -5717,7 +6089,7 @@ type NonceManager = {
5717
6089
  reset: (chainId: FunctionParameters) => void;
5718
6090
  };
5719
6091
  //#endregion
5720
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/accounts/types.d.ts
6092
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/account-abstraction/accounts/types.d.ts
5721
6093
  type Call$1 = {
5722
6094
  to: Hex$1;
5723
6095
  data?: Hex$1 | undefined;
@@ -5904,13 +6276,13 @@ type SmartAccount<implementation extends SmartAccountImplementation = SmartAccou
5904
6276
  type: 'smart';
5905
6277
  }>>;
5906
6278
  //#endregion
5907
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/parseAccount.d.ts
6279
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/parseAccount.d.ts
5908
6280
  type ParseAccountErrorType = ErrorType$2;
5909
6281
  //#endregion
5910
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/isHex.d.ts
6282
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/isHex.d.ts
5911
6283
  type IsHexErrorType = ErrorType$2;
5912
6284
  //#endregion
5913
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/data.d.ts
6285
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/data.d.ts
5914
6286
  type SliceOffsetOutOfBoundsErrorType = SliceOffsetOutOfBoundsError & {
5915
6287
  name: 'SliceOffsetOutOfBoundsError';
5916
6288
  };
@@ -5940,12 +6312,12 @@ declare class SizeExceedsPaddingSizeError extends BaseError$2 {
5940
6312
  });
5941
6313
  }
5942
6314
  //#endregion
5943
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/pad.d.ts
6315
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/pad.d.ts
5944
6316
  type PadErrorType = PadHexErrorType | PadBytesErrorType | ErrorType$2;
5945
6317
  type PadHexErrorType = SizeExceedsPaddingSizeErrorType | ErrorType$2;
5946
6318
  type PadBytesErrorType = SizeExceedsPaddingSizeErrorType | ErrorType$2;
5947
6319
  //#endregion
5948
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/encoding.d.ts
6320
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/encoding.d.ts
5949
6321
  type IntegerOutOfRangeErrorType = IntegerOutOfRangeError & {
5950
6322
  name: 'IntegerOutOfRangeError';
5951
6323
  };
@@ -5977,32 +6349,32 @@ declare class SizeOverflowError extends BaseError$2 {
5977
6349
  });
5978
6350
  }
5979
6351
  //#endregion
5980
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/size.d.ts
6352
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/size.d.ts
5981
6353
  type SizeErrorType = IsHexErrorType | ErrorType$2;
5982
6354
  //#endregion
5983
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/fromHex.d.ts
6355
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/fromHex.d.ts
5984
6356
  type AssertSizeErrorType = SizeOverflowErrorType | SizeErrorType | ErrorType$2;
5985
6357
  type HexToBigIntErrorType = AssertSizeErrorType | ErrorType$2;
5986
6358
  type HexToNumberErrorType = HexToBigIntErrorType | IntegerOutOfRangeErrorType | ErrorType$2;
5987
6359
  //#endregion
5988
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/toHex.d.ts
6360
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/toHex.d.ts
5989
6361
  type ToHexErrorType = BoolToHexErrorType | BytesToHexErrorType | NumberToHexErrorType | StringToHexErrorType | ErrorType$2;
5990
6362
  type BoolToHexErrorType = AssertSizeErrorType | PadErrorType | ErrorType$2;
5991
6363
  type BytesToHexErrorType = AssertSizeErrorType | PadErrorType | ErrorType$2;
5992
6364
  type NumberToHexErrorType = IntegerOutOfRangeErrorType | PadErrorType | ErrorType$2;
5993
6365
  type StringToHexErrorType = BytesToHexErrorType | ErrorType$2;
5994
6366
  //#endregion
5995
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/toBytes.d.ts
6367
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/toBytes.d.ts
5996
6368
  type ToBytesErrorType = NumberToBytesErrorType | BoolToBytesErrorType | HexToBytesErrorType | StringToBytesErrorType | IsHexErrorType | ErrorType$2;
5997
6369
  type BoolToBytesErrorType = AssertSizeErrorType | PadErrorType | ErrorType$2;
5998
6370
  type HexToBytesErrorType = AssertSizeErrorType | PadErrorType | ErrorType$2;
5999
6371
  type NumberToBytesErrorType = NumberToHexErrorType | HexToBytesErrorType | ErrorType$2;
6000
6372
  type StringToBytesErrorType = AssertSizeErrorType | PadErrorType | ErrorType$2;
6001
6373
  //#endregion
6002
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/keccak256.d.ts
6374
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/keccak256.d.ts
6003
6375
  type Keccak256ErrorType = IsHexErrorType | ToBytesErrorType | ToHexErrorType | ErrorType$2;
6004
6376
  //#endregion
6005
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/abi.d.ts
6377
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/abi.d.ts
6006
6378
  type AbiEncodingArrayLengthMismatchErrorType = AbiEncodingArrayLengthMismatchError & {
6007
6379
  name: 'AbiEncodingArrayLengthMismatchError';
6008
6380
  };
@@ -6086,10 +6458,10 @@ declare class InvalidDefinitionTypeError extends BaseError$2 {
6086
6458
  constructor(type: string);
6087
6459
  }
6088
6460
  //#endregion
6089
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/address/isAddress.d.ts
6461
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/address/isAddress.d.ts
6090
6462
  type IsAddressErrorType = ErrorType$2;
6091
6463
  //#endregion
6092
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/cursor.d.ts
6464
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/cursor.d.ts
6093
6465
  type NegativeOffsetErrorType = NegativeOffsetError & {
6094
6466
  name: 'NegativeOffsetError';
6095
6467
  };
@@ -6125,7 +6497,7 @@ declare class RecursiveReadLimitExceededError extends BaseError$2 {
6125
6497
  });
6126
6498
  }
6127
6499
  //#endregion
6128
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/cursor.d.ts
6500
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/cursor.d.ts
6129
6501
  type CursorErrorType = CursorAssertPositionErrorType | CursorDecrementPositionErrorType | CursorIncrementPositionErrorType | ErrorType$2;
6130
6502
  type CursorAssertPositionErrorType = PositionOutOfBoundsErrorType | ErrorType$2;
6131
6503
  type CursorDecrementPositionErrorType = NegativeOffsetErrorType | ErrorType$2;
@@ -6133,39 +6505,39 @@ type CursorIncrementPositionErrorType = NegativeOffsetErrorType | ErrorType$2;
6133
6505
  type StaticCursorErrorType = NegativeOffsetErrorType | RecursiveReadLimitExceededErrorType;
6134
6506
  type CreateCursorErrorType = CursorErrorType | StaticCursorErrorType | ErrorType$2;
6135
6507
  //#endregion
6136
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/slice.d.ts
6508
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/slice.d.ts
6137
6509
  type SliceErrorType = IsHexErrorType | SliceBytesErrorType | SliceHexErrorType | ErrorType$2;
6138
6510
  type AssertStartOffsetErrorType = SliceOffsetOutOfBoundsErrorType | SizeErrorType | ErrorType$2;
6139
6511
  type AssertEndOffsetErrorType = SliceOffsetOutOfBoundsErrorType | SizeErrorType | ErrorType$2;
6140
6512
  type SliceBytesErrorType = AssertStartOffsetErrorType | AssertEndOffsetErrorType | ErrorType$2;
6141
6513
  type SliceHexErrorType = AssertStartOffsetErrorType | AssertEndOffsetErrorType | ErrorType$2;
6142
6514
  //#endregion
6143
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/hashSignature.d.ts
6515
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/hashSignature.d.ts
6144
6516
  type HashSignatureErrorType = Keccak256ErrorType | ToBytesErrorType | ErrorType$2;
6145
6517
  //#endregion
6146
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/normalizeSignature.d.ts
6518
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/normalizeSignature.d.ts
6147
6519
  type NormalizeSignatureErrorType = ErrorType$2;
6148
6520
  //#endregion
6149
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/toSignature.d.ts
6521
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/toSignature.d.ts
6150
6522
  type ToSignatureErrorType = NormalizeSignatureErrorType | ErrorType$2;
6151
6523
  //#endregion
6152
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/toSignatureHash.d.ts
6524
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/toSignatureHash.d.ts
6153
6525
  type ToSignatureHashErrorType = HashSignatureErrorType | ToSignatureErrorType | ErrorType$2;
6154
6526
  //#endregion
6155
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/toFunctionSelector.d.ts
6527
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/hash/toFunctionSelector.d.ts
6156
6528
  type ToFunctionSelectorErrorType = ToSignatureHashErrorType | SliceErrorType | ErrorType$2;
6157
6529
  //#endregion
6158
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/getAbiItem.d.ts
6530
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/getAbiItem.d.ts
6159
6531
  type GetAbiItemErrorType = IsArgOfTypeErrorType | IsHexErrorType | ToFunctionSelectorErrorType | AbiItemAmbiguityErrorType | ErrorType$2;
6160
6532
  type IsArgOfTypeErrorType = IsAddressErrorType | ErrorType$2;
6161
6533
  /** @internal */
6162
6534
  //#endregion
6163
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/concat.d.ts
6535
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/data/concat.d.ts
6164
6536
  type ConcatErrorType = ConcatBytesErrorType | ConcatHexErrorType | ErrorType$2;
6165
6537
  type ConcatBytesErrorType = ErrorType$2;
6166
6538
  type ConcatHexErrorType = ErrorType$2;
6167
6539
  //#endregion
6168
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/address.d.ts
6540
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/address.d.ts
6169
6541
  type InvalidAddressErrorType = InvalidAddressError$1 & {
6170
6542
  name: 'InvalidAddressError';
6171
6543
  };
@@ -6177,7 +6549,7 @@ declare class InvalidAddressError$1 extends BaseError$2 {
6177
6549
  });
6178
6550
  }
6179
6551
  //#endregion
6180
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/encodeAbiParameters.d.ts
6552
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/encodeAbiParameters.d.ts
6181
6553
  type EncodeAbiParametersErrorType = AbiEncodingLengthMismatchErrorType | PrepareParamsErrorType | EncodeParamsErrorType | ErrorType$2;
6182
6554
  type PrepareParamsErrorType = PrepareParamErrorType | ErrorType$2;
6183
6555
  type PrepareParamErrorType = EncodeAddressErrorType | EncodeArrayErrorType | EncodeBytesErrorType | EncodeBoolErrorType | EncodeNumberErrorType | EncodeStringErrorType | EncodeTupleErrorType | GetArrayComponentsErrorType | InvalidAbiEncodingTypeErrorType | ErrorType$2;
@@ -6191,14 +6563,14 @@ type EncodeStringErrorType = ConcatErrorType | NumberToHexErrorType | PadHexErro
6191
6563
  type EncodeTupleErrorType = ConcatErrorType | EncodeParamsErrorType | ErrorType$2;
6192
6564
  type GetArrayComponentsErrorType = ErrorType$2;
6193
6565
  //#endregion
6194
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/formatAbiItem.d.ts
6566
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/formatAbiItem.d.ts
6195
6567
  type FormatAbiItemErrorType = FormatAbiParamsErrorType | InvalidDefinitionTypeErrorType | ErrorType$2;
6196
6568
  type FormatAbiParamsErrorType = ErrorType$2;
6197
6569
  //#endregion
6198
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/encodeFunctionData.d.ts
6570
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/encodeFunctionData.d.ts
6199
6571
  type EncodeFunctionDataErrorType = AbiFunctionNotFoundErrorType | ConcatHexErrorType | EncodeAbiParametersErrorType | FormatAbiItemErrorType | GetAbiItemErrorType | ToFunctionSelectorErrorType | ErrorType$2;
6200
6572
  //#endregion
6201
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/chain.d.ts
6573
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/chain.d.ts
6202
6574
  type ChainMismatchErrorType = ChainMismatchError$1 & {
6203
6575
  name: 'ChainMismatchError';
6204
6576
  };
@@ -6218,7 +6590,7 @@ declare class ChainNotFoundError$1 extends BaseError$2 {
6218
6590
  constructor();
6219
6591
  }
6220
6592
  //#endregion
6221
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/stateOverride.d.ts
6593
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/stateOverride.d.ts
6222
6594
  type StateMapping = Array<{
6223
6595
  slot: Hex$1;
6224
6596
  value: Hex$1;
@@ -6236,7 +6608,7 @@ type StateOverride = Array<{
6236
6608
  stateDiff?: StateMapping | undefined;
6237
6609
  }>>;
6238
6610
  //#endregion
6239
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/node.d.ts
6611
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/node.d.ts
6240
6612
  /**
6241
6613
  * geth: https://github.com/ethereum/go-ethereum/blob/master/core/error.go
6242
6614
  * https://github.com/ethereum/go-ethereum/blob/master/core/types/transaction.go#L34-L41
@@ -6400,16 +6772,16 @@ declare class UnknownNodeError extends BaseError$2 {
6400
6772
  });
6401
6773
  }
6402
6774
  //#endregion
6403
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getNodeError.d.ts
6775
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getNodeError.d.ts
6404
6776
  type GetNodeErrorReturnType = ExecutionRevertedErrorType | FeeCapTooHighErrorType | FeeCapTooLowErrorType | NonceTooHighErrorType | NonceTooLowErrorType | NonceMaxValueErrorType | InsufficientFundsErrorType | IntrinsicGasTooHighErrorType | IntrinsicGasTooLowErrorType | TransactionTypeNotSupportedErrorType | TipAboveFeeCapErrorType | UnknownNodeErrorType;
6405
6777
  //#endregion
6406
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/transactionRequest.d.ts
6778
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/transactionRequest.d.ts
6407
6779
  type FormattedTransactionRequest<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = ExtractChainFormatterParameters<chain$1, 'transactionRequest', TransactionRequest>;
6408
6780
  //#endregion
6409
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/transaction/assertRequest.d.ts
6781
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/transaction/assertRequest.d.ts
6410
6782
  type AssertRequestErrorType = InvalidAddressErrorType | FeeConflictErrorType | FeeCapTooHighErrorType | ParseAccountErrorType | TipAboveFeeCapErrorType | ErrorType$2;
6411
6783
  //#endregion
6412
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/call.d.ts
6784
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/call.d.ts
6413
6785
  type CallParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = UnionOmit<FormattedCall<chain$1>, 'from'> & {
6414
6786
  /** Account attached to the call (msg.sender). */
6415
6787
  account?: Account$1 | Address$2 | undefined;
@@ -6442,7 +6814,7 @@ type CallReturnType = {
6442
6814
  data: Hex$1 | undefined;
6443
6815
  };
6444
6816
  //#endregion
6445
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/decodeErrorResult.d.ts
6817
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/abi/decodeErrorResult.d.ts
6446
6818
  type DecodeErrorResultReturnType<abi$1 extends Abi | readonly unknown[] = Abi, allErrorNames extends ContractErrorName<abi$1> = ContractErrorName<abi$1>> = IsNarrowable<abi$1, Abi> extends true ? UnionEvaluate<{ [errorName in allErrorNames]: {
6447
6819
  abiItem: abi$1 extends Abi ? Abi extends abi$1 ? AbiItem : ExtractAbiError<abi$1, errorName> : AbiItem;
6448
6820
  args: ContractErrorArgs<abi$1, errorName>;
@@ -6453,7 +6825,7 @@ type DecodeErrorResultReturnType<abi$1 extends Abi | readonly unknown[] = Abi, a
6453
6825
  errorName: string;
6454
6826
  };
6455
6827
  //#endregion
6456
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/contract.d.ts
6828
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/contract.d.ts
6457
6829
  type ContractFunctionExecutionErrorType = ContractFunctionExecutionError$1 & {
6458
6830
  name: 'ContractFunctionExecutionError';
6459
6831
  };
@@ -6512,16 +6884,16 @@ declare class ContractFunctionZeroDataError$1 extends BaseError$2 {
6512
6884
  });
6513
6885
  }
6514
6886
  //#endregion
6515
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getContractError.d.ts
6887
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getContractError.d.ts
6516
6888
  type GetContractErrorReturnType<cause$1 = ErrorType$2> = Omit<ContractFunctionExecutionErrorType, 'cause'> & {
6517
6889
  cause: cause$1 | ContractFunctionZeroDataErrorType | ContractFunctionRevertedErrorType;
6518
6890
  };
6519
6891
  //#endregion
6520
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/readContract.d.ts
6892
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/readContract.d.ts
6521
6893
  type ReadContractParameters<abi$1 extends Abi | readonly unknown[] = Abi, functionName$1 extends ContractFunctionName<abi$1, 'pure' | 'view'> = ContractFunctionName<abi$1, 'pure' | 'view'>, args$1 extends ContractFunctionArgs<abi$1, 'pure' | 'view', functionName$1> = ContractFunctionArgs<abi$1, 'pure' | 'view', functionName$1>> = UnionEvaluate<Pick<CallParameters, 'account' | 'authorizationList' | 'blockNumber' | 'blockOverrides' | 'blockTag' | 'factory' | 'factoryData' | 'stateOverride'>> & ContractFunctionParameters<abi$1, 'pure' | 'view', functionName$1, args$1, boolean>;
6522
6894
  type ReadContractReturnType<abi$1 extends Abi | readonly unknown[] = Abi, functionName$1 extends ContractFunctionName<abi$1, 'pure' | 'view'> = ContractFunctionName<abi$1, 'pure' | 'view'>, args$1 extends ContractFunctionArgs<abi$1, 'pure' | 'view', functionName$1> = ContractFunctionArgs<abi$1, 'pure' | 'view', functionName$1>> = ContractFunctionReturnType<abi$1, 'pure' | 'view', functionName$1, args$1>;
6523
6895
  //#endregion
6524
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsAddress.d.ts
6896
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsAddress.d.ts
6525
6897
  type GetEnsAddressParameters = Prettify<Pick<ReadContractParameters, 'blockNumber' | 'blockTag'> & {
6526
6898
  /**
6527
6899
  * ENSIP-9 compliant coinType (chain) to get ENS address for.
@@ -6556,11 +6928,11 @@ type GetEnsAddressParameters = Prettify<Pick<ReadContractParameters, 'blockNumbe
6556
6928
  }>;
6557
6929
  type GetEnsAddressReturnType = Address$2 | null;
6558
6930
  //#endregion
6559
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/ens.d.ts
6931
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/ens.d.ts
6560
6932
  type AssetGateway = 'ipfs' | 'arweave';
6561
6933
  type AssetGatewayUrls = { [_key in AssetGateway]?: string | undefined };
6562
6934
  //#endregion
6563
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsText.d.ts
6935
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsText.d.ts
6564
6936
  type GetEnsTextParameters = Prettify<Pick<ReadContractParameters, 'blockNumber' | 'blockTag'> & {
6565
6937
  /** ENS name to get Text for. */
6566
6938
  name: string;
@@ -6575,14 +6947,14 @@ type GetEnsTextParameters = Prettify<Pick<ReadContractParameters, 'blockNumber'
6575
6947
  }>;
6576
6948
  type GetEnsTextReturnType = string | null;
6577
6949
  //#endregion
6578
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsAvatar.d.ts
6950
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsAvatar.d.ts
6579
6951
  type GetEnsAvatarParameters = Prettify<Omit<GetEnsTextParameters, 'key'> & {
6580
6952
  /** Gateway urls to resolve IPFS and/or Arweave assets. */
6581
6953
  assetGatewayUrls?: AssetGatewayUrls | undefined;
6582
6954
  }>;
6583
6955
  type GetEnsAvatarReturnType = string | null;
6584
6956
  //#endregion
6585
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsName.d.ts
6957
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsName.d.ts
6586
6958
  type GetEnsNameParameters = Prettify<Pick<ReadContractParameters, 'blockNumber' | 'blockTag'> & {
6587
6959
  /**
6588
6960
  * Address to get ENS name for.
@@ -6617,7 +6989,7 @@ type GetEnsNameParameters = Prettify<Pick<ReadContractParameters, 'blockNumber'
6617
6989
  }>;
6618
6990
  type GetEnsNameReturnType = string | null;
6619
6991
  //#endregion
6620
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsResolver.d.ts
6992
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/ens/getEnsResolver.d.ts
6621
6993
  type GetEnsResolverParameters = Prettify<Pick<ReadContractParameters, 'blockNumber' | 'blockTag'> & {
6622
6994
  /** Name to get the address for. */
6623
6995
  name: string;
@@ -6626,7 +6998,7 @@ type GetEnsResolverParameters = Prettify<Pick<ReadContractParameters, 'blockNumb
6626
6998
  }>;
6627
6999
  type GetEnsResolverReturnType = Address$2;
6628
7000
  //#endregion
6629
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/filter.d.ts
7001
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/filter.d.ts
6630
7002
  type FilterType = 'transaction' | 'block' | 'event';
6631
7003
  type FilterRpcSchema = Filter$1<PublicRpcSchema, {
6632
7004
  Method: 'eth_getFilterLogs' | 'eth_getFilterChanges' | 'eth_uninstallFilter';
@@ -6660,7 +7032,7 @@ type Filter<filterType extends FilterType = 'event', abi$1 extends Abi | readonl
6660
7032
  strict?: undefined;
6661
7033
  }) : {});
6662
7034
  //#endregion
6663
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createContractEventFilter.d.ts
7035
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createContractEventFilter.d.ts
6664
7036
  type CreateContractEventFilterParameters<abi$1 extends Abi | readonly unknown[] = Abi, eventName$1 extends ContractEventName<abi$1> | undefined = undefined, args$1 extends MaybeExtractEventArgsFromAbi<abi$1, eventName$1> | undefined = undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined> = {
6665
7037
  address?: Address$2 | Address$2[] | undefined;
6666
7038
  abi: abi$1;
@@ -6681,19 +7053,19 @@ type CreateContractEventFilterParameters<abi$1 extends Abi | readonly unknown[]
6681
7053
  });
6682
7054
  type CreateContractEventFilterReturnType<abi$1 extends Abi | readonly unknown[] = Abi, eventName$1 extends ContractEventName<abi$1> | undefined = undefined, args$1 extends MaybeExtractEventArgsFromAbi<abi$1, eventName$1> | undefined = undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined> = Filter<'event', abi$1, eventName$1, args$1, strict$1, fromBlock$1, toBlock>;
6683
7055
  //#endregion
6684
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/signature/recoverAddress.d.ts
7056
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/signature/recoverAddress.d.ts
6685
7057
  type RecoverAddressErrorType = ErrorType$2;
6686
7058
  //#endregion
6687
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/toRlp.d.ts
7059
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/encoding/toRlp.d.ts
6688
7060
  type ToRlpErrorType = CreateCursorErrorType | BytesToHexErrorType | HexToBytesErrorType | ErrorType$2;
6689
7061
  //#endregion
6690
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/authorization/hashAuthorization.d.ts
7062
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/authorization/hashAuthorization.d.ts
6691
7063
  type HashAuthorizationErrorType = Keccak256ErrorType | ConcatHexErrorType | ToRlpErrorType | NumberToHexErrorType | HexToBytesErrorType | ErrorType$2;
6692
7064
  //#endregion
6693
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/authorization/recoverAuthorizationAddress.d.ts
7065
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/authorization/recoverAuthorizationAddress.d.ts
6694
7066
  type RecoverAuthorizationAddressErrorType = HashAuthorizationErrorType | RecoverAddressErrorType | ErrorType$2;
6695
7067
  //#endregion
6696
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/estimateGas.d.ts
7068
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/estimateGas.d.ts
6697
7069
  type EstimateGasExecutionErrorType = EstimateGasExecutionError & {
6698
7070
  name: 'EstimateGasExecutionError';
6699
7071
  };
@@ -6718,12 +7090,12 @@ declare class EstimateGasExecutionError extends BaseError$2 {
6718
7090
  });
6719
7091
  }
6720
7092
  //#endregion
6721
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getEstimateGasError.d.ts
7093
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getEstimateGasError.d.ts
6722
7094
  type GetEstimateGasErrorReturnType<cause$1 = ErrorType$2> = Omit<EstimateGasExecutionErrorType, 'cause'> & {
6723
7095
  cause: cause$1 | GetNodeErrorReturnType;
6724
7096
  };
6725
7097
  //#endregion
6726
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/block.d.ts
7098
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/block.d.ts
6727
7099
  type BlockNotFoundErrorType = BlockNotFoundError & {
6728
7100
  name: 'BlockNotFoundError';
6729
7101
  };
@@ -6737,17 +7109,17 @@ declare class BlockNotFoundError extends BaseError$2 {
6737
7109
  });
6738
7110
  }
6739
7111
  //#endregion
6740
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/transaction.d.ts
7112
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/transaction.d.ts
6741
7113
  type TransactionPendingDependencies = 'blockHash' | 'blockNumber' | 'transactionIndex';
6742
7114
  type FormattedTransaction<chain$1 extends Chain$1 | undefined = undefined, blockTag$1 extends BlockTag = BlockTag, _FormatterReturnType = ExtractChainFormatterReturnType<chain$1, 'transaction', Transaction$1>, _ExcludedPendingDependencies extends string = TransactionPendingDependencies & ExtractChainFormatterExclude<chain$1, 'transaction'>> = UnionLooseOmit<_FormatterReturnType, TransactionPendingDependencies> & { [_K in _ExcludedPendingDependencies]: never } & Pick<Transaction$1<bigint, number, blockTag$1 extends 'pending' ? true : false>, TransactionPendingDependencies>;
6743
7115
  //#endregion
6744
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/block.d.ts
7116
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/block.d.ts
6745
7117
  type BlockPendingDependencies = 'hash' | 'logsBloom' | 'nonce' | 'number';
6746
7118
  type FormattedBlock<chain$1 extends Chain$1 | undefined = undefined, includeTransactions extends boolean = boolean, blockTag$1 extends BlockTag = BlockTag, _FormatterReturnType = ExtractChainFormatterReturnType<chain$1, 'block', Block<bigint, includeTransactions>>, _ExcludedPendingDependencies extends string = BlockPendingDependencies & ExtractChainFormatterExclude<chain$1, 'block'>, _Formatted = Omit<_FormatterReturnType, BlockPendingDependencies> & { [_key in _ExcludedPendingDependencies]: never } & Pick<Block<bigint, includeTransactions, blockTag$1>, BlockPendingDependencies>, _Transactions = (includeTransactions extends true ? Prettify<FormattedTransaction<chain$1, blockTag$1>>[] : Hash$1[])> = Omit<_Formatted, 'transactions'> & {
6747
7119
  transactions: _Transactions;
6748
7120
  };
6749
7121
  //#endregion
6750
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlock.d.ts
7122
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlock.d.ts
6751
7123
  type GetBlockParameters<includeTransactions extends boolean = false, blockTag$1 extends BlockTag = 'latest'> = {
6752
7124
  /** Whether or not to include transaction data in the response. */
6753
7125
  includeTransactions?: includeTransactions | undefined;
@@ -6773,7 +7145,7 @@ type GetBlockParameters<includeTransactions extends boolean = false, blockTag$1
6773
7145
  type GetBlockReturnType<chain$1 extends Chain$1 | undefined = undefined, includeTransactions extends boolean = false, blockTag$1 extends BlockTag = 'latest'> = Prettify<FormattedBlock<chain$1, includeTransactions, blockTag$1>>;
6774
7146
  type GetBlockErrorType = BlockNotFoundErrorType | NumberToHexErrorType | RequestErrorType | ErrorType$2;
6775
7147
  //#endregion
6776
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransactionCount.d.ts
7148
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransactionCount.d.ts
6777
7149
  type GetTransactionCountParameters = {
6778
7150
  /** The account address. */
6779
7151
  address: Address$2;
@@ -6789,7 +7161,7 @@ type GetTransactionCountParameters = {
6789
7161
  type GetTransactionCountReturnType = number;
6790
7162
  type GetTransactionCountErrorType = RequestErrorType | NumberToHexErrorType | HexToNumberErrorType | ErrorType$2;
6791
7163
  //#endregion
6792
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/account.d.ts
7164
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/account.d.ts
6793
7165
  type AccountNotFoundErrorType = AccountNotFoundError & {
6794
7166
  name: 'AccountNotFoundError';
6795
7167
  };
@@ -6815,7 +7187,7 @@ declare class AccountTypeNotSupportedError extends BaseError$2 {
6815
7187
  });
6816
7188
  }
6817
7189
  //#endregion
6818
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/prepareTransactionRequest.d.ts
7190
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/prepareTransactionRequest.d.ts
6819
7191
  declare const defaultParameters: readonly ["blobVersionedHashes", "chainId", "fees", "gas", "nonce", "type"];
6820
7192
  type PrepareTransactionRequestParameterType = 'blobVersionedHashes' | 'chainId' | 'fees' | 'gas' | 'nonce' | 'sidecars' | 'type';
6821
7193
  type ParameterTypeToParameters<parameterType extends PrepareTransactionRequestParameterType> = parameterType extends 'fees' ? 'maxFeePerGas' | 'maxPriorityFeePerGas' | 'gasPrice' : parameterType;
@@ -6849,7 +7221,7 @@ type PrepareTransactionRequestReturnType<chain$1 extends Chain$1 | undefined = C
6849
7221
  }, ParameterTypeToParameters<request$1['parameters'] extends readonly PrepareTransactionRequestParameterType[] ? request$1['parameters'][number] : (typeof defaultParameters)[number]>> & (unknown extends request$1['kzg'] ? {} : Pick<request$1, 'kzg'>)>;
6850
7222
  type PrepareTransactionRequestErrorType = AccountNotFoundErrorType | AssertRequestErrorType | ParseAccountErrorType | GetBlockErrorType | GetTransactionCountErrorType | EstimateGasErrorType | EstimateFeesPerGasErrorType;
6851
7223
  //#endregion
6852
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateGas.d.ts
7224
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateGas.d.ts
6853
7225
  type EstimateGasParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = UnionOmit<FormattedEstimateGas<chain$1>, 'from'> & {
6854
7226
  account?: Account$1 | Address$2 | undefined;
6855
7227
  prepare?: boolean | readonly PrepareTransactionRequestParameterType[] | undefined;
@@ -6870,14 +7242,14 @@ type FormattedEstimateGas<chain$1 extends Chain$1 | undefined = Chain$1 | undefi
6870
7242
  type EstimateGasReturnType = bigint;
6871
7243
  type EstimateGasErrorType = GetEstimateGasErrorReturnType<ParseAccountErrorType | NumberToHexErrorType | RequestErrorType | RecoverAuthorizationAddressErrorType | AssertRequestErrorType>;
6872
7244
  //#endregion
6873
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateContractGas.d.ts
7245
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateContractGas.d.ts
6874
7246
  type EstimateContractGasParameters<abi$1 extends Abi | readonly unknown[] = Abi, functionName$1 extends ContractFunctionName<abi$1, 'nonpayable' | 'payable'> = ContractFunctionName<abi$1, 'nonpayable' | 'payable'>, args$1 extends ContractFunctionArgs<abi$1, 'nonpayable' | 'payable', functionName$1> = ContractFunctionArgs<abi$1, 'nonpayable' | 'payable', functionName$1>, chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = ContractFunctionParameters<abi$1, 'nonpayable' | 'payable', functionName$1, args$1> & UnionOmit<EstimateGasParameters<chain$1>, 'data' | 'to' | 'value'> & GetValue<abi$1, functionName$1, EstimateGasParameters<chain$1> extends EstimateGasParameters ? EstimateGasParameters<chain$1>['value'] : EstimateGasParameters['value']> & {
6875
7247
  /** Data to append to the end of the calldata. Useful for adding a ["domain" tag](https://opensea.notion.site/opensea/Seaport-Order-Attributions-ec2d69bf455041a5baa490941aad307f). */
6876
7248
  dataSuffix?: Hex$1 | undefined;
6877
7249
  };
6878
7250
  type EstimateContractGasReturnType = bigint;
6879
7251
  //#endregion
6880
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getLogs.d.ts
7252
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getLogs.d.ts
6881
7253
  type GetLogsParameters<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, _eventName extends string | undefined = MaybeAbiEventName<abiEvent>> = {
6882
7254
  /** Address or list of addresses from which logs originated */
6883
7255
  address?: Address$2 | Address$2[] | undefined;
@@ -6918,7 +7290,7 @@ type GetLogsParameters<abiEvent extends AbiEvent | undefined = undefined, abiEve
6918
7290
  });
6919
7291
  type GetLogsReturnType<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, _eventName extends string | undefined = MaybeAbiEventName<abiEvent>, _pending extends boolean = (fromBlock$1 extends 'pending' ? true : false) | (toBlock extends 'pending' ? true : false)> = Log<bigint, number, _pending, abiEvent, strict$1, abiEvents, _eventName>[];
6920
7292
  //#endregion
6921
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getContractEvents.d.ts
7293
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getContractEvents.d.ts
6922
7294
  type GetContractEventsParameters<abi$1 extends Abi | readonly unknown[] = Abi, eventName$1 extends ContractEventName<abi$1> | undefined = ContractEventName<abi$1> | undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined> = {
6923
7295
  /** The address of the contract. */
6924
7296
  address?: Address$2 | Address$2[] | undefined;
@@ -6946,28 +7318,28 @@ type GetContractEventsParameters<abi$1 extends Abi | readonly unknown[] = Abi, e
6946
7318
  });
6947
7319
  type GetContractEventsReturnType<abi$1 extends Abi | readonly unknown[] = readonly unknown[], eventName$1 extends ContractEventName<abi$1> | undefined = ContractEventName<abi$1> | undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, isPending extends boolean = (fromBlock$1 extends 'pending' ? true : false) | (toBlock extends 'pending' ? true : false)> = Log<bigint, number, isPending, undefined, strict$1, abi$1, eventName$1>[];
6948
7320
  //#endregion
6949
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/chain/assertCurrentChain.d.ts
7321
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/chain/assertCurrentChain.d.ts
6950
7322
  type AssertCurrentChainErrorType = ChainNotFoundErrorType | ChainMismatchErrorType | ErrorType$2;
6951
7323
  //#endregion
6952
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getTransactionError.d.ts
7324
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/errors/getTransactionError.d.ts
6953
7325
  type GetTransactionErrorReturnType<cause$1 = ErrorType$2> = Omit<TransactionExecutionErrorType, 'cause'> & {
6954
7326
  cause: cause$1 | GetNodeErrorReturnType;
6955
7327
  };
6956
7328
  //#endregion
6957
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getChainId.d.ts
7329
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getChainId.d.ts
6958
7330
  type GetChainIdReturnType = number;
6959
7331
  type GetChainIdErrorType = HexToNumberErrorType | RequestErrorType | ErrorType$2;
6960
7332
  //#endregion
6961
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/sign.d.ts
7333
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/sign.d.ts
6962
7334
  type To$1 = 'object' | 'bytes' | 'hex';
6963
7335
  type SignReturnType<to$1 extends To$1 = 'object'> = (to$1 extends 'object' ? Signature$1 : never) | (to$1 extends 'bytes' ? ByteArray : never) | (to$1 extends 'hex' ? Hex$1 : never);
6964
7336
  type SignErrorType = HexToBytesErrorType | IsHexErrorType | NumberToHexErrorType | ErrorType$2;
6965
7337
  //#endregion
6966
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/signAuthorization.d.ts
7338
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/signAuthorization.d.ts
6967
7339
  type To = 'object' | 'bytes' | 'hex';
6968
7340
  type SignAuthorizationReturnType<to$1 extends To = 'object'> = Prettify<to$1 extends 'object' ? SignedAuthorization : SignReturnType<to$1>>;
6969
7341
  //#endregion
6970
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransaction.d.ts
7342
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransaction.d.ts
6971
7343
  type GetTransactionParameters<blockTag$1 extends BlockTag = 'latest'> = OneOf$1<{
6972
7344
  /** The block hash */
6973
7345
  blockHash: Hash$1;
@@ -6994,17 +7366,17 @@ type GetTransactionParameters<blockTag$1 extends BlockTag = 'latest'> = OneOf$1<
6994
7366
  }>;
6995
7367
  type GetTransactionReturnType<chain$1 extends Chain$1 | undefined = undefined, blockTag$1 extends BlockTag = 'latest'> = Prettify<FormattedTransaction<chain$1, blockTag$1>>;
6996
7368
  //#endregion
6997
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/transactionReceipt.d.ts
7369
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/formatters/transactionReceipt.d.ts
6998
7370
  type FormattedTransactionReceipt<chain$1 extends Chain$1 | undefined = undefined> = ExtractChainFormatterReturnType<chain$1, 'transactionReceipt', TransactionReceipt$1>;
6999
7371
  //#endregion
7000
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransactionReceipt.d.ts
7372
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransactionReceipt.d.ts
7001
7373
  type GetTransactionReceiptParameters = {
7002
7374
  /** The hash of the transaction. */
7003
7375
  hash: Hash$1;
7004
7376
  };
7005
7377
  type GetTransactionReceiptReturnType<chain$1 extends Chain$1 | undefined = undefined> = FormattedTransactionReceipt<chain$1>;
7006
7378
  //#endregion
7007
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/transports/fallback.d.ts
7379
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/transports/fallback.d.ts
7008
7380
  type OnResponseFn = (args: {
7009
7381
  method: string;
7010
7382
  params: unknown[];
@@ -7023,7 +7395,7 @@ type FallbackTransport<transports$1 extends readonly Transport$2[] = readonly Tr
7023
7395
  transports: { [key in keyof transports$1]: ReturnType<transports$1[key]> };
7024
7396
  }>;
7025
7397
  //#endregion
7026
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/transport.d.ts
7398
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/transport.d.ts
7027
7399
  type GetTransportConfig<transport extends Transport$2> = ReturnType<transport>['config'];
7028
7400
  type GetPollOptions<transport extends Transport$2> = (HasTransportType<transport, 'webSocket' | 'ipc'> extends true ? {
7029
7401
  batch?: undefined;
@@ -7048,14 +7420,14 @@ type GetPollOptions<transport extends Transport$2> = (HasTransportType<transport
7048
7420
  };
7049
7421
  type HasTransportType<transport extends Transport$2, type$1 extends string> = GetTransportConfig<transport>['type'] extends type$1 ? true : transport extends FallbackTransport<infer transports extends readonly Transport$2[]> ? Some<{ [key in keyof transports]: GetTransportConfig<transports[key]>['type'] }, type$1> : false;
7050
7422
  //#endregion
7051
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlockNumber.d.ts
7423
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlockNumber.d.ts
7052
7424
  type GetBlockNumberParameters = {
7053
7425
  /** Time (in ms) that cached block number will remain in memory. */
7054
7426
  cacheTime?: number | undefined;
7055
7427
  };
7056
7428
  type GetBlockNumberReturnType = bigint;
7057
7429
  //#endregion
7058
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchBlockNumber.d.ts
7430
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchBlockNumber.d.ts
7059
7431
  type OnBlockNumberParameter = GetBlockNumberReturnType;
7060
7432
  type OnBlockNumberFn = (blockNumber: OnBlockNumberParameter, prevBlockNumber: OnBlockNumberParameter | undefined) => void;
7061
7433
  type WatchBlockNumberParameters<transport extends Transport$2 = Transport$2> = {
@@ -7080,7 +7452,7 @@ type WatchBlockNumberParameters<transport extends Transport$2 = Transport$2> = {
7080
7452
  });
7081
7453
  type WatchBlockNumberReturnType = () => void;
7082
7454
  //#endregion
7083
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/waitForTransactionReceipt.d.ts
7455
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/waitForTransactionReceipt.d.ts
7084
7456
  type ReplacementReason = 'cancelled' | 'replaced' | 'repriced';
7085
7457
  type ReplacementReturnType<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = {
7086
7458
  reason: ReplacementReason;
@@ -7126,7 +7498,7 @@ type WaitForTransactionReceiptParameters<chain$1 extends Chain$1 | undefined = C
7126
7498
  timeout?: number | undefined;
7127
7499
  };
7128
7500
  //#endregion
7129
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/ccip.d.ts
7501
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/ccip.d.ts
7130
7502
  type CcipRequestParameters = {
7131
7503
  data: Hex$1;
7132
7504
  sender: Address$2;
@@ -7134,7 +7506,7 @@ type CcipRequestParameters = {
7134
7506
  };
7135
7507
  type CcipRequestReturnType = Hex$1;
7136
7508
  //#endregion
7137
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createAccessList.d.ts
7509
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createAccessList.d.ts
7138
7510
  type CreateAccessListParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = UnionOmit<FormattedTransactionRequest<chain$1>, 'from' | 'nonce' | 'accessList'> & {
7139
7511
  /** Account attached to the call (msg.sender). */
7140
7512
  account?: Account$1 | Address$2 | undefined;
@@ -7155,10 +7527,10 @@ type CreateAccessListReturnType = Prettify<{
7155
7527
  gasUsed: bigint;
7156
7528
  }>;
7157
7529
  //#endregion
7158
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createBlockFilter.d.ts
7530
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createBlockFilter.d.ts
7159
7531
  type CreateBlockFilterReturnType = Filter<'block'>;
7160
7532
  //#endregion
7161
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createEventFilter.d.ts
7533
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createEventFilter.d.ts
7162
7534
  type CreateEventFilterParameters<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, _eventName extends string | undefined = MaybeAbiEventName<abiEvent>, _args extends MaybeExtractEventArgsFromAbi<abiEvents, _eventName> | undefined = undefined> = {
7163
7535
  address?: Address$2 | Address$2[] | undefined;
7164
7536
  fromBlock?: fromBlock$1 | BlockNumber | BlockTag | undefined;
@@ -7203,10 +7575,10 @@ type CreateEventFilterParameters<abiEvent extends AbiEvent | undefined = undefin
7203
7575
  });
7204
7576
  type CreateEventFilterReturnType<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, _eventName extends string | undefined = MaybeAbiEventName<abiEvent>, _args extends MaybeExtractEventArgsFromAbi<abiEvents, _eventName> | undefined = undefined> = Prettify<Filter<'event', abiEvents, _eventName, _args, strict$1, fromBlock$1, toBlock>>;
7205
7577
  //#endregion
7206
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createPendingTransactionFilter.d.ts
7578
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/createPendingTransactionFilter.d.ts
7207
7579
  type CreatePendingTransactionFilterReturnType = Filter<'transaction'>;
7208
7580
  //#endregion
7209
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/fee.d.ts
7581
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/fee.d.ts
7210
7582
  type BaseFeeScalarErrorType = BaseFeeScalarError & {
7211
7583
  name: 'BaseFeeScalarError';
7212
7584
  };
@@ -7220,16 +7592,16 @@ declare class Eip1559FeesNotSupportedError extends BaseError$2 {
7220
7592
  constructor();
7221
7593
  }
7222
7594
  //#endregion
7223
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getGasPrice.d.ts
7595
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getGasPrice.d.ts
7224
7596
  type GetGasPriceReturnType = bigint;
7225
7597
  type GetGasPriceErrorType = RequestErrorType | ErrorType$2;
7226
7598
  //#endregion
7227
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts
7599
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts
7228
7600
  type EstimateMaxPriorityFeePerGasParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined> = GetChainParameter<chain$1, chainOverride>;
7229
7601
  type EstimateMaxPriorityFeePerGasReturnType = bigint;
7230
7602
  type EstimateMaxPriorityFeePerGasErrorType = GetBlockErrorType | HexToBigIntErrorType | RequestErrorType | GetBlockErrorType | GetGasPriceErrorType | Eip1559FeesNotSupportedErrorType | ErrorType$2;
7231
7603
  //#endregion
7232
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/fillTransaction.d.ts
7604
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/fillTransaction.d.ts
7233
7605
  type FillTransactionParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, accountOverride extends Account$1 | Address$2 | undefined = Account$1 | Address$2 | undefined, _derivedChain extends Chain$1 | undefined = DeriveChain<chain$1, chainOverride>> = UnionOmit<FormattedTransactionRequest<_derivedChain>, 'from'> & GetAccountParameter<account$1, accountOverride, false, true> & GetChainParameter<chain$1, chainOverride> & {
7234
7606
  /**
7235
7607
  * Nonce manager to use for the transaction request.
@@ -7241,7 +7613,7 @@ type FillTransactionReturnType<chain$1 extends Chain$1 | undefined = Chain$1 | u
7241
7613
  transaction: FormattedTransaction<_derivedChain>;
7242
7614
  };
7243
7615
  //#endregion
7244
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBalance.d.ts
7616
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBalance.d.ts
7245
7617
  type GetBalanceParameters = {
7246
7618
  /** The address of the account. */
7247
7619
  address: Address$2;
@@ -7256,10 +7628,10 @@ type GetBalanceParameters = {
7256
7628
  });
7257
7629
  type GetBalanceReturnType = bigint;
7258
7630
  //#endregion
7259
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlobBaseFee.d.ts
7631
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlobBaseFee.d.ts
7260
7632
  type GetBlobBaseFeeReturnType = bigint;
7261
7633
  //#endregion
7262
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlockTransactionCount.d.ts
7634
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getBlockTransactionCount.d.ts
7263
7635
  type GetBlockTransactionCountParameters = {
7264
7636
  /** Hash of the block. */
7265
7637
  blockHash?: Hash$1 | undefined;
@@ -7278,7 +7650,7 @@ type GetBlockTransactionCountParameters = {
7278
7650
  };
7279
7651
  type GetBlockTransactionCountReturnType = number;
7280
7652
  //#endregion
7281
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getCode.d.ts
7653
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getCode.d.ts
7282
7654
  type GetCodeParameters = {
7283
7655
  address: Address$2;
7284
7656
  } & ({
@@ -7290,7 +7662,7 @@ type GetCodeParameters = {
7290
7662
  });
7291
7663
  type GetCodeReturnType = Hex$1 | undefined;
7292
7664
  //#endregion
7293
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getEip712Domain.d.ts
7665
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getEip712Domain.d.ts
7294
7666
  type GetEip712DomainParameters = {
7295
7667
  address: Address$2;
7296
7668
  } & Pick<ReadContractParameters, 'factory' | 'factoryData'>;
@@ -7300,7 +7672,7 @@ type GetEip712DomainReturnType = {
7300
7672
  extensions: readonly bigint[];
7301
7673
  };
7302
7674
  //#endregion
7303
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getFeeHistory.d.ts
7675
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getFeeHistory.d.ts
7304
7676
  type GetFeeHistoryParameters = {
7305
7677
  /**
7306
7678
  * Number of blocks in the requested range. Between 1 and 1024 blocks can be requested in a single query. Less than requested may be returned if not all blocks are available.
@@ -7324,19 +7696,19 @@ type GetFeeHistoryParameters = {
7324
7696
  });
7325
7697
  type GetFeeHistoryReturnType = FeeHistory;
7326
7698
  //#endregion
7327
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getFilterChanges.d.ts
7699
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getFilterChanges.d.ts
7328
7700
  type GetFilterChangesParameters<filterType extends FilterType = FilterType, abi$1 extends Abi | readonly unknown[] | undefined = undefined, eventName$1 extends string | undefined = undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined> = {
7329
7701
  filter: Filter<filterType, abi$1, eventName$1, any, strict$1, fromBlock$1, toBlock>;
7330
7702
  };
7331
7703
  type GetFilterChangesReturnType<filterType extends FilterType = FilterType, abi$1 extends Abi | readonly unknown[] | undefined = undefined, eventName$1 extends string | undefined = undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, _AbiEvent extends AbiEvent | undefined = (abi$1 extends Abi ? eventName$1 extends string ? ExtractAbiEvent<abi$1, eventName$1> : undefined : undefined), _Pending extends boolean = (fromBlock$1 extends 'pending' ? true : false) | (toBlock extends 'pending' ? true : false)> = filterType extends 'event' ? Log<bigint, number, _Pending, _AbiEvent, strict$1, abi$1, eventName$1>[] : Hash$1[];
7332
7704
  //#endregion
7333
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getFilterLogs.d.ts
7705
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getFilterLogs.d.ts
7334
7706
  type GetFilterLogsParameters<abi$1 extends Abi | readonly unknown[] | undefined = undefined, eventName$1 extends string | undefined = undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined> = {
7335
7707
  filter: Filter<'event', abi$1, eventName$1, any, strict$1, fromBlock$1, toBlock>;
7336
7708
  };
7337
7709
  type GetFilterLogsReturnType<abi$1 extends Abi | readonly unknown[] | undefined = undefined, eventName$1 extends string | undefined = undefined, strict$1 extends boolean | undefined = undefined, fromBlock$1 extends BlockNumber | BlockTag | undefined = undefined, toBlock extends BlockNumber | BlockTag | undefined = undefined, _AbiEvent extends AbiEvent | undefined = (abi$1 extends Abi ? eventName$1 extends string ? ExtractAbiEvent<abi$1, eventName$1> : undefined : undefined), _Pending extends boolean = (fromBlock$1 extends 'pending' ? true : false) | (toBlock extends 'pending' ? true : false)> = Log<bigint, number, _Pending, _AbiEvent, strict$1, abi$1, eventName$1>[];
7338
7710
  //#endregion
7339
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getProof.d.ts
7711
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getProof.d.ts
7340
7712
  type GetProofParameters = {
7341
7713
  /** Account address. */
7342
7714
  address: Address$2;
@@ -7356,7 +7728,7 @@ type GetProofParameters = {
7356
7728
  });
7357
7729
  type GetProofReturnType = Proof;
7358
7730
  //#endregion
7359
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getStorageAt.d.ts
7731
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getStorageAt.d.ts
7360
7732
  type GetStorageAtParameters = {
7361
7733
  address: Address$2;
7362
7734
  slot: Hex$1;
@@ -7369,7 +7741,7 @@ type GetStorageAtParameters = {
7369
7741
  });
7370
7742
  type GetStorageAtReturnType = Hex$1 | undefined;
7371
7743
  //#endregion
7372
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransactionConfirmations.d.ts
7744
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/getTransactionConfirmations.d.ts
7373
7745
  type GetTransactionConfirmationsParameters<chain$1 extends Chain$1 | undefined = Chain$1> = {
7374
7746
  /** The transaction hash. */
7375
7747
  hash: Hash$1;
@@ -7381,7 +7753,7 @@ type GetTransactionConfirmationsParameters<chain$1 extends Chain$1 | undefined =
7381
7753
  };
7382
7754
  type GetTransactionConfirmationsReturnType = bigint;
7383
7755
  //#endregion
7384
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/multicall.d.ts
7756
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/multicall.d.ts
7385
7757
  type MulticallContracts<contracts extends readonly unknown[], options extends {
7386
7758
  mutability: AbiStateMutability;
7387
7759
  optional?: boolean;
@@ -7422,7 +7794,7 @@ type GetMulticallContractReturnType<contract$1, mutability extends AbiStateMutab
7422
7794
  args: infer args extends ContractFunctionArgs<abi, mutability, functionName>;
7423
7795
  } ? ContractFunctionReturnType<abi, mutability, functionName, args> : ContractFunctionReturnType<abi, mutability, functionName> : ContractFunctionReturnType<abi, mutability> : ContractFunctionReturnType;
7424
7796
  //#endregion
7425
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/multicall.d.ts
7797
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/multicall.d.ts
7426
7798
  type MulticallParameters<contracts extends readonly unknown[] = readonly ContractFunctionParameters[], allowFailure extends boolean = true, options extends {
7427
7799
  optional?: boolean;
7428
7800
  properties?: Record<string, any>;
@@ -7450,7 +7822,7 @@ type MulticallReturnType<contracts extends readonly unknown[] = readonly Contrac
7450
7822
  mutability: AbiStateMutability;
7451
7823
  } & options>;
7452
7824
  //#endregion
7453
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/calls.d.ts
7825
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/calls.d.ts
7454
7826
  type Call<call$1 = unknown, extraProperties extends Record<string, unknown> = {}> = OneOf$1<Assign<{
7455
7827
  data?: Hex$1 | undefined;
7456
7828
  dataSuffix?: Hex$1 | undefined;
@@ -7464,7 +7836,7 @@ type Call<call$1 = unknown, extraProperties extends Record<string, unknown> = {}
7464
7836
  }, extraProperties>>;
7465
7837
  type Calls<calls extends readonly unknown[], extraProperties extends Record<string, unknown> = {}, result extends readonly any[] = []> = calls extends readonly [] ? readonly [] : calls extends readonly [infer call] ? readonly [...result, Prettify<Call<call, extraProperties>>] : calls extends readonly [infer call, ...infer rest] ? Calls<[...rest], extraProperties, [...result, Prettify<Call<call, extraProperties>>]> : readonly unknown[] extends calls ? calls : calls extends readonly (infer call extends OneOf$1<Call<unknown, extraProperties>>)[] ? readonly Prettify<call>[] : readonly OneOf$1<Call>[];
7466
7838
  //#endregion
7467
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/simulateBlocks.d.ts
7839
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/simulateBlocks.d.ts
7468
7840
  type CallExtraProperties = ExactPartial$1<UnionOmit<TransactionRequest, 'blobs' | 'data' | 'kzg' | 'to' | 'sidecars' | 'value'>> & {
7469
7841
  /** Account attached to the call (msg.sender). */
7470
7842
  account?: Account$1 | Address$2 | undefined;
@@ -7511,7 +7883,7 @@ type SimulateBlocksReturnType<calls extends readonly unknown[] = readonly unknow
7511
7883
  }>;
7512
7884
  })[];
7513
7885
  //#endregion
7514
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/simulateCalls.d.ts
7886
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/simulateCalls.d.ts
7515
7887
  type SimulateCallsParameters<calls extends readonly unknown[] = readonly unknown[], account$1 extends Account$1 | Address$2 | undefined = Account$1 | Address$2 | undefined> = Omit<SimulateBlocksParameters, 'blocks' | 'returnFullTransactions'> & {
7516
7888
  /** Account attached to the calls (msg.sender). */
7517
7889
  account?: account$1 | undefined;
@@ -7550,13 +7922,13 @@ type SimulateCallsReturnType<calls extends readonly unknown[] = readonly unknown
7550
7922
  }>;
7551
7923
  };
7552
7924
  //#endregion
7553
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/uninstallFilter.d.ts
7925
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/uninstallFilter.d.ts
7554
7926
  type UninstallFilterParameters = {
7555
7927
  filter: Filter<any>;
7556
7928
  };
7557
7929
  type UninstallFilterReturnType = boolean;
7558
7930
  //#endregion
7559
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/verifyHash.d.ts
7931
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/verifyHash.d.ts
7560
7932
  type VerifyHashParameters = Pick<CallParameters, 'blockNumber' | 'blockTag'> & {
7561
7933
  /** The address that signed the original message. */
7562
7934
  address: Address$2;
@@ -7578,7 +7950,7 @@ type VerifyHashParameters = Pick<CallParameters, 'blockNumber' | 'blockTag'> & {
7578
7950
  } | {}>;
7579
7951
  type VerifyHashReturnType = boolean;
7580
7952
  //#endregion
7581
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/verifyMessage.d.ts
7953
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/verifyMessage.d.ts
7582
7954
  type VerifyMessageParameters = Prettify<Omit<VerifyHashParameters, 'hash'> & {
7583
7955
  /** The address that signed the original message. */
7584
7956
  address: Address$2;
@@ -7589,7 +7961,7 @@ type VerifyMessageParameters = Prettify<Omit<VerifyHashParameters, 'hash'> & {
7589
7961
  }>;
7590
7962
  type VerifyMessageReturnType = boolean;
7591
7963
  //#endregion
7592
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/verifyTypedData.d.ts
7964
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/verifyTypedData.d.ts
7593
7965
  type VerifyTypedDataParameters<typedData extends TypedData | Record<string, unknown> = TypedData, primaryType$1 extends keyof typedData | 'EIP712Domain' = keyof typedData> = Omit<VerifyHashParameters, 'hash'> & TypedDataDefinition<typedData, primaryType$1> & {
7594
7966
  /** The address to verify the typed data for. */
7595
7967
  address: Address$2;
@@ -7598,7 +7970,7 @@ type VerifyTypedDataParameters<typedData extends TypedData | Record<string, unkn
7598
7970
  };
7599
7971
  type VerifyTypedDataReturnType = boolean;
7600
7972
  //#endregion
7601
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchBlocks.d.ts
7973
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchBlocks.d.ts
7602
7974
  type OnBlockParameter<chain$1 extends Chain$1 | undefined = Chain$1, includeTransactions extends boolean = false, blockTag$1 extends BlockTag = 'latest'> = GetBlockReturnType<chain$1, includeTransactions, blockTag$1>;
7603
7975
  type OnBlock<chain$1 extends Chain$1 | undefined = Chain$1, includeTransactions extends boolean = false, blockTag$1 extends BlockTag = 'latest'> = (block: OnBlockParameter<chain$1, includeTransactions, blockTag$1>, prevBlock: OnBlockParameter<chain$1, includeTransactions, blockTag$1> | undefined) => void;
7604
7976
  type WatchBlocksParameters<transport extends Transport$2 = Transport$2, chain$1 extends Chain$1 | undefined = Chain$1, includeTransactions extends boolean = false, blockTag$1 extends BlockTag = 'latest'> = {
@@ -7629,7 +8001,7 @@ type WatchBlocksParameters<transport extends Transport$2 = Transport$2, chain$1
7629
8001
  });
7630
8002
  type WatchBlocksReturnType = () => void;
7631
8003
  //#endregion
7632
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchContractEvent.d.ts
8004
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchContractEvent.d.ts
7633
8005
  type WatchContractEventOnLogsParameter<abi$1 extends Abi | readonly unknown[] = Abi, eventName$1 extends ContractEventName<abi$1> = ContractEventName<abi$1>, strict$1 extends boolean | undefined = undefined> = abi$1 extends Abi ? Abi extends abi$1 ? Log[] : Log<bigint, number, false, ExtractAbiEvent<abi$1, eventName$1>, strict$1>[] : Log[];
7634
8006
  type WatchContractEventOnLogsFn<abi$1 extends Abi | readonly unknown[] = Abi, eventName$1 extends ContractEventName<abi$1> = ContractEventName<abi$1>, strict$1 extends boolean | undefined = undefined> = (logs: WatchContractEventOnLogsParameter<abi$1, eventName$1, strict$1>) => void;
7635
8007
  type WatchContractEventParameters<abi$1 extends Abi | readonly unknown[] = Abi, eventName$1 extends ContractEventName<abi$1> | undefined = ContractEventName<abi$1>, strict$1 extends boolean | undefined = undefined, transport extends Transport$2 = Transport$2> = {
@@ -7654,7 +8026,7 @@ type WatchContractEventParameters<abi$1 extends Abi | readonly unknown[] = Abi,
7654
8026
  } & GetPollOptions<transport>;
7655
8027
  type WatchContractEventReturnType = () => void;
7656
8028
  //#endregion
7657
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchEvent.d.ts
8029
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchEvent.d.ts
7658
8030
  type WatchEventOnLogsParameter<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, eventName$1 extends string | undefined = MaybeAbiEventName<abiEvent>> = Log<bigint, number, false, abiEvent, strict$1, abiEvents, eventName$1>[];
7659
8031
  type WatchEventOnLogsFn<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, _eventName extends string | undefined = MaybeAbiEventName<abiEvent>> = (logs: WatchEventOnLogsParameter<abiEvent, abiEvents, strict$1, _eventName>) => void;
7660
8032
  type WatchEventParameters<abiEvent extends AbiEvent | undefined = undefined, abiEvents extends readonly AbiEvent[] | readonly unknown[] | undefined = (abiEvent extends AbiEvent ? [abiEvent] : undefined), strict$1 extends boolean | undefined = undefined, transport extends Transport$2 = Transport$2, _eventName extends string | undefined = MaybeAbiEventName<abiEvent>> = {
@@ -7692,7 +8064,7 @@ type WatchEventParameters<abiEvent extends AbiEvent | undefined = undefined, abi
7692
8064
  });
7693
8065
  type WatchEventReturnType = () => void;
7694
8066
  //#endregion
7695
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchPendingTransactions.d.ts
8067
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/watchPendingTransactions.d.ts
7696
8068
  type OnTransactionsParameter = Hash$1[];
7697
8069
  type OnTransactionsFn = (transactions: OnTransactionsParameter) => void;
7698
8070
  type WatchPendingTransactionsParameters<transport extends Transport$2 = Transport$2> = {
@@ -7703,7 +8075,7 @@ type WatchPendingTransactionsParameters<transport extends Transport$2 = Transpor
7703
8075
  } & GetPollOptions<transport>;
7704
8076
  type WatchPendingTransactionsReturnType = () => void;
7705
8077
  //#endregion
7706
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/siwe/validateSiweMessage.d.ts
8078
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/siwe/validateSiweMessage.d.ts
7707
8079
  type ValidateSiweMessageParameters = {
7708
8080
  /**
7709
8081
  * Ethereum address to check against.
@@ -7733,7 +8105,7 @@ type ValidateSiweMessageParameters = {
7733
8105
  time?: Date | undefined;
7734
8106
  };
7735
8107
  //#endregion
7736
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/siwe/verifySiweMessage.d.ts
8108
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/siwe/verifySiweMessage.d.ts
7737
8109
  type VerifySiweMessageParameters = Prettify<Pick<VerifyHashParameters, 'blockNumber' | 'blockTag'> & Pick<ValidateSiweMessageParameters, 'address' | 'domain' | 'nonce' | 'scheme' | 'time'> & {
7738
8110
  /**
7739
8111
  * EIP-4361 formatted message.
@@ -7746,7 +8118,7 @@ type VerifySiweMessageParameters = Prettify<Pick<VerifyHashParameters, 'blockNum
7746
8118
  }>;
7747
8119
  type VerifySiweMessageReturnType = boolean;
7748
8120
  //#endregion
7749
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendRawTransaction.d.ts
8121
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendRawTransaction.d.ts
7750
8122
  type SendRawTransactionParameters = {
7751
8123
  /** The signed serialized transaction. */
7752
8124
  serializedTransaction: TransactionSerializedGeneric;
@@ -7754,7 +8126,7 @@ type SendRawTransactionParameters = {
7754
8126
  type SendRawTransactionReturnType = Hash$1;
7755
8127
  type SendRawTransactionErrorType = RequestErrorType | ErrorType$2;
7756
8128
  //#endregion
7757
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/decorators/public.d.ts
8129
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/decorators/public.d.ts
7758
8130
  type PublicActions<transport extends Transport$2 = Transport$2, chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined> = {
7759
8131
  /**
7760
8132
  * Executes a new message call immediately without submitting a transaction to the network.
@@ -9198,13 +9570,13 @@ type PublicActions<transport extends Transport$2 = Transport$2, chain$1 extends
9198
9570
  watchPendingTransactions: (args: WatchPendingTransactionsParameters<transport>) => WatchPendingTransactionsReturnType;
9199
9571
  };
9200
9572
  //#endregion
9201
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/addChain.d.ts
9573
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/addChain.d.ts
9202
9574
  type AddChainParameters = {
9203
9575
  /** The chain to add to the wallet. */
9204
9576
  chain: Chain$1;
9205
9577
  };
9206
9578
  //#endregion
9207
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/deployContract.d.ts
9579
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/deployContract.d.ts
9208
9580
  type DeployContractParameters<abi$1 extends Abi | readonly unknown[] = Abi, chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, allArgs = ContractConstructorArgs<abi$1>> = UnionOmit<SendTransactionParameters<chain$1, account$1, chainOverride>, 'accessList' | 'chain' | 'to' | 'data'> & GetChainParameter<chain$1, chainOverride> & UnionEvaluate<readonly [] extends allArgs ? {
9209
9581
  args?: allArgs | undefined;
9210
9582
  } : {
@@ -9215,10 +9587,10 @@ type DeployContractParameters<abi$1 extends Abi | readonly unknown[] = Abi, chai
9215
9587
  };
9216
9588
  type DeployContractReturnType = SendTransactionReturnType;
9217
9589
  //#endregion
9218
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getAddresses.d.ts
9590
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getAddresses.d.ts
9219
9591
  type GetAddressesReturnType = Address$2[];
9220
9592
  //#endregion
9221
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getCallsStatus.d.ts
9593
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getCallsStatus.d.ts
9222
9594
  type GetCallsStatusParameters = {
9223
9595
  id: string;
9224
9596
  };
@@ -9227,17 +9599,17 @@ type GetCallsStatusReturnType = Prettify<Omit<WalletGetCallsStatusReturnType<Ext
9227
9599
  status: 'pending' | 'success' | 'failure' | undefined;
9228
9600
  }>;
9229
9601
  //#endregion
9230
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getCapabilities.d.ts
9602
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getCapabilities.d.ts
9231
9603
  type GetCapabilitiesParameters<chainId$1 extends number | undefined = undefined> = {
9232
9604
  account?: Account$1 | Address$2 | undefined;
9233
9605
  chainId?: chainId$1 | number | undefined;
9234
9606
  };
9235
9607
  type GetCapabilitiesReturnType<chainId$1 extends number | undefined = undefined> = Prettify<chainId$1 extends number ? ExtractCapabilities<'getCapabilities', 'ReturnType'> : ChainIdToCapabilities<Capabilities<ExtractCapabilities<'getCapabilities', 'ReturnType'>>, number>>;
9236
9608
  //#endregion
9237
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getPermissions.d.ts
9609
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/getPermissions.d.ts
9238
9610
  type GetPermissionsReturnType = WalletPermission[];
9239
9611
  //#endregion
9240
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/prepareAuthorization.d.ts
9612
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/prepareAuthorization.d.ts
9241
9613
  type PrepareAuthorizationParameters<account$1 extends Account$1 | undefined = Account$1 | undefined> = GetAccountParameter<account$1> & PartialBy<AuthorizationRequest, 'chainId' | 'nonce'> & {
9242
9614
  /**
9243
9615
  * Whether the EIP-7702 Transaction will be executed by the EOA (signing this Authorization) or another Account.
@@ -9249,10 +9621,10 @@ type PrepareAuthorizationParameters<account$1 extends Account$1 | undefined = Ac
9249
9621
  };
9250
9622
  type PrepareAuthorizationReturnType = Authorization;
9251
9623
  //#endregion
9252
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/requestAddresses.d.ts
9624
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/requestAddresses.d.ts
9253
9625
  type RequestAddressesReturnType = Address$2[];
9254
9626
  //#endregion
9255
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/requestPermissions.d.ts
9627
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/requestPermissions.d.ts
9256
9628
  type RequestPermissionsParameters = Prettify<{
9257
9629
  eth_accounts: Record<string, any>;
9258
9630
  } & {
@@ -9260,7 +9632,7 @@ type RequestPermissionsParameters = Prettify<{
9260
9632
  }>;
9261
9633
  type RequestPermissionsReturnType = WalletPermission[];
9262
9634
  //#endregion
9263
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendCalls.d.ts
9635
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendCalls.d.ts
9264
9636
  type SendCallsParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, calls extends readonly unknown[] = readonly unknown[], _chain extends Chain$1 | undefined = DeriveChain<chain$1, chainOverride>> = {
9265
9637
  chain?: chainOverride | Chain$1 | undefined;
9266
9638
  calls: Calls<Narrow<calls>>;
@@ -9276,7 +9648,7 @@ type SendCallsReturnType = Prettify<{
9276
9648
  id: string;
9277
9649
  }>;
9278
9650
  //#endregion
9279
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/waitForCallsStatus.d.ts
9651
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/waitForCallsStatus.d.ts
9280
9652
  type WaitForCallsStatusParameters = {
9281
9653
  /**
9282
9654
  * The id of the call batch to wait for.
@@ -9319,53 +9691,53 @@ type WaitForCallsStatusParameters = {
9319
9691
  };
9320
9692
  type WaitForCallsStatusReturnType = GetCallsStatusReturnType;
9321
9693
  //#endregion
9322
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendCallsSync.d.ts
9694
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendCallsSync.d.ts
9323
9695
  type SendCallsSyncParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, calls extends readonly unknown[] = readonly unknown[]> = SendCallsParameters<chain$1, account$1, chainOverride, calls> & Pick<WaitForCallsStatusParameters, 'pollingInterval' | 'status' | 'throwOnFailure'> & {
9324
9696
  /** Timeout (ms) to wait for calls to be included in a block. @default chain.blockTime * 3 */
9325
9697
  timeout?: number | undefined;
9326
9698
  };
9327
9699
  type SendCallsSyncReturnType = GetCallsStatusReturnType;
9328
9700
  //#endregion
9329
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/showCallsStatus.d.ts
9701
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/showCallsStatus.d.ts
9330
9702
  type ShowCallsStatusParameters = {
9331
9703
  id: string;
9332
9704
  };
9333
9705
  type ShowCallsStatusReturnType = void;
9334
9706
  //#endregion
9335
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signAuthorization.d.ts
9707
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signAuthorization.d.ts
9336
9708
  type SignAuthorizationParameters<account$1 extends Account$1 | undefined = Account$1 | undefined> = PrepareAuthorizationParameters<account$1>;
9337
9709
  type SignAuthorizationReturnType$1 = SignAuthorizationReturnType;
9338
9710
  //#endregion
9339
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signMessage.d.ts
9711
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signMessage.d.ts
9340
9712
  type SignMessageParameters<account$1 extends Account$1 | undefined = Account$1 | undefined> = GetAccountParameter<account$1> & {
9341
9713
  message: SignableMessage;
9342
9714
  };
9343
9715
  type SignMessageReturnType = Hex$1;
9344
9716
  //#endregion
9345
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signTransaction.d.ts
9717
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signTransaction.d.ts
9346
9718
  type SignTransactionRequest<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, _derivedChain extends Chain$1 | undefined = DeriveChain<chain$1, chainOverride>> = UnionOmit<FormattedTransactionRequest<_derivedChain>, 'from'>;
9347
9719
  type SignTransactionParameters<chain$1 extends Chain$1 | undefined, account$1 extends Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, request$1 extends SignTransactionRequest<chain$1, chainOverride> = SignTransactionRequest<chain$1, chainOverride>> = request$1 & GetAccountParameter<account$1> & GetChainParameter<chain$1, chainOverride> & GetTransactionRequestKzgParameter<request$1>;
9348
9720
  type SignTransactionReturnType<request$1 extends SignTransactionRequest = SignTransactionRequest> = TransactionSerialized<GetTransactionType<request$1>>;
9349
9721
  //#endregion
9350
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signTypedData.d.ts
9722
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/signTypedData.d.ts
9351
9723
  type SignTypedDataParameters<typedData extends TypedData | Record<string, unknown> = TypedData, primaryType$1 extends keyof typedData | 'EIP712Domain' = keyof typedData, account$1 extends Account$1 | undefined = undefined, primaryTypes = (typedData extends TypedData ? keyof typedData : string)> = TypedDataDefinition<typedData, primaryType$1, primaryTypes> & GetAccountParameter<account$1>;
9352
9724
  type SignTypedDataReturnType = Hex$1;
9353
9725
  //#endregion
9354
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/switchChain.d.ts
9726
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/switchChain.d.ts
9355
9727
  type SwitchChainParameters = {
9356
9728
  /** ID of Chain to switch to */
9357
9729
  id: Chain$1['id'];
9358
9730
  };
9359
9731
  //#endregion
9360
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/watchAsset.d.ts
9732
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/watchAsset.d.ts
9361
9733
  type WatchAssetParameters = WatchAssetParams;
9362
9734
  type WatchAssetReturnType = boolean;
9363
9735
  //#endregion
9364
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/writeContractSync.d.ts
9736
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/writeContractSync.d.ts
9365
9737
  type WriteContractSyncParameters<abi$1 extends Abi | readonly unknown[] = Abi, functionName$1 extends ContractFunctionName<abi$1, 'nonpayable' | 'payable'> = ContractFunctionName<abi$1, 'nonpayable' | 'payable'>, args$1 extends ContractFunctionArgs<abi$1, 'nonpayable' | 'payable', functionName$1> = ContractFunctionArgs<abi$1, 'nonpayable' | 'payable', functionName$1>, chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined> = WriteContractParameters<abi$1, functionName$1, args$1, chain$1, account$1, chainOverride> & Pick<SendTransactionSyncParameters<chain$1>, 'pollingInterval' | 'throwOnReceiptRevert' | 'timeout'>;
9366
9738
  type WriteContractSyncReturnType<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = SendTransactionSyncReturnType<chain$1>;
9367
9739
  //#endregion
9368
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/decorators/wallet.d.ts
9740
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/decorators/wallet.d.ts
9369
9741
  type WalletActions<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined> = {
9370
9742
  /**
9371
9743
  * Adds an EVM chain to the wallet.
@@ -10268,7 +10640,7 @@ type WalletActions<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, ac
10268
10640
  writeContractSync: <const abi$1 extends Abi | readonly unknown[], functionName$1 extends ContractFunctionName<abi$1, 'payable' | 'nonpayable'>, args$1 extends ContractFunctionArgs<abi$1, 'payable' | 'nonpayable', functionName$1>, chainOverride extends Chain$1 | undefined = undefined>(args: WriteContractSyncParameters<abi$1, functionName$1, args$1, chain$1, account$1, chainOverride>) => Promise<WriteContractSyncReturnType>;
10269
10641
  };
10270
10642
  //#endregion
10271
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendRawTransactionSync.d.ts
10643
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendRawTransactionSync.d.ts
10272
10644
  type SendRawTransactionSyncParameters = {
10273
10645
  /** The signed serialized transaction. */
10274
10646
  serializedTransaction: TransactionSerializedGeneric;
@@ -10279,11 +10651,13 @@ type SendRawTransactionSyncParameters = {
10279
10651
  };
10280
10652
  type SendRawTransactionSyncReturnType<chain$1 extends Chain$1 | undefined = undefined> = FormattedTransactionReceipt<chain$1>;
10281
10653
  //#endregion
10282
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendTransactionSync.d.ts
10654
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendTransactionSync.d.ts
10283
10655
  type SendTransactionSyncRequest<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, _derivedChain extends Chain$1 | undefined = DeriveChain<chain$1, chainOverride>> = UnionOmit<FormattedTransactionRequest<_derivedChain>, 'from'> & GetTransactionRequestKzgParameter;
10284
10656
  type SendTransactionSyncParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, request$1 extends SendTransactionSyncRequest<chain$1, chainOverride> = SendTransactionSyncRequest<chain$1, chainOverride>> = request$1 & GetAccountParameter<account$1, Account$1 | Address$2, true, true> & GetChainParameter<chain$1, chainOverride> & GetTransactionRequestKzgParameter<request$1> & {
10285
10657
  /** Whether to assert that the client chain is on the correct chain. @default true */
10286
10658
  assertChainId?: boolean | undefined;
10659
+ /** Data to append to the end of the calldata. Takes precedence over `client.dataSuffix`. */
10660
+ dataSuffix?: Hex$1 | undefined;
10287
10661
  /** Polling interval (ms) to poll for the transaction receipt. @default client.pollingInterval */
10288
10662
  pollingInterval?: number | undefined;
10289
10663
  /** Whether to throw an error if the transaction was detected as reverted. @default true */
@@ -10293,7 +10667,7 @@ type SendTransactionSyncParameters<chain$1 extends Chain$1 | undefined = Chain$1
10293
10667
  };
10294
10668
  type SendTransactionSyncReturnType<chain$1 extends Chain$1 | undefined = Chain$1 | undefined> = SendRawTransactionSyncReturnType<chain$1>;
10295
10669
  //#endregion
10296
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/writeContract.d.ts
10670
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/writeContract.d.ts
10297
10671
  type WriteContractParameters<abi$1 extends Abi | readonly unknown[] = Abi, functionName$1 extends ContractFunctionName<abi$1, 'nonpayable' | 'payable'> = ContractFunctionName<abi$1, 'nonpayable' | 'payable'>, args$1 extends ContractFunctionArgs<abi$1, 'nonpayable' | 'payable', functionName$1> = ContractFunctionArgs<abi$1, 'nonpayable' | 'payable', functionName$1>, chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, allFunctionNames$1 = ContractFunctionName<abi$1, 'nonpayable' | 'payable'>, derivedChain extends Chain$1 | undefined = DeriveChain<chain$1, chainOverride>> = ContractFunctionParameters<abi$1, 'nonpayable' | 'payable', functionName$1, args$1, false, allFunctionNames$1> & GetChainParameter<chain$1, chainOverride> & Prettify<GetAccountParameter<account$1, Account$1 | Address$2, true, true> & GetMutabilityAwareValue<abi$1, 'nonpayable' | 'payable', functionName$1, FormattedTransactionRequest<derivedChain>['value'], args$1> & {
10298
10672
  /** Data to append to the end of the calldata. Useful for adding a ["domain" tag](https://opensea.notion.site/opensea/Seaport-Order-Attributions-ec2d69bf455041a5baa490941aad307f). */
10299
10673
  dataSuffix?: Hex$1 | undefined;
@@ -10301,7 +10675,7 @@ type WriteContractParameters<abi$1 extends Abi | readonly unknown[] = Abi, funct
10301
10675
  type WriteContractReturnType = SendTransactionReturnType;
10302
10676
  type WriteContractErrorType = EncodeFunctionDataErrorType | AccountNotFoundErrorType | ParseAccountErrorType | GetContractErrorReturnType<SendTransactionErrorType> | ErrorType$2;
10303
10677
  //#endregion
10304
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/simulateContract.d.ts
10678
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/simulateContract.d.ts
10305
10679
  type GetMutabilityAwareValue<abi$1 extends Abi | readonly unknown[], mutability extends AbiStateMutability = AbiStateMutability, functionName$1 extends ContractFunctionName<abi$1, mutability> = ContractFunctionName<abi$1, mutability>, valueType = TransactionRequest['value'], args$1 extends ContractFunctionArgs<abi$1, mutability, functionName$1> = ContractFunctionArgs<abi$1, mutability, functionName$1>, abiFunction$1 extends AbiFunction = (abi$1 extends Abi ? ExtractAbiFunctionForArgs<abi$1, mutability, functionName$1, args$1> : AbiFunction), _Narrowable extends boolean = IsNarrowable<abi$1, Abi>> = _Narrowable extends true ? abiFunction$1['stateMutability'] extends 'payable' ? {
10306
10680
  value?: NoInfer<valueType> | undefined;
10307
10681
  } : abiFunction$1['payable'] extends true ? {
@@ -10329,7 +10703,23 @@ out chain$1 extends Chain$1 | undefined = Chain$1 | undefined, out account$1 ext
10329
10703
  })>;
10330
10704
  };
10331
10705
  //#endregion
10332
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/transaction/getTransactionType.d.ts
10706
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/dataSuffix.d.ts
10707
+ /**
10708
+ * Data suffix configuration for transaction attribution.
10709
+ *
10710
+ * Can be specified in two forms:
10711
+ * - Simple hex string: `"0x1234"` - Appended to transaction data, not required
10712
+ * - Object form: `{ value: "0x1234", required: true }` - Explicit required flag
10713
+ *
10714
+ * When `required` is `true`, transactions will fail if the suffix cannot be appended.
10715
+ * When `required` is `false` (default), the suffix is best-effort.
10716
+ */
10717
+ type DataSuffix = Hex$1 | {
10718
+ value: Hex$1;
10719
+ required?: boolean | undefined;
10720
+ };
10721
+ //#endregion
10722
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/transaction/getTransactionType.d.ts
10333
10723
  type GetTransactionType<transaction$1 extends OneOf$1<TransactionSerializableGeneric | TransactionRequestGeneric> = TransactionSerializableGeneric, result = (transaction$1 extends LegacyProperties ? 'legacy' : never) | (transaction$1 extends EIP1559Properties ? 'eip1559' : never) | (transaction$1 extends EIP2930Properties ? 'eip2930' : never) | (transaction$1 extends EIP4844Properties ? 'eip4844' : never) | (transaction$1 extends EIP7702Properties ? 'eip7702' : never) | (transaction$1['type'] extends TransactionSerializableGeneric['type'] ? Extract<transaction$1['type'], string> : never)> = IsNever<keyof transaction$1> extends true ? string : IsNever<result> extends false ? result : string;
10334
10724
  type BaseProperties = {
10335
10725
  accessList?: undefined;
@@ -10364,19 +10754,21 @@ type EIP7702Properties = Assign<ExactPartial$1<EIP1559Properties>, {
10364
10754
  authorizationList: TransactionSerializableEIP7702['authorizationList'];
10365
10755
  }>;
10366
10756
  //#endregion
10367
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/signTransaction.d.ts
10757
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/utils/signTransaction.d.ts
10368
10758
  type SignTransactionErrorType = Keccak256ErrorType | SignErrorType | ErrorType$2;
10369
10759
  //#endregion
10370
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendTransaction.d.ts
10760
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/wallet/sendTransaction.d.ts
10371
10761
  type SendTransactionRequest<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, _derivedChain extends Chain$1 | undefined = DeriveChain<chain$1, chainOverride>> = UnionOmit<FormattedTransactionRequest<_derivedChain>, 'from'> & GetTransactionRequestKzgParameter;
10372
10762
  type SendTransactionParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, account$1 extends Account$1 | undefined = Account$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, request$1 extends SendTransactionRequest<chain$1, chainOverride> = SendTransactionRequest<chain$1, chainOverride>> = request$1 & GetAccountParameter<account$1, Account$1 | Address$2, true, true> & GetChainParameter<chain$1, chainOverride> & GetTransactionRequestKzgParameter<request$1> & {
10373
10763
  /** Whether to assert that the client chain is on the correct chain. @default true */
10374
10764
  assertChainId?: boolean | undefined;
10765
+ /** Data to append to the end of the calldata. Takes precedence over `client.dataSuffix`. */
10766
+ dataSuffix?: Hex$1 | undefined;
10375
10767
  };
10376
10768
  type SendTransactionReturnType = Hash$1;
10377
10769
  type SendTransactionErrorType = ParseAccountErrorType | GetTransactionErrorReturnType<AccountNotFoundErrorType | AccountTypeNotSupportedErrorType | AssertCurrentChainErrorType | AssertRequestErrorType | GetChainIdErrorType | PrepareTransactionRequestErrorType | SendRawTransactionErrorType | RecoverAuthorizationAddressErrorType | SignTransactionErrorType | RequestErrorType> | ErrorType$2;
10378
10770
  //#endregion
10379
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/transaction.d.ts
10771
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/errors/transaction.d.ts
10380
10772
  type FeeConflictErrorType = FeeConflictError & {
10381
10773
  name: 'FeeConflictError';
10382
10774
  };
@@ -10407,11 +10799,11 @@ declare class TransactionExecutionError$1 extends BaseError$2 {
10407
10799
  });
10408
10800
  }
10409
10801
  //#endregion
10410
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/transaction/serializeTransaction.d.ts
10802
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/utils/transaction/serializeTransaction.d.ts
10411
10803
  type SerializedTransactionReturnType<transaction$1 extends TransactionSerializable = TransactionSerializable, _transactionType extends TransactionType$2 = GetTransactionType<transaction$1>> = TransactionSerialized<_transactionType>;
10412
10804
  type SerializeTransactionFn<transaction$1 extends TransactionSerializableGeneric = TransactionSerializable, _transactionType extends TransactionType$2 = never> = (transaction: OneOf$1<TransactionSerializable | transaction$1>, signature?: Signature$1 | undefined) => MaybePromise<SerializedTransactionReturnType<OneOf$1<TransactionSerializable | transaction$1>, _transactionType>>;
10413
10805
  //#endregion
10414
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/types.d.ts
10806
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/accounts/types.d.ts
10415
10807
  type Account$1<address$1 extends Address$2 = Address$2> = OneOf$1<JsonRpcAccount<address$1> | LocalAccount<string, address$1> | SmartAccount>;
10416
10808
  type CustomSource = {
10417
10809
  address: Address$2;
@@ -10445,7 +10837,7 @@ type PrivateKeyAccount = Prettify<LocalAccount<'privateKey'> & {
10445
10837
  signAuthorization: NonNullable<CustomSource['signAuthorization']>;
10446
10838
  }>;
10447
10839
  //#endregion
10448
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/createClient.d.ts
10840
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/clients/createClient.d.ts
10449
10841
  type ClientConfig$1<transport extends Transport$2 = Transport$2, chain$1 extends Chain$1 | undefined = Chain$1 | undefined, accountOrAddress extends Account$1 | Address$2 | undefined = Account$1 | Address$2 | undefined, rpcSchema extends RpcSchema | undefined = undefined> = {
10450
10842
  /** The Account to use for the Client. This will be used for Actions that require an account as an argument. */
10451
10843
  account?: accountOrAddress | Account$1 | Address$2 | undefined;
@@ -10481,6 +10873,8 @@ type ClientConfig$1<transport extends Transport$2 = Transport$2, chain$1 extends
10481
10873
  } | false | undefined;
10482
10874
  /** Chain for the client. */
10483
10875
  chain?: Chain$1 | undefined | chain$1;
10876
+ /** Data suffix to append to transaction data. */
10877
+ dataSuffix?: DataSuffix | undefined;
10484
10878
  /** A key for the client. */
10485
10879
  key?: string | undefined;
10486
10880
  /** A name for the client. */
@@ -10514,6 +10908,8 @@ type Client_Base<transport extends Transport$2 = Transport$2, chain$1 extends Ch
10514
10908
  ccipRead?: ClientConfig$1['ccipRead'] | undefined;
10515
10909
  /** Chain for the client. */
10516
10910
  chain: chain$1;
10911
+ /** Data suffix to append to transaction data. */
10912
+ dataSuffix?: DataSuffix | undefined;
10517
10913
  /** Default block tag to use for RPC requests. */
10518
10914
  experimental_blockTag?: BlockTag | undefined;
10519
10915
  /** A key for the client. */
@@ -10543,7 +10939,7 @@ type MulticallBatchOptions = {
10543
10939
  wait?: number | undefined;
10544
10940
  };
10545
10941
  //#endregion
10546
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateFeesPerGas.d.ts
10942
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/actions/public/estimateFeesPerGas.d.ts
10547
10943
  type EstimateFeesPerGasParameters<chain$1 extends Chain$1 | undefined = Chain$1 | undefined, chainOverride extends Chain$1 | undefined = Chain$1 | undefined, type$1 extends FeeValuesType = FeeValuesType> = {
10548
10944
  /**
10549
10945
  * The type of fee values to return.
@@ -10558,7 +10954,7 @@ type EstimateFeesPerGasParameters<chain$1 extends Chain$1 | undefined = Chain$1
10558
10954
  type EstimateFeesPerGasReturnType<type$1 extends FeeValuesType = FeeValuesType> = (type$1 extends 'legacy' ? FeeValuesLegacy : never) | (type$1 extends 'eip1559' ? FeeValuesEIP1559 : never);
10559
10955
  type EstimateFeesPerGasErrorType = BaseFeeScalarErrorType | EstimateMaxPriorityFeePerGasErrorType | GetGasPriceErrorType | Eip1559FeesNotSupportedErrorType | ErrorType$2;
10560
10956
  //#endregion
10561
- //#region ../node_modules/.pnpm/viem@2.44.4_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/chain.d.ts
10957
+ //#region ../node_modules/.pnpm/viem@2.45.0_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.5/node_modules/viem/_types/types/chain.d.ts
10562
10958
  type Chain$1<formatters$1 extends ChainFormatters | undefined = ChainFormatters | undefined, extendSchema extends Record<string, unknown> | undefined = Record<string, unknown> | undefined> = {
10563
10959
  /** Collection of block explorers */
10564
10960
  blockExplorers?: {
@@ -10746,7 +11142,7 @@ interface StoreApi<T$1> {
10746
11142
  subscribe: (listener: (state: T$1, prevState: T$1) => void) => () => void;
10747
11143
  }
10748
11144
  //#endregion
10749
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/createEmitter.d.ts
11145
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/createEmitter.d.ts
10750
11146
  type EventMap = Record<string, object | never>;
10751
11147
  type EventKey<eventMap extends EventMap> = string & keyof eventMap;
10752
11148
  type EventFn<parameters extends unknown[] = any[]> = (...parameters: parameters) => void;
@@ -10773,7 +11169,7 @@ declare class Emitter<eventMap extends EventMap> {
10773
11169
  listenerCount<key$1 extends EventKey<eventMap>>(eventName: key$1): number;
10774
11170
  }
10775
11171
  //#endregion
10776
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/types/utils.d.ts
11172
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/types/utils.d.ts
10777
11173
  /** Combines members of an intersection into a readable type. */
10778
11174
  type Compute<type$1> = { [key in keyof type$1]: type$1[key] } & unknown;
10779
11175
  /**
@@ -10789,7 +11185,7 @@ type OneOf<union extends object, keys extends KeyofUnion<union> = KeyofUnion<uni
10789
11185
  type KeyofUnion<type$1> = type$1 extends type$1 ? keyof type$1 : never;
10790
11186
  /** Makes {@link key} optional in {@link type} while preserving type inference. */
10791
11187
  //#endregion
10792
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/createStorage.d.ts
11188
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/createStorage.d.ts
10793
11189
  type StorageItemMap = {
10794
11190
  recentConnectorId: string;
10795
11191
  state: PartializedState;
@@ -10801,7 +11197,7 @@ type Storage<itemMap extends Record<string, unknown> = Record<string, unknown>,
10801
11197
  removeItem(key: keyof storageItemMap): void | Promise<void>;
10802
11198
  };
10803
11199
  //#endregion
10804
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/connectors/createConnector.d.ts
11200
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/connectors/createConnector.d.ts
10805
11201
  type ConnectorEventMap = {
10806
11202
  change: {
10807
11203
  accounts?: readonly Address[] | undefined;
@@ -10866,7 +11262,7 @@ type CreateConnectorFn$1<provider = unknown, properties extends Record<string, u
10866
11262
  onMessage?(message: ProviderMessage): void;
10867
11263
  } & properties>;
10868
11264
  //#endregion
10869
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/createConfig.d.ts
11265
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/createConfig.d.ts
10870
11266
  type State$1<chains extends readonly [Chain, ...Chain[]] = readonly [Chain, ...Chain[]]> = {
10871
11267
  chainId: chains[number]['id'];
10872
11268
  connections: Map<string, Connection>;
@@ -10887,7 +11283,7 @@ type Transport$1<type$1 extends string = string, rpcAttributes = Record<string,
10887
11283
  connectors?: StoreApi<Connector[]> | undefined;
10888
11284
  }) => ReturnType<Transport<type$1, rpcAttributes, eip1193RequestFn>>;
10889
11285
  //#endregion
10890
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/errors/base.d.ts
11286
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/errors/base.d.ts
10891
11287
  type ErrorType$1<name$1 extends string = 'Error'> = Error & {
10892
11288
  name: name$1;
10893
11289
  };
@@ -10916,7 +11312,7 @@ declare class BaseError$1 extends Error {
10916
11312
  walk(fn?: (err: unknown) => boolean): unknown;
10917
11313
  }
10918
11314
  //#endregion
10919
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/errors/config.d.ts
11315
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/errors/config.d.ts
10920
11316
  type ConnectorNotConnectedErrorType = ConnectorNotConnectedError & {
10921
11317
  name: 'ConnectorNotConnectedError';
10922
11318
  };
@@ -10954,10 +11350,10 @@ declare class ConnectorUnavailableReconnectingError$1 extends BaseError$1 {
10954
11350
  });
10955
11351
  }
10956
11352
  //#endregion
10957
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/actions/getConnectorClient.d.ts
11353
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/actions/getConnectorClient.d.ts
10958
11354
  type GetConnectorClientErrorType = ConnectorAccountNotFoundErrorType | ConnectorChainMismatchErrorType | ConnectorNotConnectedErrorType | ConnectorUnavailableReconnectingErrorType | BaseErrorType | ErrorType$1;
10959
11355
  //#endregion
10960
- //#region ../node_modules/.pnpm/@wagmi+core@2.22.0_@tanstack+query-core@5.90.16_@types+react@19.2.7_react@19.2.3_typesc_2a5fd7b814b3a8755edf3ade7d0b4322/node_modules/@wagmi/core/dist/types/actions/writeContract.d.ts
11356
+ //#region ../node_modules/.pnpm/@wagmi+core@2.22.1_@tanstack+query-core@5.100.14_@types+react@19.2.7_react@19.2.3_types_ad5194cbee30c7927b6b079298e8d7f3/node_modules/@wagmi/core/dist/types/actions/writeContract.d.ts
10961
11357
  type WriteContractErrorType$1 = GetConnectorClientErrorType | BaseErrorType$1 | ErrorType$1 | WriteContractErrorType;
10962
11358
  //#endregion
10963
11359
  //#region ../node_modules/.pnpm/zustand@5.0.3_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.4.0_react@19.2.3_/node_modules/zustand/esm/middleware/redux.d.mts
@@ -12251,5 +12647,5 @@ declare function getWagmiChainsAndTransports({
12251
12647
  transports: Record<number, Transport>;
12252
12648
  };
12253
12649
  //#endregion
12254
- export { EnsureAllRequiredKeys as $, serializeBigInts as A, Optional as B, useAnalytics as C, marketplaceApiURL as Ct, getWaasConnectors as D, fetchMarketplaceConfig as Dt, getEcosystemConnector as E, getQueryClient as Et, CollectableId as F, SellInput as G, QueryKeyArgs as H, CollectionType as I, TransactionType$4 as J, Transaction$2 as K, HookParamsFromApiRequest as L, ApiArgs as M, BuyInput as N, WriteContractErrorType$1 as O, marketplaceConfigOptions as Ot, CancelInput as P, BaseQueryParams as Q, ListingInput as R, EventTypes as S, indexerURL as St, getConnectors as T, SequenceMarketplace as Tt, SdkInfiniteQueryParams as U, QueryArg as V, SdkQueryParams as W, WithRequired as X, ValuesOptional as Y, BaseInfiniteQueryParams as Z, Price as _, getSequenceApiClient as _t, CheckoutMode as a, buildInfiniteQueryOptions as at, DatabeatAnalytics as b, getSequenceNodeGatewayUrl as bt, SdkConfig as c, StandardInfiniteQueryOptions as ct, CollectionFilterSettings as d, getProviderEl as dt, InfiniteQueryBuilderConfig as et, EcosystemWalletSettings as f, DEFAULT_NETWORK as ft, MetadataFilterRule as g, getMetadataClient as gt, MarketplaceWalletWaasSettings as h, getMarketplaceClient as ht, ApiConfig as i, WithOptionalParams as it, AllRequired as j, clamp as k, BuilderAPI as kt, CardType as l, StandardQueryOptions as lt, MarketplaceWalletOptions as m, getIndexerClient as mt, getWagmiChainsAndTransports as n, RequiredKeys as nt, Env as o, buildQueryOptions as ot, MarketplaceConfig as p, getBuilderClient as pt, TransactionSteps as q, TransactionType$1 as r, WithOptionalInfiniteParams as rt, MarketplaceSdkContext as s, requiredParamsFor as st, createWagmiConfig as t, QueryBuilderConfig as tt, CollectibleCardAction as u, PROVIDER_ID as ut, isMarketCollection as v, getSequenceApiUrl as vt, BuyModalProps as w, sequenceApiUrl as wt, Event$2 as x, getTrailsApiUrl as xt, isShopCollection as y, getSequenceIndexerUrl as yt, OfferInput as z };
12650
+ export { EnsureAllRequiredKeys as $, type serializeBigInts as A, Optional as B, type useAnalytics as C, marketplaceApiURL as Ct, type getWaasConnectors as D, fetchMarketplaceConfig as Dt, getEcosystemConnector as E, getQueryClient as Et, type CollectableId as F, SellInput as G, type QueryKeyArgs as H, type CollectionType as I, TransactionType$4 as J, Transaction$2 as K, HookParamsFromApiRequest as L, type ApiArgs as M, BuyInput as N, WriteContractErrorType$1 as O, marketplaceConfigOptions as Ot, CancelInput as P, BaseQueryParams as Q, type ListingInput as R, type EventTypes as S, indexerURL as St, getConnectors as T, SequenceMarketplace as Tt, SdkInfiniteQueryParams as U, type QueryArg as V, SdkQueryParams as W, WithRequired as X, ValuesOptional as Y, BaseInfiniteQueryParams as Z, Price as _, getSequenceApiClient as _t, CheckoutMode as a, buildInfiniteQueryOptions as at, DatabeatAnalytics as b, getSequenceNodeGatewayUrl as bt, type SdkConfig as c, StandardInfiniteQueryOptions as ct, type CollectionFilterSettings as d, getProviderEl as dt, InfiniteQueryBuilderConfig as et, type EcosystemWalletSettings as f, DEFAULT_NETWORK as ft, type MetadataFilterRule as g, getMetadataClient as gt, type MarketplaceWalletWaasSettings as h, getMarketplaceClient as ht, ApiConfig as i, WithOptionalParams as it, type AllRequired as j, type clamp as k, BuilderAPI as kt, type CardType as l, StandardQueryOptions as lt, MarketplaceWalletOptions as m, getIndexerClient as mt, type getWagmiChainsAndTransports as n, RequiredKeys as nt, Env as o, buildQueryOptions as ot, MarketplaceConfig as p, getBuilderClient as pt, TransactionSteps as q, TransactionType$1 as r, WithOptionalInfiniteParams as rt, MarketplaceSdkContext as s, requiredParamsFor as st, createWagmiConfig as t, QueryBuilderConfig as tt, CollectibleCardAction as u, PROVIDER_ID as ut, isMarketCollection as v, getSequenceApiUrl as vt, BuyModalProps as w, sequenceApiUrl as wt, Event$2 as x, getTrailsApiUrl as xt, isShopCollection as y, getSequenceIndexerUrl as yt, OfferInput as z };
12255
12651
  //# sourceMappingURL=create-config.d.ts.map