@argent/x-shared 1.62.9 → 1.62.10

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.
@@ -1,6 +1,5 @@
1
1
  import { z } from 'zod';
2
2
  import { UnionEvaluate } from '../../../utils/type.utils';
3
- import { SubsidyStatus } from '../transactionReview/schema';
4
3
  export declare const estimatedFeeSchema: z.ZodObject<{
5
4
  feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6
5
  amount: z.ZodBigInt;
@@ -757,7 +756,7 @@ export type EstimatedFeesV2 = z.infer<typeof estimatedFeesV2Schema>;
757
756
  export type EstimatedFeesV2Enriched = UnionEvaluate<EstimatedFeesV2 & {
758
757
  id: string;
759
758
  timestamp: number;
760
- subsidyStatus?: SubsidyStatus;
759
+ isSubsidised?: boolean;
761
760
  }>;
762
761
  export type NativeEstimatedFee = z.infer<typeof nativeEstimatedFeeSchema>;
763
762
  export type PaymasterEstimatedFee = z.infer<typeof paymasterEstimatedFeeSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argent/x-shared",
3
- "version": "1.62.9",
3
+ "version": "1.62.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/argentlabs/x-shared.git"