@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.
@@ -2465,7 +2465,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2465
2465
  Solana: number;
2466
2466
  Assethub: number;
2467
2467
  }>;
2468
- boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
2468
+ boost_minimum_add_funds_amounts: z.ZodObject<{
2469
2469
  Bitcoin: z.ZodObject<{
2470
2470
  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>>;
2471
2471
  }, "strip", z.ZodTypeAny, {
@@ -2583,7 +2583,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2583
2583
  USDT: string | number | null;
2584
2584
  DOT: string | number | null;
2585
2585
  };
2586
- }>>;
2586
+ }>;
2587
2587
  }, "strip", z.ZodTypeAny, {
2588
2588
  minimum_deposit_amounts: {
2589
2589
  Bitcoin: {
@@ -2721,7 +2721,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2721
2721
  Solana: number;
2722
2722
  Assethub: number;
2723
2723
  };
2724
- boost_minimum_add_funds_amounts?: {
2724
+ boost_minimum_add_funds_amounts: {
2725
2725
  Bitcoin: {
2726
2726
  BTC: bigint | null;
2727
2727
  };
@@ -2747,7 +2747,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2747
2747
  USDT: bigint | null;
2748
2748
  DOT: bigint | null;
2749
2749
  };
2750
- } | undefined;
2750
+ };
2751
2751
  }, {
2752
2752
  minimum_deposit_amounts: {
2753
2753
  Bitcoin: {
@@ -2885,7 +2885,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2885
2885
  Solana: number;
2886
2886
  Assethub: number;
2887
2887
  };
2888
- boost_minimum_add_funds_amounts?: {
2888
+ boost_minimum_add_funds_amounts: {
2889
2889
  Bitcoin: {
2890
2890
  BTC: string | number | null;
2891
2891
  };
@@ -2911,7 +2911,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
2911
2911
  USDT: string | number | null;
2912
2912
  DOT: string | number | null;
2913
2913
  };
2914
- } | undefined;
2914
+ };
2915
2915
  }>, Rename<{
2916
2916
  minimum_deposit_amounts: {
2917
2917
  Bitcoin: {
@@ -3049,7 +3049,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3049
3049
  Solana: number;
3050
3050
  Assethub: number;
3051
3051
  };
3052
- boost_minimum_add_funds_amounts?: {
3052
+ boost_minimum_add_funds_amounts: {
3053
3053
  Bitcoin: {
3054
3054
  BTC: bigint | null;
3055
3055
  };
@@ -3075,7 +3075,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3075
3075
  USDT: bigint | null;
3076
3076
  DOT: bigint | null;
3077
3077
  };
3078
- } | undefined;
3078
+ };
3079
3079
  }, {
3080
3080
  readonly egress_dust_limits: "minimum_egress_amounts";
3081
3081
  }>, {
@@ -3215,7 +3215,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3215
3215
  Solana: number;
3216
3216
  Assethub: number;
3217
3217
  };
3218
- boost_minimum_add_funds_amounts?: {
3218
+ boost_minimum_add_funds_amounts: {
3219
3219
  Bitcoin: {
3220
3220
  BTC: string | number | null;
3221
3221
  };
@@ -3241,7 +3241,7 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
3241
3241
  USDT: string | number | null;
3242
3242
  DOT: string | number | null;
3243
3243
  };
3244
- } | undefined;
3244
+ };
3245
3245
  }>;
3246
3246
  declare const cfSwappingEnvironment: z.ZodObject<{
3247
3247
  maximum_swap_amounts: z.ZodObject<{
@@ -4012,7 +4012,7 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4012
4012
  };
4013
4013
  };
4014
4014
  }>;
4015
- default_oracle_price_protection: z.ZodOptional<z.ZodObject<{
4015
+ default_oracle_price_protection: z.ZodObject<{
4016
4016
  Bitcoin: z.ZodObject<{
4017
4017
  BTC: z.ZodNullable<z.ZodNumber>;
4018
4018
  }, "strip", z.ZodTypeAny, {
@@ -4130,7 +4130,7 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4130
4130
  USDT: number | null;
4131
4131
  DOT: number | null;
4132
4132
  };
4133
- }>>;
4133
+ }>;
4134
4134
  }, "strip", z.ZodTypeAny, {
4135
4135
  maximum_swap_amounts: {
4136
4136
  Bitcoin: {
@@ -4258,7 +4258,7 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4258
4258
  };
4259
4259
  };
4260
4260
  };
4261
- default_oracle_price_protection?: {
4261
+ default_oracle_price_protection: {
4262
4262
  Bitcoin: {
4263
4263
  BTC: number | null;
4264
4264
  };
@@ -4284,7 +4284,7 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4284
4284
  USDT: number | null;
4285
4285
  DOT: number | null;
4286
4286
  };
4287
- } | undefined;
4287
+ };
4288
4288
  }, {
4289
4289
  maximum_swap_amounts: {
4290
4290
  Bitcoin: {
@@ -4412,7 +4412,7 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4412
4412
  };
4413
4413
  };
4414
4414
  };
4415
- default_oracle_price_protection?: {
4415
+ default_oracle_price_protection: {
4416
4416
  Bitcoin: {
4417
4417
  BTC: number | null;
4418
4418
  };
@@ -4438,7 +4438,7 @@ declare const cfSwappingEnvironment: z.ZodObject<{
4438
4438
  USDT: number | null;
4439
4439
  DOT: number | null;
4440
4440
  };
4441
- } | undefined;
4441
+ };
4442
4442
  }>;
4443
4443
  declare const cfFundingEnvironment: z.ZodObject<{
4444
4444
  redemption_tax: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
@@ -10424,7 +10424,7 @@ declare const cfEnvironment: z.ZodObject<{
10424
10424
  Solana: number;
10425
10425
  Assethub: number;
10426
10426
  }>;
10427
- boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
10427
+ boost_minimum_add_funds_amounts: z.ZodObject<{
10428
10428
  Bitcoin: z.ZodObject<{
10429
10429
  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>>;
10430
10430
  }, "strip", z.ZodTypeAny, {
@@ -10542,7 +10542,7 @@ declare const cfEnvironment: z.ZodObject<{
10542
10542
  USDT: string | number | null;
10543
10543
  DOT: string | number | null;
10544
10544
  };
10545
- }>>;
10545
+ }>;
10546
10546
  }, "strip", z.ZodTypeAny, {
10547
10547
  minimum_deposit_amounts: {
10548
10548
  Bitcoin: {
@@ -10680,7 +10680,7 @@ declare const cfEnvironment: z.ZodObject<{
10680
10680
  Solana: number;
10681
10681
  Assethub: number;
10682
10682
  };
10683
- boost_minimum_add_funds_amounts?: {
10683
+ boost_minimum_add_funds_amounts: {
10684
10684
  Bitcoin: {
10685
10685
  BTC: bigint | null;
10686
10686
  };
@@ -10706,7 +10706,7 @@ declare const cfEnvironment: z.ZodObject<{
10706
10706
  USDT: bigint | null;
10707
10707
  DOT: bigint | null;
10708
10708
  };
10709
- } | undefined;
10709
+ };
10710
10710
  }, {
10711
10711
  minimum_deposit_amounts: {
10712
10712
  Bitcoin: {
@@ -10844,7 +10844,7 @@ declare const cfEnvironment: z.ZodObject<{
10844
10844
  Solana: number;
10845
10845
  Assethub: number;
10846
10846
  };
10847
- boost_minimum_add_funds_amounts?: {
10847
+ boost_minimum_add_funds_amounts: {
10848
10848
  Bitcoin: {
10849
10849
  BTC: string | number | null;
10850
10850
  };
@@ -10870,7 +10870,7 @@ declare const cfEnvironment: z.ZodObject<{
10870
10870
  USDT: string | number | null;
10871
10871
  DOT: string | number | null;
10872
10872
  };
10873
- } | undefined;
10873
+ };
10874
10874
  }>, Rename<{
10875
10875
  minimum_deposit_amounts: {
10876
10876
  Bitcoin: {
@@ -11008,7 +11008,7 @@ declare const cfEnvironment: z.ZodObject<{
11008
11008
  Solana: number;
11009
11009
  Assethub: number;
11010
11010
  };
11011
- boost_minimum_add_funds_amounts?: {
11011
+ boost_minimum_add_funds_amounts: {
11012
11012
  Bitcoin: {
11013
11013
  BTC: bigint | null;
11014
11014
  };
@@ -11034,7 +11034,7 @@ declare const cfEnvironment: z.ZodObject<{
11034
11034
  USDT: bigint | null;
11035
11035
  DOT: bigint | null;
11036
11036
  };
11037
- } | undefined;
11037
+ };
11038
11038
  }, {
11039
11039
  readonly egress_dust_limits: "minimum_egress_amounts";
11040
11040
  }>, {
@@ -11174,7 +11174,7 @@ declare const cfEnvironment: z.ZodObject<{
11174
11174
  Solana: number;
11175
11175
  Assethub: number;
11176
11176
  };
11177
- boost_minimum_add_funds_amounts?: {
11177
+ boost_minimum_add_funds_amounts: {
11178
11178
  Bitcoin: {
11179
11179
  BTC: string | number | null;
11180
11180
  };
@@ -11200,7 +11200,7 @@ declare const cfEnvironment: z.ZodObject<{
11200
11200
  USDT: string | number | null;
11201
11201
  DOT: string | number | null;
11202
11202
  };
11203
- } | undefined;
11203
+ };
11204
11204
  }>;
11205
11205
  swapping: z.ZodObject<{
11206
11206
  maximum_swap_amounts: z.ZodObject<{
@@ -11971,7 +11971,7 @@ declare const cfEnvironment: z.ZodObject<{
11971
11971
  };
11972
11972
  };
11973
11973
  }>;
11974
- default_oracle_price_protection: z.ZodOptional<z.ZodObject<{
11974
+ default_oracle_price_protection: z.ZodObject<{
11975
11975
  Bitcoin: z.ZodObject<{
11976
11976
  BTC: z.ZodNullable<z.ZodNumber>;
11977
11977
  }, "strip", z.ZodTypeAny, {
@@ -12089,315 +12089,315 @@ declare const cfEnvironment: z.ZodObject<{
12089
12089
  USDT: number | null;
12090
12090
  DOT: number | null;
12091
12091
  };
12092
- }>>;
12093
- }, "strip", z.ZodTypeAny, {
12094
- maximum_swap_amounts: {
12095
- Bitcoin: {
12096
- BTC: bigint | null;
12097
- };
12098
- Ethereum: {
12099
- ETH: bigint | null;
12100
- USDC: bigint | null;
12101
- FLIP: bigint | null;
12102
- USDT: bigint | null;
12103
- WBTC: bigint | null;
12104
- };
12105
- Arbitrum: {
12106
- ETH: bigint | null;
12107
- USDC: bigint | null;
12108
- USDT: bigint | null;
12109
- };
12110
- Solana: {
12111
- USDC: bigint | null;
12112
- USDT: bigint | null;
12113
- SOL: bigint | null;
12114
- };
12115
- Assethub: {
12116
- USDC: bigint | null;
12117
- USDT: bigint | null;
12118
- DOT: bigint | null;
12119
- };
12120
- };
12121
- network_fee_hundredth_pips: number;
12122
- swap_retry_delay_blocks: number;
12123
- max_swap_retry_duration_blocks: number;
12124
- max_swap_request_duration_blocks: number;
12125
- minimum_chunk_size: {
12126
- Bitcoin: {
12127
- BTC: bigint | null;
12128
- };
12129
- Ethereum: {
12130
- ETH: bigint | null;
12131
- USDC: bigint | null;
12132
- FLIP: bigint | null;
12133
- USDT: bigint | null;
12134
- WBTC: bigint | null;
12135
- };
12136
- Arbitrum: {
12137
- ETH: bigint | null;
12138
- USDC: bigint | null;
12139
- USDT: bigint | null;
12140
- };
12141
- Solana: {
12142
- USDC: bigint | null;
12143
- USDT: bigint | null;
12144
- SOL: bigint | null;
12145
- };
12146
- Assethub: {
12147
- USDC: bigint | null;
12148
- USDT: bigint | null;
12149
- DOT: bigint | null;
12150
- };
12151
- };
12152
- network_fees: {
12153
- regular_network_fee: {
12154
- standard_rate_and_minimum: {
12155
- minimum: bigint;
12156
- rate: bigint;
12157
- };
12158
- rates: {
12159
- Bitcoin: {
12160
- BTC: bigint;
12161
- };
12162
- Ethereum: {
12163
- ETH: bigint;
12164
- USDC: bigint;
12165
- FLIP: bigint;
12166
- USDT: bigint;
12167
- WBTC: bigint;
12168
- };
12169
- Arbitrum: {
12170
- ETH: bigint;
12171
- USDC: bigint;
12172
- USDT: bigint;
12173
- };
12174
- Solana: {
12175
- USDC: bigint;
12176
- USDT: bigint;
12177
- SOL: bigint;
12178
- };
12179
- Assethub: {
12180
- USDC: bigint;
12181
- USDT: bigint;
12182
- DOT: bigint;
12183
- };
12184
- };
12185
- };
12186
- internal_swap_network_fee: {
12187
- standard_rate_and_minimum: {
12188
- minimum: bigint;
12189
- rate: bigint;
12190
- };
12191
- rates: {
12192
- Bitcoin: {
12193
- BTC: bigint;
12194
- };
12195
- Ethereum: {
12196
- ETH: bigint;
12197
- USDC: bigint;
12198
- FLIP: bigint;
12199
- USDT: bigint;
12200
- WBTC: bigint;
12201
- };
12202
- Arbitrum: {
12203
- ETH: bigint;
12204
- USDC: bigint;
12205
- USDT: bigint;
12206
- };
12207
- Solana: {
12208
- USDC: bigint;
12209
- USDT: bigint;
12210
- SOL: bigint;
12211
- };
12212
- Assethub: {
12213
- USDC: bigint;
12214
- USDT: bigint;
12215
- DOT: bigint;
12216
- };
12217
- };
12218
- };
12219
- };
12220
- default_oracle_price_protection?: {
12221
- Bitcoin: {
12222
- BTC: number | null;
12223
- };
12224
- Ethereum: {
12225
- ETH: number | null;
12226
- USDC: number | null;
12227
- FLIP: number | null;
12228
- USDT: number | null;
12229
- WBTC: number | null;
12230
- };
12231
- Arbitrum: {
12232
- ETH: number | null;
12233
- USDC: number | null;
12234
- USDT: number | null;
12235
- };
12236
- Solana: {
12237
- USDC: number | null;
12238
- USDT: number | null;
12239
- SOL: number | null;
12240
- };
12241
- Assethub: {
12242
- USDC: number | null;
12243
- USDT: number | null;
12244
- DOT: number | null;
12245
- };
12246
- } | undefined;
12247
- }, {
12248
- maximum_swap_amounts: {
12249
- Bitcoin: {
12250
- BTC: string | number | null;
12251
- };
12252
- Ethereum: {
12253
- ETH: string | number | null;
12254
- USDC: string | number | null;
12255
- FLIP: string | number | null;
12256
- USDT: string | number | null;
12257
- WBTC?: string | number | null | undefined;
12258
- };
12259
- Arbitrum: {
12260
- ETH: string | number | null;
12261
- USDC: string | number | null;
12262
- USDT?: string | number | null | undefined;
12263
- };
12264
- Solana: {
12265
- USDC: string | number | null;
12266
- SOL: string | number | null;
12267
- USDT?: string | number | null | undefined;
12268
- };
12269
- Assethub: {
12270
- USDC: string | number | null;
12271
- USDT: string | number | null;
12272
- DOT: string | number | null;
12273
- };
12274
- };
12275
- network_fee_hundredth_pips: number;
12276
- swap_retry_delay_blocks: number;
12277
- max_swap_retry_duration_blocks: number;
12278
- max_swap_request_duration_blocks: number;
12279
- minimum_chunk_size: {
12280
- Bitcoin: {
12281
- BTC: string | number | null;
12282
- };
12283
- Ethereum: {
12284
- ETH: string | number | null;
12285
- USDC: string | number | null;
12286
- FLIP: string | number | null;
12287
- USDT: string | number | null;
12288
- WBTC?: string | number | null | undefined;
12289
- };
12290
- Arbitrum: {
12291
- ETH: string | number | null;
12292
- USDC: string | number | null;
12293
- USDT?: string | number | null | undefined;
12294
- };
12295
- Solana: {
12296
- USDC: string | number | null;
12297
- SOL: string | number | null;
12298
- USDT?: string | number | null | undefined;
12299
- };
12300
- Assethub: {
12301
- USDC: string | number | null;
12302
- USDT: string | number | null;
12303
- DOT: string | number | null;
12304
- };
12305
- };
12306
- network_fees: {
12307
- regular_network_fee: {
12308
- standard_rate_and_minimum: {
12309
- minimum: string | number;
12310
- rate: string | number;
12311
- };
12312
- rates: {
12313
- Bitcoin: {
12314
- BTC: string | number;
12315
- };
12316
- Ethereum: {
12317
- ETH: string | number;
12318
- USDC: string | number;
12319
- FLIP: string | number;
12320
- USDT: string | number;
12321
- WBTC?: string | number | undefined;
12322
- };
12323
- Arbitrum: {
12324
- ETH: string | number;
12325
- USDC: string | number;
12326
- USDT?: string | number | undefined;
12327
- };
12328
- Solana: {
12329
- USDC: string | number;
12330
- SOL: string | number;
12331
- USDT?: string | number | undefined;
12332
- };
12333
- Assethub: {
12334
- USDC: string | number;
12335
- USDT: string | number;
12336
- DOT: string | number;
12337
- };
12338
- };
12339
- };
12340
- internal_swap_network_fee: {
12341
- standard_rate_and_minimum: {
12342
- minimum: string | number;
12343
- rate: string | number;
12344
- };
12345
- rates: {
12346
- Bitcoin: {
12347
- BTC: string | number;
12348
- };
12349
- Ethereum: {
12350
- ETH: string | number;
12351
- USDC: string | number;
12352
- FLIP: string | number;
12353
- USDT: string | number;
12354
- WBTC?: string | number | undefined;
12355
- };
12356
- Arbitrum: {
12357
- ETH: string | number;
12358
- USDC: string | number;
12359
- USDT?: string | number | undefined;
12360
- };
12361
- Solana: {
12362
- USDC: string | number;
12363
- SOL: string | number;
12364
- USDT?: string | number | undefined;
12365
- };
12366
- Assethub: {
12367
- USDC: string | number;
12368
- USDT: string | number;
12369
- DOT: string | number;
12370
- };
12371
- };
12372
- };
12373
- };
12374
- default_oracle_price_protection?: {
12375
- Bitcoin: {
12376
- BTC: number | null;
12377
- };
12378
- Ethereum: {
12379
- ETH: number | null;
12380
- USDC: number | null;
12381
- FLIP: number | null;
12382
- USDT: number | null;
12383
- WBTC?: number | null | undefined;
12384
- };
12385
- Arbitrum: {
12386
- ETH: number | null;
12387
- USDC: number | null;
12388
- USDT?: number | null | undefined;
12389
- };
12390
- Solana: {
12391
- USDC: number | null;
12392
- SOL: number | null;
12393
- USDT?: number | null | undefined;
12394
- };
12395
- Assethub: {
12396
- USDC: number | null;
12397
- USDT: number | null;
12398
- DOT: number | null;
12399
- };
12400
- } | undefined;
12092
+ }>;
12093
+ }, "strip", z.ZodTypeAny, {
12094
+ maximum_swap_amounts: {
12095
+ Bitcoin: {
12096
+ BTC: bigint | null;
12097
+ };
12098
+ Ethereum: {
12099
+ ETH: bigint | null;
12100
+ USDC: bigint | null;
12101
+ FLIP: bigint | null;
12102
+ USDT: bigint | null;
12103
+ WBTC: bigint | null;
12104
+ };
12105
+ Arbitrum: {
12106
+ ETH: bigint | null;
12107
+ USDC: bigint | null;
12108
+ USDT: bigint | null;
12109
+ };
12110
+ Solana: {
12111
+ USDC: bigint | null;
12112
+ USDT: bigint | null;
12113
+ SOL: bigint | null;
12114
+ };
12115
+ Assethub: {
12116
+ USDC: bigint | null;
12117
+ USDT: bigint | null;
12118
+ DOT: bigint | null;
12119
+ };
12120
+ };
12121
+ network_fee_hundredth_pips: number;
12122
+ swap_retry_delay_blocks: number;
12123
+ max_swap_retry_duration_blocks: number;
12124
+ max_swap_request_duration_blocks: number;
12125
+ minimum_chunk_size: {
12126
+ Bitcoin: {
12127
+ BTC: bigint | null;
12128
+ };
12129
+ Ethereum: {
12130
+ ETH: bigint | null;
12131
+ USDC: bigint | null;
12132
+ FLIP: bigint | null;
12133
+ USDT: bigint | null;
12134
+ WBTC: bigint | null;
12135
+ };
12136
+ Arbitrum: {
12137
+ ETH: bigint | null;
12138
+ USDC: bigint | null;
12139
+ USDT: bigint | null;
12140
+ };
12141
+ Solana: {
12142
+ USDC: bigint | null;
12143
+ USDT: bigint | null;
12144
+ SOL: bigint | null;
12145
+ };
12146
+ Assethub: {
12147
+ USDC: bigint | null;
12148
+ USDT: bigint | null;
12149
+ DOT: bigint | null;
12150
+ };
12151
+ };
12152
+ network_fees: {
12153
+ regular_network_fee: {
12154
+ standard_rate_and_minimum: {
12155
+ minimum: bigint;
12156
+ rate: bigint;
12157
+ };
12158
+ rates: {
12159
+ Bitcoin: {
12160
+ BTC: bigint;
12161
+ };
12162
+ Ethereum: {
12163
+ ETH: bigint;
12164
+ USDC: bigint;
12165
+ FLIP: bigint;
12166
+ USDT: bigint;
12167
+ WBTC: bigint;
12168
+ };
12169
+ Arbitrum: {
12170
+ ETH: bigint;
12171
+ USDC: bigint;
12172
+ USDT: bigint;
12173
+ };
12174
+ Solana: {
12175
+ USDC: bigint;
12176
+ USDT: bigint;
12177
+ SOL: bigint;
12178
+ };
12179
+ Assethub: {
12180
+ USDC: bigint;
12181
+ USDT: bigint;
12182
+ DOT: bigint;
12183
+ };
12184
+ };
12185
+ };
12186
+ internal_swap_network_fee: {
12187
+ standard_rate_and_minimum: {
12188
+ minimum: bigint;
12189
+ rate: bigint;
12190
+ };
12191
+ rates: {
12192
+ Bitcoin: {
12193
+ BTC: bigint;
12194
+ };
12195
+ Ethereum: {
12196
+ ETH: bigint;
12197
+ USDC: bigint;
12198
+ FLIP: bigint;
12199
+ USDT: bigint;
12200
+ WBTC: bigint;
12201
+ };
12202
+ Arbitrum: {
12203
+ ETH: bigint;
12204
+ USDC: bigint;
12205
+ USDT: bigint;
12206
+ };
12207
+ Solana: {
12208
+ USDC: bigint;
12209
+ USDT: bigint;
12210
+ SOL: bigint;
12211
+ };
12212
+ Assethub: {
12213
+ USDC: bigint;
12214
+ USDT: bigint;
12215
+ DOT: bigint;
12216
+ };
12217
+ };
12218
+ };
12219
+ };
12220
+ default_oracle_price_protection: {
12221
+ Bitcoin: {
12222
+ BTC: number | null;
12223
+ };
12224
+ Ethereum: {
12225
+ ETH: number | null;
12226
+ USDC: number | null;
12227
+ FLIP: number | null;
12228
+ USDT: number | null;
12229
+ WBTC: number | null;
12230
+ };
12231
+ Arbitrum: {
12232
+ ETH: number | null;
12233
+ USDC: number | null;
12234
+ USDT: number | null;
12235
+ };
12236
+ Solana: {
12237
+ USDC: number | null;
12238
+ USDT: number | null;
12239
+ SOL: number | null;
12240
+ };
12241
+ Assethub: {
12242
+ USDC: number | null;
12243
+ USDT: number | null;
12244
+ DOT: number | null;
12245
+ };
12246
+ };
12247
+ }, {
12248
+ maximum_swap_amounts: {
12249
+ Bitcoin: {
12250
+ BTC: string | number | null;
12251
+ };
12252
+ Ethereum: {
12253
+ ETH: string | number | null;
12254
+ USDC: string | number | null;
12255
+ FLIP: string | number | null;
12256
+ USDT: string | number | null;
12257
+ WBTC?: string | number | null | undefined;
12258
+ };
12259
+ Arbitrum: {
12260
+ ETH: string | number | null;
12261
+ USDC: string | number | null;
12262
+ USDT?: string | number | null | undefined;
12263
+ };
12264
+ Solana: {
12265
+ USDC: string | number | null;
12266
+ SOL: string | number | null;
12267
+ USDT?: string | number | null | undefined;
12268
+ };
12269
+ Assethub: {
12270
+ USDC: string | number | null;
12271
+ USDT: string | number | null;
12272
+ DOT: string | number | null;
12273
+ };
12274
+ };
12275
+ network_fee_hundredth_pips: number;
12276
+ swap_retry_delay_blocks: number;
12277
+ max_swap_retry_duration_blocks: number;
12278
+ max_swap_request_duration_blocks: number;
12279
+ minimum_chunk_size: {
12280
+ Bitcoin: {
12281
+ BTC: string | number | null;
12282
+ };
12283
+ Ethereum: {
12284
+ ETH: string | number | null;
12285
+ USDC: string | number | null;
12286
+ FLIP: string | number | null;
12287
+ USDT: string | number | null;
12288
+ WBTC?: string | number | null | undefined;
12289
+ };
12290
+ Arbitrum: {
12291
+ ETH: string | number | null;
12292
+ USDC: string | number | null;
12293
+ USDT?: string | number | null | undefined;
12294
+ };
12295
+ Solana: {
12296
+ USDC: string | number | null;
12297
+ SOL: string | number | null;
12298
+ USDT?: string | number | null | undefined;
12299
+ };
12300
+ Assethub: {
12301
+ USDC: string | number | null;
12302
+ USDT: string | number | null;
12303
+ DOT: string | number | null;
12304
+ };
12305
+ };
12306
+ network_fees: {
12307
+ regular_network_fee: {
12308
+ standard_rate_and_minimum: {
12309
+ minimum: string | number;
12310
+ rate: string | number;
12311
+ };
12312
+ rates: {
12313
+ Bitcoin: {
12314
+ BTC: string | number;
12315
+ };
12316
+ Ethereum: {
12317
+ ETH: string | number;
12318
+ USDC: string | number;
12319
+ FLIP: string | number;
12320
+ USDT: string | number;
12321
+ WBTC?: string | number | undefined;
12322
+ };
12323
+ Arbitrum: {
12324
+ ETH: string | number;
12325
+ USDC: string | number;
12326
+ USDT?: string | number | undefined;
12327
+ };
12328
+ Solana: {
12329
+ USDC: string | number;
12330
+ SOL: string | number;
12331
+ USDT?: string | number | undefined;
12332
+ };
12333
+ Assethub: {
12334
+ USDC: string | number;
12335
+ USDT: string | number;
12336
+ DOT: string | number;
12337
+ };
12338
+ };
12339
+ };
12340
+ internal_swap_network_fee: {
12341
+ standard_rate_and_minimum: {
12342
+ minimum: string | number;
12343
+ rate: string | number;
12344
+ };
12345
+ rates: {
12346
+ Bitcoin: {
12347
+ BTC: string | number;
12348
+ };
12349
+ Ethereum: {
12350
+ ETH: string | number;
12351
+ USDC: string | number;
12352
+ FLIP: string | number;
12353
+ USDT: string | number;
12354
+ WBTC?: string | number | undefined;
12355
+ };
12356
+ Arbitrum: {
12357
+ ETH: string | number;
12358
+ USDC: string | number;
12359
+ USDT?: string | number | undefined;
12360
+ };
12361
+ Solana: {
12362
+ USDC: string | number;
12363
+ SOL: string | number;
12364
+ USDT?: string | number | undefined;
12365
+ };
12366
+ Assethub: {
12367
+ USDC: string | number;
12368
+ USDT: string | number;
12369
+ DOT: string | number;
12370
+ };
12371
+ };
12372
+ };
12373
+ };
12374
+ default_oracle_price_protection: {
12375
+ Bitcoin: {
12376
+ BTC: number | null;
12377
+ };
12378
+ Ethereum: {
12379
+ ETH: number | null;
12380
+ USDC: number | null;
12381
+ FLIP: number | null;
12382
+ USDT: number | null;
12383
+ WBTC?: number | null | undefined;
12384
+ };
12385
+ Arbitrum: {
12386
+ ETH: number | null;
12387
+ USDC: number | null;
12388
+ USDT?: number | null | undefined;
12389
+ };
12390
+ Solana: {
12391
+ USDC: number | null;
12392
+ SOL: number | null;
12393
+ USDT?: number | null | undefined;
12394
+ };
12395
+ Assethub: {
12396
+ USDC: number | null;
12397
+ USDT: number | null;
12398
+ DOT: number | null;
12399
+ };
12400
+ };
12401
12401
  }>;
12402
12402
  funding: z.ZodObject<{
12403
12403
  redemption_tax: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
@@ -17967,7 +17967,7 @@ declare const cfEnvironment: z.ZodObject<{
17967
17967
  Solana: number;
17968
17968
  Assethub: number;
17969
17969
  };
17970
- boost_minimum_add_funds_amounts?: {
17970
+ boost_minimum_add_funds_amounts: {
17971
17971
  Bitcoin: {
17972
17972
  BTC: bigint | null;
17973
17973
  };
@@ -17993,7 +17993,7 @@ declare const cfEnvironment: z.ZodObject<{
17993
17993
  USDT: bigint | null;
17994
17994
  DOT: bigint | null;
17995
17995
  };
17996
- } | undefined;
17996
+ };
17997
17997
  }, "egress_dust_limits"> & {
17998
17998
  readonly minimum_egress_amounts: {
17999
17999
  Bitcoin: {
@@ -18150,7 +18150,7 @@ declare const cfEnvironment: z.ZodObject<{
18150
18150
  };
18151
18151
  };
18152
18152
  };
18153
- default_oracle_price_protection?: {
18153
+ default_oracle_price_protection: {
18154
18154
  Bitcoin: {
18155
18155
  BTC: number | null;
18156
18156
  };
@@ -18176,7 +18176,7 @@ declare const cfEnvironment: z.ZodObject<{
18176
18176
  USDT: number | null;
18177
18177
  DOT: number | null;
18178
18178
  };
18179
- } | undefined;
18179
+ };
18180
18180
  };
18181
18181
  funding: {
18182
18182
  redemption_tax: bigint;
@@ -18992,7 +18992,7 @@ declare const cfEnvironment: z.ZodObject<{
18992
18992
  Solana: number;
18993
18993
  Assethub: number;
18994
18994
  };
18995
- boost_minimum_add_funds_amounts?: {
18995
+ boost_minimum_add_funds_amounts: {
18996
18996
  Bitcoin: {
18997
18997
  BTC: string | number | null;
18998
18998
  };
@@ -19018,7 +19018,7 @@ declare const cfEnvironment: z.ZodObject<{
19018
19018
  USDT: string | number | null;
19019
19019
  DOT: string | number | null;
19020
19020
  };
19021
- } | undefined;
19021
+ };
19022
19022
  };
19023
19023
  swapping: {
19024
19024
  maximum_swap_amounts: {
@@ -19147,7 +19147,7 @@ declare const cfEnvironment: z.ZodObject<{
19147
19147
  };
19148
19148
  };
19149
19149
  };
19150
- default_oracle_price_protection?: {
19150
+ default_oracle_price_protection: {
19151
19151
  Bitcoin: {
19152
19152
  BTC: number | null;
19153
19153
  };
@@ -19173,7 +19173,7 @@ declare const cfEnvironment: z.ZodObject<{
19173
19173
  USDT: number | null;
19174
19174
  DOT: number | null;
19175
19175
  };
19176
- } | undefined;
19176
+ };
19177
19177
  };
19178
19178
  funding: {
19179
19179
  redemption_tax: string | number;
@@ -30004,690 +30004,19 @@ declare const cfTradingStrategy: z.ZodObject<{
30004
30004
  min_sell_tick: number;
30005
30005
  max_sell_tick: number;
30006
30006
  };
30007
+ }>]>;
30008
+ balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
30009
+ chain: z.ZodLiteral<"Bitcoin">;
30010
+ asset: z.ZodLiteral<"BTC">;
30011
+ }, "strip", z.ZodTypeAny, {
30012
+ chain: "Bitcoin";
30013
+ asset: "BTC";
30014
+ }, {
30015
+ chain: "Bitcoin";
30016
+ asset: "BTC";
30007
30017
  }>, z.ZodObject<{
30008
- OracleTracking: z.ZodObject<{
30009
- min_buy_offset_tick: z.ZodNumber;
30010
- max_buy_offset_tick: z.ZodNumber;
30011
- min_sell_offset_tick: z.ZodNumber;
30012
- max_sell_offset_tick: z.ZodNumber;
30013
- base_asset: z.ZodUnion<[z.ZodObject<{
30014
- chain: z.ZodLiteral<"Bitcoin">;
30015
- asset: z.ZodLiteral<"BTC">;
30016
- }, "strip", z.ZodTypeAny, {
30017
- chain: "Bitcoin";
30018
- asset: "BTC";
30019
- }, {
30020
- chain: "Bitcoin";
30021
- asset: "BTC";
30022
- }>, z.ZodObject<{
30023
- chain: z.ZodLiteral<"Ethereum">;
30024
- asset: z.ZodLiteral<"FLIP">;
30025
- }, "strip", z.ZodTypeAny, {
30026
- chain: "Ethereum";
30027
- asset: "FLIP";
30028
- }, {
30029
- chain: "Ethereum";
30030
- asset: "FLIP";
30031
- }>, z.ZodObject<{
30032
- chain: z.ZodLiteral<"Ethereum">;
30033
- asset: z.ZodLiteral<"ETH">;
30034
- }, "strip", z.ZodTypeAny, {
30035
- chain: "Ethereum";
30036
- asset: "ETH";
30037
- }, {
30038
- chain: "Ethereum";
30039
- asset: "ETH";
30040
- }>, z.ZodObject<{
30041
- chain: z.ZodLiteral<"Ethereum">;
30042
- asset: z.ZodLiteral<"USDC">;
30043
- }, "strip", z.ZodTypeAny, {
30044
- chain: "Ethereum";
30045
- asset: "USDC";
30046
- }, {
30047
- chain: "Ethereum";
30048
- asset: "USDC";
30049
- }>, z.ZodObject<{
30050
- chain: z.ZodLiteral<"Ethereum">;
30051
- asset: z.ZodLiteral<"USDT">;
30052
- }, "strip", z.ZodTypeAny, {
30053
- chain: "Ethereum";
30054
- asset: "USDT";
30055
- }, {
30056
- chain: "Ethereum";
30057
- asset: "USDT";
30058
- }>, z.ZodObject<{
30059
- chain: z.ZodLiteral<"Ethereum">;
30060
- asset: z.ZodLiteral<"WBTC">;
30061
- }, "strip", z.ZodTypeAny, {
30062
- chain: "Ethereum";
30063
- asset: "WBTC";
30064
- }, {
30065
- chain: "Ethereum";
30066
- asset: "WBTC";
30067
- }>, z.ZodObject<{
30068
- chain: z.ZodLiteral<"Arbitrum">;
30069
- asset: z.ZodLiteral<"ETH">;
30070
- }, "strip", z.ZodTypeAny, {
30071
- chain: "Arbitrum";
30072
- asset: "ETH";
30073
- }, {
30074
- chain: "Arbitrum";
30075
- asset: "ETH";
30076
- }>, z.ZodObject<{
30077
- chain: z.ZodLiteral<"Arbitrum">;
30078
- asset: z.ZodLiteral<"USDC">;
30079
- }, "strip", z.ZodTypeAny, {
30080
- chain: "Arbitrum";
30081
- asset: "USDC";
30082
- }, {
30083
- chain: "Arbitrum";
30084
- asset: "USDC";
30085
- }>, z.ZodObject<{
30086
- chain: z.ZodLiteral<"Arbitrum">;
30087
- asset: z.ZodLiteral<"USDT">;
30088
- }, "strip", z.ZodTypeAny, {
30089
- chain: "Arbitrum";
30090
- asset: "USDT";
30091
- }, {
30092
- chain: "Arbitrum";
30093
- asset: "USDT";
30094
- }>, z.ZodObject<{
30095
- chain: z.ZodLiteral<"Solana">;
30096
- asset: z.ZodLiteral<"SOL">;
30097
- }, "strip", z.ZodTypeAny, {
30098
- chain: "Solana";
30099
- asset: "SOL";
30100
- }, {
30101
- chain: "Solana";
30102
- asset: "SOL";
30103
- }>, z.ZodObject<{
30104
- chain: z.ZodLiteral<"Solana">;
30105
- asset: z.ZodLiteral<"USDC">;
30106
- }, "strip", z.ZodTypeAny, {
30107
- chain: "Solana";
30108
- asset: "USDC";
30109
- }, {
30110
- chain: "Solana";
30111
- asset: "USDC";
30112
- }>, z.ZodObject<{
30113
- chain: z.ZodLiteral<"Solana">;
30114
- asset: z.ZodLiteral<"USDT">;
30115
- }, "strip", z.ZodTypeAny, {
30116
- chain: "Solana";
30117
- asset: "USDT";
30118
- }, {
30119
- chain: "Solana";
30120
- asset: "USDT";
30121
- }>, z.ZodObject<{
30122
- chain: z.ZodLiteral<"Assethub">;
30123
- asset: z.ZodLiteral<"DOT">;
30124
- }, "strip", z.ZodTypeAny, {
30125
- chain: "Assethub";
30126
- asset: "DOT";
30127
- }, {
30128
- chain: "Assethub";
30129
- asset: "DOT";
30130
- }>, z.ZodObject<{
30131
- chain: z.ZodLiteral<"Assethub">;
30132
- asset: z.ZodLiteral<"USDC">;
30133
- }, "strip", z.ZodTypeAny, {
30134
- chain: "Assethub";
30135
- asset: "USDC";
30136
- }, {
30137
- chain: "Assethub";
30138
- asset: "USDC";
30139
- }>, z.ZodObject<{
30140
- chain: z.ZodLiteral<"Assethub">;
30141
- asset: z.ZodLiteral<"USDT">;
30142
- }, "strip", z.ZodTypeAny, {
30143
- chain: "Assethub";
30144
- asset: "USDT";
30145
- }, {
30146
- chain: "Assethub";
30147
- asset: "USDT";
30148
- }>]>;
30149
- quote_asset: z.ZodUnion<[z.ZodObject<{
30150
- chain: z.ZodLiteral<"Bitcoin">;
30151
- asset: z.ZodLiteral<"BTC">;
30152
- }, "strip", z.ZodTypeAny, {
30153
- chain: "Bitcoin";
30154
- asset: "BTC";
30155
- }, {
30156
- chain: "Bitcoin";
30157
- asset: "BTC";
30158
- }>, z.ZodObject<{
30159
- chain: z.ZodLiteral<"Ethereum">;
30160
- asset: z.ZodLiteral<"FLIP">;
30161
- }, "strip", z.ZodTypeAny, {
30162
- chain: "Ethereum";
30163
- asset: "FLIP";
30164
- }, {
30165
- chain: "Ethereum";
30166
- asset: "FLIP";
30167
- }>, z.ZodObject<{
30168
- chain: z.ZodLiteral<"Ethereum">;
30169
- asset: z.ZodLiteral<"ETH">;
30170
- }, "strip", z.ZodTypeAny, {
30171
- chain: "Ethereum";
30172
- asset: "ETH";
30173
- }, {
30174
- chain: "Ethereum";
30175
- asset: "ETH";
30176
- }>, z.ZodObject<{
30177
- chain: z.ZodLiteral<"Ethereum">;
30178
- asset: z.ZodLiteral<"USDC">;
30179
- }, "strip", z.ZodTypeAny, {
30180
- chain: "Ethereum";
30181
- asset: "USDC";
30182
- }, {
30183
- chain: "Ethereum";
30184
- asset: "USDC";
30185
- }>, z.ZodObject<{
30186
- chain: z.ZodLiteral<"Ethereum">;
30187
- asset: z.ZodLiteral<"USDT">;
30188
- }, "strip", z.ZodTypeAny, {
30189
- chain: "Ethereum";
30190
- asset: "USDT";
30191
- }, {
30192
- chain: "Ethereum";
30193
- asset: "USDT";
30194
- }>, z.ZodObject<{
30195
- chain: z.ZodLiteral<"Ethereum">;
30196
- asset: z.ZodLiteral<"WBTC">;
30197
- }, "strip", z.ZodTypeAny, {
30198
- chain: "Ethereum";
30199
- asset: "WBTC";
30200
- }, {
30201
- chain: "Ethereum";
30202
- asset: "WBTC";
30203
- }>, z.ZodObject<{
30204
- chain: z.ZodLiteral<"Arbitrum">;
30205
- asset: z.ZodLiteral<"ETH">;
30206
- }, "strip", z.ZodTypeAny, {
30207
- chain: "Arbitrum";
30208
- asset: "ETH";
30209
- }, {
30210
- chain: "Arbitrum";
30211
- asset: "ETH";
30212
- }>, z.ZodObject<{
30213
- chain: z.ZodLiteral<"Arbitrum">;
30214
- asset: z.ZodLiteral<"USDC">;
30215
- }, "strip", z.ZodTypeAny, {
30216
- chain: "Arbitrum";
30217
- asset: "USDC";
30218
- }, {
30219
- chain: "Arbitrum";
30220
- asset: "USDC";
30221
- }>, z.ZodObject<{
30222
- chain: z.ZodLiteral<"Arbitrum">;
30223
- asset: z.ZodLiteral<"USDT">;
30224
- }, "strip", z.ZodTypeAny, {
30225
- chain: "Arbitrum";
30226
- asset: "USDT";
30227
- }, {
30228
- chain: "Arbitrum";
30229
- asset: "USDT";
30230
- }>, z.ZodObject<{
30231
- chain: z.ZodLiteral<"Solana">;
30232
- asset: z.ZodLiteral<"SOL">;
30233
- }, "strip", z.ZodTypeAny, {
30234
- chain: "Solana";
30235
- asset: "SOL";
30236
- }, {
30237
- chain: "Solana";
30238
- asset: "SOL";
30239
- }>, z.ZodObject<{
30240
- chain: z.ZodLiteral<"Solana">;
30241
- asset: z.ZodLiteral<"USDC">;
30242
- }, "strip", z.ZodTypeAny, {
30243
- chain: "Solana";
30244
- asset: "USDC";
30245
- }, {
30246
- chain: "Solana";
30247
- asset: "USDC";
30248
- }>, z.ZodObject<{
30249
- chain: z.ZodLiteral<"Solana">;
30250
- asset: z.ZodLiteral<"USDT">;
30251
- }, "strip", z.ZodTypeAny, {
30252
- chain: "Solana";
30253
- asset: "USDT";
30254
- }, {
30255
- chain: "Solana";
30256
- asset: "USDT";
30257
- }>, z.ZodObject<{
30258
- chain: z.ZodLiteral<"Assethub">;
30259
- asset: z.ZodLiteral<"DOT">;
30260
- }, "strip", z.ZodTypeAny, {
30261
- chain: "Assethub";
30262
- asset: "DOT";
30263
- }, {
30264
- chain: "Assethub";
30265
- asset: "DOT";
30266
- }>, z.ZodObject<{
30267
- chain: z.ZodLiteral<"Assethub">;
30268
- asset: z.ZodLiteral<"USDC">;
30269
- }, "strip", z.ZodTypeAny, {
30270
- chain: "Assethub";
30271
- asset: "USDC";
30272
- }, {
30273
- chain: "Assethub";
30274
- asset: "USDC";
30275
- }>, z.ZodObject<{
30276
- chain: z.ZodLiteral<"Assethub">;
30277
- asset: z.ZodLiteral<"USDT">;
30278
- }, "strip", z.ZodTypeAny, {
30279
- chain: "Assethub";
30280
- asset: "USDT";
30281
- }, {
30282
- chain: "Assethub";
30283
- asset: "USDT";
30284
- }>]>;
30285
- }, "strip", z.ZodTypeAny, {
30286
- quote_asset: {
30287
- chain: "Bitcoin";
30288
- asset: "BTC";
30289
- } | {
30290
- chain: "Ethereum";
30291
- asset: "FLIP";
30292
- } | {
30293
- chain: "Ethereum";
30294
- asset: "ETH";
30295
- } | {
30296
- chain: "Ethereum";
30297
- asset: "USDC";
30298
- } | {
30299
- chain: "Ethereum";
30300
- asset: "USDT";
30301
- } | {
30302
- chain: "Ethereum";
30303
- asset: "WBTC";
30304
- } | {
30305
- chain: "Arbitrum";
30306
- asset: "ETH";
30307
- } | {
30308
- chain: "Arbitrum";
30309
- asset: "USDC";
30310
- } | {
30311
- chain: "Arbitrum";
30312
- asset: "USDT";
30313
- } | {
30314
- chain: "Solana";
30315
- asset: "SOL";
30316
- } | {
30317
- chain: "Solana";
30318
- asset: "USDC";
30319
- } | {
30320
- chain: "Solana";
30321
- asset: "USDT";
30322
- } | {
30323
- chain: "Assethub";
30324
- asset: "DOT";
30325
- } | {
30326
- chain: "Assethub";
30327
- asset: "USDC";
30328
- } | {
30329
- chain: "Assethub";
30330
- asset: "USDT";
30331
- };
30332
- base_asset: {
30333
- chain: "Bitcoin";
30334
- asset: "BTC";
30335
- } | {
30336
- chain: "Ethereum";
30337
- asset: "FLIP";
30338
- } | {
30339
- chain: "Ethereum";
30340
- asset: "ETH";
30341
- } | {
30342
- chain: "Ethereum";
30343
- asset: "USDC";
30344
- } | {
30345
- chain: "Ethereum";
30346
- asset: "USDT";
30347
- } | {
30348
- chain: "Ethereum";
30349
- asset: "WBTC";
30350
- } | {
30351
- chain: "Arbitrum";
30352
- asset: "ETH";
30353
- } | {
30354
- chain: "Arbitrum";
30355
- asset: "USDC";
30356
- } | {
30357
- chain: "Arbitrum";
30358
- asset: "USDT";
30359
- } | {
30360
- chain: "Solana";
30361
- asset: "SOL";
30362
- } | {
30363
- chain: "Solana";
30364
- asset: "USDC";
30365
- } | {
30366
- chain: "Solana";
30367
- asset: "USDT";
30368
- } | {
30369
- chain: "Assethub";
30370
- asset: "DOT";
30371
- } | {
30372
- chain: "Assethub";
30373
- asset: "USDC";
30374
- } | {
30375
- chain: "Assethub";
30376
- asset: "USDT";
30377
- };
30378
- min_buy_offset_tick: number;
30379
- max_buy_offset_tick: number;
30380
- min_sell_offset_tick: number;
30381
- max_sell_offset_tick: number;
30382
- }, {
30383
- quote_asset: {
30384
- chain: "Bitcoin";
30385
- asset: "BTC";
30386
- } | {
30387
- chain: "Ethereum";
30388
- asset: "FLIP";
30389
- } | {
30390
- chain: "Ethereum";
30391
- asset: "ETH";
30392
- } | {
30393
- chain: "Ethereum";
30394
- asset: "USDC";
30395
- } | {
30396
- chain: "Ethereum";
30397
- asset: "USDT";
30398
- } | {
30399
- chain: "Ethereum";
30400
- asset: "WBTC";
30401
- } | {
30402
- chain: "Arbitrum";
30403
- asset: "ETH";
30404
- } | {
30405
- chain: "Arbitrum";
30406
- asset: "USDC";
30407
- } | {
30408
- chain: "Arbitrum";
30409
- asset: "USDT";
30410
- } | {
30411
- chain: "Solana";
30412
- asset: "SOL";
30413
- } | {
30414
- chain: "Solana";
30415
- asset: "USDC";
30416
- } | {
30417
- chain: "Solana";
30418
- asset: "USDT";
30419
- } | {
30420
- chain: "Assethub";
30421
- asset: "DOT";
30422
- } | {
30423
- chain: "Assethub";
30424
- asset: "USDC";
30425
- } | {
30426
- chain: "Assethub";
30427
- asset: "USDT";
30428
- };
30429
- base_asset: {
30430
- chain: "Bitcoin";
30431
- asset: "BTC";
30432
- } | {
30433
- chain: "Ethereum";
30434
- asset: "FLIP";
30435
- } | {
30436
- chain: "Ethereum";
30437
- asset: "ETH";
30438
- } | {
30439
- chain: "Ethereum";
30440
- asset: "USDC";
30441
- } | {
30442
- chain: "Ethereum";
30443
- asset: "USDT";
30444
- } | {
30445
- chain: "Ethereum";
30446
- asset: "WBTC";
30447
- } | {
30448
- chain: "Arbitrum";
30449
- asset: "ETH";
30450
- } | {
30451
- chain: "Arbitrum";
30452
- asset: "USDC";
30453
- } | {
30454
- chain: "Arbitrum";
30455
- asset: "USDT";
30456
- } | {
30457
- chain: "Solana";
30458
- asset: "SOL";
30459
- } | {
30460
- chain: "Solana";
30461
- asset: "USDC";
30462
- } | {
30463
- chain: "Solana";
30464
- asset: "USDT";
30465
- } | {
30466
- chain: "Assethub";
30467
- asset: "DOT";
30468
- } | {
30469
- chain: "Assethub";
30470
- asset: "USDC";
30471
- } | {
30472
- chain: "Assethub";
30473
- asset: "USDT";
30474
- };
30475
- min_buy_offset_tick: number;
30476
- max_buy_offset_tick: number;
30477
- min_sell_offset_tick: number;
30478
- max_sell_offset_tick: number;
30479
- }>;
30480
- }, "strip", z.ZodTypeAny, {
30481
- OracleTracking: {
30482
- quote_asset: {
30483
- chain: "Bitcoin";
30484
- asset: "BTC";
30485
- } | {
30486
- chain: "Ethereum";
30487
- asset: "FLIP";
30488
- } | {
30489
- chain: "Ethereum";
30490
- asset: "ETH";
30491
- } | {
30492
- chain: "Ethereum";
30493
- asset: "USDC";
30494
- } | {
30495
- chain: "Ethereum";
30496
- asset: "USDT";
30497
- } | {
30498
- chain: "Ethereum";
30499
- asset: "WBTC";
30500
- } | {
30501
- chain: "Arbitrum";
30502
- asset: "ETH";
30503
- } | {
30504
- chain: "Arbitrum";
30505
- asset: "USDC";
30506
- } | {
30507
- chain: "Arbitrum";
30508
- asset: "USDT";
30509
- } | {
30510
- chain: "Solana";
30511
- asset: "SOL";
30512
- } | {
30513
- chain: "Solana";
30514
- asset: "USDC";
30515
- } | {
30516
- chain: "Solana";
30517
- asset: "USDT";
30518
- } | {
30519
- chain: "Assethub";
30520
- asset: "DOT";
30521
- } | {
30522
- chain: "Assethub";
30523
- asset: "USDC";
30524
- } | {
30525
- chain: "Assethub";
30526
- asset: "USDT";
30527
- };
30528
- base_asset: {
30529
- chain: "Bitcoin";
30530
- asset: "BTC";
30531
- } | {
30532
- chain: "Ethereum";
30533
- asset: "FLIP";
30534
- } | {
30535
- chain: "Ethereum";
30536
- asset: "ETH";
30537
- } | {
30538
- chain: "Ethereum";
30539
- asset: "USDC";
30540
- } | {
30541
- chain: "Ethereum";
30542
- asset: "USDT";
30543
- } | {
30544
- chain: "Ethereum";
30545
- asset: "WBTC";
30546
- } | {
30547
- chain: "Arbitrum";
30548
- asset: "ETH";
30549
- } | {
30550
- chain: "Arbitrum";
30551
- asset: "USDC";
30552
- } | {
30553
- chain: "Arbitrum";
30554
- asset: "USDT";
30555
- } | {
30556
- chain: "Solana";
30557
- asset: "SOL";
30558
- } | {
30559
- chain: "Solana";
30560
- asset: "USDC";
30561
- } | {
30562
- chain: "Solana";
30563
- asset: "USDT";
30564
- } | {
30565
- chain: "Assethub";
30566
- asset: "DOT";
30567
- } | {
30568
- chain: "Assethub";
30569
- asset: "USDC";
30570
- } | {
30571
- chain: "Assethub";
30572
- asset: "USDT";
30573
- };
30574
- min_buy_offset_tick: number;
30575
- max_buy_offset_tick: number;
30576
- min_sell_offset_tick: number;
30577
- max_sell_offset_tick: number;
30578
- };
30579
- }, {
30580
- OracleTracking: {
30581
- quote_asset: {
30582
- chain: "Bitcoin";
30583
- asset: "BTC";
30584
- } | {
30585
- chain: "Ethereum";
30586
- asset: "FLIP";
30587
- } | {
30588
- chain: "Ethereum";
30589
- asset: "ETH";
30590
- } | {
30591
- chain: "Ethereum";
30592
- asset: "USDC";
30593
- } | {
30594
- chain: "Ethereum";
30595
- asset: "USDT";
30596
- } | {
30597
- chain: "Ethereum";
30598
- asset: "WBTC";
30599
- } | {
30600
- chain: "Arbitrum";
30601
- asset: "ETH";
30602
- } | {
30603
- chain: "Arbitrum";
30604
- asset: "USDC";
30605
- } | {
30606
- chain: "Arbitrum";
30607
- asset: "USDT";
30608
- } | {
30609
- chain: "Solana";
30610
- asset: "SOL";
30611
- } | {
30612
- chain: "Solana";
30613
- asset: "USDC";
30614
- } | {
30615
- chain: "Solana";
30616
- asset: "USDT";
30617
- } | {
30618
- chain: "Assethub";
30619
- asset: "DOT";
30620
- } | {
30621
- chain: "Assethub";
30622
- asset: "USDC";
30623
- } | {
30624
- chain: "Assethub";
30625
- asset: "USDT";
30626
- };
30627
- base_asset: {
30628
- chain: "Bitcoin";
30629
- asset: "BTC";
30630
- } | {
30631
- chain: "Ethereum";
30632
- asset: "FLIP";
30633
- } | {
30634
- chain: "Ethereum";
30635
- asset: "ETH";
30636
- } | {
30637
- chain: "Ethereum";
30638
- asset: "USDC";
30639
- } | {
30640
- chain: "Ethereum";
30641
- asset: "USDT";
30642
- } | {
30643
- chain: "Ethereum";
30644
- asset: "WBTC";
30645
- } | {
30646
- chain: "Arbitrum";
30647
- asset: "ETH";
30648
- } | {
30649
- chain: "Arbitrum";
30650
- asset: "USDC";
30651
- } | {
30652
- chain: "Arbitrum";
30653
- asset: "USDT";
30654
- } | {
30655
- chain: "Solana";
30656
- asset: "SOL";
30657
- } | {
30658
- chain: "Solana";
30659
- asset: "USDC";
30660
- } | {
30661
- chain: "Solana";
30662
- asset: "USDT";
30663
- } | {
30664
- chain: "Assethub";
30665
- asset: "DOT";
30666
- } | {
30667
- chain: "Assethub";
30668
- asset: "USDC";
30669
- } | {
30670
- chain: "Assethub";
30671
- asset: "USDT";
30672
- };
30673
- min_buy_offset_tick: number;
30674
- max_buy_offset_tick: number;
30675
- min_sell_offset_tick: number;
30676
- max_sell_offset_tick: number;
30677
- };
30678
- }>]>;
30679
- balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
30680
- chain: z.ZodLiteral<"Bitcoin">;
30681
- asset: z.ZodLiteral<"BTC">;
30682
- }, "strip", z.ZodTypeAny, {
30683
- chain: "Bitcoin";
30684
- asset: "BTC";
30685
- }, {
30686
- chain: "Bitcoin";
30687
- asset: "BTC";
30688
- }>, z.ZodObject<{
30689
- chain: z.ZodLiteral<"Ethereum">;
30690
- asset: z.ZodLiteral<"FLIP">;
30018
+ chain: z.ZodLiteral<"Ethereum">;
30019
+ asset: z.ZodLiteral<"FLIP">;
30691
30020
  }, "strip", z.ZodTypeAny, {
30692
30021
  chain: "Ethereum";
30693
30022
  asset: "FLIP";
@@ -30865,1040 +30194,59 @@ declare const cfTradingStrategy: z.ZodObject<{
30865
30194
  };
30866
30195
  spread_tick: number;
30867
30196
  };
30868
- } | {
30869
- SimpleBuySell: {
30870
- base_asset: {
30871
- chain: "Bitcoin";
30872
- asset: "BTC";
30873
- } | {
30874
- chain: "Ethereum";
30875
- asset: "FLIP";
30876
- } | {
30877
- chain: "Ethereum";
30878
- asset: "ETH";
30879
- } | {
30880
- chain: "Ethereum";
30881
- asset: "USDC";
30882
- } | {
30883
- chain: "Ethereum";
30884
- asset: "USDT";
30885
- } | {
30886
- chain: "Ethereum";
30887
- asset: "WBTC";
30888
- } | {
30889
- chain: "Arbitrum";
30890
- asset: "ETH";
30891
- } | {
30892
- chain: "Arbitrum";
30893
- asset: "USDC";
30894
- } | {
30895
- chain: "Arbitrum";
30896
- asset: "USDT";
30897
- } | {
30898
- chain: "Solana";
30899
- asset: "SOL";
30900
- } | {
30901
- chain: "Solana";
30902
- asset: "USDC";
30903
- } | {
30904
- chain: "Solana";
30905
- asset: "USDT";
30906
- } | {
30907
- chain: "Assethub";
30908
- asset: "DOT";
30909
- } | {
30910
- chain: "Assethub";
30911
- asset: "USDC";
30912
- } | {
30913
- chain: "Assethub";
30914
- asset: "USDT";
30915
- };
30916
- buy_tick: number;
30917
- sell_tick: number;
30918
- };
30919
- } | {
30920
- InventoryBased: {
30921
- base_asset: {
30922
- chain: "Bitcoin";
30923
- asset: "BTC";
30924
- } | {
30925
- chain: "Ethereum";
30926
- asset: "FLIP";
30927
- } | {
30928
- chain: "Ethereum";
30929
- asset: "ETH";
30930
- } | {
30931
- chain: "Ethereum";
30932
- asset: "USDC";
30933
- } | {
30934
- chain: "Ethereum";
30935
- asset: "USDT";
30936
- } | {
30937
- chain: "Ethereum";
30938
- asset: "WBTC";
30939
- } | {
30940
- chain: "Arbitrum";
30941
- asset: "ETH";
30942
- } | {
30943
- chain: "Arbitrum";
30944
- asset: "USDC";
30945
- } | {
30946
- chain: "Arbitrum";
30947
- asset: "USDT";
30948
- } | {
30949
- chain: "Solana";
30950
- asset: "SOL";
30951
- } | {
30952
- chain: "Solana";
30953
- asset: "USDC";
30954
- } | {
30955
- chain: "Solana";
30956
- asset: "USDT";
30957
- } | {
30958
- chain: "Assethub";
30959
- asset: "DOT";
30960
- } | {
30961
- chain: "Assethub";
30962
- asset: "USDC";
30963
- } | {
30964
- chain: "Assethub";
30965
- asset: "USDT";
30966
- };
30967
- min_buy_tick: number;
30968
- max_buy_tick: number;
30969
- min_sell_tick: number;
30970
- max_sell_tick: number;
30971
- };
30972
- } | {
30973
- OracleTracking: {
30974
- quote_asset: {
30975
- chain: "Bitcoin";
30976
- asset: "BTC";
30977
- } | {
30978
- chain: "Ethereum";
30979
- asset: "FLIP";
30980
- } | {
30981
- chain: "Ethereum";
30982
- asset: "ETH";
30983
- } | {
30984
- chain: "Ethereum";
30985
- asset: "USDC";
30986
- } | {
30987
- chain: "Ethereum";
30988
- asset: "USDT";
30989
- } | {
30990
- chain: "Ethereum";
30991
- asset: "WBTC";
30992
- } | {
30993
- chain: "Arbitrum";
30994
- asset: "ETH";
30995
- } | {
30996
- chain: "Arbitrum";
30997
- asset: "USDC";
30998
- } | {
30999
- chain: "Arbitrum";
31000
- asset: "USDT";
31001
- } | {
31002
- chain: "Solana";
31003
- asset: "SOL";
31004
- } | {
31005
- chain: "Solana";
31006
- asset: "USDC";
31007
- } | {
31008
- chain: "Solana";
31009
- asset: "USDT";
31010
- } | {
31011
- chain: "Assethub";
31012
- asset: "DOT";
31013
- } | {
31014
- chain: "Assethub";
31015
- asset: "USDC";
31016
- } | {
31017
- chain: "Assethub";
31018
- asset: "USDT";
31019
- };
31020
- base_asset: {
31021
- chain: "Bitcoin";
31022
- asset: "BTC";
31023
- } | {
31024
- chain: "Ethereum";
31025
- asset: "FLIP";
31026
- } | {
31027
- chain: "Ethereum";
31028
- asset: "ETH";
31029
- } | {
31030
- chain: "Ethereum";
31031
- asset: "USDC";
31032
- } | {
31033
- chain: "Ethereum";
31034
- asset: "USDT";
31035
- } | {
31036
- chain: "Ethereum";
31037
- asset: "WBTC";
31038
- } | {
31039
- chain: "Arbitrum";
31040
- asset: "ETH";
31041
- } | {
31042
- chain: "Arbitrum";
31043
- asset: "USDC";
31044
- } | {
31045
- chain: "Arbitrum";
31046
- asset: "USDT";
31047
- } | {
31048
- chain: "Solana";
31049
- asset: "SOL";
31050
- } | {
31051
- chain: "Solana";
31052
- asset: "USDC";
31053
- } | {
31054
- chain: "Solana";
31055
- asset: "USDT";
31056
- } | {
31057
- chain: "Assethub";
31058
- asset: "DOT";
31059
- } | {
31060
- chain: "Assethub";
31061
- asset: "USDC";
31062
- } | {
31063
- chain: "Assethub";
31064
- asset: "USDT";
31065
- };
31066
- min_buy_offset_tick: number;
31067
- max_buy_offset_tick: number;
31068
- min_sell_offset_tick: number;
31069
- max_sell_offset_tick: number;
31070
- };
31071
- };
31072
- balance: [{
31073
- chain: "Bitcoin";
31074
- asset: "BTC";
31075
- } | {
31076
- chain: "Ethereum";
31077
- asset: "FLIP";
31078
- } | {
31079
- chain: "Ethereum";
31080
- asset: "ETH";
31081
- } | {
31082
- chain: "Ethereum";
31083
- asset: "USDC";
31084
- } | {
31085
- chain: "Ethereum";
31086
- asset: "USDT";
31087
- } | {
31088
- chain: "Ethereum";
31089
- asset: "WBTC";
31090
- } | {
31091
- chain: "Arbitrum";
31092
- asset: "ETH";
31093
- } | {
31094
- chain: "Arbitrum";
31095
- asset: "USDC";
31096
- } | {
31097
- chain: "Arbitrum";
31098
- asset: "USDT";
31099
- } | {
31100
- chain: "Solana";
31101
- asset: "SOL";
31102
- } | {
31103
- chain: "Solana";
31104
- asset: "USDC";
31105
- } | {
31106
- chain: "Solana";
31107
- asset: "USDT";
31108
- } | {
31109
- chain: "Assethub";
31110
- asset: "DOT";
31111
- } | {
31112
- chain: "Assethub";
31113
- asset: "USDC";
31114
- } | {
31115
- chain: "Assethub";
31116
- asset: "USDT";
31117
- }, bigint][];
31118
- }, {
31119
- lp_id: string;
31120
- strategy_id: string;
31121
- strategy: {
31122
- TickZeroCentered: {
31123
- base_asset: {
31124
- chain: "Bitcoin";
31125
- asset: "BTC";
31126
- } | {
31127
- chain: "Ethereum";
31128
- asset: "FLIP";
31129
- } | {
31130
- chain: "Ethereum";
31131
- asset: "ETH";
31132
- } | {
31133
- chain: "Ethereum";
31134
- asset: "USDC";
31135
- } | {
31136
- chain: "Ethereum";
31137
- asset: "USDT";
31138
- } | {
31139
- chain: "Ethereum";
31140
- asset: "WBTC";
31141
- } | {
31142
- chain: "Arbitrum";
31143
- asset: "ETH";
31144
- } | {
31145
- chain: "Arbitrum";
31146
- asset: "USDC";
31147
- } | {
31148
- chain: "Arbitrum";
31149
- asset: "USDT";
31150
- } | {
31151
- chain: "Solana";
31152
- asset: "SOL";
31153
- } | {
31154
- chain: "Solana";
31155
- asset: "USDC";
31156
- } | {
31157
- chain: "Solana";
31158
- asset: "USDT";
31159
- } | {
31160
- chain: "Assethub";
31161
- asset: "DOT";
31162
- } | {
31163
- chain: "Assethub";
31164
- asset: "USDC";
31165
- } | {
31166
- chain: "Assethub";
31167
- asset: "USDT";
31168
- };
31169
- spread_tick: number;
31170
- };
31171
- } | {
31172
- SimpleBuySell: {
31173
- base_asset: {
31174
- chain: "Bitcoin";
31175
- asset: "BTC";
31176
- } | {
31177
- chain: "Ethereum";
31178
- asset: "FLIP";
31179
- } | {
31180
- chain: "Ethereum";
31181
- asset: "ETH";
31182
- } | {
31183
- chain: "Ethereum";
31184
- asset: "USDC";
31185
- } | {
31186
- chain: "Ethereum";
31187
- asset: "USDT";
31188
- } | {
31189
- chain: "Ethereum";
31190
- asset: "WBTC";
31191
- } | {
31192
- chain: "Arbitrum";
31193
- asset: "ETH";
31194
- } | {
31195
- chain: "Arbitrum";
31196
- asset: "USDC";
31197
- } | {
31198
- chain: "Arbitrum";
31199
- asset: "USDT";
31200
- } | {
31201
- chain: "Solana";
31202
- asset: "SOL";
31203
- } | {
31204
- chain: "Solana";
31205
- asset: "USDC";
31206
- } | {
31207
- chain: "Solana";
31208
- asset: "USDT";
31209
- } | {
31210
- chain: "Assethub";
31211
- asset: "DOT";
31212
- } | {
31213
- chain: "Assethub";
31214
- asset: "USDC";
31215
- } | {
31216
- chain: "Assethub";
31217
- asset: "USDT";
31218
- };
31219
- buy_tick: number;
31220
- sell_tick: number;
31221
- };
31222
- } | {
31223
- InventoryBased: {
31224
- base_asset: {
31225
- chain: "Bitcoin";
31226
- asset: "BTC";
31227
- } | {
31228
- chain: "Ethereum";
31229
- asset: "FLIP";
31230
- } | {
31231
- chain: "Ethereum";
31232
- asset: "ETH";
31233
- } | {
31234
- chain: "Ethereum";
31235
- asset: "USDC";
31236
- } | {
31237
- chain: "Ethereum";
31238
- asset: "USDT";
31239
- } | {
31240
- chain: "Ethereum";
31241
- asset: "WBTC";
31242
- } | {
31243
- chain: "Arbitrum";
31244
- asset: "ETH";
31245
- } | {
31246
- chain: "Arbitrum";
31247
- asset: "USDC";
31248
- } | {
31249
- chain: "Arbitrum";
31250
- asset: "USDT";
31251
- } | {
31252
- chain: "Solana";
31253
- asset: "SOL";
31254
- } | {
31255
- chain: "Solana";
31256
- asset: "USDC";
31257
- } | {
31258
- chain: "Solana";
31259
- asset: "USDT";
31260
- } | {
31261
- chain: "Assethub";
31262
- asset: "DOT";
31263
- } | {
31264
- chain: "Assethub";
31265
- asset: "USDC";
31266
- } | {
31267
- chain: "Assethub";
31268
- asset: "USDT";
31269
- };
31270
- min_buy_tick: number;
31271
- max_buy_tick: number;
31272
- min_sell_tick: number;
31273
- max_sell_tick: number;
31274
- };
31275
- } | {
31276
- OracleTracking: {
31277
- quote_asset: {
31278
- chain: "Bitcoin";
31279
- asset: "BTC";
31280
- } | {
31281
- chain: "Ethereum";
31282
- asset: "FLIP";
31283
- } | {
31284
- chain: "Ethereum";
31285
- asset: "ETH";
31286
- } | {
31287
- chain: "Ethereum";
31288
- asset: "USDC";
31289
- } | {
31290
- chain: "Ethereum";
31291
- asset: "USDT";
31292
- } | {
31293
- chain: "Ethereum";
31294
- asset: "WBTC";
31295
- } | {
31296
- chain: "Arbitrum";
31297
- asset: "ETH";
31298
- } | {
31299
- chain: "Arbitrum";
31300
- asset: "USDC";
31301
- } | {
31302
- chain: "Arbitrum";
31303
- asset: "USDT";
31304
- } | {
31305
- chain: "Solana";
31306
- asset: "SOL";
31307
- } | {
31308
- chain: "Solana";
31309
- asset: "USDC";
31310
- } | {
31311
- chain: "Solana";
31312
- asset: "USDT";
31313
- } | {
31314
- chain: "Assethub";
31315
- asset: "DOT";
31316
- } | {
31317
- chain: "Assethub";
31318
- asset: "USDC";
31319
- } | {
31320
- chain: "Assethub";
31321
- asset: "USDT";
31322
- };
31323
- base_asset: {
31324
- chain: "Bitcoin";
31325
- asset: "BTC";
31326
- } | {
31327
- chain: "Ethereum";
31328
- asset: "FLIP";
31329
- } | {
31330
- chain: "Ethereum";
31331
- asset: "ETH";
31332
- } | {
31333
- chain: "Ethereum";
31334
- asset: "USDC";
31335
- } | {
31336
- chain: "Ethereum";
31337
- asset: "USDT";
31338
- } | {
31339
- chain: "Ethereum";
31340
- asset: "WBTC";
31341
- } | {
31342
- chain: "Arbitrum";
31343
- asset: "ETH";
31344
- } | {
31345
- chain: "Arbitrum";
31346
- asset: "USDC";
31347
- } | {
31348
- chain: "Arbitrum";
31349
- asset: "USDT";
31350
- } | {
31351
- chain: "Solana";
31352
- asset: "SOL";
31353
- } | {
31354
- chain: "Solana";
31355
- asset: "USDC";
31356
- } | {
31357
- chain: "Solana";
31358
- asset: "USDT";
31359
- } | {
31360
- chain: "Assethub";
31361
- asset: "DOT";
31362
- } | {
31363
- chain: "Assethub";
31364
- asset: "USDC";
31365
- } | {
31366
- chain: "Assethub";
31367
- asset: "USDT";
31368
- };
31369
- min_buy_offset_tick: number;
31370
- max_buy_offset_tick: number;
31371
- min_sell_offset_tick: number;
31372
- max_sell_offset_tick: number;
31373
- };
31374
- };
31375
- balance: [{
31376
- chain: "Bitcoin";
31377
- asset: "BTC";
31378
- } | {
31379
- chain: "Ethereum";
31380
- asset: "FLIP";
31381
- } | {
31382
- chain: "Ethereum";
31383
- asset: "ETH";
31384
- } | {
31385
- chain: "Ethereum";
31386
- asset: "USDC";
31387
- } | {
31388
- chain: "Ethereum";
31389
- asset: "USDT";
31390
- } | {
31391
- chain: "Ethereum";
31392
- asset: "WBTC";
31393
- } | {
31394
- chain: "Arbitrum";
31395
- asset: "ETH";
31396
- } | {
31397
- chain: "Arbitrum";
31398
- asset: "USDC";
31399
- } | {
31400
- chain: "Arbitrum";
31401
- asset: "USDT";
31402
- } | {
31403
- chain: "Solana";
31404
- asset: "SOL";
31405
- } | {
31406
- chain: "Solana";
31407
- asset: "USDC";
31408
- } | {
31409
- chain: "Solana";
31410
- asset: "USDT";
31411
- } | {
31412
- chain: "Assethub";
31413
- asset: "DOT";
31414
- } | {
31415
- chain: "Assethub";
31416
- asset: "USDC";
31417
- } | {
31418
- chain: "Assethub";
31419
- asset: "USDT";
31420
- }, string | number][];
31421
- }>;
31422
- declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
31423
- lp_id: z.ZodString;
31424
- strategy_id: z.ZodString;
31425
- strategy: z.ZodUnion<[z.ZodObject<{
31426
- TickZeroCentered: z.ZodObject<{
31427
- spread_tick: z.ZodNumber;
31428
- base_asset: z.ZodUnion<[z.ZodObject<{
31429
- chain: z.ZodLiteral<"Bitcoin">;
31430
- asset: z.ZodLiteral<"BTC">;
31431
- }, "strip", z.ZodTypeAny, {
31432
- chain: "Bitcoin";
31433
- asset: "BTC";
31434
- }, {
31435
- chain: "Bitcoin";
31436
- asset: "BTC";
31437
- }>, z.ZodObject<{
31438
- chain: z.ZodLiteral<"Ethereum">;
31439
- asset: z.ZodLiteral<"FLIP">;
31440
- }, "strip", z.ZodTypeAny, {
31441
- chain: "Ethereum";
31442
- asset: "FLIP";
31443
- }, {
31444
- chain: "Ethereum";
31445
- asset: "FLIP";
31446
- }>, z.ZodObject<{
31447
- chain: z.ZodLiteral<"Ethereum">;
31448
- asset: z.ZodLiteral<"ETH">;
31449
- }, "strip", z.ZodTypeAny, {
31450
- chain: "Ethereum";
31451
- asset: "ETH";
31452
- }, {
31453
- chain: "Ethereum";
31454
- asset: "ETH";
31455
- }>, z.ZodObject<{
31456
- chain: z.ZodLiteral<"Ethereum">;
31457
- asset: z.ZodLiteral<"USDC">;
31458
- }, "strip", z.ZodTypeAny, {
31459
- chain: "Ethereum";
31460
- asset: "USDC";
31461
- }, {
31462
- chain: "Ethereum";
31463
- asset: "USDC";
31464
- }>, z.ZodObject<{
31465
- chain: z.ZodLiteral<"Ethereum">;
31466
- asset: z.ZodLiteral<"USDT">;
31467
- }, "strip", z.ZodTypeAny, {
31468
- chain: "Ethereum";
31469
- asset: "USDT";
31470
- }, {
31471
- chain: "Ethereum";
31472
- asset: "USDT";
31473
- }>, z.ZodObject<{
31474
- chain: z.ZodLiteral<"Ethereum">;
31475
- asset: z.ZodLiteral<"WBTC">;
31476
- }, "strip", z.ZodTypeAny, {
31477
- chain: "Ethereum";
31478
- asset: "WBTC";
31479
- }, {
31480
- chain: "Ethereum";
31481
- asset: "WBTC";
31482
- }>, z.ZodObject<{
31483
- chain: z.ZodLiteral<"Arbitrum">;
31484
- asset: z.ZodLiteral<"ETH">;
31485
- }, "strip", z.ZodTypeAny, {
31486
- chain: "Arbitrum";
31487
- asset: "ETH";
31488
- }, {
31489
- chain: "Arbitrum";
31490
- asset: "ETH";
31491
- }>, z.ZodObject<{
31492
- chain: z.ZodLiteral<"Arbitrum">;
31493
- asset: z.ZodLiteral<"USDC">;
31494
- }, "strip", z.ZodTypeAny, {
31495
- chain: "Arbitrum";
31496
- asset: "USDC";
31497
- }, {
31498
- chain: "Arbitrum";
31499
- asset: "USDC";
31500
- }>, z.ZodObject<{
31501
- chain: z.ZodLiteral<"Arbitrum">;
31502
- asset: z.ZodLiteral<"USDT">;
31503
- }, "strip", z.ZodTypeAny, {
31504
- chain: "Arbitrum";
31505
- asset: "USDT";
31506
- }, {
31507
- chain: "Arbitrum";
31508
- asset: "USDT";
31509
- }>, z.ZodObject<{
31510
- chain: z.ZodLiteral<"Solana">;
31511
- asset: z.ZodLiteral<"SOL">;
31512
- }, "strip", z.ZodTypeAny, {
31513
- chain: "Solana";
31514
- asset: "SOL";
31515
- }, {
31516
- chain: "Solana";
31517
- asset: "SOL";
31518
- }>, z.ZodObject<{
31519
- chain: z.ZodLiteral<"Solana">;
31520
- asset: z.ZodLiteral<"USDC">;
31521
- }, "strip", z.ZodTypeAny, {
31522
- chain: "Solana";
31523
- asset: "USDC";
31524
- }, {
31525
- chain: "Solana";
31526
- asset: "USDC";
31527
- }>, z.ZodObject<{
31528
- chain: z.ZodLiteral<"Solana">;
31529
- asset: z.ZodLiteral<"USDT">;
31530
- }, "strip", z.ZodTypeAny, {
31531
- chain: "Solana";
31532
- asset: "USDT";
31533
- }, {
31534
- chain: "Solana";
31535
- asset: "USDT";
31536
- }>, z.ZodObject<{
31537
- chain: z.ZodLiteral<"Assethub">;
31538
- asset: z.ZodLiteral<"DOT">;
31539
- }, "strip", z.ZodTypeAny, {
31540
- chain: "Assethub";
31541
- asset: "DOT";
31542
- }, {
31543
- chain: "Assethub";
31544
- asset: "DOT";
31545
- }>, z.ZodObject<{
31546
- chain: z.ZodLiteral<"Assethub">;
31547
- asset: z.ZodLiteral<"USDC">;
31548
- }, "strip", z.ZodTypeAny, {
31549
- chain: "Assethub";
31550
- asset: "USDC";
31551
- }, {
31552
- chain: "Assethub";
31553
- asset: "USDC";
31554
- }>, z.ZodObject<{
31555
- chain: z.ZodLiteral<"Assethub">;
31556
- asset: z.ZodLiteral<"USDT">;
31557
- }, "strip", z.ZodTypeAny, {
31558
- chain: "Assethub";
31559
- asset: "USDT";
31560
- }, {
31561
- chain: "Assethub";
31562
- asset: "USDT";
31563
- }>]>;
31564
- }, "strip", z.ZodTypeAny, {
31565
- base_asset: {
31566
- chain: "Bitcoin";
31567
- asset: "BTC";
31568
- } | {
31569
- chain: "Ethereum";
31570
- asset: "FLIP";
31571
- } | {
31572
- chain: "Ethereum";
31573
- asset: "ETH";
31574
- } | {
31575
- chain: "Ethereum";
31576
- asset: "USDC";
31577
- } | {
31578
- chain: "Ethereum";
31579
- asset: "USDT";
31580
- } | {
31581
- chain: "Ethereum";
31582
- asset: "WBTC";
31583
- } | {
31584
- chain: "Arbitrum";
31585
- asset: "ETH";
31586
- } | {
31587
- chain: "Arbitrum";
31588
- asset: "USDC";
31589
- } | {
31590
- chain: "Arbitrum";
31591
- asset: "USDT";
31592
- } | {
31593
- chain: "Solana";
31594
- asset: "SOL";
31595
- } | {
31596
- chain: "Solana";
31597
- asset: "USDC";
31598
- } | {
31599
- chain: "Solana";
31600
- asset: "USDT";
31601
- } | {
31602
- chain: "Assethub";
31603
- asset: "DOT";
31604
- } | {
31605
- chain: "Assethub";
31606
- asset: "USDC";
31607
- } | {
31608
- chain: "Assethub";
31609
- asset: "USDT";
31610
- };
31611
- spread_tick: number;
31612
- }, {
31613
- base_asset: {
31614
- chain: "Bitcoin";
31615
- asset: "BTC";
31616
- } | {
31617
- chain: "Ethereum";
31618
- asset: "FLIP";
31619
- } | {
31620
- chain: "Ethereum";
31621
- asset: "ETH";
31622
- } | {
31623
- chain: "Ethereum";
31624
- asset: "USDC";
31625
- } | {
31626
- chain: "Ethereum";
31627
- asset: "USDT";
31628
- } | {
31629
- chain: "Ethereum";
31630
- asset: "WBTC";
31631
- } | {
31632
- chain: "Arbitrum";
31633
- asset: "ETH";
31634
- } | {
31635
- chain: "Arbitrum";
31636
- asset: "USDC";
31637
- } | {
31638
- chain: "Arbitrum";
31639
- asset: "USDT";
31640
- } | {
31641
- chain: "Solana";
31642
- asset: "SOL";
31643
- } | {
31644
- chain: "Solana";
31645
- asset: "USDC";
31646
- } | {
31647
- chain: "Solana";
31648
- asset: "USDT";
31649
- } | {
31650
- chain: "Assethub";
31651
- asset: "DOT";
31652
- } | {
31653
- chain: "Assethub";
31654
- asset: "USDC";
31655
- } | {
31656
- chain: "Assethub";
31657
- asset: "USDT";
31658
- };
31659
- spread_tick: number;
31660
- }>;
31661
- }, "strip", z.ZodTypeAny, {
31662
- TickZeroCentered: {
31663
- base_asset: {
31664
- chain: "Bitcoin";
31665
- asset: "BTC";
31666
- } | {
31667
- chain: "Ethereum";
31668
- asset: "FLIP";
31669
- } | {
31670
- chain: "Ethereum";
31671
- asset: "ETH";
31672
- } | {
31673
- chain: "Ethereum";
31674
- asset: "USDC";
31675
- } | {
31676
- chain: "Ethereum";
31677
- asset: "USDT";
31678
- } | {
31679
- chain: "Ethereum";
31680
- asset: "WBTC";
31681
- } | {
31682
- chain: "Arbitrum";
31683
- asset: "ETH";
31684
- } | {
31685
- chain: "Arbitrum";
31686
- asset: "USDC";
31687
- } | {
31688
- chain: "Arbitrum";
31689
- asset: "USDT";
31690
- } | {
31691
- chain: "Solana";
31692
- asset: "SOL";
31693
- } | {
31694
- chain: "Solana";
31695
- asset: "USDC";
31696
- } | {
31697
- chain: "Solana";
31698
- asset: "USDT";
31699
- } | {
31700
- chain: "Assethub";
31701
- asset: "DOT";
31702
- } | {
31703
- chain: "Assethub";
31704
- asset: "USDC";
31705
- } | {
31706
- chain: "Assethub";
31707
- asset: "USDT";
31708
- };
31709
- spread_tick: number;
31710
- };
31711
- }, {
31712
- TickZeroCentered: {
31713
- base_asset: {
31714
- chain: "Bitcoin";
31715
- asset: "BTC";
31716
- } | {
31717
- chain: "Ethereum";
31718
- asset: "FLIP";
31719
- } | {
31720
- chain: "Ethereum";
31721
- asset: "ETH";
31722
- } | {
31723
- chain: "Ethereum";
31724
- asset: "USDC";
31725
- } | {
31726
- chain: "Ethereum";
31727
- asset: "USDT";
31728
- } | {
31729
- chain: "Ethereum";
31730
- asset: "WBTC";
31731
- } | {
31732
- chain: "Arbitrum";
31733
- asset: "ETH";
31734
- } | {
31735
- chain: "Arbitrum";
31736
- asset: "USDC";
31737
- } | {
31738
- chain: "Arbitrum";
31739
- asset: "USDT";
31740
- } | {
31741
- chain: "Solana";
31742
- asset: "SOL";
31743
- } | {
31744
- chain: "Solana";
31745
- asset: "USDC";
31746
- } | {
31747
- chain: "Solana";
31748
- asset: "USDT";
31749
- } | {
31750
- chain: "Assethub";
31751
- asset: "DOT";
31752
- } | {
31753
- chain: "Assethub";
31754
- asset: "USDC";
31755
- } | {
31756
- chain: "Assethub";
31757
- asset: "USDT";
31758
- };
31759
- spread_tick: number;
31760
- };
31761
- }>, z.ZodObject<{
31762
- SimpleBuySell: z.ZodObject<{
31763
- buy_tick: z.ZodNumber;
31764
- sell_tick: z.ZodNumber;
31765
- base_asset: z.ZodUnion<[z.ZodObject<{
31766
- chain: z.ZodLiteral<"Bitcoin">;
31767
- asset: z.ZodLiteral<"BTC">;
31768
- }, "strip", z.ZodTypeAny, {
31769
- chain: "Bitcoin";
31770
- asset: "BTC";
31771
- }, {
30197
+ } | {
30198
+ SimpleBuySell: {
30199
+ base_asset: {
31772
30200
  chain: "Bitcoin";
31773
30201
  asset: "BTC";
31774
- }>, z.ZodObject<{
31775
- chain: z.ZodLiteral<"Ethereum">;
31776
- asset: z.ZodLiteral<"FLIP">;
31777
- }, "strip", z.ZodTypeAny, {
31778
- chain: "Ethereum";
31779
- asset: "FLIP";
31780
- }, {
30202
+ } | {
31781
30203
  chain: "Ethereum";
31782
30204
  asset: "FLIP";
31783
- }>, z.ZodObject<{
31784
- chain: z.ZodLiteral<"Ethereum">;
31785
- asset: z.ZodLiteral<"ETH">;
31786
- }, "strip", z.ZodTypeAny, {
31787
- chain: "Ethereum";
31788
- asset: "ETH";
31789
- }, {
30205
+ } | {
31790
30206
  chain: "Ethereum";
31791
30207
  asset: "ETH";
31792
- }>, z.ZodObject<{
31793
- chain: z.ZodLiteral<"Ethereum">;
31794
- asset: z.ZodLiteral<"USDC">;
31795
- }, "strip", z.ZodTypeAny, {
31796
- chain: "Ethereum";
31797
- asset: "USDC";
31798
- }, {
30208
+ } | {
31799
30209
  chain: "Ethereum";
31800
30210
  asset: "USDC";
31801
- }>, z.ZodObject<{
31802
- chain: z.ZodLiteral<"Ethereum">;
31803
- asset: z.ZodLiteral<"USDT">;
31804
- }, "strip", z.ZodTypeAny, {
31805
- chain: "Ethereum";
31806
- asset: "USDT";
31807
- }, {
30211
+ } | {
31808
30212
  chain: "Ethereum";
31809
30213
  asset: "USDT";
31810
- }>, z.ZodObject<{
31811
- chain: z.ZodLiteral<"Ethereum">;
31812
- asset: z.ZodLiteral<"WBTC">;
31813
- }, "strip", z.ZodTypeAny, {
31814
- chain: "Ethereum";
31815
- asset: "WBTC";
31816
- }, {
30214
+ } | {
31817
30215
  chain: "Ethereum";
31818
30216
  asset: "WBTC";
31819
- }>, z.ZodObject<{
31820
- chain: z.ZodLiteral<"Arbitrum">;
31821
- asset: z.ZodLiteral<"ETH">;
31822
- }, "strip", z.ZodTypeAny, {
31823
- chain: "Arbitrum";
31824
- asset: "ETH";
31825
- }, {
30217
+ } | {
31826
30218
  chain: "Arbitrum";
31827
30219
  asset: "ETH";
31828
- }>, z.ZodObject<{
31829
- chain: z.ZodLiteral<"Arbitrum">;
31830
- asset: z.ZodLiteral<"USDC">;
31831
- }, "strip", z.ZodTypeAny, {
31832
- chain: "Arbitrum";
31833
- asset: "USDC";
31834
- }, {
30220
+ } | {
31835
30221
  chain: "Arbitrum";
31836
30222
  asset: "USDC";
31837
- }>, z.ZodObject<{
31838
- chain: z.ZodLiteral<"Arbitrum">;
31839
- asset: z.ZodLiteral<"USDT">;
31840
- }, "strip", z.ZodTypeAny, {
31841
- chain: "Arbitrum";
31842
- asset: "USDT";
31843
- }, {
30223
+ } | {
31844
30224
  chain: "Arbitrum";
31845
30225
  asset: "USDT";
31846
- }>, z.ZodObject<{
31847
- chain: z.ZodLiteral<"Solana">;
31848
- asset: z.ZodLiteral<"SOL">;
31849
- }, "strip", z.ZodTypeAny, {
31850
- chain: "Solana";
31851
- asset: "SOL";
31852
- }, {
30226
+ } | {
31853
30227
  chain: "Solana";
31854
30228
  asset: "SOL";
31855
- }>, z.ZodObject<{
31856
- chain: z.ZodLiteral<"Solana">;
31857
- asset: z.ZodLiteral<"USDC">;
31858
- }, "strip", z.ZodTypeAny, {
31859
- chain: "Solana";
31860
- asset: "USDC";
31861
- }, {
30229
+ } | {
31862
30230
  chain: "Solana";
31863
30231
  asset: "USDC";
31864
- }>, z.ZodObject<{
31865
- chain: z.ZodLiteral<"Solana">;
31866
- asset: z.ZodLiteral<"USDT">;
31867
- }, "strip", z.ZodTypeAny, {
31868
- chain: "Solana";
31869
- asset: "USDT";
31870
- }, {
30232
+ } | {
31871
30233
  chain: "Solana";
31872
30234
  asset: "USDT";
31873
- }>, z.ZodObject<{
31874
- chain: z.ZodLiteral<"Assethub">;
31875
- asset: z.ZodLiteral<"DOT">;
31876
- }, "strip", z.ZodTypeAny, {
31877
- chain: "Assethub";
31878
- asset: "DOT";
31879
- }, {
30235
+ } | {
31880
30236
  chain: "Assethub";
31881
30237
  asset: "DOT";
31882
- }>, z.ZodObject<{
31883
- chain: z.ZodLiteral<"Assethub">;
31884
- asset: z.ZodLiteral<"USDC">;
31885
- }, "strip", z.ZodTypeAny, {
31886
- chain: "Assethub";
31887
- asset: "USDC";
31888
- }, {
30238
+ } | {
31889
30239
  chain: "Assethub";
31890
30240
  asset: "USDC";
31891
- }>, z.ZodObject<{
31892
- chain: z.ZodLiteral<"Assethub">;
31893
- asset: z.ZodLiteral<"USDT">;
31894
- }, "strip", z.ZodTypeAny, {
31895
- chain: "Assethub";
31896
- asset: "USDT";
31897
- }, {
30241
+ } | {
31898
30242
  chain: "Assethub";
31899
30243
  asset: "USDT";
31900
- }>]>;
31901
- }, "strip", z.ZodTypeAny, {
30244
+ };
30245
+ buy_tick: number;
30246
+ sell_tick: number;
30247
+ };
30248
+ } | {
30249
+ InventoryBased: {
31902
30250
  base_asset: {
31903
30251
  chain: "Bitcoin";
31904
30252
  asset: "BTC";
@@ -31945,9 +30293,63 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
31945
30293
  chain: "Assethub";
31946
30294
  asset: "USDT";
31947
30295
  };
31948
- buy_tick: number;
31949
- sell_tick: number;
31950
- }, {
30296
+ min_buy_tick: number;
30297
+ max_buy_tick: number;
30298
+ min_sell_tick: number;
30299
+ max_sell_tick: number;
30300
+ };
30301
+ };
30302
+ balance: [{
30303
+ chain: "Bitcoin";
30304
+ asset: "BTC";
30305
+ } | {
30306
+ chain: "Ethereum";
30307
+ asset: "FLIP";
30308
+ } | {
30309
+ chain: "Ethereum";
30310
+ asset: "ETH";
30311
+ } | {
30312
+ chain: "Ethereum";
30313
+ asset: "USDC";
30314
+ } | {
30315
+ chain: "Ethereum";
30316
+ asset: "USDT";
30317
+ } | {
30318
+ chain: "Ethereum";
30319
+ asset: "WBTC";
30320
+ } | {
30321
+ chain: "Arbitrum";
30322
+ asset: "ETH";
30323
+ } | {
30324
+ chain: "Arbitrum";
30325
+ asset: "USDC";
30326
+ } | {
30327
+ chain: "Arbitrum";
30328
+ asset: "USDT";
30329
+ } | {
30330
+ chain: "Solana";
30331
+ asset: "SOL";
30332
+ } | {
30333
+ chain: "Solana";
30334
+ asset: "USDC";
30335
+ } | {
30336
+ chain: "Solana";
30337
+ asset: "USDT";
30338
+ } | {
30339
+ chain: "Assethub";
30340
+ asset: "DOT";
30341
+ } | {
30342
+ chain: "Assethub";
30343
+ asset: "USDC";
30344
+ } | {
30345
+ chain: "Assethub";
30346
+ asset: "USDT";
30347
+ }, bigint][];
30348
+ }, {
30349
+ lp_id: string;
30350
+ strategy_id: string;
30351
+ strategy: {
30352
+ TickZeroCentered: {
31951
30353
  base_asset: {
31952
30354
  chain: "Bitcoin";
31953
30355
  asset: "BTC";
@@ -31994,10 +30396,9 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
31994
30396
  chain: "Assethub";
31995
30397
  asset: "USDT";
31996
30398
  };
31997
- buy_tick: number;
31998
- sell_tick: number;
31999
- }>;
32000
- }, "strip", z.ZodTypeAny, {
30399
+ spread_tick: number;
30400
+ };
30401
+ } | {
32001
30402
  SimpleBuySell: {
32002
30403
  base_asset: {
32003
30404
  chain: "Bitcoin";
@@ -32048,8 +30449,8 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32048
30449
  buy_tick: number;
32049
30450
  sell_tick: number;
32050
30451
  };
32051
- }, {
32052
- SimpleBuySell: {
30452
+ } | {
30453
+ InventoryBased: {
32053
30454
  base_asset: {
32054
30455
  chain: "Bitcoin";
32055
30456
  asset: "BTC";
@@ -32096,15 +30497,65 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32096
30497
  chain: "Assethub";
32097
30498
  asset: "USDT";
32098
30499
  };
32099
- buy_tick: number;
32100
- sell_tick: number;
30500
+ min_buy_tick: number;
30501
+ max_buy_tick: number;
30502
+ min_sell_tick: number;
30503
+ max_sell_tick: number;
32101
30504
  };
32102
- }>, z.ZodObject<{
32103
- InventoryBased: z.ZodObject<{
32104
- min_buy_tick: z.ZodNumber;
32105
- max_buy_tick: z.ZodNumber;
32106
- min_sell_tick: z.ZodNumber;
32107
- max_sell_tick: z.ZodNumber;
30505
+ };
30506
+ balance: [{
30507
+ chain: "Bitcoin";
30508
+ asset: "BTC";
30509
+ } | {
30510
+ chain: "Ethereum";
30511
+ asset: "FLIP";
30512
+ } | {
30513
+ chain: "Ethereum";
30514
+ asset: "ETH";
30515
+ } | {
30516
+ chain: "Ethereum";
30517
+ asset: "USDC";
30518
+ } | {
30519
+ chain: "Ethereum";
30520
+ asset: "USDT";
30521
+ } | {
30522
+ chain: "Ethereum";
30523
+ asset: "WBTC";
30524
+ } | {
30525
+ chain: "Arbitrum";
30526
+ asset: "ETH";
30527
+ } | {
30528
+ chain: "Arbitrum";
30529
+ asset: "USDC";
30530
+ } | {
30531
+ chain: "Arbitrum";
30532
+ asset: "USDT";
30533
+ } | {
30534
+ chain: "Solana";
30535
+ asset: "SOL";
30536
+ } | {
30537
+ chain: "Solana";
30538
+ asset: "USDC";
30539
+ } | {
30540
+ chain: "Solana";
30541
+ asset: "USDT";
30542
+ } | {
30543
+ chain: "Assethub";
30544
+ asset: "DOT";
30545
+ } | {
30546
+ chain: "Assethub";
30547
+ asset: "USDC";
30548
+ } | {
30549
+ chain: "Assethub";
30550
+ asset: "USDT";
30551
+ }, string | number][];
30552
+ }>;
30553
+ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
30554
+ lp_id: z.ZodString;
30555
+ strategy_id: z.ZodString;
30556
+ strategy: z.ZodUnion<[z.ZodObject<{
30557
+ TickZeroCentered: z.ZodObject<{
30558
+ spread_tick: z.ZodNumber;
32108
30559
  base_asset: z.ZodUnion<[z.ZodObject<{
32109
30560
  chain: z.ZodLiteral<"Bitcoin">;
32110
30561
  asset: z.ZodLiteral<"BTC">;
@@ -32288,10 +30739,7 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32288
30739
  chain: "Assethub";
32289
30740
  asset: "USDT";
32290
30741
  };
32291
- min_buy_tick: number;
32292
- max_buy_tick: number;
32293
- min_sell_tick: number;
32294
- max_sell_tick: number;
30742
+ spread_tick: number;
32295
30743
  }, {
32296
30744
  base_asset: {
32297
30745
  chain: "Bitcoin";
@@ -32339,13 +30787,10 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32339
30787
  chain: "Assethub";
32340
30788
  asset: "USDT";
32341
30789
  };
32342
- min_buy_tick: number;
32343
- max_buy_tick: number;
32344
- min_sell_tick: number;
32345
- max_sell_tick: number;
30790
+ spread_tick: number;
32346
30791
  }>;
32347
30792
  }, "strip", z.ZodTypeAny, {
32348
- InventoryBased: {
30793
+ TickZeroCentered: {
32349
30794
  base_asset: {
32350
30795
  chain: "Bitcoin";
32351
30796
  asset: "BTC";
@@ -32392,13 +30837,10 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32392
30837
  chain: "Assethub";
32393
30838
  asset: "USDT";
32394
30839
  };
32395
- min_buy_tick: number;
32396
- max_buy_tick: number;
32397
- min_sell_tick: number;
32398
- max_sell_tick: number;
30840
+ spread_tick: number;
32399
30841
  };
32400
30842
  }, {
32401
- InventoryBased: {
30843
+ TickZeroCentered: {
32402
30844
  base_asset: {
32403
30845
  chain: "Bitcoin";
32404
30846
  asset: "BTC";
@@ -32445,17 +30887,12 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32445
30887
  chain: "Assethub";
32446
30888
  asset: "USDT";
32447
30889
  };
32448
- min_buy_tick: number;
32449
- max_buy_tick: number;
32450
- min_sell_tick: number;
32451
- max_sell_tick: number;
30890
+ spread_tick: number;
32452
30891
  };
32453
30892
  }>, z.ZodObject<{
32454
- OracleTracking: z.ZodObject<{
32455
- min_buy_offset_tick: z.ZodNumber;
32456
- max_buy_offset_tick: z.ZodNumber;
32457
- min_sell_offset_tick: z.ZodNumber;
32458
- max_sell_offset_tick: z.ZodNumber;
30893
+ SimpleBuySell: z.ZodObject<{
30894
+ buy_tick: z.ZodNumber;
30895
+ sell_tick: z.ZodNumber;
32459
30896
  base_asset: z.ZodUnion<[z.ZodObject<{
32460
30897
  chain: z.ZodLiteral<"Bitcoin">;
32461
30898
  asset: z.ZodLiteral<"BTC">;
@@ -32592,144 +31029,57 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32592
31029
  chain: "Assethub";
32593
31030
  asset: "USDT";
32594
31031
  }>]>;
32595
- quote_asset: z.ZodUnion<[z.ZodObject<{
32596
- chain: z.ZodLiteral<"Bitcoin">;
32597
- asset: z.ZodLiteral<"BTC">;
32598
- }, "strip", z.ZodTypeAny, {
32599
- chain: "Bitcoin";
32600
- asset: "BTC";
32601
- }, {
31032
+ }, "strip", z.ZodTypeAny, {
31033
+ base_asset: {
32602
31034
  chain: "Bitcoin";
32603
31035
  asset: "BTC";
32604
- }>, z.ZodObject<{
32605
- chain: z.ZodLiteral<"Ethereum">;
32606
- asset: z.ZodLiteral<"FLIP">;
32607
- }, "strip", z.ZodTypeAny, {
32608
- chain: "Ethereum";
32609
- asset: "FLIP";
32610
- }, {
31036
+ } | {
32611
31037
  chain: "Ethereum";
32612
31038
  asset: "FLIP";
32613
- }>, z.ZodObject<{
32614
- chain: z.ZodLiteral<"Ethereum">;
32615
- asset: z.ZodLiteral<"ETH">;
32616
- }, "strip", z.ZodTypeAny, {
32617
- chain: "Ethereum";
32618
- asset: "ETH";
32619
- }, {
31039
+ } | {
32620
31040
  chain: "Ethereum";
32621
31041
  asset: "ETH";
32622
- }>, z.ZodObject<{
32623
- chain: z.ZodLiteral<"Ethereum">;
32624
- asset: z.ZodLiteral<"USDC">;
32625
- }, "strip", z.ZodTypeAny, {
32626
- chain: "Ethereum";
32627
- asset: "USDC";
32628
- }, {
31042
+ } | {
32629
31043
  chain: "Ethereum";
32630
31044
  asset: "USDC";
32631
- }>, z.ZodObject<{
32632
- chain: z.ZodLiteral<"Ethereum">;
32633
- asset: z.ZodLiteral<"USDT">;
32634
- }, "strip", z.ZodTypeAny, {
32635
- chain: "Ethereum";
32636
- asset: "USDT";
32637
- }, {
31045
+ } | {
32638
31046
  chain: "Ethereum";
32639
31047
  asset: "USDT";
32640
- }>, z.ZodObject<{
32641
- chain: z.ZodLiteral<"Ethereum">;
32642
- asset: z.ZodLiteral<"WBTC">;
32643
- }, "strip", z.ZodTypeAny, {
32644
- chain: "Ethereum";
32645
- asset: "WBTC";
32646
- }, {
31048
+ } | {
32647
31049
  chain: "Ethereum";
32648
31050
  asset: "WBTC";
32649
- }>, z.ZodObject<{
32650
- chain: z.ZodLiteral<"Arbitrum">;
32651
- asset: z.ZodLiteral<"ETH">;
32652
- }, "strip", z.ZodTypeAny, {
32653
- chain: "Arbitrum";
32654
- asset: "ETH";
32655
- }, {
31051
+ } | {
32656
31052
  chain: "Arbitrum";
32657
31053
  asset: "ETH";
32658
- }>, z.ZodObject<{
32659
- chain: z.ZodLiteral<"Arbitrum">;
32660
- asset: z.ZodLiteral<"USDC">;
32661
- }, "strip", z.ZodTypeAny, {
32662
- chain: "Arbitrum";
32663
- asset: "USDC";
32664
- }, {
31054
+ } | {
32665
31055
  chain: "Arbitrum";
32666
31056
  asset: "USDC";
32667
- }>, z.ZodObject<{
32668
- chain: z.ZodLiteral<"Arbitrum">;
32669
- asset: z.ZodLiteral<"USDT">;
32670
- }, "strip", z.ZodTypeAny, {
32671
- chain: "Arbitrum";
32672
- asset: "USDT";
32673
- }, {
31057
+ } | {
32674
31058
  chain: "Arbitrum";
32675
31059
  asset: "USDT";
32676
- }>, z.ZodObject<{
32677
- chain: z.ZodLiteral<"Solana">;
32678
- asset: z.ZodLiteral<"SOL">;
32679
- }, "strip", z.ZodTypeAny, {
32680
- chain: "Solana";
32681
- asset: "SOL";
32682
- }, {
31060
+ } | {
32683
31061
  chain: "Solana";
32684
31062
  asset: "SOL";
32685
- }>, z.ZodObject<{
32686
- chain: z.ZodLiteral<"Solana">;
32687
- asset: z.ZodLiteral<"USDC">;
32688
- }, "strip", z.ZodTypeAny, {
32689
- chain: "Solana";
32690
- asset: "USDC";
32691
- }, {
31063
+ } | {
32692
31064
  chain: "Solana";
32693
31065
  asset: "USDC";
32694
- }>, z.ZodObject<{
32695
- chain: z.ZodLiteral<"Solana">;
32696
- asset: z.ZodLiteral<"USDT">;
32697
- }, "strip", z.ZodTypeAny, {
32698
- chain: "Solana";
32699
- asset: "USDT";
32700
- }, {
31066
+ } | {
32701
31067
  chain: "Solana";
32702
31068
  asset: "USDT";
32703
- }>, z.ZodObject<{
32704
- chain: z.ZodLiteral<"Assethub">;
32705
- asset: z.ZodLiteral<"DOT">;
32706
- }, "strip", z.ZodTypeAny, {
32707
- chain: "Assethub";
32708
- asset: "DOT";
32709
- }, {
31069
+ } | {
32710
31070
  chain: "Assethub";
32711
31071
  asset: "DOT";
32712
- }>, z.ZodObject<{
32713
- chain: z.ZodLiteral<"Assethub">;
32714
- asset: z.ZodLiteral<"USDC">;
32715
- }, "strip", z.ZodTypeAny, {
32716
- chain: "Assethub";
32717
- asset: "USDC";
32718
- }, {
31072
+ } | {
32719
31073
  chain: "Assethub";
32720
31074
  asset: "USDC";
32721
- }>, z.ZodObject<{
32722
- chain: z.ZodLiteral<"Assethub">;
32723
- asset: z.ZodLiteral<"USDT">;
32724
- }, "strip", z.ZodTypeAny, {
32725
- chain: "Assethub";
32726
- asset: "USDT";
32727
- }, {
31075
+ } | {
32728
31076
  chain: "Assethub";
32729
31077
  asset: "USDT";
32730
- }>]>;
32731
- }, "strip", z.ZodTypeAny, {
32732
- quote_asset: {
31078
+ };
31079
+ buy_tick: number;
31080
+ sell_tick: number;
31081
+ }, {
31082
+ base_asset: {
32733
31083
  chain: "Bitcoin";
32734
31084
  asset: "BTC";
32735
31085
  } | {
@@ -32775,6 +31125,11 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32775
31125
  chain: "Assethub";
32776
31126
  asset: "USDT";
32777
31127
  };
31128
+ buy_tick: number;
31129
+ sell_tick: number;
31130
+ }>;
31131
+ }, "strip", z.ZodTypeAny, {
31132
+ SimpleBuySell: {
32778
31133
  base_asset: {
32779
31134
  chain: "Bitcoin";
32780
31135
  asset: "BTC";
@@ -32821,12 +31176,12 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32821
31176
  chain: "Assethub";
32822
31177
  asset: "USDT";
32823
31178
  };
32824
- min_buy_offset_tick: number;
32825
- max_buy_offset_tick: number;
32826
- min_sell_offset_tick: number;
32827
- max_sell_offset_tick: number;
32828
- }, {
32829
- quote_asset: {
31179
+ buy_tick: number;
31180
+ sell_tick: number;
31181
+ };
31182
+ }, {
31183
+ SimpleBuySell: {
31184
+ base_asset: {
32830
31185
  chain: "Bitcoin";
32831
31186
  asset: "BTC";
32832
31187
  } | {
@@ -32872,6 +31227,152 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32872
31227
  chain: "Assethub";
32873
31228
  asset: "USDT";
32874
31229
  };
31230
+ buy_tick: number;
31231
+ sell_tick: number;
31232
+ };
31233
+ }>, z.ZodObject<{
31234
+ InventoryBased: z.ZodObject<{
31235
+ min_buy_tick: z.ZodNumber;
31236
+ max_buy_tick: z.ZodNumber;
31237
+ min_sell_tick: z.ZodNumber;
31238
+ max_sell_tick: z.ZodNumber;
31239
+ base_asset: z.ZodUnion<[z.ZodObject<{
31240
+ chain: z.ZodLiteral<"Bitcoin">;
31241
+ asset: z.ZodLiteral<"BTC">;
31242
+ }, "strip", z.ZodTypeAny, {
31243
+ chain: "Bitcoin";
31244
+ asset: "BTC";
31245
+ }, {
31246
+ chain: "Bitcoin";
31247
+ asset: "BTC";
31248
+ }>, z.ZodObject<{
31249
+ chain: z.ZodLiteral<"Ethereum">;
31250
+ asset: z.ZodLiteral<"FLIP">;
31251
+ }, "strip", z.ZodTypeAny, {
31252
+ chain: "Ethereum";
31253
+ asset: "FLIP";
31254
+ }, {
31255
+ chain: "Ethereum";
31256
+ asset: "FLIP";
31257
+ }>, z.ZodObject<{
31258
+ chain: z.ZodLiteral<"Ethereum">;
31259
+ asset: z.ZodLiteral<"ETH">;
31260
+ }, "strip", z.ZodTypeAny, {
31261
+ chain: "Ethereum";
31262
+ asset: "ETH";
31263
+ }, {
31264
+ chain: "Ethereum";
31265
+ asset: "ETH";
31266
+ }>, z.ZodObject<{
31267
+ chain: z.ZodLiteral<"Ethereum">;
31268
+ asset: z.ZodLiteral<"USDC">;
31269
+ }, "strip", z.ZodTypeAny, {
31270
+ chain: "Ethereum";
31271
+ asset: "USDC";
31272
+ }, {
31273
+ chain: "Ethereum";
31274
+ asset: "USDC";
31275
+ }>, z.ZodObject<{
31276
+ chain: z.ZodLiteral<"Ethereum">;
31277
+ asset: z.ZodLiteral<"USDT">;
31278
+ }, "strip", z.ZodTypeAny, {
31279
+ chain: "Ethereum";
31280
+ asset: "USDT";
31281
+ }, {
31282
+ chain: "Ethereum";
31283
+ asset: "USDT";
31284
+ }>, z.ZodObject<{
31285
+ chain: z.ZodLiteral<"Ethereum">;
31286
+ asset: z.ZodLiteral<"WBTC">;
31287
+ }, "strip", z.ZodTypeAny, {
31288
+ chain: "Ethereum";
31289
+ asset: "WBTC";
31290
+ }, {
31291
+ chain: "Ethereum";
31292
+ asset: "WBTC";
31293
+ }>, z.ZodObject<{
31294
+ chain: z.ZodLiteral<"Arbitrum">;
31295
+ asset: z.ZodLiteral<"ETH">;
31296
+ }, "strip", z.ZodTypeAny, {
31297
+ chain: "Arbitrum";
31298
+ asset: "ETH";
31299
+ }, {
31300
+ chain: "Arbitrum";
31301
+ asset: "ETH";
31302
+ }>, z.ZodObject<{
31303
+ chain: z.ZodLiteral<"Arbitrum">;
31304
+ asset: z.ZodLiteral<"USDC">;
31305
+ }, "strip", z.ZodTypeAny, {
31306
+ chain: "Arbitrum";
31307
+ asset: "USDC";
31308
+ }, {
31309
+ chain: "Arbitrum";
31310
+ asset: "USDC";
31311
+ }>, z.ZodObject<{
31312
+ chain: z.ZodLiteral<"Arbitrum">;
31313
+ asset: z.ZodLiteral<"USDT">;
31314
+ }, "strip", z.ZodTypeAny, {
31315
+ chain: "Arbitrum";
31316
+ asset: "USDT";
31317
+ }, {
31318
+ chain: "Arbitrum";
31319
+ asset: "USDT";
31320
+ }>, z.ZodObject<{
31321
+ chain: z.ZodLiteral<"Solana">;
31322
+ asset: z.ZodLiteral<"SOL">;
31323
+ }, "strip", z.ZodTypeAny, {
31324
+ chain: "Solana";
31325
+ asset: "SOL";
31326
+ }, {
31327
+ chain: "Solana";
31328
+ asset: "SOL";
31329
+ }>, z.ZodObject<{
31330
+ chain: z.ZodLiteral<"Solana">;
31331
+ asset: z.ZodLiteral<"USDC">;
31332
+ }, "strip", z.ZodTypeAny, {
31333
+ chain: "Solana";
31334
+ asset: "USDC";
31335
+ }, {
31336
+ chain: "Solana";
31337
+ asset: "USDC";
31338
+ }>, z.ZodObject<{
31339
+ chain: z.ZodLiteral<"Solana">;
31340
+ asset: z.ZodLiteral<"USDT">;
31341
+ }, "strip", z.ZodTypeAny, {
31342
+ chain: "Solana";
31343
+ asset: "USDT";
31344
+ }, {
31345
+ chain: "Solana";
31346
+ asset: "USDT";
31347
+ }>, z.ZodObject<{
31348
+ chain: z.ZodLiteral<"Assethub">;
31349
+ asset: z.ZodLiteral<"DOT">;
31350
+ }, "strip", z.ZodTypeAny, {
31351
+ chain: "Assethub";
31352
+ asset: "DOT";
31353
+ }, {
31354
+ chain: "Assethub";
31355
+ asset: "DOT";
31356
+ }>, z.ZodObject<{
31357
+ chain: z.ZodLiteral<"Assethub">;
31358
+ asset: z.ZodLiteral<"USDC">;
31359
+ }, "strip", z.ZodTypeAny, {
31360
+ chain: "Assethub";
31361
+ asset: "USDC";
31362
+ }, {
31363
+ chain: "Assethub";
31364
+ asset: "USDC";
31365
+ }>, z.ZodObject<{
31366
+ chain: z.ZodLiteral<"Assethub">;
31367
+ asset: z.ZodLiteral<"USDT">;
31368
+ }, "strip", z.ZodTypeAny, {
31369
+ chain: "Assethub";
31370
+ asset: "USDT";
31371
+ }, {
31372
+ chain: "Assethub";
31373
+ asset: "USDT";
31374
+ }>]>;
31375
+ }, "strip", z.ZodTypeAny, {
32875
31376
  base_asset: {
32876
31377
  chain: "Bitcoin";
32877
31378
  asset: "BTC";
@@ -32918,14 +31419,12 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32918
31419
  chain: "Assethub";
32919
31420
  asset: "USDT";
32920
31421
  };
32921
- min_buy_offset_tick: number;
32922
- max_buy_offset_tick: number;
32923
- min_sell_offset_tick: number;
32924
- max_sell_offset_tick: number;
32925
- }>;
32926
- }, "strip", z.ZodTypeAny, {
32927
- OracleTracking: {
32928
- quote_asset: {
31422
+ min_buy_tick: number;
31423
+ max_buy_tick: number;
31424
+ min_sell_tick: number;
31425
+ max_sell_tick: number;
31426
+ }, {
31427
+ base_asset: {
32929
31428
  chain: "Bitcoin";
32930
31429
  asset: "BTC";
32931
31430
  } | {
@@ -32971,6 +31470,13 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
32971
31470
  chain: "Assethub";
32972
31471
  asset: "USDT";
32973
31472
  };
31473
+ min_buy_tick: number;
31474
+ max_buy_tick: number;
31475
+ min_sell_tick: number;
31476
+ max_sell_tick: number;
31477
+ }>;
31478
+ }, "strip", z.ZodTypeAny, {
31479
+ InventoryBased: {
32974
31480
  base_asset: {
32975
31481
  chain: "Bitcoin";
32976
31482
  asset: "BTC";
@@ -33017,59 +31523,13 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
33017
31523
  chain: "Assethub";
33018
31524
  asset: "USDT";
33019
31525
  };
33020
- min_buy_offset_tick: number;
33021
- max_buy_offset_tick: number;
33022
- min_sell_offset_tick: number;
33023
- max_sell_offset_tick: number;
31526
+ min_buy_tick: number;
31527
+ max_buy_tick: number;
31528
+ min_sell_tick: number;
31529
+ max_sell_tick: number;
33024
31530
  };
33025
31531
  }, {
33026
- OracleTracking: {
33027
- quote_asset: {
33028
- chain: "Bitcoin";
33029
- asset: "BTC";
33030
- } | {
33031
- chain: "Ethereum";
33032
- asset: "FLIP";
33033
- } | {
33034
- chain: "Ethereum";
33035
- asset: "ETH";
33036
- } | {
33037
- chain: "Ethereum";
33038
- asset: "USDC";
33039
- } | {
33040
- chain: "Ethereum";
33041
- asset: "USDT";
33042
- } | {
33043
- chain: "Ethereum";
33044
- asset: "WBTC";
33045
- } | {
33046
- chain: "Arbitrum";
33047
- asset: "ETH";
33048
- } | {
33049
- chain: "Arbitrum";
33050
- asset: "USDC";
33051
- } | {
33052
- chain: "Arbitrum";
33053
- asset: "USDT";
33054
- } | {
33055
- chain: "Solana";
33056
- asset: "SOL";
33057
- } | {
33058
- chain: "Solana";
33059
- asset: "USDC";
33060
- } | {
33061
- chain: "Solana";
33062
- asset: "USDT";
33063
- } | {
33064
- chain: "Assethub";
33065
- asset: "DOT";
33066
- } | {
33067
- chain: "Assethub";
33068
- asset: "USDC";
33069
- } | {
33070
- chain: "Assethub";
33071
- asset: "USDT";
33072
- };
31532
+ InventoryBased: {
33073
31533
  base_asset: {
33074
31534
  chain: "Bitcoin";
33075
31535
  asset: "BTC";
@@ -33116,10 +31576,10 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
33116
31576
  chain: "Assethub";
33117
31577
  asset: "USDT";
33118
31578
  };
33119
- min_buy_offset_tick: number;
33120
- max_buy_offset_tick: number;
33121
- min_sell_offset_tick: number;
33122
- max_sell_offset_tick: number;
31579
+ min_buy_tick: number;
31580
+ max_buy_tick: number;
31581
+ min_sell_tick: number;
31582
+ max_sell_tick: number;
33123
31583
  };
33124
31584
  }>]>;
33125
31585
  balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
@@ -33415,105 +31875,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
33415
31875
  min_sell_tick: number;
33416
31876
  max_sell_tick: number;
33417
31877
  };
33418
- } | {
33419
- OracleTracking: {
33420
- quote_asset: {
33421
- chain: "Bitcoin";
33422
- asset: "BTC";
33423
- } | {
33424
- chain: "Ethereum";
33425
- asset: "FLIP";
33426
- } | {
33427
- chain: "Ethereum";
33428
- asset: "ETH";
33429
- } | {
33430
- chain: "Ethereum";
33431
- asset: "USDC";
33432
- } | {
33433
- chain: "Ethereum";
33434
- asset: "USDT";
33435
- } | {
33436
- chain: "Ethereum";
33437
- asset: "WBTC";
33438
- } | {
33439
- chain: "Arbitrum";
33440
- asset: "ETH";
33441
- } | {
33442
- chain: "Arbitrum";
33443
- asset: "USDC";
33444
- } | {
33445
- chain: "Arbitrum";
33446
- asset: "USDT";
33447
- } | {
33448
- chain: "Solana";
33449
- asset: "SOL";
33450
- } | {
33451
- chain: "Solana";
33452
- asset: "USDC";
33453
- } | {
33454
- chain: "Solana";
33455
- asset: "USDT";
33456
- } | {
33457
- chain: "Assethub";
33458
- asset: "DOT";
33459
- } | {
33460
- chain: "Assethub";
33461
- asset: "USDC";
33462
- } | {
33463
- chain: "Assethub";
33464
- asset: "USDT";
33465
- };
33466
- base_asset: {
33467
- chain: "Bitcoin";
33468
- asset: "BTC";
33469
- } | {
33470
- chain: "Ethereum";
33471
- asset: "FLIP";
33472
- } | {
33473
- chain: "Ethereum";
33474
- asset: "ETH";
33475
- } | {
33476
- chain: "Ethereum";
33477
- asset: "USDC";
33478
- } | {
33479
- chain: "Ethereum";
33480
- asset: "USDT";
33481
- } | {
33482
- chain: "Ethereum";
33483
- asset: "WBTC";
33484
- } | {
33485
- chain: "Arbitrum";
33486
- asset: "ETH";
33487
- } | {
33488
- chain: "Arbitrum";
33489
- asset: "USDC";
33490
- } | {
33491
- chain: "Arbitrum";
33492
- asset: "USDT";
33493
- } | {
33494
- chain: "Solana";
33495
- asset: "SOL";
33496
- } | {
33497
- chain: "Solana";
33498
- asset: "USDC";
33499
- } | {
33500
- chain: "Solana";
33501
- asset: "USDT";
33502
- } | {
33503
- chain: "Assethub";
33504
- asset: "DOT";
33505
- } | {
33506
- chain: "Assethub";
33507
- asset: "USDC";
33508
- } | {
33509
- chain: "Assethub";
33510
- asset: "USDT";
33511
- };
33512
- min_buy_offset_tick: number;
33513
- max_buy_offset_tick: number;
33514
- min_sell_offset_tick: number;
33515
- max_sell_offset_tick: number;
33516
- };
33517
31878
  };
33518
31879
  balance: [{
33519
31880
  chain: "Bitcoin";
@@ -33718,105 +32079,6 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
33718
32079
  min_sell_tick: number;
33719
32080
  max_sell_tick: number;
33720
32081
  };
33721
- } | {
33722
- OracleTracking: {
33723
- quote_asset: {
33724
- chain: "Bitcoin";
33725
- asset: "BTC";
33726
- } | {
33727
- chain: "Ethereum";
33728
- asset: "FLIP";
33729
- } | {
33730
- chain: "Ethereum";
33731
- asset: "ETH";
33732
- } | {
33733
- chain: "Ethereum";
33734
- asset: "USDC";
33735
- } | {
33736
- chain: "Ethereum";
33737
- asset: "USDT";
33738
- } | {
33739
- chain: "Ethereum";
33740
- asset: "WBTC";
33741
- } | {
33742
- chain: "Arbitrum";
33743
- asset: "ETH";
33744
- } | {
33745
- chain: "Arbitrum";
33746
- asset: "USDC";
33747
- } | {
33748
- chain: "Arbitrum";
33749
- asset: "USDT";
33750
- } | {
33751
- chain: "Solana";
33752
- asset: "SOL";
33753
- } | {
33754
- chain: "Solana";
33755
- asset: "USDC";
33756
- } | {
33757
- chain: "Solana";
33758
- asset: "USDT";
33759
- } | {
33760
- chain: "Assethub";
33761
- asset: "DOT";
33762
- } | {
33763
- chain: "Assethub";
33764
- asset: "USDC";
33765
- } | {
33766
- chain: "Assethub";
33767
- asset: "USDT";
33768
- };
33769
- base_asset: {
33770
- chain: "Bitcoin";
33771
- asset: "BTC";
33772
- } | {
33773
- chain: "Ethereum";
33774
- asset: "FLIP";
33775
- } | {
33776
- chain: "Ethereum";
33777
- asset: "ETH";
33778
- } | {
33779
- chain: "Ethereum";
33780
- asset: "USDC";
33781
- } | {
33782
- chain: "Ethereum";
33783
- asset: "USDT";
33784
- } | {
33785
- chain: "Ethereum";
33786
- asset: "WBTC";
33787
- } | {
33788
- chain: "Arbitrum";
33789
- asset: "ETH";
33790
- } | {
33791
- chain: "Arbitrum";
33792
- asset: "USDC";
33793
- } | {
33794
- chain: "Arbitrum";
33795
- asset: "USDT";
33796
- } | {
33797
- chain: "Solana";
33798
- asset: "SOL";
33799
- } | {
33800
- chain: "Solana";
33801
- asset: "USDC";
33802
- } | {
33803
- chain: "Solana";
33804
- asset: "USDT";
33805
- } | {
33806
- chain: "Assethub";
33807
- asset: "DOT";
33808
- } | {
33809
- chain: "Assethub";
33810
- asset: "USDC";
33811
- } | {
33812
- chain: "Assethub";
33813
- asset: "USDT";
33814
- };
33815
- min_buy_offset_tick: number;
33816
- max_buy_offset_tick: number;
33817
- min_sell_offset_tick: number;
33818
- max_sell_offset_tick: number;
33819
- };
33820
32082
  };
33821
32083
  balance: [{
33822
32084
  chain: "Bitcoin";
@@ -35403,7 +33665,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35403
33665
  vault_deposit_witnessing_enabled: boolean;
35404
33666
  }>;
35405
33667
  witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
35406
- ethereum_elections: z.ZodOptional<z.ZodObject<{
33668
+ ethereum_elections: z.ZodObject<{
35407
33669
  state_chain_gateway_witnessing: z.ZodBoolean;
35408
33670
  key_manager_witnessing: z.ZodBoolean;
35409
33671
  sc_utils_witnessing: z.ZodBoolean;
@@ -35415,14 +33677,14 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35415
33677
  state_chain_gateway_witnessing: boolean;
35416
33678
  key_manager_witnessing: boolean;
35417
33679
  sc_utils_witnessing: boolean;
35418
- }>>;
35419
- arbitrum_elections: z.ZodOptional<z.ZodObject<{
33680
+ }>;
33681
+ arbitrum_elections: z.ZodObject<{
35420
33682
  key_manager_witnessing: z.ZodBoolean;
35421
33683
  }, "strip", z.ZodTypeAny, {
35422
33684
  key_manager_witnessing: boolean;
35423
33685
  }, {
35424
33686
  key_manager_witnessing: boolean;
35425
- }>>;
33687
+ }>;
35426
33688
  elections_generic: z.ZodObject<{
35427
33689
  oracle_price_elections: z.ZodBoolean;
35428
33690
  }, "strip", z.ZodTypeAny, {
@@ -35776,17 +34038,17 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35776
34038
  vault_deposit_witnessing_enabled: boolean;
35777
34039
  };
35778
34040
  witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
35779
- elections_generic: {
35780
- oracle_price_elections: boolean;
35781
- };
35782
- ethereum_elections?: {
34041
+ ethereum_elections: {
35783
34042
  state_chain_gateway_witnessing: boolean;
35784
34043
  key_manager_witnessing: boolean;
35785
34044
  sc_utils_witnessing: boolean;
35786
- } | undefined;
35787
- arbitrum_elections?: {
34045
+ };
34046
+ arbitrum_elections: {
35788
34047
  key_manager_witnessing: boolean;
35789
- } | undefined;
34048
+ };
34049
+ elections_generic: {
34050
+ oracle_price_elections: boolean;
34051
+ };
35790
34052
  }, {
35791
34053
  asset_balances: {
35792
34054
  reconciliation_enabled: boolean;
@@ -35923,17 +34185,17 @@ declare const cfSafeModeStatuses: z.ZodObject<{
35923
34185
  vault_deposit_witnessing_enabled: boolean;
35924
34186
  };
35925
34187
  witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
35926
- elections_generic: {
35927
- oracle_price_elections: boolean;
35928
- };
35929
- ethereum_elections?: {
34188
+ ethereum_elections: {
35930
34189
  state_chain_gateway_witnessing: boolean;
35931
34190
  key_manager_witnessing: boolean;
35932
34191
  sc_utils_witnessing: boolean;
35933
- } | undefined;
35934
- arbitrum_elections?: {
34192
+ };
34193
+ arbitrum_elections: {
35935
34194
  key_manager_witnessing: boolean;
35936
- } | undefined;
34195
+ };
34196
+ elections_generic: {
34197
+ oracle_price_elections: boolean;
34198
+ };
35937
34199
  }>;
35938
34200
  declare const cfLendingPools: z.ZodArray<z.ZodObject<{
35939
34201
  asset: z.ZodUnion<[z.ZodObject<{
@@ -36747,6 +35009,13 @@ declare const cfLoanAccount: z.ZodObject<{
36747
35009
  asset: "USDT";
36748
35010
  }>]>;
36749
35011
  principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
35012
+ loan_type: z.ZodOptional<z.ZodObject<{
35013
+ User: z.ZodEffects<z.ZodString, `cF${string}`, string>;
35014
+ }, "strip", z.ZodTypeAny, {
35015
+ User: `cF${string}`;
35016
+ }, {
35017
+ User: string;
35018
+ }>>;
36750
35019
  }, "strip", z.ZodTypeAny, {
36751
35020
  asset: {
36752
35021
  chain: "Bitcoin";
@@ -36796,6 +35065,9 @@ declare const cfLoanAccount: z.ZodObject<{
36796
35065
  };
36797
35066
  loan_id: number;
36798
35067
  principal_amount: bigint;
35068
+ loan_type?: {
35069
+ User: `cF${string}`;
35070
+ } | undefined;
36799
35071
  }, {
36800
35072
  asset: {
36801
35073
  chain: "Bitcoin";
@@ -36845,6 +35117,9 @@ declare const cfLoanAccount: z.ZodObject<{
36845
35117
  };
36846
35118
  loan_id: number;
36847
35119
  principal_amount: string | number;
35120
+ loan_type?: {
35121
+ User: string;
35122
+ } | undefined;
36848
35123
  }>, "many">;
36849
35124
  liquidation_status: z.ZodNullable<z.ZodObject<{
36850
35125
  liquidation_swaps: z.ZodArray<z.ZodObject<{
@@ -37017,6 +35292,9 @@ declare const cfLoanAccount: z.ZodObject<{
37017
35292
  };
37018
35293
  loan_id: number;
37019
35294
  principal_amount: bigint;
35295
+ loan_type?: {
35296
+ User: `cF${string}`;
35297
+ } | undefined;
37020
35298
  }[];
37021
35299
  liquidation_status: {
37022
35300
  liquidation_swaps: {
@@ -37171,6 +35449,9 @@ declare const cfLoanAccount: z.ZodObject<{
37171
35449
  };
37172
35450
  loan_id: number;
37173
35451
  principal_amount: string | number;
35452
+ loan_type?: {
35453
+ User: string;
35454
+ } | undefined;
37174
35455
  }[];
37175
35456
  liquidation_status: {
37176
35457
  liquidation_swaps: {
@@ -37600,6 +35881,13 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
37600
35881
  asset: "USDT";
37601
35882
  }>]>;
37602
35883
  principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
35884
+ loan_type: z.ZodOptional<z.ZodObject<{
35885
+ User: z.ZodEffects<z.ZodString, `cF${string}`, string>;
35886
+ }, "strip", z.ZodTypeAny, {
35887
+ User: `cF${string}`;
35888
+ }, {
35889
+ User: string;
35890
+ }>>;
37603
35891
  }, "strip", z.ZodTypeAny, {
37604
35892
  asset: {
37605
35893
  chain: "Bitcoin";
@@ -37649,6 +35937,9 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
37649
35937
  };
37650
35938
  loan_id: number;
37651
35939
  principal_amount: bigint;
35940
+ loan_type?: {
35941
+ User: `cF${string}`;
35942
+ } | undefined;
37652
35943
  }, {
37653
35944
  asset: {
37654
35945
  chain: "Bitcoin";
@@ -37698,6 +35989,9 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
37698
35989
  };
37699
35990
  loan_id: number;
37700
35991
  principal_amount: string | number;
35992
+ loan_type?: {
35993
+ User: string;
35994
+ } | undefined;
37701
35995
  }>, "many">;
37702
35996
  liquidation_status: z.ZodNullable<z.ZodObject<{
37703
35997
  liquidation_swaps: z.ZodArray<z.ZodObject<{
@@ -37870,6 +36164,9 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
37870
36164
  };
37871
36165
  loan_id: number;
37872
36166
  principal_amount: bigint;
36167
+ loan_type?: {
36168
+ User: `cF${string}`;
36169
+ } | undefined;
37873
36170
  }[];
37874
36171
  liquidation_status: {
37875
36172
  liquidation_swaps: {
@@ -38024,6 +36321,9 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
38024
36321
  };
38025
36322
  loan_id: number;
38026
36323
  principal_amount: string | number;
36324
+ loan_type?: {
36325
+ User: string;
36326
+ } | undefined;
38027
36327
  }[];
38028
36328
  liquidation_status: {
38029
36329
  liquidation_swaps: {