@circle-fin/app-kit 1.15.0 → 1.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.cts CHANGED
@@ -23210,9 +23210,9 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23210
23210
  type: z.ZodLiteral<"evm">;
23211
23211
  chainId: z.ZodNumber;
23212
23212
  }, "strict", z.ZodTypeAny, {
23213
+ name: string;
23213
23214
  type: "evm";
23214
23215
  chain: Blockchain;
23215
- name: string;
23216
23216
  nativeCurrency: {
23217
23217
  symbol: string;
23218
23218
  name: string;
@@ -23225,13 +23225,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23225
23225
  usdcAddress: string | null;
23226
23226
  usdtAddress: string | null;
23227
23227
  chainId: number;
23228
- title?: string | undefined;
23229
23228
  cctp?: any;
23230
23229
  cctpx?: any;
23231
- kitContracts?: {
23232
- bridge?: string | undefined;
23233
- adapter?: string | undefined;
23234
- } | undefined;
23235
23230
  gateway?: {
23236
23231
  domain: number;
23237
23232
  contracts: {
@@ -23247,10 +23242,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23247
23242
  destination: boolean;
23248
23243
  };
23249
23244
  } | undefined;
23245
+ title?: string | undefined;
23246
+ kitContracts?: {
23247
+ bridge?: string | undefined;
23248
+ adapter?: string | undefined;
23249
+ } | undefined;
23250
23250
  }, {
23251
+ name: string;
23251
23252
  type: "evm";
23252
23253
  chain: Blockchain;
23253
- name: string;
23254
23254
  nativeCurrency: {
23255
23255
  symbol: string;
23256
23256
  name: string;
@@ -23263,13 +23263,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23263
23263
  usdcAddress: string | null;
23264
23264
  usdtAddress: string | null;
23265
23265
  chainId: number;
23266
- title?: string | undefined;
23267
23266
  cctp?: any;
23268
23267
  cctpx?: any;
23269
- kitContracts?: {
23270
- bridge?: string | undefined;
23271
- adapter?: string | undefined;
23272
- } | undefined;
23273
23268
  gateway?: {
23274
23269
  domain: number;
23275
23270
  contracts: {
@@ -23285,6 +23280,11 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23285
23280
  destination: boolean;
23286
23281
  };
23287
23282
  } | undefined;
23283
+ title?: string | undefined;
23284
+ kitContracts?: {
23285
+ bridge?: string | undefined;
23286
+ adapter?: string | undefined;
23287
+ } | undefined;
23288
23288
  }>, z.ZodObject<{
23289
23289
  chain: z.ZodNativeEnum<typeof Blockchain>;
23290
23290
  name: z.ZodString;
@@ -23396,9 +23396,9 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23396
23396
  } & {
23397
23397
  type: z.ZodEnum<["algorand", "avalanche", "solana", "aptos", "near", "stellar", "sui", "hedera", "noble", "polkadot"]>;
23398
23398
  }, "strict", z.ZodTypeAny, {
23399
+ name: string;
23399
23400
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23400
23401
  chain: Blockchain;
23401
- name: string;
23402
23402
  nativeCurrency: {
23403
23403
  symbol: string;
23404
23404
  name: string;
@@ -23410,13 +23410,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23410
23410
  eurcAddress: string | null;
23411
23411
  usdcAddress: string | null;
23412
23412
  usdtAddress: string | null;
23413
- title?: string | undefined;
23414
23413
  cctp?: any;
23415
23414
  cctpx?: any;
23416
- kitContracts?: {
23417
- bridge?: string | undefined;
23418
- adapter?: string | undefined;
23419
- } | undefined;
23420
23415
  gateway?: {
23421
23416
  domain: number;
23422
23417
  contracts: {
@@ -23432,10 +23427,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23432
23427
  destination: boolean;
23433
23428
  };
23434
23429
  } | undefined;
23430
+ title?: string | undefined;
23431
+ kitContracts?: {
23432
+ bridge?: string | undefined;
23433
+ adapter?: string | undefined;
23434
+ } | undefined;
23435
23435
  }, {
23436
+ name: string;
23436
23437
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23437
23438
  chain: Blockchain;
23438
- name: string;
23439
23439
  nativeCurrency: {
23440
23440
  symbol: string;
23441
23441
  name: string;
@@ -23447,13 +23447,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23447
23447
  eurcAddress: string | null;
23448
23448
  usdcAddress: string | null;
23449
23449
  usdtAddress: string | null;
23450
- title?: string | undefined;
23451
23450
  cctp?: any;
23452
23451
  cctpx?: any;
23453
- kitContracts?: {
23454
- bridge?: string | undefined;
23455
- adapter?: string | undefined;
23456
- } | undefined;
23457
23452
  gateway?: {
23458
23453
  domain: number;
23459
23454
  contracts: {
@@ -23469,10 +23464,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23469
23464
  destination: boolean;
23470
23465
  };
23471
23466
  } | undefined;
23467
+ title?: string | undefined;
23468
+ kitContracts?: {
23469
+ bridge?: string | undefined;
23470
+ adapter?: string | undefined;
23471
+ } | undefined;
23472
23472
  }>]>, {
23473
+ name: string;
23473
23474
  type: "evm";
23474
23475
  chain: Blockchain;
23475
- name: string;
23476
23476
  nativeCurrency: {
23477
23477
  symbol: string;
23478
23478
  name: string;
@@ -23485,13 +23485,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23485
23485
  usdcAddress: string | null;
23486
23486
  usdtAddress: string | null;
23487
23487
  chainId: number;
23488
- title?: string | undefined;
23489
23488
  cctp?: any;
23490
23489
  cctpx?: any;
23491
- kitContracts?: {
23492
- bridge?: string | undefined;
23493
- adapter?: string | undefined;
23494
- } | undefined;
23495
23490
  gateway?: {
23496
23491
  domain: number;
23497
23492
  contracts: {
@@ -23507,10 +23502,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23507
23502
  destination: boolean;
23508
23503
  };
23509
23504
  } | undefined;
23505
+ title?: string | undefined;
23506
+ kitContracts?: {
23507
+ bridge?: string | undefined;
23508
+ adapter?: string | undefined;
23509
+ } | undefined;
23510
23510
  } | {
23511
+ name: string;
23511
23512
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23512
23513
  chain: Blockchain;
23513
- name: string;
23514
23514
  nativeCurrency: {
23515
23515
  symbol: string;
23516
23516
  name: string;
@@ -23522,13 +23522,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23522
23522
  eurcAddress: string | null;
23523
23523
  usdcAddress: string | null;
23524
23524
  usdtAddress: string | null;
23525
- title?: string | undefined;
23526
23525
  cctp?: any;
23527
23526
  cctpx?: any;
23528
- kitContracts?: {
23529
- bridge?: string | undefined;
23530
- adapter?: string | undefined;
23531
- } | undefined;
23532
23527
  gateway?: {
23533
23528
  domain: number;
23534
23529
  contracts: {
@@ -23544,10 +23539,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23544
23539
  destination: boolean;
23545
23540
  };
23546
23541
  } | undefined;
23542
+ title?: string | undefined;
23543
+ kitContracts?: {
23544
+ bridge?: string | undefined;
23545
+ adapter?: string | undefined;
23546
+ } | undefined;
23547
23547
  }, {
23548
+ name: string;
23548
23549
  type: "evm";
23549
23550
  chain: Blockchain;
23550
- name: string;
23551
23551
  nativeCurrency: {
23552
23552
  symbol: string;
23553
23553
  name: string;
@@ -23560,13 +23560,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23560
23560
  usdcAddress: string | null;
23561
23561
  usdtAddress: string | null;
23562
23562
  chainId: number;
23563
- title?: string | undefined;
23564
23563
  cctp?: any;
23565
23564
  cctpx?: any;
23566
- kitContracts?: {
23567
- bridge?: string | undefined;
23568
- adapter?: string | undefined;
23569
- } | undefined;
23570
23565
  gateway?: {
23571
23566
  domain: number;
23572
23567
  contracts: {
@@ -23582,10 +23577,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23582
23577
  destination: boolean;
23583
23578
  };
23584
23579
  } | undefined;
23580
+ title?: string | undefined;
23581
+ kitContracts?: {
23582
+ bridge?: string | undefined;
23583
+ adapter?: string | undefined;
23584
+ } | undefined;
23585
23585
  } | {
23586
+ name: string;
23586
23587
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23587
23588
  chain: Blockchain;
23588
- name: string;
23589
23589
  nativeCurrency: {
23590
23590
  symbol: string;
23591
23591
  name: string;
@@ -23597,13 +23597,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23597
23597
  eurcAddress: string | null;
23598
23598
  usdcAddress: string | null;
23599
23599
  usdtAddress: string | null;
23600
- title?: string | undefined;
23601
23600
  cctp?: any;
23602
23601
  cctpx?: any;
23603
- kitContracts?: {
23604
- bridge?: string | undefined;
23605
- adapter?: string | undefined;
23606
- } | undefined;
23607
23602
  gateway?: {
23608
23603
  domain: number;
23609
23604
  contracts: {
@@ -23619,13 +23614,18 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23619
23614
  destination: boolean;
23620
23615
  };
23621
23616
  } | undefined;
23617
+ title?: string | undefined;
23618
+ kitContracts?: {
23619
+ bridge?: string | undefined;
23620
+ adapter?: string | undefined;
23621
+ } | undefined;
23622
23622
  }>]>;
23623
23623
  vaultAddress: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, `0x${string}`, string>, `0x${string}`, string>;
23624
23624
  }, "strip", z.ZodTypeAny, {
23625
23625
  chain: string | {
23626
+ name: string;
23626
23627
  type: "evm";
23627
23628
  chain: Blockchain;
23628
- name: string;
23629
23629
  nativeCurrency: {
23630
23630
  symbol: string;
23631
23631
  name: string;
@@ -23638,13 +23638,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23638
23638
  usdcAddress: string | null;
23639
23639
  usdtAddress: string | null;
23640
23640
  chainId: number;
23641
- title?: string | undefined;
23642
23641
  cctp?: any;
23643
23642
  cctpx?: any;
23644
- kitContracts?: {
23645
- bridge?: string | undefined;
23646
- adapter?: string | undefined;
23647
- } | undefined;
23648
23643
  gateway?: {
23649
23644
  domain: number;
23650
23645
  contracts: {
@@ -23660,10 +23655,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23660
23655
  destination: boolean;
23661
23656
  };
23662
23657
  } | undefined;
23658
+ title?: string | undefined;
23659
+ kitContracts?: {
23660
+ bridge?: string | undefined;
23661
+ adapter?: string | undefined;
23662
+ } | undefined;
23663
23663
  } | {
23664
+ name: string;
23664
23665
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23665
23666
  chain: Blockchain;
23666
- name: string;
23667
23667
  nativeCurrency: {
23668
23668
  symbol: string;
23669
23669
  name: string;
@@ -23675,13 +23675,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23675
23675
  eurcAddress: string | null;
23676
23676
  usdcAddress: string | null;
23677
23677
  usdtAddress: string | null;
23678
- title?: string | undefined;
23679
23678
  cctp?: any;
23680
23679
  cctpx?: any;
23681
- kitContracts?: {
23682
- bridge?: string | undefined;
23683
- adapter?: string | undefined;
23684
- } | undefined;
23685
23680
  gateway?: {
23686
23681
  domain: number;
23687
23682
  contracts: {
@@ -23697,13 +23692,18 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23697
23692
  destination: boolean;
23698
23693
  };
23699
23694
  } | undefined;
23695
+ title?: string | undefined;
23696
+ kitContracts?: {
23697
+ bridge?: string | undefined;
23698
+ adapter?: string | undefined;
23699
+ } | undefined;
23700
23700
  };
23701
23701
  vaultAddress: `0x${string}`;
23702
23702
  }, {
23703
23703
  chain: string | {
23704
+ name: string;
23704
23705
  type: "evm";
23705
23706
  chain: Blockchain;
23706
- name: string;
23707
23707
  nativeCurrency: {
23708
23708
  symbol: string;
23709
23709
  name: string;
@@ -23716,13 +23716,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23716
23716
  usdcAddress: string | null;
23717
23717
  usdtAddress: string | null;
23718
23718
  chainId: number;
23719
- title?: string | undefined;
23720
23719
  cctp?: any;
23721
23720
  cctpx?: any;
23722
- kitContracts?: {
23723
- bridge?: string | undefined;
23724
- adapter?: string | undefined;
23725
- } | undefined;
23726
23721
  gateway?: {
23727
23722
  domain: number;
23728
23723
  contracts: {
@@ -23738,10 +23733,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23738
23733
  destination: boolean;
23739
23734
  };
23740
23735
  } | undefined;
23736
+ title?: string | undefined;
23737
+ kitContracts?: {
23738
+ bridge?: string | undefined;
23739
+ adapter?: string | undefined;
23740
+ } | undefined;
23741
23741
  } | {
23742
+ name: string;
23742
23743
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23743
23744
  chain: Blockchain;
23744
- name: string;
23745
23745
  nativeCurrency: {
23746
23746
  symbol: string;
23747
23747
  name: string;
@@ -23753,13 +23753,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23753
23753
  eurcAddress: string | null;
23754
23754
  usdcAddress: string | null;
23755
23755
  usdtAddress: string | null;
23756
- title?: string | undefined;
23757
23756
  cctp?: any;
23758
23757
  cctpx?: any;
23759
- kitContracts?: {
23760
- bridge?: string | undefined;
23761
- adapter?: string | undefined;
23762
- } | undefined;
23763
23758
  gateway?: {
23764
23759
  domain: number;
23765
23760
  contracts: {
@@ -23775,6 +23770,11 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23775
23770
  destination: boolean;
23776
23771
  };
23777
23772
  } | undefined;
23773
+ title?: string | undefined;
23774
+ kitContracts?: {
23775
+ bridge?: string | undefined;
23776
+ adapter?: string | undefined;
23777
+ } | undefined;
23778
23778
  };
23779
23779
  vaultAddress: string;
23780
23780
  }>, "many">;
@@ -23807,9 +23807,9 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23807
23807
  }, "strip", z.ZodTypeAny, {
23808
23808
  vaults: {
23809
23809
  chain: string | {
23810
+ name: string;
23810
23811
  type: "evm";
23811
23812
  chain: Blockchain;
23812
- name: string;
23813
23813
  nativeCurrency: {
23814
23814
  symbol: string;
23815
23815
  name: string;
@@ -23822,13 +23822,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23822
23822
  usdcAddress: string | null;
23823
23823
  usdtAddress: string | null;
23824
23824
  chainId: number;
23825
- title?: string | undefined;
23826
23825
  cctp?: any;
23827
23826
  cctpx?: any;
23828
- kitContracts?: {
23829
- bridge?: string | undefined;
23830
- adapter?: string | undefined;
23831
- } | undefined;
23832
23827
  gateway?: {
23833
23828
  domain: number;
23834
23829
  contracts: {
@@ -23844,10 +23839,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23844
23839
  destination: boolean;
23845
23840
  };
23846
23841
  } | undefined;
23842
+ title?: string | undefined;
23843
+ kitContracts?: {
23844
+ bridge?: string | undefined;
23845
+ adapter?: string | undefined;
23846
+ } | undefined;
23847
23847
  } | {
23848
+ name: string;
23848
23849
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23849
23850
  chain: Blockchain;
23850
- name: string;
23851
23851
  nativeCurrency: {
23852
23852
  symbol: string;
23853
23853
  name: string;
@@ -23859,13 +23859,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23859
23859
  eurcAddress: string | null;
23860
23860
  usdcAddress: string | null;
23861
23861
  usdtAddress: string | null;
23862
- title?: string | undefined;
23863
23862
  cctp?: any;
23864
23863
  cctpx?: any;
23865
- kitContracts?: {
23866
- bridge?: string | undefined;
23867
- adapter?: string | undefined;
23868
- } | undefined;
23869
23864
  gateway?: {
23870
23865
  domain: number;
23871
23866
  contracts: {
@@ -23881,6 +23876,11 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23881
23876
  destination: boolean;
23882
23877
  };
23883
23878
  } | undefined;
23879
+ title?: string | undefined;
23880
+ kitContracts?: {
23881
+ bridge?: string | undefined;
23882
+ adapter?: string | undefined;
23883
+ } | undefined;
23884
23884
  };
23885
23885
  vaultAddress: `0x${string}`;
23886
23886
  }[];
@@ -23893,9 +23893,9 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23893
23893
  }, {
23894
23894
  vaults: {
23895
23895
  chain: string | {
23896
+ name: string;
23896
23897
  type: "evm";
23897
23898
  chain: Blockchain;
23898
- name: string;
23899
23899
  nativeCurrency: {
23900
23900
  symbol: string;
23901
23901
  name: string;
@@ -23908,13 +23908,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23908
23908
  usdcAddress: string | null;
23909
23909
  usdtAddress: string | null;
23910
23910
  chainId: number;
23911
- title?: string | undefined;
23912
23911
  cctp?: any;
23913
23912
  cctpx?: any;
23914
- kitContracts?: {
23915
- bridge?: string | undefined;
23916
- adapter?: string | undefined;
23917
- } | undefined;
23918
23913
  gateway?: {
23919
23914
  domain: number;
23920
23915
  contracts: {
@@ -23930,10 +23925,15 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23930
23925
  destination: boolean;
23931
23926
  };
23932
23927
  } | undefined;
23928
+ title?: string | undefined;
23929
+ kitContracts?: {
23930
+ bridge?: string | undefined;
23931
+ adapter?: string | undefined;
23932
+ } | undefined;
23933
23933
  } | {
23934
+ name: string;
23934
23935
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
23935
23936
  chain: Blockchain;
23936
- name: string;
23937
23937
  nativeCurrency: {
23938
23938
  symbol: string;
23939
23939
  name: string;
@@ -23945,13 +23945,8 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23945
23945
  eurcAddress: string | null;
23946
23946
  usdcAddress: string | null;
23947
23947
  usdtAddress: string | null;
23948
- title?: string | undefined;
23949
23948
  cctp?: any;
23950
23949
  cctpx?: any;
23951
- kitContracts?: {
23952
- bridge?: string | undefined;
23953
- adapter?: string | undefined;
23954
- } | undefined;
23955
23950
  gateway?: {
23956
23951
  domain: number;
23957
23952
  contracts: {
@@ -23967,6 +23962,11 @@ declare const getVaultsParamsSchema: z.ZodObject<{
23967
23962
  destination: boolean;
23968
23963
  };
23969
23964
  } | undefined;
23965
+ title?: string | undefined;
23966
+ kitContracts?: {
23967
+ bridge?: string | undefined;
23968
+ adapter?: string | undefined;
23969
+ } | undefined;
23970
23970
  };
23971
23971
  vaultAddress: string;
23972
23972
  }[];
@@ -24104,9 +24104,9 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24104
24104
  type: z.ZodLiteral<"evm">;
24105
24105
  chainId: z.ZodNumber;
24106
24106
  }, "strict", z.ZodTypeAny, {
24107
+ name: string;
24107
24108
  type: "evm";
24108
24109
  chain: Blockchain;
24109
- name: string;
24110
24110
  nativeCurrency: {
24111
24111
  symbol: string;
24112
24112
  name: string;
@@ -24119,13 +24119,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24119
24119
  usdcAddress: string | null;
24120
24120
  usdtAddress: string | null;
24121
24121
  chainId: number;
24122
- title?: string | undefined;
24123
24122
  cctp?: any;
24124
24123
  cctpx?: any;
24125
- kitContracts?: {
24126
- bridge?: string | undefined;
24127
- adapter?: string | undefined;
24128
- } | undefined;
24129
24124
  gateway?: {
24130
24125
  domain: number;
24131
24126
  contracts: {
@@ -24141,10 +24136,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24141
24136
  destination: boolean;
24142
24137
  };
24143
24138
  } | undefined;
24139
+ title?: string | undefined;
24140
+ kitContracts?: {
24141
+ bridge?: string | undefined;
24142
+ adapter?: string | undefined;
24143
+ } | undefined;
24144
24144
  }, {
24145
+ name: string;
24145
24146
  type: "evm";
24146
24147
  chain: Blockchain;
24147
- name: string;
24148
24148
  nativeCurrency: {
24149
24149
  symbol: string;
24150
24150
  name: string;
@@ -24157,13 +24157,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24157
24157
  usdcAddress: string | null;
24158
24158
  usdtAddress: string | null;
24159
24159
  chainId: number;
24160
- title?: string | undefined;
24161
24160
  cctp?: any;
24162
24161
  cctpx?: any;
24163
- kitContracts?: {
24164
- bridge?: string | undefined;
24165
- adapter?: string | undefined;
24166
- } | undefined;
24167
24162
  gateway?: {
24168
24163
  domain: number;
24169
24164
  contracts: {
@@ -24179,6 +24174,11 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24179
24174
  destination: boolean;
24180
24175
  };
24181
24176
  } | undefined;
24177
+ title?: string | undefined;
24178
+ kitContracts?: {
24179
+ bridge?: string | undefined;
24180
+ adapter?: string | undefined;
24181
+ } | undefined;
24182
24182
  }>, z.ZodObject<{
24183
24183
  chain: z.ZodNativeEnum<typeof Blockchain>;
24184
24184
  name: z.ZodString;
@@ -24290,9 +24290,9 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24290
24290
  } & {
24291
24291
  type: z.ZodEnum<["algorand", "avalanche", "solana", "aptos", "near", "stellar", "sui", "hedera", "noble", "polkadot"]>;
24292
24292
  }, "strict", z.ZodTypeAny, {
24293
+ name: string;
24293
24294
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
24294
24295
  chain: Blockchain;
24295
- name: string;
24296
24296
  nativeCurrency: {
24297
24297
  symbol: string;
24298
24298
  name: string;
@@ -24304,13 +24304,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24304
24304
  eurcAddress: string | null;
24305
24305
  usdcAddress: string | null;
24306
24306
  usdtAddress: string | null;
24307
- title?: string | undefined;
24308
24307
  cctp?: any;
24309
24308
  cctpx?: any;
24310
- kitContracts?: {
24311
- bridge?: string | undefined;
24312
- adapter?: string | undefined;
24313
- } | undefined;
24314
24309
  gateway?: {
24315
24310
  domain: number;
24316
24311
  contracts: {
@@ -24326,10 +24321,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24326
24321
  destination: boolean;
24327
24322
  };
24328
24323
  } | undefined;
24324
+ title?: string | undefined;
24325
+ kitContracts?: {
24326
+ bridge?: string | undefined;
24327
+ adapter?: string | undefined;
24328
+ } | undefined;
24329
24329
  }, {
24330
+ name: string;
24330
24331
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
24331
24332
  chain: Blockchain;
24332
- name: string;
24333
24333
  nativeCurrency: {
24334
24334
  symbol: string;
24335
24335
  name: string;
@@ -24341,13 +24341,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24341
24341
  eurcAddress: string | null;
24342
24342
  usdcAddress: string | null;
24343
24343
  usdtAddress: string | null;
24344
- title?: string | undefined;
24345
24344
  cctp?: any;
24346
24345
  cctpx?: any;
24347
- kitContracts?: {
24348
- bridge?: string | undefined;
24349
- adapter?: string | undefined;
24350
- } | undefined;
24351
24346
  gateway?: {
24352
24347
  domain: number;
24353
24348
  contracts: {
@@ -24363,10 +24358,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24363
24358
  destination: boolean;
24364
24359
  };
24365
24360
  } | undefined;
24361
+ title?: string | undefined;
24362
+ kitContracts?: {
24363
+ bridge?: string | undefined;
24364
+ adapter?: string | undefined;
24365
+ } | undefined;
24366
24366
  }>]>, {
24367
+ name: string;
24367
24368
  type: "evm";
24368
24369
  chain: Blockchain;
24369
- name: string;
24370
24370
  nativeCurrency: {
24371
24371
  symbol: string;
24372
24372
  name: string;
@@ -24379,13 +24379,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24379
24379
  usdcAddress: string | null;
24380
24380
  usdtAddress: string | null;
24381
24381
  chainId: number;
24382
- title?: string | undefined;
24383
24382
  cctp?: any;
24384
24383
  cctpx?: any;
24385
- kitContracts?: {
24386
- bridge?: string | undefined;
24387
- adapter?: string | undefined;
24388
- } | undefined;
24389
24384
  gateway?: {
24390
24385
  domain: number;
24391
24386
  contracts: {
@@ -24401,10 +24396,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24401
24396
  destination: boolean;
24402
24397
  };
24403
24398
  } | undefined;
24399
+ title?: string | undefined;
24400
+ kitContracts?: {
24401
+ bridge?: string | undefined;
24402
+ adapter?: string | undefined;
24403
+ } | undefined;
24404
24404
  } | {
24405
+ name: string;
24405
24406
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
24406
24407
  chain: Blockchain;
24407
- name: string;
24408
24408
  nativeCurrency: {
24409
24409
  symbol: string;
24410
24410
  name: string;
@@ -24416,13 +24416,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24416
24416
  eurcAddress: string | null;
24417
24417
  usdcAddress: string | null;
24418
24418
  usdtAddress: string | null;
24419
- title?: string | undefined;
24420
24419
  cctp?: any;
24421
24420
  cctpx?: any;
24422
- kitContracts?: {
24423
- bridge?: string | undefined;
24424
- adapter?: string | undefined;
24425
- } | undefined;
24426
24421
  gateway?: {
24427
24422
  domain: number;
24428
24423
  contracts: {
@@ -24438,10 +24433,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24438
24433
  destination: boolean;
24439
24434
  };
24440
24435
  } | undefined;
24436
+ title?: string | undefined;
24437
+ kitContracts?: {
24438
+ bridge?: string | undefined;
24439
+ adapter?: string | undefined;
24440
+ } | undefined;
24441
24441
  }, {
24442
+ name: string;
24442
24443
  type: "evm";
24443
24444
  chain: Blockchain;
24444
- name: string;
24445
24445
  nativeCurrency: {
24446
24446
  symbol: string;
24447
24447
  name: string;
@@ -24454,13 +24454,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24454
24454
  usdcAddress: string | null;
24455
24455
  usdtAddress: string | null;
24456
24456
  chainId: number;
24457
- title?: string | undefined;
24458
24457
  cctp?: any;
24459
24458
  cctpx?: any;
24460
- kitContracts?: {
24461
- bridge?: string | undefined;
24462
- adapter?: string | undefined;
24463
- } | undefined;
24464
24459
  gateway?: {
24465
24460
  domain: number;
24466
24461
  contracts: {
@@ -24476,10 +24471,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24476
24471
  destination: boolean;
24477
24472
  };
24478
24473
  } | undefined;
24474
+ title?: string | undefined;
24475
+ kitContracts?: {
24476
+ bridge?: string | undefined;
24477
+ adapter?: string | undefined;
24478
+ } | undefined;
24479
24479
  } | {
24480
+ name: string;
24480
24481
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
24481
24482
  chain: Blockchain;
24482
- name: string;
24483
24483
  nativeCurrency: {
24484
24484
  symbol: string;
24485
24485
  name: string;
@@ -24491,13 +24491,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24491
24491
  eurcAddress: string | null;
24492
24492
  usdcAddress: string | null;
24493
24493
  usdtAddress: string | null;
24494
- title?: string | undefined;
24495
24494
  cctp?: any;
24496
24495
  cctpx?: any;
24497
- kitContracts?: {
24498
- bridge?: string | undefined;
24499
- adapter?: string | undefined;
24500
- } | undefined;
24501
24496
  gateway?: {
24502
24497
  domain: number;
24503
24498
  contracts: {
@@ -24513,6 +24508,11 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24513
24508
  destination: boolean;
24514
24509
  };
24515
24510
  } | undefined;
24511
+ title?: string | undefined;
24512
+ kitContracts?: {
24513
+ bridge?: string | undefined;
24514
+ adapter?: string | undefined;
24515
+ } | undefined;
24516
24516
  }>]>;
24517
24517
  protocol: z.ZodOptional<z.ZodString>;
24518
24518
  asset: z.ZodOptional<z.ZodString>;
@@ -24549,9 +24549,9 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24549
24549
  }>>;
24550
24550
  }, "strip", z.ZodTypeAny, {
24551
24551
  chain: string | {
24552
+ name: string;
24552
24553
  type: "evm";
24553
24554
  chain: Blockchain;
24554
- name: string;
24555
24555
  nativeCurrency: {
24556
24556
  symbol: string;
24557
24557
  name: string;
@@ -24564,13 +24564,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24564
24564
  usdcAddress: string | null;
24565
24565
  usdtAddress: string | null;
24566
24566
  chainId: number;
24567
- title?: string | undefined;
24568
24567
  cctp?: any;
24569
24568
  cctpx?: any;
24570
- kitContracts?: {
24571
- bridge?: string | undefined;
24572
- adapter?: string | undefined;
24573
- } | undefined;
24574
24569
  gateway?: {
24575
24570
  domain: number;
24576
24571
  contracts: {
@@ -24586,10 +24581,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24586
24581
  destination: boolean;
24587
24582
  };
24588
24583
  } | undefined;
24584
+ title?: string | undefined;
24585
+ kitContracts?: {
24586
+ bridge?: string | undefined;
24587
+ adapter?: string | undefined;
24588
+ } | undefined;
24589
24589
  } | {
24590
+ name: string;
24590
24591
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
24591
24592
  chain: Blockchain;
24592
- name: string;
24593
24593
  nativeCurrency: {
24594
24594
  symbol: string;
24595
24595
  name: string;
@@ -24601,13 +24601,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24601
24601
  eurcAddress: string | null;
24602
24602
  usdcAddress: string | null;
24603
24603
  usdtAddress: string | null;
24604
- title?: string | undefined;
24605
24604
  cctp?: any;
24606
24605
  cctpx?: any;
24607
- kitContracts?: {
24608
- bridge?: string | undefined;
24609
- adapter?: string | undefined;
24610
- } | undefined;
24611
24606
  gateway?: {
24612
24607
  domain: number;
24613
24608
  contracts: {
@@ -24623,6 +24618,11 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24623
24618
  destination: boolean;
24624
24619
  };
24625
24620
  } | undefined;
24621
+ title?: string | undefined;
24622
+ kitContracts?: {
24623
+ bridge?: string | undefined;
24624
+ adapter?: string | undefined;
24625
+ } | undefined;
24626
24626
  };
24627
24627
  config?: {
24628
24628
  apiKey?: string | undefined;
@@ -24639,9 +24639,9 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24639
24639
  pageSize?: number | undefined;
24640
24640
  }, {
24641
24641
  chain: string | {
24642
+ name: string;
24642
24643
  type: "evm";
24643
24644
  chain: Blockchain;
24644
- name: string;
24645
24645
  nativeCurrency: {
24646
24646
  symbol: string;
24647
24647
  name: string;
@@ -24654,13 +24654,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24654
24654
  usdcAddress: string | null;
24655
24655
  usdtAddress: string | null;
24656
24656
  chainId: number;
24657
- title?: string | undefined;
24658
24657
  cctp?: any;
24659
24658
  cctpx?: any;
24660
- kitContracts?: {
24661
- bridge?: string | undefined;
24662
- adapter?: string | undefined;
24663
- } | undefined;
24664
24659
  gateway?: {
24665
24660
  domain: number;
24666
24661
  contracts: {
@@ -24676,10 +24671,15 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24676
24671
  destination: boolean;
24677
24672
  };
24678
24673
  } | undefined;
24674
+ title?: string | undefined;
24675
+ kitContracts?: {
24676
+ bridge?: string | undefined;
24677
+ adapter?: string | undefined;
24678
+ } | undefined;
24679
24679
  } | {
24680
+ name: string;
24680
24681
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
24681
24682
  chain: Blockchain;
24682
- name: string;
24683
24683
  nativeCurrency: {
24684
24684
  symbol: string;
24685
24685
  name: string;
@@ -24691,13 +24691,8 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24691
24691
  eurcAddress: string | null;
24692
24692
  usdcAddress: string | null;
24693
24693
  usdtAddress: string | null;
24694
- title?: string | undefined;
24695
24694
  cctp?: any;
24696
24695
  cctpx?: any;
24697
- kitContracts?: {
24698
- bridge?: string | undefined;
24699
- adapter?: string | undefined;
24700
- } | undefined;
24701
24696
  gateway?: {
24702
24697
  domain: number;
24703
24698
  contracts: {
@@ -24713,6 +24708,11 @@ declare const exploreVaultsParamsSchema: z.ZodObject<{
24713
24708
  destination: boolean;
24714
24709
  };
24715
24710
  } | undefined;
24711
+ title?: string | undefined;
24712
+ kitContracts?: {
24713
+ bridge?: string | undefined;
24714
+ adapter?: string | undefined;
24715
+ } | undefined;
24716
24716
  };
24717
24717
  config?: {
24718
24718
  apiKey?: string | undefined;
@@ -24857,9 +24857,9 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
24857
24857
  type: z.ZodLiteral<"evm">;
24858
24858
  chainId: z.ZodNumber;
24859
24859
  }, "strict", z.ZodTypeAny, {
24860
+ name: string;
24860
24861
  type: "evm";
24861
24862
  chain: Blockchain;
24862
- name: string;
24863
24863
  nativeCurrency: {
24864
24864
  symbol: string;
24865
24865
  name: string;
@@ -24872,13 +24872,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
24872
24872
  usdcAddress: string | null;
24873
24873
  usdtAddress: string | null;
24874
24874
  chainId: number;
24875
- title?: string | undefined;
24876
24875
  cctp?: any;
24877
24876
  cctpx?: any;
24878
- kitContracts?: {
24879
- bridge?: string | undefined;
24880
- adapter?: string | undefined;
24881
- } | undefined;
24882
24877
  gateway?: {
24883
24878
  domain: number;
24884
24879
  contracts: {
@@ -24894,10 +24889,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
24894
24889
  destination: boolean;
24895
24890
  };
24896
24891
  } | undefined;
24892
+ title?: string | undefined;
24893
+ kitContracts?: {
24894
+ bridge?: string | undefined;
24895
+ adapter?: string | undefined;
24896
+ } | undefined;
24897
24897
  }, {
24898
+ name: string;
24898
24899
  type: "evm";
24899
24900
  chain: Blockchain;
24900
- name: string;
24901
24901
  nativeCurrency: {
24902
24902
  symbol: string;
24903
24903
  name: string;
@@ -24910,13 +24910,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
24910
24910
  usdcAddress: string | null;
24911
24911
  usdtAddress: string | null;
24912
24912
  chainId: number;
24913
- title?: string | undefined;
24914
24913
  cctp?: any;
24915
24914
  cctpx?: any;
24916
- kitContracts?: {
24917
- bridge?: string | undefined;
24918
- adapter?: string | undefined;
24919
- } | undefined;
24920
24915
  gateway?: {
24921
24916
  domain: number;
24922
24917
  contracts: {
@@ -24932,6 +24927,11 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
24932
24927
  destination: boolean;
24933
24928
  };
24934
24929
  } | undefined;
24930
+ title?: string | undefined;
24931
+ kitContracts?: {
24932
+ bridge?: string | undefined;
24933
+ adapter?: string | undefined;
24934
+ } | undefined;
24935
24935
  }>, z.ZodObject<{
24936
24936
  chain: z.ZodNativeEnum<typeof Blockchain>;
24937
24937
  name: z.ZodString;
@@ -25043,9 +25043,9 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25043
25043
  } & {
25044
25044
  type: z.ZodEnum<["algorand", "avalanche", "solana", "aptos", "near", "stellar", "sui", "hedera", "noble", "polkadot"]>;
25045
25045
  }, "strict", z.ZodTypeAny, {
25046
+ name: string;
25046
25047
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25047
25048
  chain: Blockchain;
25048
- name: string;
25049
25049
  nativeCurrency: {
25050
25050
  symbol: string;
25051
25051
  name: string;
@@ -25057,13 +25057,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25057
25057
  eurcAddress: string | null;
25058
25058
  usdcAddress: string | null;
25059
25059
  usdtAddress: string | null;
25060
- title?: string | undefined;
25061
25060
  cctp?: any;
25062
25061
  cctpx?: any;
25063
- kitContracts?: {
25064
- bridge?: string | undefined;
25065
- adapter?: string | undefined;
25066
- } | undefined;
25067
25062
  gateway?: {
25068
25063
  domain: number;
25069
25064
  contracts: {
@@ -25079,10 +25074,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25079
25074
  destination: boolean;
25080
25075
  };
25081
25076
  } | undefined;
25077
+ title?: string | undefined;
25078
+ kitContracts?: {
25079
+ bridge?: string | undefined;
25080
+ adapter?: string | undefined;
25081
+ } | undefined;
25082
25082
  }, {
25083
+ name: string;
25083
25084
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25084
25085
  chain: Blockchain;
25085
- name: string;
25086
25086
  nativeCurrency: {
25087
25087
  symbol: string;
25088
25088
  name: string;
@@ -25094,13 +25094,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25094
25094
  eurcAddress: string | null;
25095
25095
  usdcAddress: string | null;
25096
25096
  usdtAddress: string | null;
25097
- title?: string | undefined;
25098
25097
  cctp?: any;
25099
25098
  cctpx?: any;
25100
- kitContracts?: {
25101
- bridge?: string | undefined;
25102
- adapter?: string | undefined;
25103
- } | undefined;
25104
25099
  gateway?: {
25105
25100
  domain: number;
25106
25101
  contracts: {
@@ -25116,10 +25111,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25116
25111
  destination: boolean;
25117
25112
  };
25118
25113
  } | undefined;
25114
+ title?: string | undefined;
25115
+ kitContracts?: {
25116
+ bridge?: string | undefined;
25117
+ adapter?: string | undefined;
25118
+ } | undefined;
25119
25119
  }>]>, {
25120
+ name: string;
25120
25121
  type: "evm";
25121
25122
  chain: Blockchain;
25122
- name: string;
25123
25123
  nativeCurrency: {
25124
25124
  symbol: string;
25125
25125
  name: string;
@@ -25132,13 +25132,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25132
25132
  usdcAddress: string | null;
25133
25133
  usdtAddress: string | null;
25134
25134
  chainId: number;
25135
- title?: string | undefined;
25136
25135
  cctp?: any;
25137
25136
  cctpx?: any;
25138
- kitContracts?: {
25139
- bridge?: string | undefined;
25140
- adapter?: string | undefined;
25141
- } | undefined;
25142
25137
  gateway?: {
25143
25138
  domain: number;
25144
25139
  contracts: {
@@ -25154,10 +25149,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25154
25149
  destination: boolean;
25155
25150
  };
25156
25151
  } | undefined;
25152
+ title?: string | undefined;
25153
+ kitContracts?: {
25154
+ bridge?: string | undefined;
25155
+ adapter?: string | undefined;
25156
+ } | undefined;
25157
25157
  } | {
25158
+ name: string;
25158
25159
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25159
25160
  chain: Blockchain;
25160
- name: string;
25161
25161
  nativeCurrency: {
25162
25162
  symbol: string;
25163
25163
  name: string;
@@ -25169,13 +25169,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25169
25169
  eurcAddress: string | null;
25170
25170
  usdcAddress: string | null;
25171
25171
  usdtAddress: string | null;
25172
- title?: string | undefined;
25173
25172
  cctp?: any;
25174
25173
  cctpx?: any;
25175
- kitContracts?: {
25176
- bridge?: string | undefined;
25177
- adapter?: string | undefined;
25178
- } | undefined;
25179
25174
  gateway?: {
25180
25175
  domain: number;
25181
25176
  contracts: {
@@ -25191,10 +25186,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25191
25186
  destination: boolean;
25192
25187
  };
25193
25188
  } | undefined;
25189
+ title?: string | undefined;
25190
+ kitContracts?: {
25191
+ bridge?: string | undefined;
25192
+ adapter?: string | undefined;
25193
+ } | undefined;
25194
25194
  }, {
25195
+ name: string;
25195
25196
  type: "evm";
25196
25197
  chain: Blockchain;
25197
- name: string;
25198
25198
  nativeCurrency: {
25199
25199
  symbol: string;
25200
25200
  name: string;
@@ -25207,13 +25207,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25207
25207
  usdcAddress: string | null;
25208
25208
  usdtAddress: string | null;
25209
25209
  chainId: number;
25210
- title?: string | undefined;
25211
25210
  cctp?: any;
25212
25211
  cctpx?: any;
25213
- kitContracts?: {
25214
- bridge?: string | undefined;
25215
- adapter?: string | undefined;
25216
- } | undefined;
25217
25212
  gateway?: {
25218
25213
  domain: number;
25219
25214
  contracts: {
@@ -25229,10 +25224,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25229
25224
  destination: boolean;
25230
25225
  };
25231
25226
  } | undefined;
25227
+ title?: string | undefined;
25228
+ kitContracts?: {
25229
+ bridge?: string | undefined;
25230
+ adapter?: string | undefined;
25231
+ } | undefined;
25232
25232
  } | {
25233
+ name: string;
25233
25234
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25234
25235
  chain: Blockchain;
25235
- name: string;
25236
25236
  nativeCurrency: {
25237
25237
  symbol: string;
25238
25238
  name: string;
@@ -25244,13 +25244,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25244
25244
  eurcAddress: string | null;
25245
25245
  usdcAddress: string | null;
25246
25246
  usdtAddress: string | null;
25247
- title?: string | undefined;
25248
25247
  cctp?: any;
25249
25248
  cctpx?: any;
25250
- kitContracts?: {
25251
- bridge?: string | undefined;
25252
- adapter?: string | undefined;
25253
- } | undefined;
25254
25249
  gateway?: {
25255
25250
  domain: number;
25256
25251
  contracts: {
@@ -25266,6 +25261,11 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25266
25261
  destination: boolean;
25267
25262
  };
25268
25263
  } | undefined;
25264
+ title?: string | undefined;
25265
+ kitContracts?: {
25266
+ bridge?: string | undefined;
25267
+ adapter?: string | undefined;
25268
+ } | undefined;
25269
25269
  }>]>;
25270
25270
  protocol: z.ZodOptional<z.ZodString>;
25271
25271
  asset: z.ZodOptional<z.ZodString>;
@@ -25302,9 +25302,9 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25302
25302
  }>>;
25303
25303
  }, "page">, "strip", z.ZodTypeAny, {
25304
25304
  chain: string | {
25305
+ name: string;
25305
25306
  type: "evm";
25306
25307
  chain: Blockchain;
25307
- name: string;
25308
25308
  nativeCurrency: {
25309
25309
  symbol: string;
25310
25310
  name: string;
@@ -25317,13 +25317,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25317
25317
  usdcAddress: string | null;
25318
25318
  usdtAddress: string | null;
25319
25319
  chainId: number;
25320
- title?: string | undefined;
25321
25320
  cctp?: any;
25322
25321
  cctpx?: any;
25323
- kitContracts?: {
25324
- bridge?: string | undefined;
25325
- adapter?: string | undefined;
25326
- } | undefined;
25327
25322
  gateway?: {
25328
25323
  domain: number;
25329
25324
  contracts: {
@@ -25339,10 +25334,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25339
25334
  destination: boolean;
25340
25335
  };
25341
25336
  } | undefined;
25337
+ title?: string | undefined;
25338
+ kitContracts?: {
25339
+ bridge?: string | undefined;
25340
+ adapter?: string | undefined;
25341
+ } | undefined;
25342
25342
  } | {
25343
+ name: string;
25343
25344
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25344
25345
  chain: Blockchain;
25345
- name: string;
25346
25346
  nativeCurrency: {
25347
25347
  symbol: string;
25348
25348
  name: string;
@@ -25354,13 +25354,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25354
25354
  eurcAddress: string | null;
25355
25355
  usdcAddress: string | null;
25356
25356
  usdtAddress: string | null;
25357
- title?: string | undefined;
25358
25357
  cctp?: any;
25359
25358
  cctpx?: any;
25360
- kitContracts?: {
25361
- bridge?: string | undefined;
25362
- adapter?: string | undefined;
25363
- } | undefined;
25364
25359
  gateway?: {
25365
25360
  domain: number;
25366
25361
  contracts: {
@@ -25376,6 +25371,11 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25376
25371
  destination: boolean;
25377
25372
  };
25378
25373
  } | undefined;
25374
+ title?: string | undefined;
25375
+ kitContracts?: {
25376
+ bridge?: string | undefined;
25377
+ adapter?: string | undefined;
25378
+ } | undefined;
25379
25379
  };
25380
25380
  config?: {
25381
25381
  apiKey?: string | undefined;
@@ -25391,9 +25391,9 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25391
25391
  pageSize?: number | undefined;
25392
25392
  }, {
25393
25393
  chain: string | {
25394
+ name: string;
25394
25395
  type: "evm";
25395
25396
  chain: Blockchain;
25396
- name: string;
25397
25397
  nativeCurrency: {
25398
25398
  symbol: string;
25399
25399
  name: string;
@@ -25406,13 +25406,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25406
25406
  usdcAddress: string | null;
25407
25407
  usdtAddress: string | null;
25408
25408
  chainId: number;
25409
- title?: string | undefined;
25410
25409
  cctp?: any;
25411
25410
  cctpx?: any;
25412
- kitContracts?: {
25413
- bridge?: string | undefined;
25414
- adapter?: string | undefined;
25415
- } | undefined;
25416
25411
  gateway?: {
25417
25412
  domain: number;
25418
25413
  contracts: {
@@ -25428,10 +25423,15 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25428
25423
  destination: boolean;
25429
25424
  };
25430
25425
  } | undefined;
25426
+ title?: string | undefined;
25427
+ kitContracts?: {
25428
+ bridge?: string | undefined;
25429
+ adapter?: string | undefined;
25430
+ } | undefined;
25431
25431
  } | {
25432
+ name: string;
25432
25433
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25433
25434
  chain: Blockchain;
25434
- name: string;
25435
25435
  nativeCurrency: {
25436
25436
  symbol: string;
25437
25437
  name: string;
@@ -25443,13 +25443,8 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25443
25443
  eurcAddress: string | null;
25444
25444
  usdcAddress: string | null;
25445
25445
  usdtAddress: string | null;
25446
- title?: string | undefined;
25447
25446
  cctp?: any;
25448
25447
  cctpx?: any;
25449
- kitContracts?: {
25450
- bridge?: string | undefined;
25451
- adapter?: string | undefined;
25452
- } | undefined;
25453
25448
  gateway?: {
25454
25449
  domain: number;
25455
25450
  contracts: {
@@ -25465,6 +25460,11 @@ declare const exploreVaultsIteratorParamsSchema: z.ZodObject<Omit<{
25465
25460
  destination: boolean;
25466
25461
  };
25467
25462
  } | undefined;
25463
+ title?: string | undefined;
25464
+ kitContracts?: {
25465
+ bridge?: string | undefined;
25466
+ adapter?: string | undefined;
25467
+ } | undefined;
25468
25468
  };
25469
25469
  config?: {
25470
25470
  apiKey?: string | undefined;
@@ -25523,22 +25523,22 @@ declare const getPositionParamsSchema: z.ZodObject<{
25523
25523
  }>>;
25524
25524
  }, "strip", z.ZodTypeAny, {
25525
25525
  vaultAddress: `0x${string}`;
25526
+ from?: any;
25526
25527
  config?: {
25527
25528
  apiKey?: string | undefined;
25528
25529
  kitKey?: string | undefined;
25529
25530
  baseUrl?: string | undefined;
25530
25531
  batchTransactions?: boolean | undefined;
25531
25532
  } | undefined;
25532
- from?: any;
25533
25533
  }, {
25534
25534
  vaultAddress: string;
25535
+ from?: any;
25535
25536
  config?: {
25536
25537
  apiKey?: string | undefined;
25537
25538
  kitKey?: string | undefined;
25538
25539
  baseUrl?: string | undefined;
25539
25540
  batchTransactions?: boolean | undefined;
25540
25541
  } | undefined;
25541
- from?: any;
25542
25542
  }>;
25543
25543
  /**
25544
25544
  * Validation schema for AnyDepositParams.
@@ -25679,9 +25679,9 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25679
25679
  type: z.ZodLiteral<"evm">;
25680
25680
  chainId: z.ZodNumber;
25681
25681
  }, "strict", z.ZodTypeAny, {
25682
+ name: string;
25682
25683
  type: "evm";
25683
25684
  chain: Blockchain;
25684
- name: string;
25685
25685
  nativeCurrency: {
25686
25686
  symbol: string;
25687
25687
  name: string;
@@ -25694,13 +25694,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25694
25694
  usdcAddress: string | null;
25695
25695
  usdtAddress: string | null;
25696
25696
  chainId: number;
25697
- title?: string | undefined;
25698
25697
  cctp?: any;
25699
25698
  cctpx?: any;
25700
- kitContracts?: {
25701
- bridge?: string | undefined;
25702
- adapter?: string | undefined;
25703
- } | undefined;
25704
25699
  gateway?: {
25705
25700
  domain: number;
25706
25701
  contracts: {
@@ -25716,10 +25711,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25716
25711
  destination: boolean;
25717
25712
  };
25718
25713
  } | undefined;
25714
+ title?: string | undefined;
25715
+ kitContracts?: {
25716
+ bridge?: string | undefined;
25717
+ adapter?: string | undefined;
25718
+ } | undefined;
25719
25719
  }, {
25720
+ name: string;
25720
25721
  type: "evm";
25721
25722
  chain: Blockchain;
25722
- name: string;
25723
25723
  nativeCurrency: {
25724
25724
  symbol: string;
25725
25725
  name: string;
@@ -25732,13 +25732,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25732
25732
  usdcAddress: string | null;
25733
25733
  usdtAddress: string | null;
25734
25734
  chainId: number;
25735
- title?: string | undefined;
25736
25735
  cctp?: any;
25737
25736
  cctpx?: any;
25738
- kitContracts?: {
25739
- bridge?: string | undefined;
25740
- adapter?: string | undefined;
25741
- } | undefined;
25742
25737
  gateway?: {
25743
25738
  domain: number;
25744
25739
  contracts: {
@@ -25754,6 +25749,11 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25754
25749
  destination: boolean;
25755
25750
  };
25756
25751
  } | undefined;
25752
+ title?: string | undefined;
25753
+ kitContracts?: {
25754
+ bridge?: string | undefined;
25755
+ adapter?: string | undefined;
25756
+ } | undefined;
25757
25757
  }>, z.ZodObject<{
25758
25758
  chain: z.ZodNativeEnum<typeof Blockchain>;
25759
25759
  name: z.ZodString;
@@ -25865,9 +25865,9 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25865
25865
  } & {
25866
25866
  type: z.ZodEnum<["algorand", "avalanche", "solana", "aptos", "near", "stellar", "sui", "hedera", "noble", "polkadot"]>;
25867
25867
  }, "strict", z.ZodTypeAny, {
25868
+ name: string;
25868
25869
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25869
25870
  chain: Blockchain;
25870
- name: string;
25871
25871
  nativeCurrency: {
25872
25872
  symbol: string;
25873
25873
  name: string;
@@ -25879,13 +25879,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25879
25879
  eurcAddress: string | null;
25880
25880
  usdcAddress: string | null;
25881
25881
  usdtAddress: string | null;
25882
- title?: string | undefined;
25883
25882
  cctp?: any;
25884
25883
  cctpx?: any;
25885
- kitContracts?: {
25886
- bridge?: string | undefined;
25887
- adapter?: string | undefined;
25888
- } | undefined;
25889
25884
  gateway?: {
25890
25885
  domain: number;
25891
25886
  contracts: {
@@ -25901,10 +25896,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25901
25896
  destination: boolean;
25902
25897
  };
25903
25898
  } | undefined;
25899
+ title?: string | undefined;
25900
+ kitContracts?: {
25901
+ bridge?: string | undefined;
25902
+ adapter?: string | undefined;
25903
+ } | undefined;
25904
25904
  }, {
25905
+ name: string;
25905
25906
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25906
25907
  chain: Blockchain;
25907
- name: string;
25908
25908
  nativeCurrency: {
25909
25909
  symbol: string;
25910
25910
  name: string;
@@ -25916,13 +25916,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25916
25916
  eurcAddress: string | null;
25917
25917
  usdcAddress: string | null;
25918
25918
  usdtAddress: string | null;
25919
- title?: string | undefined;
25920
25919
  cctp?: any;
25921
25920
  cctpx?: any;
25922
- kitContracts?: {
25923
- bridge?: string | undefined;
25924
- adapter?: string | undefined;
25925
- } | undefined;
25926
25921
  gateway?: {
25927
25922
  domain: number;
25928
25923
  contracts: {
@@ -25938,10 +25933,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25938
25933
  destination: boolean;
25939
25934
  };
25940
25935
  } | undefined;
25936
+ title?: string | undefined;
25937
+ kitContracts?: {
25938
+ bridge?: string | undefined;
25939
+ adapter?: string | undefined;
25940
+ } | undefined;
25941
25941
  }>]>, {
25942
+ name: string;
25942
25943
  type: "evm";
25943
25944
  chain: Blockchain;
25944
- name: string;
25945
25945
  nativeCurrency: {
25946
25946
  symbol: string;
25947
25947
  name: string;
@@ -25954,13 +25954,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25954
25954
  usdcAddress: string | null;
25955
25955
  usdtAddress: string | null;
25956
25956
  chainId: number;
25957
- title?: string | undefined;
25958
25957
  cctp?: any;
25959
25958
  cctpx?: any;
25960
- kitContracts?: {
25961
- bridge?: string | undefined;
25962
- adapter?: string | undefined;
25963
- } | undefined;
25964
25959
  gateway?: {
25965
25960
  domain: number;
25966
25961
  contracts: {
@@ -25976,10 +25971,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25976
25971
  destination: boolean;
25977
25972
  };
25978
25973
  } | undefined;
25974
+ title?: string | undefined;
25975
+ kitContracts?: {
25976
+ bridge?: string | undefined;
25977
+ adapter?: string | undefined;
25978
+ } | undefined;
25979
25979
  } | {
25980
+ name: string;
25980
25981
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
25981
25982
  chain: Blockchain;
25982
- name: string;
25983
25983
  nativeCurrency: {
25984
25984
  symbol: string;
25985
25985
  name: string;
@@ -25991,13 +25991,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
25991
25991
  eurcAddress: string | null;
25992
25992
  usdcAddress: string | null;
25993
25993
  usdtAddress: string | null;
25994
- title?: string | undefined;
25995
25994
  cctp?: any;
25996
25995
  cctpx?: any;
25997
- kitContracts?: {
25998
- bridge?: string | undefined;
25999
- adapter?: string | undefined;
26000
- } | undefined;
26001
25996
  gateway?: {
26002
25997
  domain: number;
26003
25998
  contracts: {
@@ -26013,10 +26008,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26013
26008
  destination: boolean;
26014
26009
  };
26015
26010
  } | undefined;
26011
+ title?: string | undefined;
26012
+ kitContracts?: {
26013
+ bridge?: string | undefined;
26014
+ adapter?: string | undefined;
26015
+ } | undefined;
26016
26016
  }, {
26017
+ name: string;
26017
26018
  type: "evm";
26018
26019
  chain: Blockchain;
26019
- name: string;
26020
26020
  nativeCurrency: {
26021
26021
  symbol: string;
26022
26022
  name: string;
@@ -26029,13 +26029,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26029
26029
  usdcAddress: string | null;
26030
26030
  usdtAddress: string | null;
26031
26031
  chainId: number;
26032
- title?: string | undefined;
26033
26032
  cctp?: any;
26034
26033
  cctpx?: any;
26035
- kitContracts?: {
26036
- bridge?: string | undefined;
26037
- adapter?: string | undefined;
26038
- } | undefined;
26039
26034
  gateway?: {
26040
26035
  domain: number;
26041
26036
  contracts: {
@@ -26051,10 +26046,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26051
26046
  destination: boolean;
26052
26047
  };
26053
26048
  } | undefined;
26049
+ title?: string | undefined;
26050
+ kitContracts?: {
26051
+ bridge?: string | undefined;
26052
+ adapter?: string | undefined;
26053
+ } | undefined;
26054
26054
  } | {
26055
+ name: string;
26055
26056
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
26056
26057
  chain: Blockchain;
26057
- name: string;
26058
26058
  nativeCurrency: {
26059
26059
  symbol: string;
26060
26060
  name: string;
@@ -26066,13 +26066,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26066
26066
  eurcAddress: string | null;
26067
26067
  usdcAddress: string | null;
26068
26068
  usdtAddress: string | null;
26069
- title?: string | undefined;
26070
26069
  cctp?: any;
26071
26070
  cctpx?: any;
26072
- kitContracts?: {
26073
- bridge?: string | undefined;
26074
- adapter?: string | undefined;
26075
- } | undefined;
26076
26071
  gateway?: {
26077
26072
  domain: number;
26078
26073
  contracts: {
@@ -26088,13 +26083,18 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26088
26083
  destination: boolean;
26089
26084
  };
26090
26085
  } | undefined;
26086
+ title?: string | undefined;
26087
+ kitContracts?: {
26088
+ bridge?: string | undefined;
26089
+ adapter?: string | undefined;
26090
+ } | undefined;
26091
26091
  }>]>;
26092
26092
  recipientAddress: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, `0x${string}`, string>, `0x${string}`, string>, `0x${string}`, string>;
26093
26093
  }, "strict", z.ZodTypeAny, {
26094
26094
  chain: string | {
26095
+ name: string;
26095
26096
  type: "evm";
26096
26097
  chain: Blockchain;
26097
- name: string;
26098
26098
  nativeCurrency: {
26099
26099
  symbol: string;
26100
26100
  name: string;
@@ -26107,13 +26107,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26107
26107
  usdcAddress: string | null;
26108
26108
  usdtAddress: string | null;
26109
26109
  chainId: number;
26110
- title?: string | undefined;
26111
26110
  cctp?: any;
26112
26111
  cctpx?: any;
26113
- kitContracts?: {
26114
- bridge?: string | undefined;
26115
- adapter?: string | undefined;
26116
- } | undefined;
26117
26112
  gateway?: {
26118
26113
  domain: number;
26119
26114
  contracts: {
@@ -26129,10 +26124,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26129
26124
  destination: boolean;
26130
26125
  };
26131
26126
  } | undefined;
26127
+ title?: string | undefined;
26128
+ kitContracts?: {
26129
+ bridge?: string | undefined;
26130
+ adapter?: string | undefined;
26131
+ } | undefined;
26132
26132
  } | {
26133
+ name: string;
26133
26134
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
26134
26135
  chain: Blockchain;
26135
- name: string;
26136
26136
  nativeCurrency: {
26137
26137
  symbol: string;
26138
26138
  name: string;
@@ -26144,13 +26144,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26144
26144
  eurcAddress: string | null;
26145
26145
  usdcAddress: string | null;
26146
26146
  usdtAddress: string | null;
26147
- title?: string | undefined;
26148
26147
  cctp?: any;
26149
26148
  cctpx?: any;
26150
- kitContracts?: {
26151
- bridge?: string | undefined;
26152
- adapter?: string | undefined;
26153
- } | undefined;
26154
26149
  gateway?: {
26155
26150
  domain: number;
26156
26151
  contracts: {
@@ -26166,13 +26161,18 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26166
26161
  destination: boolean;
26167
26162
  };
26168
26163
  } | undefined;
26164
+ title?: string | undefined;
26165
+ kitContracts?: {
26166
+ bridge?: string | undefined;
26167
+ adapter?: string | undefined;
26168
+ } | undefined;
26169
26169
  };
26170
26170
  recipientAddress: `0x${string}`;
26171
26171
  }, {
26172
26172
  chain: string | {
26173
+ name: string;
26173
26174
  type: "evm";
26174
26175
  chain: Blockchain;
26175
- name: string;
26176
26176
  nativeCurrency: {
26177
26177
  symbol: string;
26178
26178
  name: string;
@@ -26185,13 +26185,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26185
26185
  usdcAddress: string | null;
26186
26186
  usdtAddress: string | null;
26187
26187
  chainId: number;
26188
- title?: string | undefined;
26189
26188
  cctp?: any;
26190
26189
  cctpx?: any;
26191
- kitContracts?: {
26192
- bridge?: string | undefined;
26193
- adapter?: string | undefined;
26194
- } | undefined;
26195
26190
  gateway?: {
26196
26191
  domain: number;
26197
26192
  contracts: {
@@ -26207,10 +26202,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26207
26202
  destination: boolean;
26208
26203
  };
26209
26204
  } | undefined;
26205
+ title?: string | undefined;
26206
+ kitContracts?: {
26207
+ bridge?: string | undefined;
26208
+ adapter?: string | undefined;
26209
+ } | undefined;
26210
26210
  } | {
26211
+ name: string;
26211
26212
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
26212
26213
  chain: Blockchain;
26213
- name: string;
26214
26214
  nativeCurrency: {
26215
26215
  symbol: string;
26216
26216
  name: string;
@@ -26222,13 +26222,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26222
26222
  eurcAddress: string | null;
26223
26223
  usdcAddress: string | null;
26224
26224
  usdtAddress: string | null;
26225
- title?: string | undefined;
26226
26225
  cctp?: any;
26227
26226
  cctpx?: any;
26228
- kitContracts?: {
26229
- bridge?: string | undefined;
26230
- adapter?: string | undefined;
26231
- } | undefined;
26232
26227
  gateway?: {
26233
26228
  domain: number;
26234
26229
  contracts: {
@@ -26244,6 +26239,11 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26244
26239
  destination: boolean;
26245
26240
  };
26246
26241
  } | undefined;
26242
+ title?: string | undefined;
26243
+ kitContracts?: {
26244
+ bridge?: string | undefined;
26245
+ adapter?: string | undefined;
26246
+ } | undefined;
26247
26247
  };
26248
26248
  recipientAddress: string;
26249
26249
  }>;
@@ -26278,12 +26278,13 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26278
26278
  batchTransactions?: boolean | undefined;
26279
26279
  }>>;
26280
26280
  }, "strict", z.ZodTypeAny, {
26281
- vaultAddress: `0x${string}`;
26281
+ maxFee: string;
26282
+ amount: string;
26282
26283
  to: {
26283
26284
  chain: string | {
26285
+ name: string;
26284
26286
  type: "evm";
26285
26287
  chain: Blockchain;
26286
- name: string;
26287
26288
  nativeCurrency: {
26288
26289
  symbol: string;
26289
26290
  name: string;
@@ -26296,13 +26297,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26296
26297
  usdcAddress: string | null;
26297
26298
  usdtAddress: string | null;
26298
26299
  chainId: number;
26299
- title?: string | undefined;
26300
26300
  cctp?: any;
26301
26301
  cctpx?: any;
26302
- kitContracts?: {
26303
- bridge?: string | undefined;
26304
- adapter?: string | undefined;
26305
- } | undefined;
26306
26302
  gateway?: {
26307
26303
  domain: number;
26308
26304
  contracts: {
@@ -26318,10 +26314,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26318
26314
  destination: boolean;
26319
26315
  };
26320
26316
  } | undefined;
26317
+ title?: string | undefined;
26318
+ kitContracts?: {
26319
+ bridge?: string | undefined;
26320
+ adapter?: string | undefined;
26321
+ } | undefined;
26321
26322
  } | {
26323
+ name: string;
26322
26324
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
26323
26325
  chain: Blockchain;
26324
- name: string;
26325
26326
  nativeCurrency: {
26326
26327
  symbol: string;
26327
26328
  name: string;
@@ -26333,13 +26334,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26333
26334
  eurcAddress: string | null;
26334
26335
  usdcAddress: string | null;
26335
26336
  usdtAddress: string | null;
26336
- title?: string | undefined;
26337
26337
  cctp?: any;
26338
26338
  cctpx?: any;
26339
- kitContracts?: {
26340
- bridge?: string | undefined;
26341
- adapter?: string | undefined;
26342
- } | undefined;
26343
26339
  gateway?: {
26344
26340
  domain: number;
26345
26341
  contracts: {
@@ -26355,26 +26351,31 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26355
26351
  destination: boolean;
26356
26352
  };
26357
26353
  } | undefined;
26354
+ title?: string | undefined;
26355
+ kitContracts?: {
26356
+ bridge?: string | undefined;
26357
+ adapter?: string | undefined;
26358
+ } | undefined;
26358
26359
  };
26359
26360
  recipientAddress: `0x${string}`;
26360
26361
  };
26361
- amount: string;
26362
- maxFee: string;
26362
+ vaultAddress: `0x${string}`;
26363
+ from?: any;
26363
26364
  config?: {
26364
26365
  apiKey?: string | undefined;
26365
26366
  kitKey?: string | undefined;
26366
26367
  baseUrl?: string | undefined;
26367
26368
  batchTransactions?: boolean | undefined;
26368
26369
  } | undefined;
26369
- from?: any;
26370
26370
  transferSpeed?: "FAST" | "SLOW" | undefined;
26371
26371
  }, {
26372
- vaultAddress: string;
26372
+ maxFee: string;
26373
+ amount: string;
26373
26374
  to: {
26374
26375
  chain: string | {
26376
+ name: string;
26375
26377
  type: "evm";
26376
26378
  chain: Blockchain;
26377
- name: string;
26378
26379
  nativeCurrency: {
26379
26380
  symbol: string;
26380
26381
  name: string;
@@ -26387,13 +26388,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26387
26388
  usdcAddress: string | null;
26388
26389
  usdtAddress: string | null;
26389
26390
  chainId: number;
26390
- title?: string | undefined;
26391
26391
  cctp?: any;
26392
26392
  cctpx?: any;
26393
- kitContracts?: {
26394
- bridge?: string | undefined;
26395
- adapter?: string | undefined;
26396
- } | undefined;
26397
26393
  gateway?: {
26398
26394
  domain: number;
26399
26395
  contracts: {
@@ -26409,10 +26405,15 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26409
26405
  destination: boolean;
26410
26406
  };
26411
26407
  } | undefined;
26408
+ title?: string | undefined;
26409
+ kitContracts?: {
26410
+ bridge?: string | undefined;
26411
+ adapter?: string | undefined;
26412
+ } | undefined;
26412
26413
  } | {
26414
+ name: string;
26413
26415
  type: "algorand" | "avalanche" | "solana" | "aptos" | "near" | "stellar" | "sui" | "hedera" | "noble" | "polkadot";
26414
26416
  chain: Blockchain;
26415
- name: string;
26416
26417
  nativeCurrency: {
26417
26418
  symbol: string;
26418
26419
  name: string;
@@ -26424,13 +26425,8 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26424
26425
  eurcAddress: string | null;
26425
26426
  usdcAddress: string | null;
26426
26427
  usdtAddress: string | null;
26427
- title?: string | undefined;
26428
26428
  cctp?: any;
26429
26429
  cctpx?: any;
26430
- kitContracts?: {
26431
- bridge?: string | undefined;
26432
- adapter?: string | undefined;
26433
- } | undefined;
26434
26430
  gateway?: {
26435
26431
  domain: number;
26436
26432
  contracts: {
@@ -26446,18 +26442,22 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26446
26442
  destination: boolean;
26447
26443
  };
26448
26444
  } | undefined;
26445
+ title?: string | undefined;
26446
+ kitContracts?: {
26447
+ bridge?: string | undefined;
26448
+ adapter?: string | undefined;
26449
+ } | undefined;
26449
26450
  };
26450
26451
  recipientAddress: string;
26451
26452
  };
26452
- amount: string;
26453
- maxFee: string;
26453
+ vaultAddress: string;
26454
+ from?: any;
26454
26455
  config?: {
26455
26456
  apiKey?: string | undefined;
26456
26457
  kitKey?: string | undefined;
26457
26458
  baseUrl?: string | undefined;
26458
26459
  batchTransactions?: boolean | undefined;
26459
26460
  } | undefined;
26460
- from?: any;
26461
26461
  transferSpeed?: "FAST" | "SLOW" | undefined;
26462
26462
  }>, z.ZodObject<{
26463
26463
  from: z.ZodType<any, z.ZodTypeDef, any>;
@@ -26491,27 +26491,27 @@ declare const anyDepositParamsSchema: z.ZodUnion<[z.ZodObject<{
26491
26491
  batchTransactions?: boolean | undefined;
26492
26492
  }>>;
26493
26493
  }, "strict", z.ZodTypeAny, {
26494
- vaultAddress: `0x${string}`;
26495
26494
  amount: string;
26495
+ vaultAddress: `0x${string}`;
26496
+ to?: undefined;
26497
+ from?: any;
26496
26498
  config?: {
26497
26499
  apiKey?: string | undefined;
26498
26500
  kitKey?: string | undefined;
26499
26501
  baseUrl?: string | undefined;
26500
26502
  batchTransactions?: boolean | undefined;
26501
26503
  } | undefined;
26502
- from?: any;
26503
- to?: undefined;
26504
26504
  }, {
26505
- vaultAddress: string;
26506
26505
  amount: string;
26506
+ vaultAddress: string;
26507
+ to?: undefined;
26508
+ from?: any;
26507
26509
  config?: {
26508
26510
  apiKey?: string | undefined;
26509
26511
  kitKey?: string | undefined;
26510
26512
  baseUrl?: string | undefined;
26511
26513
  batchTransactions?: boolean | undefined;
26512
26514
  } | undefined;
26513
- from?: any;
26514
- to?: undefined;
26515
26515
  }>]>;
26516
26516
  /**
26517
26517
  * Validation schema for DepositParams.
@@ -26561,25 +26561,25 @@ declare const depositParamsSchema: z.ZodObject<{
26561
26561
  batchTransactions?: boolean | undefined;
26562
26562
  }>>;
26563
26563
  }, "strip", z.ZodTypeAny, {
26564
- vaultAddress: `0x${string}`;
26565
26564
  amount: string;
26565
+ vaultAddress: `0x${string}`;
26566
+ from?: any;
26566
26567
  config?: {
26567
26568
  apiKey?: string | undefined;
26568
26569
  kitKey?: string | undefined;
26569
26570
  baseUrl?: string | undefined;
26570
26571
  batchTransactions?: boolean | undefined;
26571
26572
  } | undefined;
26572
- from?: any;
26573
26573
  }, {
26574
- vaultAddress: string;
26575
26574
  amount: string;
26575
+ vaultAddress: string;
26576
+ from?: any;
26576
26577
  config?: {
26577
26578
  apiKey?: string | undefined;
26578
26579
  kitKey?: string | undefined;
26579
26580
  baseUrl?: string | undefined;
26580
26581
  batchTransactions?: boolean | undefined;
26581
26582
  } | undefined;
26582
- from?: any;
26583
26583
  }>;
26584
26584
  /**
26585
26585
  * Validation schema for GetCrossChainDepositStatusParams.
@@ -26751,25 +26751,25 @@ declare const withdrawParamsSchema: z.ZodObject<{
26751
26751
  batchTransactions?: boolean | undefined;
26752
26752
  }>>;
26753
26753
  }, "strip", z.ZodTypeAny, {
26754
- vaultAddress: `0x${string}`;
26755
26754
  amount: string;
26755
+ vaultAddress: `0x${string}`;
26756
+ from?: any;
26756
26757
  config?: {
26757
26758
  apiKey?: string | undefined;
26758
26759
  kitKey?: string | undefined;
26759
26760
  baseUrl?: string | undefined;
26760
26761
  batchTransactions?: boolean | undefined;
26761
26762
  } | undefined;
26762
- from?: any;
26763
26763
  }, {
26764
- vaultAddress: string;
26765
26764
  amount: string;
26765
+ vaultAddress: string;
26766
+ from?: any;
26766
26767
  config?: {
26767
26768
  apiKey?: string | undefined;
26768
26769
  kitKey?: string | undefined;
26769
26770
  baseUrl?: string | undefined;
26770
26771
  batchTransactions?: boolean | undefined;
26771
26772
  } | undefined;
26772
- from?: any;
26773
26773
  }>;
26774
26774
  /**
26775
26775
  * Validation schema for ClaimRewardsParams.
@@ -26817,22 +26817,22 @@ declare const claimRewardsParamsSchema: z.ZodObject<{
26817
26817
  }>>;
26818
26818
  }, "strip", z.ZodTypeAny, {
26819
26819
  vaultAddress: `0x${string}`;
26820
+ from?: any;
26820
26821
  config?: {
26821
26822
  apiKey?: string | undefined;
26822
26823
  kitKey?: string | undefined;
26823
26824
  baseUrl?: string | undefined;
26824
26825
  batchTransactions?: boolean | undefined;
26825
26826
  } | undefined;
26826
- from?: any;
26827
26827
  }, {
26828
26828
  vaultAddress: string;
26829
+ from?: any;
26829
26830
  config?: {
26830
26831
  apiKey?: string | undefined;
26831
26832
  kitKey?: string | undefined;
26832
26833
  baseUrl?: string | undefined;
26833
26834
  batchTransactions?: boolean | undefined;
26834
26835
  } | undefined;
26835
- from?: any;
26836
26836
  }>;
26837
26837
  /**
26838
26838
  * Validation schema for GetDepositQuoteParams.
@@ -26905,25 +26905,25 @@ declare const getWithdrawalQuoteParamsSchema: z.ZodObject<{
26905
26905
  batchTransactions?: boolean | undefined;
26906
26906
  }>>;
26907
26907
  }, "strip", z.ZodTypeAny, {
26908
- vaultAddress: `0x${string}`;
26909
26908
  amount: string;
26909
+ vaultAddress: `0x${string}`;
26910
+ from?: any;
26910
26911
  config?: {
26911
26912
  apiKey?: string | undefined;
26912
26913
  kitKey?: string | undefined;
26913
26914
  baseUrl?: string | undefined;
26914
26915
  batchTransactions?: boolean | undefined;
26915
26916
  } | undefined;
26916
- from?: any;
26917
26917
  }, {
26918
- vaultAddress: string;
26919
26918
  amount: string;
26919
+ vaultAddress: string;
26920
+ from?: any;
26920
26921
  config?: {
26921
26922
  apiKey?: string | undefined;
26922
26923
  kitKey?: string | undefined;
26923
26924
  baseUrl?: string | undefined;
26924
26925
  batchTransactions?: boolean | undefined;
26925
26926
  } | undefined;
26926
- from?: any;
26927
26927
  }>;
26928
26928
  /**
26929
26929
  * Validation schema for GetClaimRewardsQuoteParams.
@@ -26971,22 +26971,22 @@ declare const getClaimRewardsQuoteParamsSchema: z.ZodObject<{
26971
26971
  }>>;
26972
26972
  }, "strip", z.ZodTypeAny, {
26973
26973
  vaultAddress: `0x${string}`;
26974
+ from?: any;
26974
26975
  config?: {
26975
26976
  apiKey?: string | undefined;
26976
26977
  kitKey?: string | undefined;
26977
26978
  baseUrl?: string | undefined;
26978
26979
  batchTransactions?: boolean | undefined;
26979
26980
  } | undefined;
26980
- from?: any;
26981
26981
  }, {
26982
26982
  vaultAddress: string;
26983
+ from?: any;
26983
26984
  config?: {
26984
26985
  apiKey?: string | undefined;
26985
26986
  kitKey?: string | undefined;
26986
26987
  baseUrl?: string | undefined;
26987
26988
  batchTransactions?: boolean | undefined;
26988
26989
  } | undefined;
26989
- from?: any;
26990
26990
  }>;
26991
26991
 
26992
26992
  /**
@@ -27778,11 +27778,11 @@ declare const tokenChainPairSchema: z.ZodObject<{
27778
27778
  token: z.ZodString;
27779
27779
  chain: z.ZodString;
27780
27780
  }, "strip", z.ZodTypeAny, {
27781
- chain: string;
27782
27781
  token: string;
27783
- }, {
27784
27782
  chain: string;
27783
+ }, {
27785
27784
  token: string;
27785
+ chain: string;
27786
27786
  }>;
27787
27787
  /**
27788
27788
  * Zod schema for {@link OnrampAssetSelection}.
@@ -27799,25 +27799,25 @@ declare const onrampAssetSelectionSchema: z.ZodObject<{
27799
27799
  token: z.ZodString;
27800
27800
  chain: z.ZodString;
27801
27801
  }, "strip", z.ZodTypeAny, {
27802
- chain: string;
27803
27802
  token: string;
27804
- }, {
27805
27803
  chain: string;
27804
+ }, {
27806
27805
  token: string;
27806
+ chain: string;
27807
27807
  }>, "many">>;
27808
27808
  }, "strip", z.ZodTypeAny, {
27809
27809
  tokens?: string[] | undefined;
27810
27810
  chains?: string[] | undefined;
27811
27811
  pairs?: {
27812
- chain: string;
27813
27812
  token: string;
27813
+ chain: string;
27814
27814
  }[] | undefined;
27815
27815
  }, {
27816
27816
  tokens?: string[] | undefined;
27817
27817
  chains?: string[] | undefined;
27818
27818
  pairs?: {
27819
- chain: string;
27820
27819
  token: string;
27820
+ chain: string;
27821
27821
  }[] | undefined;
27822
27822
  }>;
27823
27823
  /**
@@ -27837,25 +27837,25 @@ declare const onrampSessionRequestSchema: z.ZodObject<{
27837
27837
  token: z.ZodString;
27838
27838
  chain: z.ZodString;
27839
27839
  }, "strip", z.ZodTypeAny, {
27840
- chain: string;
27841
27840
  token: string;
27842
- }, {
27843
27841
  chain: string;
27842
+ }, {
27844
27843
  token: string;
27844
+ chain: string;
27845
27845
  }>, "many">>;
27846
27846
  }, "strip", z.ZodTypeAny, {
27847
27847
  tokens?: string[] | undefined;
27848
27848
  chains?: string[] | undefined;
27849
27849
  pairs?: {
27850
- chain: string;
27851
27850
  token: string;
27851
+ chain: string;
27852
27852
  }[] | undefined;
27853
27853
  }, {
27854
27854
  tokens?: string[] | undefined;
27855
27855
  chains?: string[] | undefined;
27856
27856
  pairs?: {
27857
- chain: string;
27858
27857
  token: string;
27858
+ chain: string;
27859
27859
  }[] | undefined;
27860
27860
  }>>;
27861
27861
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -27870,8 +27870,8 @@ declare const onrampSessionRequestSchema: z.ZodObject<{
27870
27870
  tokens?: string[] | undefined;
27871
27871
  chains?: string[] | undefined;
27872
27872
  pairs?: {
27873
- chain: string;
27874
27873
  token: string;
27874
+ chain: string;
27875
27875
  }[] | undefined;
27876
27876
  } | undefined;
27877
27877
  metadata?: Record<string, unknown> | undefined;
@@ -27886,8 +27886,8 @@ declare const onrampSessionRequestSchema: z.ZodObject<{
27886
27886
  tokens?: string[] | undefined;
27887
27887
  chains?: string[] | undefined;
27888
27888
  pairs?: {
27889
- chain: string;
27890
27889
  token: string;
27890
+ chain: string;
27891
27891
  }[] | undefined;
27892
27892
  } | undefined;
27893
27893
  metadata?: Record<string, unknown> | undefined;