@chainflip/rpc 2.1.7-dev.0 → 2.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/common.d.mts CHANGED
@@ -5340,7 +5340,7 @@ declare const rpcResult: {
5340
5340
  Solana: number;
5341
5341
  Assethub: number;
5342
5342
  }>;
5343
- boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
5343
+ boost_minimum_add_funds_amounts: z.ZodObject<{
5344
5344
  Bitcoin: z.ZodObject<{
5345
5345
  BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
5346
5346
  }, "strip", z.ZodTypeAny, {
@@ -5458,7 +5458,7 @@ declare const rpcResult: {
5458
5458
  USDT: string | number | null;
5459
5459
  DOT: string | number | null;
5460
5460
  };
5461
- }>>;
5461
+ }>;
5462
5462
  }, "strip", z.ZodTypeAny, {
5463
5463
  minimum_deposit_amounts: {
5464
5464
  Bitcoin: {
@@ -5596,7 +5596,7 @@ declare const rpcResult: {
5596
5596
  Solana: number;
5597
5597
  Assethub: number;
5598
5598
  };
5599
- boost_minimum_add_funds_amounts?: {
5599
+ boost_minimum_add_funds_amounts: {
5600
5600
  Bitcoin: {
5601
5601
  BTC: bigint | null;
5602
5602
  };
@@ -5622,7 +5622,7 @@ declare const rpcResult: {
5622
5622
  USDT: bigint | null;
5623
5623
  DOT: bigint | null;
5624
5624
  };
5625
- } | undefined;
5625
+ };
5626
5626
  }, {
5627
5627
  minimum_deposit_amounts: {
5628
5628
  Bitcoin: {
@@ -5760,7 +5760,7 @@ declare const rpcResult: {
5760
5760
  Solana: number;
5761
5761
  Assethub: number;
5762
5762
  };
5763
- boost_minimum_add_funds_amounts?: {
5763
+ boost_minimum_add_funds_amounts: {
5764
5764
  Bitcoin: {
5765
5765
  BTC: string | number | null;
5766
5766
  };
@@ -5786,7 +5786,7 @@ declare const rpcResult: {
5786
5786
  USDT: string | number | null;
5787
5787
  DOT: string | number | null;
5788
5788
  };
5789
- } | undefined;
5789
+ };
5790
5790
  }>, Omit<{
5791
5791
  minimum_deposit_amounts: {
5792
5792
  Bitcoin: {
@@ -5924,7 +5924,7 @@ declare const rpcResult: {
5924
5924
  Solana: number;
5925
5925
  Assethub: number;
5926
5926
  };
5927
- boost_minimum_add_funds_amounts?: {
5927
+ boost_minimum_add_funds_amounts: {
5928
5928
  Bitcoin: {
5929
5929
  BTC: bigint | null;
5930
5930
  };
@@ -5950,7 +5950,7 @@ declare const rpcResult: {
5950
5950
  USDT: bigint | null;
5951
5951
  DOT: bigint | null;
5952
5952
  };
5953
- } | undefined;
5953
+ };
5954
5954
  }, "egress_dust_limits"> & {
5955
5955
  readonly minimum_egress_amounts: {
5956
5956
  Bitcoin: {
@@ -6116,7 +6116,7 @@ declare const rpcResult: {
6116
6116
  Solana: number;
6117
6117
  Assethub: number;
6118
6118
  };
6119
- boost_minimum_add_funds_amounts?: {
6119
+ boost_minimum_add_funds_amounts: {
6120
6120
  Bitcoin: {
6121
6121
  BTC: string | number | null;
6122
6122
  };
@@ -6142,7 +6142,7 @@ declare const rpcResult: {
6142
6142
  USDT: string | number | null;
6143
6143
  DOT: string | number | null;
6144
6144
  };
6145
- } | undefined;
6145
+ };
6146
6146
  }>;
6147
6147
  swapping: z.ZodObject<{
6148
6148
  maximum_swap_amounts: z.ZodObject<{
@@ -6913,7 +6913,7 @@ declare const rpcResult: {
6913
6913
  };
6914
6914
  };
6915
6915
  }>;
6916
- default_oracle_price_protection: z.ZodOptional<z.ZodObject<{
6916
+ default_oracle_price_protection: z.ZodObject<{
6917
6917
  Bitcoin: z.ZodObject<{
6918
6918
  BTC: z.ZodNullable<z.ZodNumber>;
6919
6919
  }, "strip", z.ZodTypeAny, {
@@ -7031,7 +7031,7 @@ declare const rpcResult: {
7031
7031
  USDT: number | null;
7032
7032
  DOT: number | null;
7033
7033
  };
7034
- }>>;
7034
+ }>;
7035
7035
  }, "strip", z.ZodTypeAny, {
7036
7036
  maximum_swap_amounts: {
7037
7037
  Bitcoin: {
@@ -7159,7 +7159,7 @@ declare const rpcResult: {
7159
7159
  };
7160
7160
  };
7161
7161
  };
7162
- default_oracle_price_protection?: {
7162
+ default_oracle_price_protection: {
7163
7163
  Bitcoin: {
7164
7164
  BTC: number | null;
7165
7165
  };
@@ -7185,7 +7185,7 @@ declare const rpcResult: {
7185
7185
  USDT: number | null;
7186
7186
  DOT: number | null;
7187
7187
  };
7188
- } | undefined;
7188
+ };
7189
7189
  }, {
7190
7190
  maximum_swap_amounts: {
7191
7191
  Bitcoin: {
@@ -7313,7 +7313,7 @@ declare const rpcResult: {
7313
7313
  };
7314
7314
  };
7315
7315
  };
7316
- default_oracle_price_protection?: {
7316
+ default_oracle_price_protection: {
7317
7317
  Bitcoin: {
7318
7318
  BTC: number | null;
7319
7319
  };
@@ -7339,7 +7339,7 @@ declare const rpcResult: {
7339
7339
  USDT: number | null;
7340
7340
  DOT: number | null;
7341
7341
  };
7342
- } | undefined;
7342
+ };
7343
7343
  }>;
7344
7344
  funding: z.ZodObject<{
7345
7345
  redemption_tax: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
@@ -12909,7 +12909,7 @@ declare const rpcResult: {
12909
12909
  Solana: number;
12910
12910
  Assethub: number;
12911
12911
  };
12912
- boost_minimum_add_funds_amounts?: {
12912
+ boost_minimum_add_funds_amounts: {
12913
12913
  Bitcoin: {
12914
12914
  BTC: bigint | null;
12915
12915
  };
@@ -12935,7 +12935,7 @@ declare const rpcResult: {
12935
12935
  USDT: bigint | null;
12936
12936
  DOT: bigint | null;
12937
12937
  };
12938
- } | undefined;
12938
+ };
12939
12939
  }, "egress_dust_limits"> & {
12940
12940
  readonly minimum_egress_amounts: {
12941
12941
  Bitcoin: {
@@ -13092,7 +13092,7 @@ declare const rpcResult: {
13092
13092
  };
13093
13093
  };
13094
13094
  };
13095
- default_oracle_price_protection?: {
13095
+ default_oracle_price_protection: {
13096
13096
  Bitcoin: {
13097
13097
  BTC: number | null;
13098
13098
  };
@@ -13118,7 +13118,7 @@ declare const rpcResult: {
13118
13118
  USDT: number | null;
13119
13119
  DOT: number | null;
13120
13120
  };
13121
- } | undefined;
13121
+ };
13122
13122
  };
13123
13123
  funding: {
13124
13124
  redemption_tax: bigint;
@@ -13934,7 +13934,7 @@ declare const rpcResult: {
13934
13934
  Solana: number;
13935
13935
  Assethub: number;
13936
13936
  };
13937
- boost_minimum_add_funds_amounts?: {
13937
+ boost_minimum_add_funds_amounts: {
13938
13938
  Bitcoin: {
13939
13939
  BTC: string | number | null;
13940
13940
  };
@@ -13960,7 +13960,7 @@ declare const rpcResult: {
13960
13960
  USDT: string | number | null;
13961
13961
  DOT: string | number | null;
13962
13962
  };
13963
- } | undefined;
13963
+ };
13964
13964
  };
13965
13965
  swapping: {
13966
13966
  maximum_swap_amounts: {
@@ -14089,7 +14089,7 @@ declare const rpcResult: {
14089
14089
  };
14090
14090
  };
14091
14091
  };
14092
- default_oracle_price_protection?: {
14092
+ default_oracle_price_protection: {
14093
14093
  Bitcoin: {
14094
14094
  BTC: number | null;
14095
14095
  };
@@ -14115,7 +14115,7 @@ declare const rpcResult: {
14115
14115
  USDT: number | null;
14116
14116
  DOT: number | null;
14117
14117
  };
14118
- } | undefined;
14118
+ };
14119
14119
  };
14120
14120
  funding: {
14121
14121
  redemption_tax: string | number;
@@ -15035,7 +15035,7 @@ declare const rpcResult: {
15035
15035
  Solana: number;
15036
15036
  Assethub: number;
15037
15037
  }>;
15038
- boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
15038
+ boost_minimum_add_funds_amounts: z.ZodObject<{
15039
15039
  Bitcoin: z.ZodObject<{
15040
15040
  BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
15041
15041
  }, "strip", z.ZodTypeAny, {
@@ -15153,7 +15153,7 @@ declare const rpcResult: {
15153
15153
  USDT: string | number | null;
15154
15154
  DOT: string | number | null;
15155
15155
  };
15156
- }>>;
15156
+ }>;
15157
15157
  }, "strip", z.ZodTypeAny, {
15158
15158
  minimum_deposit_amounts: {
15159
15159
  Bitcoin: {
@@ -15291,7 +15291,7 @@ declare const rpcResult: {
15291
15291
  Solana: number;
15292
15292
  Assethub: number;
15293
15293
  };
15294
- boost_minimum_add_funds_amounts?: {
15294
+ boost_minimum_add_funds_amounts: {
15295
15295
  Bitcoin: {
15296
15296
  BTC: bigint | null;
15297
15297
  };
@@ -15317,7 +15317,7 @@ declare const rpcResult: {
15317
15317
  USDT: bigint | null;
15318
15318
  DOT: bigint | null;
15319
15319
  };
15320
- } | undefined;
15320
+ };
15321
15321
  }, {
15322
15322
  minimum_deposit_amounts: {
15323
15323
  Bitcoin: {
@@ -15455,7 +15455,7 @@ declare const rpcResult: {
15455
15455
  Solana: number;
15456
15456
  Assethub: number;
15457
15457
  };
15458
- boost_minimum_add_funds_amounts?: {
15458
+ boost_minimum_add_funds_amounts: {
15459
15459
  Bitcoin: {
15460
15460
  BTC: string | number | null;
15461
15461
  };
@@ -15481,7 +15481,7 @@ declare const rpcResult: {
15481
15481
  USDT: string | number | null;
15482
15482
  DOT: string | number | null;
15483
15483
  };
15484
- } | undefined;
15484
+ };
15485
15485
  }>, Omit<{
15486
15486
  minimum_deposit_amounts: {
15487
15487
  Bitcoin: {
@@ -15619,7 +15619,7 @@ declare const rpcResult: {
15619
15619
  Solana: number;
15620
15620
  Assethub: number;
15621
15621
  };
15622
- boost_minimum_add_funds_amounts?: {
15622
+ boost_minimum_add_funds_amounts: {
15623
15623
  Bitcoin: {
15624
15624
  BTC: bigint | null;
15625
15625
  };
@@ -15645,7 +15645,7 @@ declare const rpcResult: {
15645
15645
  USDT: bigint | null;
15646
15646
  DOT: bigint | null;
15647
15647
  };
15648
- } | undefined;
15648
+ };
15649
15649
  }, "egress_dust_limits"> & {
15650
15650
  readonly minimum_egress_amounts: {
15651
15651
  Bitcoin: {
@@ -15811,7 +15811,7 @@ declare const rpcResult: {
15811
15811
  Solana: number;
15812
15812
  Assethub: number;
15813
15813
  };
15814
- boost_minimum_add_funds_amounts?: {
15814
+ boost_minimum_add_funds_amounts: {
15815
15815
  Bitcoin: {
15816
15816
  BTC: string | number | null;
15817
15817
  };
@@ -15837,7 +15837,7 @@ declare const rpcResult: {
15837
15837
  USDT: string | number | null;
15838
15838
  DOT: string | number | null;
15839
15839
  };
15840
- } | undefined;
15840
+ };
15841
15841
  }>;
15842
15842
  readonly cf_pool_orders: z.ZodObject<{
15843
15843
  limit_orders: z.ZodObject<{
@@ -24507,7 +24507,7 @@ declare const rpcResult: {
24507
24507
  };
24508
24508
  };
24509
24509
  }>;
24510
- default_oracle_price_protection: z.ZodOptional<z.ZodObject<{
24510
+ default_oracle_price_protection: z.ZodObject<{
24511
24511
  Bitcoin: z.ZodObject<{
24512
24512
  BTC: z.ZodNullable<z.ZodNumber>;
24513
24513
  }, "strip", z.ZodTypeAny, {
@@ -24625,7 +24625,7 @@ declare const rpcResult: {
24625
24625
  USDT: number | null;
24626
24626
  DOT: number | null;
24627
24627
  };
24628
- }>>;
24628
+ }>;
24629
24629
  }, "strip", z.ZodTypeAny, {
24630
24630
  maximum_swap_amounts: {
24631
24631
  Bitcoin: {
@@ -24753,7 +24753,7 @@ declare const rpcResult: {
24753
24753
  };
24754
24754
  };
24755
24755
  };
24756
- default_oracle_price_protection?: {
24756
+ default_oracle_price_protection: {
24757
24757
  Bitcoin: {
24758
24758
  BTC: number | null;
24759
24759
  };
@@ -24779,7 +24779,7 @@ declare const rpcResult: {
24779
24779
  USDT: number | null;
24780
24780
  DOT: number | null;
24781
24781
  };
24782
- } | undefined;
24782
+ };
24783
24783
  }, {
24784
24784
  maximum_swap_amounts: {
24785
24785
  Bitcoin: {
@@ -24907,7 +24907,7 @@ declare const rpcResult: {
24907
24907
  };
24908
24908
  };
24909
24909
  };
24910
- default_oracle_price_protection?: {
24910
+ default_oracle_price_protection: {
24911
24911
  Bitcoin: {
24912
24912
  BTC: number | null;
24913
24913
  };
@@ -24933,7 +24933,7 @@ declare const rpcResult: {
24933
24933
  USDT: number | null;
24934
24934
  DOT: number | null;
24935
24935
  };
24936
- } | undefined;
24936
+ };
24937
24937
  }>;
24938
24938
  readonly chain_getBlockHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
24939
24939
  readonly cf_boost_pool_details: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
@@ -26683,844 +26683,173 @@ declare const rpcResult: {
26683
26683
  min_sell_tick: number;
26684
26684
  max_sell_tick: number;
26685
26685
  };
26686
+ }>]>;
26687
+ balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
26688
+ chain: z.ZodLiteral<"Bitcoin">;
26689
+ asset: z.ZodLiteral<"BTC">;
26690
+ }, "strip", z.ZodTypeAny, {
26691
+ chain: "Bitcoin";
26692
+ asset: "BTC";
26693
+ }, {
26694
+ chain: "Bitcoin";
26695
+ asset: "BTC";
26686
26696
  }>, z.ZodObject<{
26687
- OracleTracking: z.ZodObject<{
26688
- min_buy_offset_tick: z.ZodNumber;
26689
- max_buy_offset_tick: z.ZodNumber;
26690
- min_sell_offset_tick: z.ZodNumber;
26691
- max_sell_offset_tick: z.ZodNumber;
26692
- base_asset: z.ZodUnion<[z.ZodObject<{
26693
- chain: z.ZodLiteral<"Bitcoin">;
26694
- asset: z.ZodLiteral<"BTC">;
26695
- }, "strip", z.ZodTypeAny, {
26696
- chain: "Bitcoin";
26697
- asset: "BTC";
26698
- }, {
26697
+ chain: z.ZodLiteral<"Ethereum">;
26698
+ asset: z.ZodLiteral<"FLIP">;
26699
+ }, "strip", z.ZodTypeAny, {
26700
+ chain: "Ethereum";
26701
+ asset: "FLIP";
26702
+ }, {
26703
+ chain: "Ethereum";
26704
+ asset: "FLIP";
26705
+ }>, z.ZodObject<{
26706
+ chain: z.ZodLiteral<"Ethereum">;
26707
+ asset: z.ZodLiteral<"ETH">;
26708
+ }, "strip", z.ZodTypeAny, {
26709
+ chain: "Ethereum";
26710
+ asset: "ETH";
26711
+ }, {
26712
+ chain: "Ethereum";
26713
+ asset: "ETH";
26714
+ }>, z.ZodObject<{
26715
+ chain: z.ZodLiteral<"Ethereum">;
26716
+ asset: z.ZodLiteral<"USDC">;
26717
+ }, "strip", z.ZodTypeAny, {
26718
+ chain: "Ethereum";
26719
+ asset: "USDC";
26720
+ }, {
26721
+ chain: "Ethereum";
26722
+ asset: "USDC";
26723
+ }>, z.ZodObject<{
26724
+ chain: z.ZodLiteral<"Ethereum">;
26725
+ asset: z.ZodLiteral<"USDT">;
26726
+ }, "strip", z.ZodTypeAny, {
26727
+ chain: "Ethereum";
26728
+ asset: "USDT";
26729
+ }, {
26730
+ chain: "Ethereum";
26731
+ asset: "USDT";
26732
+ }>, z.ZodObject<{
26733
+ chain: z.ZodLiteral<"Ethereum">;
26734
+ asset: z.ZodLiteral<"WBTC">;
26735
+ }, "strip", z.ZodTypeAny, {
26736
+ chain: "Ethereum";
26737
+ asset: "WBTC";
26738
+ }, {
26739
+ chain: "Ethereum";
26740
+ asset: "WBTC";
26741
+ }>, z.ZodObject<{
26742
+ chain: z.ZodLiteral<"Arbitrum">;
26743
+ asset: z.ZodLiteral<"ETH">;
26744
+ }, "strip", z.ZodTypeAny, {
26745
+ chain: "Arbitrum";
26746
+ asset: "ETH";
26747
+ }, {
26748
+ chain: "Arbitrum";
26749
+ asset: "ETH";
26750
+ }>, z.ZodObject<{
26751
+ chain: z.ZodLiteral<"Arbitrum">;
26752
+ asset: z.ZodLiteral<"USDC">;
26753
+ }, "strip", z.ZodTypeAny, {
26754
+ chain: "Arbitrum";
26755
+ asset: "USDC";
26756
+ }, {
26757
+ chain: "Arbitrum";
26758
+ asset: "USDC";
26759
+ }>, z.ZodObject<{
26760
+ chain: z.ZodLiteral<"Arbitrum">;
26761
+ asset: z.ZodLiteral<"USDT">;
26762
+ }, "strip", z.ZodTypeAny, {
26763
+ chain: "Arbitrum";
26764
+ asset: "USDT";
26765
+ }, {
26766
+ chain: "Arbitrum";
26767
+ asset: "USDT";
26768
+ }>, z.ZodObject<{
26769
+ chain: z.ZodLiteral<"Solana">;
26770
+ asset: z.ZodLiteral<"SOL">;
26771
+ }, "strip", z.ZodTypeAny, {
26772
+ chain: "Solana";
26773
+ asset: "SOL";
26774
+ }, {
26775
+ chain: "Solana";
26776
+ asset: "SOL";
26777
+ }>, z.ZodObject<{
26778
+ chain: z.ZodLiteral<"Solana">;
26779
+ asset: z.ZodLiteral<"USDC">;
26780
+ }, "strip", z.ZodTypeAny, {
26781
+ chain: "Solana";
26782
+ asset: "USDC";
26783
+ }, {
26784
+ chain: "Solana";
26785
+ asset: "USDC";
26786
+ }>, z.ZodObject<{
26787
+ chain: z.ZodLiteral<"Solana">;
26788
+ asset: z.ZodLiteral<"USDT">;
26789
+ }, "strip", z.ZodTypeAny, {
26790
+ chain: "Solana";
26791
+ asset: "USDT";
26792
+ }, {
26793
+ chain: "Solana";
26794
+ asset: "USDT";
26795
+ }>, z.ZodObject<{
26796
+ chain: z.ZodLiteral<"Assethub">;
26797
+ asset: z.ZodLiteral<"DOT">;
26798
+ }, "strip", z.ZodTypeAny, {
26799
+ chain: "Assethub";
26800
+ asset: "DOT";
26801
+ }, {
26802
+ chain: "Assethub";
26803
+ asset: "DOT";
26804
+ }>, z.ZodObject<{
26805
+ chain: z.ZodLiteral<"Assethub">;
26806
+ asset: z.ZodLiteral<"USDC">;
26807
+ }, "strip", z.ZodTypeAny, {
26808
+ chain: "Assethub";
26809
+ asset: "USDC";
26810
+ }, {
26811
+ chain: "Assethub";
26812
+ asset: "USDC";
26813
+ }>, z.ZodObject<{
26814
+ chain: z.ZodLiteral<"Assethub">;
26815
+ asset: z.ZodLiteral<"USDT">;
26816
+ }, "strip", z.ZodTypeAny, {
26817
+ chain: "Assethub";
26818
+ asset: "USDT";
26819
+ }, {
26820
+ chain: "Assethub";
26821
+ asset: "USDT";
26822
+ }>]>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>], null>, "many">;
26823
+ }, "strip", z.ZodTypeAny, {
26824
+ lp_id: string;
26825
+ strategy_id: string;
26826
+ strategy: {
26827
+ TickZeroCentered: {
26828
+ base_asset: {
26699
26829
  chain: "Bitcoin";
26700
26830
  asset: "BTC";
26701
- }>, z.ZodObject<{
26702
- chain: z.ZodLiteral<"Ethereum">;
26703
- asset: z.ZodLiteral<"FLIP">;
26704
- }, "strip", z.ZodTypeAny, {
26705
- chain: "Ethereum";
26706
- asset: "FLIP";
26707
- }, {
26831
+ } | {
26708
26832
  chain: "Ethereum";
26709
26833
  asset: "FLIP";
26710
- }>, z.ZodObject<{
26711
- chain: z.ZodLiteral<"Ethereum">;
26712
- asset: z.ZodLiteral<"ETH">;
26713
- }, "strip", z.ZodTypeAny, {
26714
- chain: "Ethereum";
26715
- asset: "ETH";
26716
- }, {
26834
+ } | {
26717
26835
  chain: "Ethereum";
26718
26836
  asset: "ETH";
26719
- }>, z.ZodObject<{
26720
- chain: z.ZodLiteral<"Ethereum">;
26721
- asset: z.ZodLiteral<"USDC">;
26722
- }, "strip", z.ZodTypeAny, {
26723
- chain: "Ethereum";
26724
- asset: "USDC";
26725
- }, {
26837
+ } | {
26726
26838
  chain: "Ethereum";
26727
26839
  asset: "USDC";
26728
- }>, z.ZodObject<{
26729
- chain: z.ZodLiteral<"Ethereum">;
26730
- asset: z.ZodLiteral<"USDT">;
26731
- }, "strip", z.ZodTypeAny, {
26732
- chain: "Ethereum";
26733
- asset: "USDT";
26734
- }, {
26840
+ } | {
26735
26841
  chain: "Ethereum";
26736
26842
  asset: "USDT";
26737
- }>, z.ZodObject<{
26738
- chain: z.ZodLiteral<"Ethereum">;
26739
- asset: z.ZodLiteral<"WBTC">;
26740
- }, "strip", z.ZodTypeAny, {
26741
- chain: "Ethereum";
26742
- asset: "WBTC";
26743
- }, {
26843
+ } | {
26744
26844
  chain: "Ethereum";
26745
26845
  asset: "WBTC";
26746
- }>, z.ZodObject<{
26747
- chain: z.ZodLiteral<"Arbitrum">;
26748
- asset: z.ZodLiteral<"ETH">;
26749
- }, "strip", z.ZodTypeAny, {
26750
- chain: "Arbitrum";
26751
- asset: "ETH";
26752
- }, {
26846
+ } | {
26753
26847
  chain: "Arbitrum";
26754
26848
  asset: "ETH";
26755
- }>, z.ZodObject<{
26756
- chain: z.ZodLiteral<"Arbitrum">;
26757
- asset: z.ZodLiteral<"USDC">;
26758
- }, "strip", z.ZodTypeAny, {
26759
- chain: "Arbitrum";
26760
- asset: "USDC";
26761
- }, {
26849
+ } | {
26762
26850
  chain: "Arbitrum";
26763
26851
  asset: "USDC";
26764
- }>, z.ZodObject<{
26765
- chain: z.ZodLiteral<"Arbitrum">;
26766
- asset: z.ZodLiteral<"USDT">;
26767
- }, "strip", z.ZodTypeAny, {
26768
- chain: "Arbitrum";
26769
- asset: "USDT";
26770
- }, {
26771
- chain: "Arbitrum";
26772
- asset: "USDT";
26773
- }>, z.ZodObject<{
26774
- chain: z.ZodLiteral<"Solana">;
26775
- asset: z.ZodLiteral<"SOL">;
26776
- }, "strip", z.ZodTypeAny, {
26777
- chain: "Solana";
26778
- asset: "SOL";
26779
- }, {
26780
- chain: "Solana";
26781
- asset: "SOL";
26782
- }>, z.ZodObject<{
26783
- chain: z.ZodLiteral<"Solana">;
26784
- asset: z.ZodLiteral<"USDC">;
26785
- }, "strip", z.ZodTypeAny, {
26786
- chain: "Solana";
26787
- asset: "USDC";
26788
- }, {
26789
- chain: "Solana";
26790
- asset: "USDC";
26791
- }>, z.ZodObject<{
26792
- chain: z.ZodLiteral<"Solana">;
26793
- asset: z.ZodLiteral<"USDT">;
26794
- }, "strip", z.ZodTypeAny, {
26795
- chain: "Solana";
26796
- asset: "USDT";
26797
- }, {
26798
- chain: "Solana";
26799
- asset: "USDT";
26800
- }>, z.ZodObject<{
26801
- chain: z.ZodLiteral<"Assethub">;
26802
- asset: z.ZodLiteral<"DOT">;
26803
- }, "strip", z.ZodTypeAny, {
26804
- chain: "Assethub";
26805
- asset: "DOT";
26806
- }, {
26807
- chain: "Assethub";
26808
- asset: "DOT";
26809
- }>, z.ZodObject<{
26810
- chain: z.ZodLiteral<"Assethub">;
26811
- asset: z.ZodLiteral<"USDC">;
26812
- }, "strip", z.ZodTypeAny, {
26813
- chain: "Assethub";
26814
- asset: "USDC";
26815
- }, {
26816
- chain: "Assethub";
26817
- asset: "USDC";
26818
- }>, z.ZodObject<{
26819
- chain: z.ZodLiteral<"Assethub">;
26820
- asset: z.ZodLiteral<"USDT">;
26821
- }, "strip", z.ZodTypeAny, {
26822
- chain: "Assethub";
26823
- asset: "USDT";
26824
- }, {
26825
- chain: "Assethub";
26826
- asset: "USDT";
26827
- }>]>;
26828
- quote_asset: z.ZodUnion<[z.ZodObject<{
26829
- chain: z.ZodLiteral<"Bitcoin">;
26830
- asset: z.ZodLiteral<"BTC">;
26831
- }, "strip", z.ZodTypeAny, {
26832
- chain: "Bitcoin";
26833
- asset: "BTC";
26834
- }, {
26835
- chain: "Bitcoin";
26836
- asset: "BTC";
26837
- }>, z.ZodObject<{
26838
- chain: z.ZodLiteral<"Ethereum">;
26839
- asset: z.ZodLiteral<"FLIP">;
26840
- }, "strip", z.ZodTypeAny, {
26841
- chain: "Ethereum";
26842
- asset: "FLIP";
26843
- }, {
26844
- chain: "Ethereum";
26845
- asset: "FLIP";
26846
- }>, z.ZodObject<{
26847
- chain: z.ZodLiteral<"Ethereum">;
26848
- asset: z.ZodLiteral<"ETH">;
26849
- }, "strip", z.ZodTypeAny, {
26850
- chain: "Ethereum";
26851
- asset: "ETH";
26852
- }, {
26853
- chain: "Ethereum";
26854
- asset: "ETH";
26855
- }>, z.ZodObject<{
26856
- chain: z.ZodLiteral<"Ethereum">;
26857
- asset: z.ZodLiteral<"USDC">;
26858
- }, "strip", z.ZodTypeAny, {
26859
- chain: "Ethereum";
26860
- asset: "USDC";
26861
- }, {
26862
- chain: "Ethereum";
26863
- asset: "USDC";
26864
- }>, z.ZodObject<{
26865
- chain: z.ZodLiteral<"Ethereum">;
26866
- asset: z.ZodLiteral<"USDT">;
26867
- }, "strip", z.ZodTypeAny, {
26868
- chain: "Ethereum";
26869
- asset: "USDT";
26870
- }, {
26871
- chain: "Ethereum";
26872
- asset: "USDT";
26873
- }>, z.ZodObject<{
26874
- chain: z.ZodLiteral<"Ethereum">;
26875
- asset: z.ZodLiteral<"WBTC">;
26876
- }, "strip", z.ZodTypeAny, {
26877
- chain: "Ethereum";
26878
- asset: "WBTC";
26879
- }, {
26880
- chain: "Ethereum";
26881
- asset: "WBTC";
26882
- }>, z.ZodObject<{
26883
- chain: z.ZodLiteral<"Arbitrum">;
26884
- asset: z.ZodLiteral<"ETH">;
26885
- }, "strip", z.ZodTypeAny, {
26886
- chain: "Arbitrum";
26887
- asset: "ETH";
26888
- }, {
26889
- chain: "Arbitrum";
26890
- asset: "ETH";
26891
- }>, z.ZodObject<{
26892
- chain: z.ZodLiteral<"Arbitrum">;
26893
- asset: z.ZodLiteral<"USDC">;
26894
- }, "strip", z.ZodTypeAny, {
26895
- chain: "Arbitrum";
26896
- asset: "USDC";
26897
- }, {
26898
- chain: "Arbitrum";
26899
- asset: "USDC";
26900
- }>, z.ZodObject<{
26901
- chain: z.ZodLiteral<"Arbitrum">;
26902
- asset: z.ZodLiteral<"USDT">;
26903
- }, "strip", z.ZodTypeAny, {
26904
- chain: "Arbitrum";
26905
- asset: "USDT";
26906
- }, {
26907
- chain: "Arbitrum";
26908
- asset: "USDT";
26909
- }>, z.ZodObject<{
26910
- chain: z.ZodLiteral<"Solana">;
26911
- asset: z.ZodLiteral<"SOL">;
26912
- }, "strip", z.ZodTypeAny, {
26913
- chain: "Solana";
26914
- asset: "SOL";
26915
- }, {
26916
- chain: "Solana";
26917
- asset: "SOL";
26918
- }>, z.ZodObject<{
26919
- chain: z.ZodLiteral<"Solana">;
26920
- asset: z.ZodLiteral<"USDC">;
26921
- }, "strip", z.ZodTypeAny, {
26922
- chain: "Solana";
26923
- asset: "USDC";
26924
- }, {
26925
- chain: "Solana";
26926
- asset: "USDC";
26927
- }>, z.ZodObject<{
26928
- chain: z.ZodLiteral<"Solana">;
26929
- asset: z.ZodLiteral<"USDT">;
26930
- }, "strip", z.ZodTypeAny, {
26931
- chain: "Solana";
26932
- asset: "USDT";
26933
- }, {
26934
- chain: "Solana";
26935
- asset: "USDT";
26936
- }>, z.ZodObject<{
26937
- chain: z.ZodLiteral<"Assethub">;
26938
- asset: z.ZodLiteral<"DOT">;
26939
- }, "strip", z.ZodTypeAny, {
26940
- chain: "Assethub";
26941
- asset: "DOT";
26942
- }, {
26943
- chain: "Assethub";
26944
- asset: "DOT";
26945
- }>, z.ZodObject<{
26946
- chain: z.ZodLiteral<"Assethub">;
26947
- asset: z.ZodLiteral<"USDC">;
26948
- }, "strip", z.ZodTypeAny, {
26949
- chain: "Assethub";
26950
- asset: "USDC";
26951
- }, {
26952
- chain: "Assethub";
26953
- asset: "USDC";
26954
- }>, z.ZodObject<{
26955
- chain: z.ZodLiteral<"Assethub">;
26956
- asset: z.ZodLiteral<"USDT">;
26957
- }, "strip", z.ZodTypeAny, {
26958
- chain: "Assethub";
26959
- asset: "USDT";
26960
- }, {
26961
- chain: "Assethub";
26962
- asset: "USDT";
26963
- }>]>;
26964
- }, "strip", z.ZodTypeAny, {
26965
- quote_asset: {
26966
- chain: "Bitcoin";
26967
- asset: "BTC";
26968
- } | {
26969
- chain: "Ethereum";
26970
- asset: "FLIP";
26971
- } | {
26972
- chain: "Ethereum";
26973
- asset: "ETH";
26974
- } | {
26975
- chain: "Ethereum";
26976
- asset: "USDC";
26977
- } | {
26978
- chain: "Ethereum";
26979
- asset: "USDT";
26980
- } | {
26981
- chain: "Ethereum";
26982
- asset: "WBTC";
26983
- } | {
26984
- chain: "Arbitrum";
26985
- asset: "ETH";
26986
- } | {
26987
- chain: "Arbitrum";
26988
- asset: "USDC";
26989
- } | {
26990
- chain: "Arbitrum";
26991
- asset: "USDT";
26992
- } | {
26993
- chain: "Solana";
26994
- asset: "SOL";
26995
- } | {
26996
- chain: "Solana";
26997
- asset: "USDC";
26998
- } | {
26999
- chain: "Solana";
27000
- asset: "USDT";
27001
- } | {
27002
- chain: "Assethub";
27003
- asset: "DOT";
27004
- } | {
27005
- chain: "Assethub";
27006
- asset: "USDC";
27007
- } | {
27008
- chain: "Assethub";
27009
- asset: "USDT";
27010
- };
27011
- base_asset: {
27012
- chain: "Bitcoin";
27013
- asset: "BTC";
27014
- } | {
27015
- chain: "Ethereum";
27016
- asset: "FLIP";
27017
- } | {
27018
- chain: "Ethereum";
27019
- asset: "ETH";
27020
- } | {
27021
- chain: "Ethereum";
27022
- asset: "USDC";
27023
- } | {
27024
- chain: "Ethereum";
27025
- asset: "USDT";
27026
- } | {
27027
- chain: "Ethereum";
27028
- asset: "WBTC";
27029
- } | {
27030
- chain: "Arbitrum";
27031
- asset: "ETH";
27032
- } | {
27033
- chain: "Arbitrum";
27034
- asset: "USDC";
27035
- } | {
27036
- chain: "Arbitrum";
27037
- asset: "USDT";
27038
- } | {
27039
- chain: "Solana";
27040
- asset: "SOL";
27041
- } | {
27042
- chain: "Solana";
27043
- asset: "USDC";
27044
- } | {
27045
- chain: "Solana";
27046
- asset: "USDT";
27047
- } | {
27048
- chain: "Assethub";
27049
- asset: "DOT";
27050
- } | {
27051
- chain: "Assethub";
27052
- asset: "USDC";
27053
- } | {
27054
- chain: "Assethub";
27055
- asset: "USDT";
27056
- };
27057
- min_buy_offset_tick: number;
27058
- max_buy_offset_tick: number;
27059
- min_sell_offset_tick: number;
27060
- max_sell_offset_tick: number;
27061
- }, {
27062
- quote_asset: {
27063
- chain: "Bitcoin";
27064
- asset: "BTC";
27065
- } | {
27066
- chain: "Ethereum";
27067
- asset: "FLIP";
27068
- } | {
27069
- chain: "Ethereum";
27070
- asset: "ETH";
27071
- } | {
27072
- chain: "Ethereum";
27073
- asset: "USDC";
27074
- } | {
27075
- chain: "Ethereum";
27076
- asset: "USDT";
27077
- } | {
27078
- chain: "Ethereum";
27079
- asset: "WBTC";
27080
- } | {
27081
- chain: "Arbitrum";
27082
- asset: "ETH";
27083
- } | {
27084
- chain: "Arbitrum";
27085
- asset: "USDC";
27086
- } | {
27087
- chain: "Arbitrum";
27088
- asset: "USDT";
27089
- } | {
27090
- chain: "Solana";
27091
- asset: "SOL";
27092
- } | {
27093
- chain: "Solana";
27094
- asset: "USDC";
27095
- } | {
27096
- chain: "Solana";
27097
- asset: "USDT";
27098
- } | {
27099
- chain: "Assethub";
27100
- asset: "DOT";
27101
- } | {
27102
- chain: "Assethub";
27103
- asset: "USDC";
27104
- } | {
27105
- chain: "Assethub";
27106
- asset: "USDT";
27107
- };
27108
- base_asset: {
27109
- chain: "Bitcoin";
27110
- asset: "BTC";
27111
- } | {
27112
- chain: "Ethereum";
27113
- asset: "FLIP";
27114
- } | {
27115
- chain: "Ethereum";
27116
- asset: "ETH";
27117
- } | {
27118
- chain: "Ethereum";
27119
- asset: "USDC";
27120
- } | {
27121
- chain: "Ethereum";
27122
- asset: "USDT";
27123
- } | {
27124
- chain: "Ethereum";
27125
- asset: "WBTC";
27126
- } | {
27127
- chain: "Arbitrum";
27128
- asset: "ETH";
27129
- } | {
27130
- chain: "Arbitrum";
27131
- asset: "USDC";
27132
- } | {
27133
- chain: "Arbitrum";
27134
- asset: "USDT";
27135
- } | {
27136
- chain: "Solana";
27137
- asset: "SOL";
27138
- } | {
27139
- chain: "Solana";
27140
- asset: "USDC";
27141
- } | {
27142
- chain: "Solana";
27143
- asset: "USDT";
27144
- } | {
27145
- chain: "Assethub";
27146
- asset: "DOT";
27147
- } | {
27148
- chain: "Assethub";
27149
- asset: "USDC";
27150
- } | {
27151
- chain: "Assethub";
27152
- asset: "USDT";
27153
- };
27154
- min_buy_offset_tick: number;
27155
- max_buy_offset_tick: number;
27156
- min_sell_offset_tick: number;
27157
- max_sell_offset_tick: number;
27158
- }>;
27159
- }, "strip", z.ZodTypeAny, {
27160
- OracleTracking: {
27161
- quote_asset: {
27162
- chain: "Bitcoin";
27163
- asset: "BTC";
27164
- } | {
27165
- chain: "Ethereum";
27166
- asset: "FLIP";
27167
- } | {
27168
- chain: "Ethereum";
27169
- asset: "ETH";
27170
- } | {
27171
- chain: "Ethereum";
27172
- asset: "USDC";
27173
- } | {
27174
- chain: "Ethereum";
27175
- asset: "USDT";
27176
- } | {
27177
- chain: "Ethereum";
27178
- asset: "WBTC";
27179
- } | {
27180
- chain: "Arbitrum";
27181
- asset: "ETH";
27182
- } | {
27183
- chain: "Arbitrum";
27184
- asset: "USDC";
27185
- } | {
27186
- chain: "Arbitrum";
27187
- asset: "USDT";
27188
- } | {
27189
- chain: "Solana";
27190
- asset: "SOL";
27191
- } | {
27192
- chain: "Solana";
27193
- asset: "USDC";
27194
- } | {
27195
- chain: "Solana";
27196
- asset: "USDT";
27197
- } | {
27198
- chain: "Assethub";
27199
- asset: "DOT";
27200
- } | {
27201
- chain: "Assethub";
27202
- asset: "USDC";
27203
- } | {
27204
- chain: "Assethub";
27205
- asset: "USDT";
27206
- };
27207
- base_asset: {
27208
- chain: "Bitcoin";
27209
- asset: "BTC";
27210
- } | {
27211
- chain: "Ethereum";
27212
- asset: "FLIP";
27213
- } | {
27214
- chain: "Ethereum";
27215
- asset: "ETH";
27216
- } | {
27217
- chain: "Ethereum";
27218
- asset: "USDC";
27219
- } | {
27220
- chain: "Ethereum";
27221
- asset: "USDT";
27222
- } | {
27223
- chain: "Ethereum";
27224
- asset: "WBTC";
27225
- } | {
27226
- chain: "Arbitrum";
27227
- asset: "ETH";
27228
- } | {
27229
- chain: "Arbitrum";
27230
- asset: "USDC";
27231
- } | {
27232
- chain: "Arbitrum";
27233
- asset: "USDT";
27234
- } | {
27235
- chain: "Solana";
27236
- asset: "SOL";
27237
- } | {
27238
- chain: "Solana";
27239
- asset: "USDC";
27240
- } | {
27241
- chain: "Solana";
27242
- asset: "USDT";
27243
- } | {
27244
- chain: "Assethub";
27245
- asset: "DOT";
27246
- } | {
27247
- chain: "Assethub";
27248
- asset: "USDC";
27249
- } | {
27250
- chain: "Assethub";
27251
- asset: "USDT";
27252
- };
27253
- min_buy_offset_tick: number;
27254
- max_buy_offset_tick: number;
27255
- min_sell_offset_tick: number;
27256
- max_sell_offset_tick: number;
27257
- };
27258
- }, {
27259
- OracleTracking: {
27260
- quote_asset: {
27261
- chain: "Bitcoin";
27262
- asset: "BTC";
27263
- } | {
27264
- chain: "Ethereum";
27265
- asset: "FLIP";
27266
- } | {
27267
- chain: "Ethereum";
27268
- asset: "ETH";
27269
- } | {
27270
- chain: "Ethereum";
27271
- asset: "USDC";
27272
- } | {
27273
- chain: "Ethereum";
27274
- asset: "USDT";
27275
- } | {
27276
- chain: "Ethereum";
27277
- asset: "WBTC";
27278
- } | {
27279
- chain: "Arbitrum";
27280
- asset: "ETH";
27281
- } | {
27282
- chain: "Arbitrum";
27283
- asset: "USDC";
27284
- } | {
27285
- chain: "Arbitrum";
27286
- asset: "USDT";
27287
- } | {
27288
- chain: "Solana";
27289
- asset: "SOL";
27290
- } | {
27291
- chain: "Solana";
27292
- asset: "USDC";
27293
- } | {
27294
- chain: "Solana";
27295
- asset: "USDT";
27296
- } | {
27297
- chain: "Assethub";
27298
- asset: "DOT";
27299
- } | {
27300
- chain: "Assethub";
27301
- asset: "USDC";
27302
- } | {
27303
- chain: "Assethub";
27304
- asset: "USDT";
27305
- };
27306
- base_asset: {
27307
- chain: "Bitcoin";
27308
- asset: "BTC";
27309
- } | {
27310
- chain: "Ethereum";
27311
- asset: "FLIP";
27312
- } | {
27313
- chain: "Ethereum";
27314
- asset: "ETH";
27315
- } | {
27316
- chain: "Ethereum";
27317
- asset: "USDC";
27318
- } | {
27319
- chain: "Ethereum";
27320
- asset: "USDT";
27321
- } | {
27322
- chain: "Ethereum";
27323
- asset: "WBTC";
27324
- } | {
27325
- chain: "Arbitrum";
27326
- asset: "ETH";
27327
- } | {
27328
- chain: "Arbitrum";
27329
- asset: "USDC";
27330
- } | {
27331
- chain: "Arbitrum";
27332
- asset: "USDT";
27333
- } | {
27334
- chain: "Solana";
27335
- asset: "SOL";
27336
- } | {
27337
- chain: "Solana";
27338
- asset: "USDC";
27339
- } | {
27340
- chain: "Solana";
27341
- asset: "USDT";
27342
- } | {
27343
- chain: "Assethub";
27344
- asset: "DOT";
27345
- } | {
27346
- chain: "Assethub";
27347
- asset: "USDC";
27348
- } | {
27349
- chain: "Assethub";
27350
- asset: "USDT";
27351
- };
27352
- min_buy_offset_tick: number;
27353
- max_buy_offset_tick: number;
27354
- min_sell_offset_tick: number;
27355
- max_sell_offset_tick: number;
27356
- };
27357
- }>]>;
27358
- balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
27359
- chain: z.ZodLiteral<"Bitcoin">;
27360
- asset: z.ZodLiteral<"BTC">;
27361
- }, "strip", z.ZodTypeAny, {
27362
- chain: "Bitcoin";
27363
- asset: "BTC";
27364
- }, {
27365
- chain: "Bitcoin";
27366
- asset: "BTC";
27367
- }>, z.ZodObject<{
27368
- chain: z.ZodLiteral<"Ethereum">;
27369
- asset: z.ZodLiteral<"FLIP">;
27370
- }, "strip", z.ZodTypeAny, {
27371
- chain: "Ethereum";
27372
- asset: "FLIP";
27373
- }, {
27374
- chain: "Ethereum";
27375
- asset: "FLIP";
27376
- }>, z.ZodObject<{
27377
- chain: z.ZodLiteral<"Ethereum">;
27378
- asset: z.ZodLiteral<"ETH">;
27379
- }, "strip", z.ZodTypeAny, {
27380
- chain: "Ethereum";
27381
- asset: "ETH";
27382
- }, {
27383
- chain: "Ethereum";
27384
- asset: "ETH";
27385
- }>, z.ZodObject<{
27386
- chain: z.ZodLiteral<"Ethereum">;
27387
- asset: z.ZodLiteral<"USDC">;
27388
- }, "strip", z.ZodTypeAny, {
27389
- chain: "Ethereum";
27390
- asset: "USDC";
27391
- }, {
27392
- chain: "Ethereum";
27393
- asset: "USDC";
27394
- }>, z.ZodObject<{
27395
- chain: z.ZodLiteral<"Ethereum">;
27396
- asset: z.ZodLiteral<"USDT">;
27397
- }, "strip", z.ZodTypeAny, {
27398
- chain: "Ethereum";
27399
- asset: "USDT";
27400
- }, {
27401
- chain: "Ethereum";
27402
- asset: "USDT";
27403
- }>, z.ZodObject<{
27404
- chain: z.ZodLiteral<"Ethereum">;
27405
- asset: z.ZodLiteral<"WBTC">;
27406
- }, "strip", z.ZodTypeAny, {
27407
- chain: "Ethereum";
27408
- asset: "WBTC";
27409
- }, {
27410
- chain: "Ethereum";
27411
- asset: "WBTC";
27412
- }>, z.ZodObject<{
27413
- chain: z.ZodLiteral<"Arbitrum">;
27414
- asset: z.ZodLiteral<"ETH">;
27415
- }, "strip", z.ZodTypeAny, {
27416
- chain: "Arbitrum";
27417
- asset: "ETH";
27418
- }, {
27419
- chain: "Arbitrum";
27420
- asset: "ETH";
27421
- }>, z.ZodObject<{
27422
- chain: z.ZodLiteral<"Arbitrum">;
27423
- asset: z.ZodLiteral<"USDC">;
27424
- }, "strip", z.ZodTypeAny, {
27425
- chain: "Arbitrum";
27426
- asset: "USDC";
27427
- }, {
27428
- chain: "Arbitrum";
27429
- asset: "USDC";
27430
- }>, z.ZodObject<{
27431
- chain: z.ZodLiteral<"Arbitrum">;
27432
- asset: z.ZodLiteral<"USDT">;
27433
- }, "strip", z.ZodTypeAny, {
27434
- chain: "Arbitrum";
27435
- asset: "USDT";
27436
- }, {
27437
- chain: "Arbitrum";
27438
- asset: "USDT";
27439
- }>, z.ZodObject<{
27440
- chain: z.ZodLiteral<"Solana">;
27441
- asset: z.ZodLiteral<"SOL">;
27442
- }, "strip", z.ZodTypeAny, {
27443
- chain: "Solana";
27444
- asset: "SOL";
27445
- }, {
27446
- chain: "Solana";
27447
- asset: "SOL";
27448
- }>, z.ZodObject<{
27449
- chain: z.ZodLiteral<"Solana">;
27450
- asset: z.ZodLiteral<"USDC">;
27451
- }, "strip", z.ZodTypeAny, {
27452
- chain: "Solana";
27453
- asset: "USDC";
27454
- }, {
27455
- chain: "Solana";
27456
- asset: "USDC";
27457
- }>, z.ZodObject<{
27458
- chain: z.ZodLiteral<"Solana">;
27459
- asset: z.ZodLiteral<"USDT">;
27460
- }, "strip", z.ZodTypeAny, {
27461
- chain: "Solana";
27462
- asset: "USDT";
27463
- }, {
27464
- chain: "Solana";
27465
- asset: "USDT";
27466
- }>, z.ZodObject<{
27467
- chain: z.ZodLiteral<"Assethub">;
27468
- asset: z.ZodLiteral<"DOT">;
27469
- }, "strip", z.ZodTypeAny, {
27470
- chain: "Assethub";
27471
- asset: "DOT";
27472
- }, {
27473
- chain: "Assethub";
27474
- asset: "DOT";
27475
- }>, z.ZodObject<{
27476
- chain: z.ZodLiteral<"Assethub">;
27477
- asset: z.ZodLiteral<"USDC">;
27478
- }, "strip", z.ZodTypeAny, {
27479
- chain: "Assethub";
27480
- asset: "USDC";
27481
- }, {
27482
- chain: "Assethub";
27483
- asset: "USDC";
27484
- }>, z.ZodObject<{
27485
- chain: z.ZodLiteral<"Assethub">;
27486
- asset: z.ZodLiteral<"USDT">;
27487
- }, "strip", z.ZodTypeAny, {
27488
- chain: "Assethub";
27489
- asset: "USDT";
27490
- }, {
27491
- chain: "Assethub";
27492
- asset: "USDT";
27493
- }>]>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>], null>, "many">;
27494
- }, "strip", z.ZodTypeAny, {
27495
- lp_id: string;
27496
- strategy_id: string;
27497
- strategy: {
27498
- TickZeroCentered: {
27499
- base_asset: {
27500
- chain: "Bitcoin";
27501
- asset: "BTC";
27502
- } | {
27503
- chain: "Ethereum";
27504
- asset: "FLIP";
27505
- } | {
27506
- chain: "Ethereum";
27507
- asset: "ETH";
27508
- } | {
27509
- chain: "Ethereum";
27510
- asset: "USDC";
27511
- } | {
27512
- chain: "Ethereum";
27513
- asset: "USDT";
27514
- } | {
27515
- chain: "Ethereum";
27516
- asset: "WBTC";
27517
- } | {
27518
- chain: "Arbitrum";
27519
- asset: "ETH";
27520
- } | {
27521
- chain: "Arbitrum";
27522
- asset: "USDC";
27523
- } | {
26852
+ } | {
27524
26853
  chain: "Arbitrum";
27525
26854
  asset: "USDT";
27526
26855
  } | {
@@ -27648,105 +26977,6 @@ declare const rpcResult: {
27648
26977
  min_sell_tick: number;
27649
26978
  max_sell_tick: number;
27650
26979
  };
27651
- } | {
27652
- OracleTracking: {
27653
- quote_asset: {
27654
- chain: "Bitcoin";
27655
- asset: "BTC";
27656
- } | {
27657
- chain: "Ethereum";
27658
- asset: "FLIP";
27659
- } | {
27660
- chain: "Ethereum";
27661
- asset: "ETH";
27662
- } | {
27663
- chain: "Ethereum";
27664
- asset: "USDC";
27665
- } | {
27666
- chain: "Ethereum";
27667
- asset: "USDT";
27668
- } | {
27669
- chain: "Ethereum";
27670
- asset: "WBTC";
27671
- } | {
27672
- chain: "Arbitrum";
27673
- asset: "ETH";
27674
- } | {
27675
- chain: "Arbitrum";
27676
- asset: "USDC";
27677
- } | {
27678
- chain: "Arbitrum";
27679
- asset: "USDT";
27680
- } | {
27681
- chain: "Solana";
27682
- asset: "SOL";
27683
- } | {
27684
- chain: "Solana";
27685
- asset: "USDC";
27686
- } | {
27687
- chain: "Solana";
27688
- asset: "USDT";
27689
- } | {
27690
- chain: "Assethub";
27691
- asset: "DOT";
27692
- } | {
27693
- chain: "Assethub";
27694
- asset: "USDC";
27695
- } | {
27696
- chain: "Assethub";
27697
- asset: "USDT";
27698
- };
27699
- base_asset: {
27700
- chain: "Bitcoin";
27701
- asset: "BTC";
27702
- } | {
27703
- chain: "Ethereum";
27704
- asset: "FLIP";
27705
- } | {
27706
- chain: "Ethereum";
27707
- asset: "ETH";
27708
- } | {
27709
- chain: "Ethereum";
27710
- asset: "USDC";
27711
- } | {
27712
- chain: "Ethereum";
27713
- asset: "USDT";
27714
- } | {
27715
- chain: "Ethereum";
27716
- asset: "WBTC";
27717
- } | {
27718
- chain: "Arbitrum";
27719
- asset: "ETH";
27720
- } | {
27721
- chain: "Arbitrum";
27722
- asset: "USDC";
27723
- } | {
27724
- chain: "Arbitrum";
27725
- asset: "USDT";
27726
- } | {
27727
- chain: "Solana";
27728
- asset: "SOL";
27729
- } | {
27730
- chain: "Solana";
27731
- asset: "USDC";
27732
- } | {
27733
- chain: "Solana";
27734
- asset: "USDT";
27735
- } | {
27736
- chain: "Assethub";
27737
- asset: "DOT";
27738
- } | {
27739
- chain: "Assethub";
27740
- asset: "USDC";
27741
- } | {
27742
- chain: "Assethub";
27743
- asset: "USDT";
27744
- };
27745
- min_buy_offset_tick: number;
27746
- max_buy_offset_tick: number;
27747
- min_sell_offset_tick: number;
27748
- max_sell_offset_tick: number;
27749
- };
27750
26980
  };
27751
26981
  balance: [{
27752
26982
  chain: "Bitcoin";
@@ -27951,105 +27181,6 @@ declare const rpcResult: {
27951
27181
  min_sell_tick: number;
27952
27182
  max_sell_tick: number;
27953
27183
  };
27954
- } | {
27955
- OracleTracking: {
27956
- quote_asset: {
27957
- chain: "Bitcoin";
27958
- asset: "BTC";
27959
- } | {
27960
- chain: "Ethereum";
27961
- asset: "FLIP";
27962
- } | {
27963
- chain: "Ethereum";
27964
- asset: "ETH";
27965
- } | {
27966
- chain: "Ethereum";
27967
- asset: "USDC";
27968
- } | {
27969
- chain: "Ethereum";
27970
- asset: "USDT";
27971
- } | {
27972
- chain: "Ethereum";
27973
- asset: "WBTC";
27974
- } | {
27975
- chain: "Arbitrum";
27976
- asset: "ETH";
27977
- } | {
27978
- chain: "Arbitrum";
27979
- asset: "USDC";
27980
- } | {
27981
- chain: "Arbitrum";
27982
- asset: "USDT";
27983
- } | {
27984
- chain: "Solana";
27985
- asset: "SOL";
27986
- } | {
27987
- chain: "Solana";
27988
- asset: "USDC";
27989
- } | {
27990
- chain: "Solana";
27991
- asset: "USDT";
27992
- } | {
27993
- chain: "Assethub";
27994
- asset: "DOT";
27995
- } | {
27996
- chain: "Assethub";
27997
- asset: "USDC";
27998
- } | {
27999
- chain: "Assethub";
28000
- asset: "USDT";
28001
- };
28002
- base_asset: {
28003
- chain: "Bitcoin";
28004
- asset: "BTC";
28005
- } | {
28006
- chain: "Ethereum";
28007
- asset: "FLIP";
28008
- } | {
28009
- chain: "Ethereum";
28010
- asset: "ETH";
28011
- } | {
28012
- chain: "Ethereum";
28013
- asset: "USDC";
28014
- } | {
28015
- chain: "Ethereum";
28016
- asset: "USDT";
28017
- } | {
28018
- chain: "Ethereum";
28019
- asset: "WBTC";
28020
- } | {
28021
- chain: "Arbitrum";
28022
- asset: "ETH";
28023
- } | {
28024
- chain: "Arbitrum";
28025
- asset: "USDC";
28026
- } | {
28027
- chain: "Arbitrum";
28028
- asset: "USDT";
28029
- } | {
28030
- chain: "Solana";
28031
- asset: "SOL";
28032
- } | {
28033
- chain: "Solana";
28034
- asset: "USDC";
28035
- } | {
28036
- chain: "Solana";
28037
- asset: "USDT";
28038
- } | {
28039
- chain: "Assethub";
28040
- asset: "DOT";
28041
- } | {
28042
- chain: "Assethub";
28043
- asset: "USDC";
28044
- } | {
28045
- chain: "Assethub";
28046
- asset: "USDT";
28047
- };
28048
- min_buy_offset_tick: number;
28049
- max_buy_offset_tick: number;
28050
- min_sell_offset_tick: number;
28051
- max_sell_offset_tick: number;
28052
- };
28053
27184
  };
28054
27185
  balance: [{
28055
27186
  chain: "Bitcoin";
@@ -29614,7 +28745,7 @@ declare const rpcResult: {
29614
28745
  vault_deposit_witnessing_enabled: boolean;
29615
28746
  }>;
29616
28747
  witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
29617
- ethereum_elections: z.ZodOptional<z.ZodObject<{
28748
+ ethereum_elections: z.ZodObject<{
29618
28749
  state_chain_gateway_witnessing: z.ZodBoolean;
29619
28750
  key_manager_witnessing: z.ZodBoolean;
29620
28751
  sc_utils_witnessing: z.ZodBoolean;
@@ -29626,14 +28757,14 @@ declare const rpcResult: {
29626
28757
  state_chain_gateway_witnessing: boolean;
29627
28758
  key_manager_witnessing: boolean;
29628
28759
  sc_utils_witnessing: boolean;
29629
- }>>;
29630
- arbitrum_elections: z.ZodOptional<z.ZodObject<{
28760
+ }>;
28761
+ arbitrum_elections: z.ZodObject<{
29631
28762
  key_manager_witnessing: z.ZodBoolean;
29632
28763
  }, "strip", z.ZodTypeAny, {
29633
28764
  key_manager_witnessing: boolean;
29634
28765
  }, {
29635
28766
  key_manager_witnessing: boolean;
29636
- }>>;
28767
+ }>;
29637
28768
  elections_generic: z.ZodObject<{
29638
28769
  oracle_price_elections: z.ZodBoolean;
29639
28770
  }, "strip", z.ZodTypeAny, {
@@ -29987,17 +29118,17 @@ declare const rpcResult: {
29987
29118
  vault_deposit_witnessing_enabled: boolean;
29988
29119
  };
29989
29120
  witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
29990
- elections_generic: {
29991
- oracle_price_elections: boolean;
29992
- };
29993
- ethereum_elections?: {
29121
+ ethereum_elections: {
29994
29122
  state_chain_gateway_witnessing: boolean;
29995
29123
  key_manager_witnessing: boolean;
29996
29124
  sc_utils_witnessing: boolean;
29997
- } | undefined;
29998
- arbitrum_elections?: {
29125
+ };
29126
+ arbitrum_elections: {
29999
29127
  key_manager_witnessing: boolean;
30000
- } | undefined;
29128
+ };
29129
+ elections_generic: {
29130
+ oracle_price_elections: boolean;
29131
+ };
30001
29132
  }, {
30002
29133
  asset_balances: {
30003
29134
  reconciliation_enabled: boolean;
@@ -30134,17 +29265,17 @@ declare const rpcResult: {
30134
29265
  vault_deposit_witnessing_enabled: boolean;
30135
29266
  };
30136
29267
  witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
30137
- elections_generic: {
30138
- oracle_price_elections: boolean;
30139
- };
30140
- ethereum_elections?: {
29268
+ ethereum_elections: {
30141
29269
  state_chain_gateway_witnessing: boolean;
30142
29270
  key_manager_witnessing: boolean;
30143
29271
  sc_utils_witnessing: boolean;
30144
- } | undefined;
30145
- arbitrum_elections?: {
29272
+ };
29273
+ arbitrum_elections: {
30146
29274
  key_manager_witnessing: boolean;
30147
- } | undefined;
29275
+ };
29276
+ elections_generic: {
29277
+ oracle_price_elections: boolean;
29278
+ };
30148
29279
  }>;
30149
29280
  readonly broker_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
30150
29281
  readonly cf_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -30982,6 +30113,13 @@ declare const rpcResult: {
30982
30113
  asset: "USDT";
30983
30114
  }>]>;
30984
30115
  principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
30116
+ loan_type: z.ZodOptional<z.ZodObject<{
30117
+ User: z.ZodEffects<z.ZodString, `cF${string}`, string>;
30118
+ }, "strip", z.ZodTypeAny, {
30119
+ User: `cF${string}`;
30120
+ }, {
30121
+ User: string;
30122
+ }>>;
30985
30123
  }, "strip", z.ZodTypeAny, {
30986
30124
  asset: {
30987
30125
  chain: "Bitcoin";
@@ -31031,6 +30169,9 @@ declare const rpcResult: {
31031
30169
  };
31032
30170
  loan_id: number;
31033
30171
  principal_amount: bigint;
30172
+ loan_type?: {
30173
+ User: `cF${string}`;
30174
+ } | undefined;
31034
30175
  }, {
31035
30176
  asset: {
31036
30177
  chain: "Bitcoin";
@@ -31080,6 +30221,9 @@ declare const rpcResult: {
31080
30221
  };
31081
30222
  loan_id: number;
31082
30223
  principal_amount: string | number;
30224
+ loan_type?: {
30225
+ User: string;
30226
+ } | undefined;
31083
30227
  }>, "many">;
31084
30228
  liquidation_status: z.ZodNullable<z.ZodObject<{
31085
30229
  liquidation_swaps: z.ZodArray<z.ZodObject<{
@@ -31252,6 +30396,9 @@ declare const rpcResult: {
31252
30396
  };
31253
30397
  loan_id: number;
31254
30398
  principal_amount: bigint;
30399
+ loan_type?: {
30400
+ User: `cF${string}`;
30401
+ } | undefined;
31255
30402
  }[];
31256
30403
  liquidation_status: {
31257
30404
  liquidation_swaps: {
@@ -31406,6 +30553,9 @@ declare const rpcResult: {
31406
30553
  };
31407
30554
  loan_id: number;
31408
30555
  principal_amount: string | number;
30556
+ loan_type?: {
30557
+ User: string;
30558
+ } | undefined;
31409
30559
  }[];
31410
30560
  liquidation_status: {
31411
30561
  liquidation_swaps: {