@chainflip/rpc 2.1.2 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common.d.cts +711 -967
- package/dist/common.d.mts +711 -967
- package/dist/parsers.cjs +16 -7
- package/dist/parsers.d.cts +736 -992
- package/dist/parsers.d.mts +736 -992
- package/dist/parsers.mjs +16 -7
- package/package.json +2 -2
package/dist/parsers.d.cts
CHANGED
|
@@ -2465,6 +2465,125 @@ 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<{
|
|
2469
|
+
Bitcoin: z.ZodObject<{
|
|
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
|
+
}, "strip", z.ZodTypeAny, {
|
|
2472
|
+
BTC: bigint | null;
|
|
2473
|
+
}, {
|
|
2474
|
+
BTC: string | number | null;
|
|
2475
|
+
}>;
|
|
2476
|
+
Ethereum: z.ZodObject<{
|
|
2477
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2478
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2479
|
+
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2480
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2481
|
+
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
2482
|
+
}, "strip", z.ZodTypeAny, {
|
|
2483
|
+
ETH: bigint | null;
|
|
2484
|
+
USDC: bigint | null;
|
|
2485
|
+
FLIP: bigint | null;
|
|
2486
|
+
USDT: bigint | null;
|
|
2487
|
+
WBTC: bigint | null;
|
|
2488
|
+
}, {
|
|
2489
|
+
ETH: string | number | null;
|
|
2490
|
+
USDC: string | number | null;
|
|
2491
|
+
FLIP: string | number | null;
|
|
2492
|
+
USDT: string | number | null;
|
|
2493
|
+
WBTC?: string | number | null | undefined;
|
|
2494
|
+
}>;
|
|
2495
|
+
Arbitrum: z.ZodObject<{
|
|
2496
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2497
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2498
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
2499
|
+
}, "strip", z.ZodTypeAny, {
|
|
2500
|
+
ETH: bigint | null;
|
|
2501
|
+
USDC: bigint | null;
|
|
2502
|
+
USDT: bigint | null;
|
|
2503
|
+
}, {
|
|
2504
|
+
ETH: string | number | null;
|
|
2505
|
+
USDC: string | number | null;
|
|
2506
|
+
USDT?: string | number | null | undefined;
|
|
2507
|
+
}>;
|
|
2508
|
+
Solana: z.ZodObject<{
|
|
2509
|
+
SOL: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2510
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2511
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
2512
|
+
}, "strip", z.ZodTypeAny, {
|
|
2513
|
+
USDC: bigint | null;
|
|
2514
|
+
USDT: bigint | null;
|
|
2515
|
+
SOL: bigint | null;
|
|
2516
|
+
}, {
|
|
2517
|
+
USDC: string | number | null;
|
|
2518
|
+
SOL: string | number | null;
|
|
2519
|
+
USDT?: string | number | null | undefined;
|
|
2520
|
+
}>;
|
|
2521
|
+
Assethub: z.ZodObject<{
|
|
2522
|
+
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2523
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2524
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2525
|
+
}, "strip", z.ZodTypeAny, {
|
|
2526
|
+
USDC: bigint | null;
|
|
2527
|
+
USDT: bigint | null;
|
|
2528
|
+
DOT: bigint | null;
|
|
2529
|
+
}, {
|
|
2530
|
+
USDC: string | number | null;
|
|
2531
|
+
USDT: string | number | null;
|
|
2532
|
+
DOT: string | number | null;
|
|
2533
|
+
}>;
|
|
2534
|
+
}, "strip", z.ZodTypeAny, {
|
|
2535
|
+
Bitcoin: {
|
|
2536
|
+
BTC: bigint | null;
|
|
2537
|
+
};
|
|
2538
|
+
Ethereum: {
|
|
2539
|
+
ETH: bigint | null;
|
|
2540
|
+
USDC: bigint | null;
|
|
2541
|
+
FLIP: bigint | null;
|
|
2542
|
+
USDT: bigint | null;
|
|
2543
|
+
WBTC: bigint | null;
|
|
2544
|
+
};
|
|
2545
|
+
Arbitrum: {
|
|
2546
|
+
ETH: bigint | null;
|
|
2547
|
+
USDC: bigint | null;
|
|
2548
|
+
USDT: bigint | null;
|
|
2549
|
+
};
|
|
2550
|
+
Solana: {
|
|
2551
|
+
USDC: bigint | null;
|
|
2552
|
+
USDT: bigint | null;
|
|
2553
|
+
SOL: bigint | null;
|
|
2554
|
+
};
|
|
2555
|
+
Assethub: {
|
|
2556
|
+
USDC: bigint | null;
|
|
2557
|
+
USDT: bigint | null;
|
|
2558
|
+
DOT: bigint | null;
|
|
2559
|
+
};
|
|
2560
|
+
}, {
|
|
2561
|
+
Bitcoin: {
|
|
2562
|
+
BTC: string | number | null;
|
|
2563
|
+
};
|
|
2564
|
+
Ethereum: {
|
|
2565
|
+
ETH: string | number | null;
|
|
2566
|
+
USDC: string | number | null;
|
|
2567
|
+
FLIP: string | number | null;
|
|
2568
|
+
USDT: string | number | null;
|
|
2569
|
+
WBTC?: string | number | null | undefined;
|
|
2570
|
+
};
|
|
2571
|
+
Arbitrum: {
|
|
2572
|
+
ETH: string | number | null;
|
|
2573
|
+
USDC: string | number | null;
|
|
2574
|
+
USDT?: string | number | null | undefined;
|
|
2575
|
+
};
|
|
2576
|
+
Solana: {
|
|
2577
|
+
USDC: string | number | null;
|
|
2578
|
+
SOL: string | number | null;
|
|
2579
|
+
USDT?: string | number | null | undefined;
|
|
2580
|
+
};
|
|
2581
|
+
Assethub: {
|
|
2582
|
+
USDC: string | number | null;
|
|
2583
|
+
USDT: string | number | null;
|
|
2584
|
+
DOT: string | number | null;
|
|
2585
|
+
};
|
|
2586
|
+
}>>;
|
|
2468
2587
|
}, "strip", z.ZodTypeAny, {
|
|
2469
2588
|
minimum_deposit_amounts: {
|
|
2470
2589
|
Bitcoin: {
|
|
@@ -2602,6 +2721,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2602
2721
|
Solana: number;
|
|
2603
2722
|
Assethub: number;
|
|
2604
2723
|
};
|
|
2724
|
+
boost_minimum_add_funds_amounts?: {
|
|
2725
|
+
Bitcoin: {
|
|
2726
|
+
BTC: bigint | null;
|
|
2727
|
+
};
|
|
2728
|
+
Ethereum: {
|
|
2729
|
+
ETH: bigint | null;
|
|
2730
|
+
USDC: bigint | null;
|
|
2731
|
+
FLIP: bigint | null;
|
|
2732
|
+
USDT: bigint | null;
|
|
2733
|
+
WBTC: bigint | null;
|
|
2734
|
+
};
|
|
2735
|
+
Arbitrum: {
|
|
2736
|
+
ETH: bigint | null;
|
|
2737
|
+
USDC: bigint | null;
|
|
2738
|
+
USDT: bigint | null;
|
|
2739
|
+
};
|
|
2740
|
+
Solana: {
|
|
2741
|
+
USDC: bigint | null;
|
|
2742
|
+
USDT: bigint | null;
|
|
2743
|
+
SOL: bigint | null;
|
|
2744
|
+
};
|
|
2745
|
+
Assethub: {
|
|
2746
|
+
USDC: bigint | null;
|
|
2747
|
+
USDT: bigint | null;
|
|
2748
|
+
DOT: bigint | null;
|
|
2749
|
+
};
|
|
2750
|
+
} | undefined;
|
|
2605
2751
|
}, {
|
|
2606
2752
|
minimum_deposit_amounts: {
|
|
2607
2753
|
Bitcoin: {
|
|
@@ -2739,6 +2885,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2739
2885
|
Solana: number;
|
|
2740
2886
|
Assethub: number;
|
|
2741
2887
|
};
|
|
2888
|
+
boost_minimum_add_funds_amounts?: {
|
|
2889
|
+
Bitcoin: {
|
|
2890
|
+
BTC: string | number | null;
|
|
2891
|
+
};
|
|
2892
|
+
Ethereum: {
|
|
2893
|
+
ETH: string | number | null;
|
|
2894
|
+
USDC: string | number | null;
|
|
2895
|
+
FLIP: string | number | null;
|
|
2896
|
+
USDT: string | number | null;
|
|
2897
|
+
WBTC?: string | number | null | undefined;
|
|
2898
|
+
};
|
|
2899
|
+
Arbitrum: {
|
|
2900
|
+
ETH: string | number | null;
|
|
2901
|
+
USDC: string | number | null;
|
|
2902
|
+
USDT?: string | number | null | undefined;
|
|
2903
|
+
};
|
|
2904
|
+
Solana: {
|
|
2905
|
+
USDC: string | number | null;
|
|
2906
|
+
SOL: string | number | null;
|
|
2907
|
+
USDT?: string | number | null | undefined;
|
|
2908
|
+
};
|
|
2909
|
+
Assethub: {
|
|
2910
|
+
USDC: string | number | null;
|
|
2911
|
+
USDT: string | number | null;
|
|
2912
|
+
DOT: string | number | null;
|
|
2913
|
+
};
|
|
2914
|
+
} | undefined;
|
|
2742
2915
|
}>, Rename<{
|
|
2743
2916
|
minimum_deposit_amounts: {
|
|
2744
2917
|
Bitcoin: {
|
|
@@ -2876,6 +3049,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2876
3049
|
Solana: number;
|
|
2877
3050
|
Assethub: number;
|
|
2878
3051
|
};
|
|
3052
|
+
boost_minimum_add_funds_amounts?: {
|
|
3053
|
+
Bitcoin: {
|
|
3054
|
+
BTC: bigint | null;
|
|
3055
|
+
};
|
|
3056
|
+
Ethereum: {
|
|
3057
|
+
ETH: bigint | null;
|
|
3058
|
+
USDC: bigint | null;
|
|
3059
|
+
FLIP: bigint | null;
|
|
3060
|
+
USDT: bigint | null;
|
|
3061
|
+
WBTC: bigint | null;
|
|
3062
|
+
};
|
|
3063
|
+
Arbitrum: {
|
|
3064
|
+
ETH: bigint | null;
|
|
3065
|
+
USDC: bigint | null;
|
|
3066
|
+
USDT: bigint | null;
|
|
3067
|
+
};
|
|
3068
|
+
Solana: {
|
|
3069
|
+
USDC: bigint | null;
|
|
3070
|
+
USDT: bigint | null;
|
|
3071
|
+
SOL: bigint | null;
|
|
3072
|
+
};
|
|
3073
|
+
Assethub: {
|
|
3074
|
+
USDC: bigint | null;
|
|
3075
|
+
USDT: bigint | null;
|
|
3076
|
+
DOT: bigint | null;
|
|
3077
|
+
};
|
|
3078
|
+
} | undefined;
|
|
2879
3079
|
}, {
|
|
2880
3080
|
readonly egress_dust_limits: "minimum_egress_amounts";
|
|
2881
3081
|
}>, {
|
|
@@ -3015,6 +3215,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
3015
3215
|
Solana: number;
|
|
3016
3216
|
Assethub: number;
|
|
3017
3217
|
};
|
|
3218
|
+
boost_minimum_add_funds_amounts?: {
|
|
3219
|
+
Bitcoin: {
|
|
3220
|
+
BTC: string | number | null;
|
|
3221
|
+
};
|
|
3222
|
+
Ethereum: {
|
|
3223
|
+
ETH: string | number | null;
|
|
3224
|
+
USDC: string | number | null;
|
|
3225
|
+
FLIP: string | number | null;
|
|
3226
|
+
USDT: string | number | null;
|
|
3227
|
+
WBTC?: string | number | null | undefined;
|
|
3228
|
+
};
|
|
3229
|
+
Arbitrum: {
|
|
3230
|
+
ETH: string | number | null;
|
|
3231
|
+
USDC: string | number | null;
|
|
3232
|
+
USDT?: string | number | null | undefined;
|
|
3233
|
+
};
|
|
3234
|
+
Solana: {
|
|
3235
|
+
USDC: string | number | null;
|
|
3236
|
+
SOL: string | number | null;
|
|
3237
|
+
USDT?: string | number | null | undefined;
|
|
3238
|
+
};
|
|
3239
|
+
Assethub: {
|
|
3240
|
+
USDC: string | number | null;
|
|
3241
|
+
USDT: string | number | null;
|
|
3242
|
+
DOT: string | number | null;
|
|
3243
|
+
};
|
|
3244
|
+
} | undefined;
|
|
3018
3245
|
}>;
|
|
3019
3246
|
declare const cfSwappingEnvironment: z.ZodObject<{
|
|
3020
3247
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -10197,38 +10424,157 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10197
10424
|
Solana: number;
|
|
10198
10425
|
Assethub: number;
|
|
10199
10426
|
}>;
|
|
10200
|
-
|
|
10201
|
-
|
|
10202
|
-
|
|
10203
|
-
|
|
10204
|
-
};
|
|
10205
|
-
Ethereum: {
|
|
10206
|
-
ETH: bigint;
|
|
10207
|
-
USDC: bigint;
|
|
10208
|
-
FLIP: bigint;
|
|
10209
|
-
USDT: bigint;
|
|
10210
|
-
WBTC: bigint;
|
|
10211
|
-
};
|
|
10212
|
-
Arbitrum: {
|
|
10213
|
-
ETH: bigint;
|
|
10214
|
-
USDC: bigint;
|
|
10215
|
-
USDT: bigint;
|
|
10216
|
-
};
|
|
10217
|
-
Solana: {
|
|
10218
|
-
USDC: bigint;
|
|
10219
|
-
USDT: bigint;
|
|
10220
|
-
SOL: bigint;
|
|
10221
|
-
};
|
|
10222
|
-
Assethub: {
|
|
10223
|
-
USDC: bigint;
|
|
10224
|
-
USDT: bigint;
|
|
10225
|
-
DOT: bigint;
|
|
10226
|
-
};
|
|
10227
|
-
};
|
|
10228
|
-
ingress_fees: {
|
|
10229
|
-
Bitcoin: {
|
|
10427
|
+
boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
|
|
10428
|
+
Bitcoin: z.ZodObject<{
|
|
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
|
+
}, "strip", z.ZodTypeAny, {
|
|
10230
10431
|
BTC: bigint | null;
|
|
10231
|
-
}
|
|
10432
|
+
}, {
|
|
10433
|
+
BTC: string | number | null;
|
|
10434
|
+
}>;
|
|
10435
|
+
Ethereum: z.ZodObject<{
|
|
10436
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10437
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10438
|
+
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10439
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10440
|
+
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
10441
|
+
}, "strip", z.ZodTypeAny, {
|
|
10442
|
+
ETH: bigint | null;
|
|
10443
|
+
USDC: bigint | null;
|
|
10444
|
+
FLIP: bigint | null;
|
|
10445
|
+
USDT: bigint | null;
|
|
10446
|
+
WBTC: bigint | null;
|
|
10447
|
+
}, {
|
|
10448
|
+
ETH: string | number | null;
|
|
10449
|
+
USDC: string | number | null;
|
|
10450
|
+
FLIP: string | number | null;
|
|
10451
|
+
USDT: string | number | null;
|
|
10452
|
+
WBTC?: string | number | null | undefined;
|
|
10453
|
+
}>;
|
|
10454
|
+
Arbitrum: z.ZodObject<{
|
|
10455
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10456
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10457
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
10458
|
+
}, "strip", z.ZodTypeAny, {
|
|
10459
|
+
ETH: bigint | null;
|
|
10460
|
+
USDC: bigint | null;
|
|
10461
|
+
USDT: bigint | null;
|
|
10462
|
+
}, {
|
|
10463
|
+
ETH: string | number | null;
|
|
10464
|
+
USDC: string | number | null;
|
|
10465
|
+
USDT?: string | number | null | undefined;
|
|
10466
|
+
}>;
|
|
10467
|
+
Solana: z.ZodObject<{
|
|
10468
|
+
SOL: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10469
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10470
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
10471
|
+
}, "strip", z.ZodTypeAny, {
|
|
10472
|
+
USDC: bigint | null;
|
|
10473
|
+
USDT: bigint | null;
|
|
10474
|
+
SOL: bigint | null;
|
|
10475
|
+
}, {
|
|
10476
|
+
USDC: string | number | null;
|
|
10477
|
+
SOL: string | number | null;
|
|
10478
|
+
USDT?: string | number | null | undefined;
|
|
10479
|
+
}>;
|
|
10480
|
+
Assethub: z.ZodObject<{
|
|
10481
|
+
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10482
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10483
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10484
|
+
}, "strip", z.ZodTypeAny, {
|
|
10485
|
+
USDC: bigint | null;
|
|
10486
|
+
USDT: bigint | null;
|
|
10487
|
+
DOT: bigint | null;
|
|
10488
|
+
}, {
|
|
10489
|
+
USDC: string | number | null;
|
|
10490
|
+
USDT: string | number | null;
|
|
10491
|
+
DOT: string | number | null;
|
|
10492
|
+
}>;
|
|
10493
|
+
}, "strip", z.ZodTypeAny, {
|
|
10494
|
+
Bitcoin: {
|
|
10495
|
+
BTC: bigint | null;
|
|
10496
|
+
};
|
|
10497
|
+
Ethereum: {
|
|
10498
|
+
ETH: bigint | null;
|
|
10499
|
+
USDC: bigint | null;
|
|
10500
|
+
FLIP: bigint | null;
|
|
10501
|
+
USDT: bigint | null;
|
|
10502
|
+
WBTC: bigint | null;
|
|
10503
|
+
};
|
|
10504
|
+
Arbitrum: {
|
|
10505
|
+
ETH: bigint | null;
|
|
10506
|
+
USDC: bigint | null;
|
|
10507
|
+
USDT: bigint | null;
|
|
10508
|
+
};
|
|
10509
|
+
Solana: {
|
|
10510
|
+
USDC: bigint | null;
|
|
10511
|
+
USDT: bigint | null;
|
|
10512
|
+
SOL: bigint | null;
|
|
10513
|
+
};
|
|
10514
|
+
Assethub: {
|
|
10515
|
+
USDC: bigint | null;
|
|
10516
|
+
USDT: bigint | null;
|
|
10517
|
+
DOT: bigint | null;
|
|
10518
|
+
};
|
|
10519
|
+
}, {
|
|
10520
|
+
Bitcoin: {
|
|
10521
|
+
BTC: string | number | null;
|
|
10522
|
+
};
|
|
10523
|
+
Ethereum: {
|
|
10524
|
+
ETH: string | number | null;
|
|
10525
|
+
USDC: string | number | null;
|
|
10526
|
+
FLIP: string | number | null;
|
|
10527
|
+
USDT: string | number | null;
|
|
10528
|
+
WBTC?: string | number | null | undefined;
|
|
10529
|
+
};
|
|
10530
|
+
Arbitrum: {
|
|
10531
|
+
ETH: string | number | null;
|
|
10532
|
+
USDC: string | number | null;
|
|
10533
|
+
USDT?: string | number | null | undefined;
|
|
10534
|
+
};
|
|
10535
|
+
Solana: {
|
|
10536
|
+
USDC: string | number | null;
|
|
10537
|
+
SOL: string | number | null;
|
|
10538
|
+
USDT?: string | number | null | undefined;
|
|
10539
|
+
};
|
|
10540
|
+
Assethub: {
|
|
10541
|
+
USDC: string | number | null;
|
|
10542
|
+
USDT: string | number | null;
|
|
10543
|
+
DOT: string | number | null;
|
|
10544
|
+
};
|
|
10545
|
+
}>>;
|
|
10546
|
+
}, "strip", z.ZodTypeAny, {
|
|
10547
|
+
minimum_deposit_amounts: {
|
|
10548
|
+
Bitcoin: {
|
|
10549
|
+
BTC: bigint;
|
|
10550
|
+
};
|
|
10551
|
+
Ethereum: {
|
|
10552
|
+
ETH: bigint;
|
|
10553
|
+
USDC: bigint;
|
|
10554
|
+
FLIP: bigint;
|
|
10555
|
+
USDT: bigint;
|
|
10556
|
+
WBTC: bigint;
|
|
10557
|
+
};
|
|
10558
|
+
Arbitrum: {
|
|
10559
|
+
ETH: bigint;
|
|
10560
|
+
USDC: bigint;
|
|
10561
|
+
USDT: bigint;
|
|
10562
|
+
};
|
|
10563
|
+
Solana: {
|
|
10564
|
+
USDC: bigint;
|
|
10565
|
+
USDT: bigint;
|
|
10566
|
+
SOL: bigint;
|
|
10567
|
+
};
|
|
10568
|
+
Assethub: {
|
|
10569
|
+
USDC: bigint;
|
|
10570
|
+
USDT: bigint;
|
|
10571
|
+
DOT: bigint;
|
|
10572
|
+
};
|
|
10573
|
+
};
|
|
10574
|
+
ingress_fees: {
|
|
10575
|
+
Bitcoin: {
|
|
10576
|
+
BTC: bigint | null;
|
|
10577
|
+
};
|
|
10232
10578
|
Ethereum: {
|
|
10233
10579
|
ETH: bigint | null;
|
|
10234
10580
|
USDC: bigint | null;
|
|
@@ -10334,6 +10680,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10334
10680
|
Solana: number;
|
|
10335
10681
|
Assethub: number;
|
|
10336
10682
|
};
|
|
10683
|
+
boost_minimum_add_funds_amounts?: {
|
|
10684
|
+
Bitcoin: {
|
|
10685
|
+
BTC: bigint | null;
|
|
10686
|
+
};
|
|
10687
|
+
Ethereum: {
|
|
10688
|
+
ETH: bigint | null;
|
|
10689
|
+
USDC: bigint | null;
|
|
10690
|
+
FLIP: bigint | null;
|
|
10691
|
+
USDT: bigint | null;
|
|
10692
|
+
WBTC: bigint | null;
|
|
10693
|
+
};
|
|
10694
|
+
Arbitrum: {
|
|
10695
|
+
ETH: bigint | null;
|
|
10696
|
+
USDC: bigint | null;
|
|
10697
|
+
USDT: bigint | null;
|
|
10698
|
+
};
|
|
10699
|
+
Solana: {
|
|
10700
|
+
USDC: bigint | null;
|
|
10701
|
+
USDT: bigint | null;
|
|
10702
|
+
SOL: bigint | null;
|
|
10703
|
+
};
|
|
10704
|
+
Assethub: {
|
|
10705
|
+
USDC: bigint | null;
|
|
10706
|
+
USDT: bigint | null;
|
|
10707
|
+
DOT: bigint | null;
|
|
10708
|
+
};
|
|
10709
|
+
} | undefined;
|
|
10337
10710
|
}, {
|
|
10338
10711
|
minimum_deposit_amounts: {
|
|
10339
10712
|
Bitcoin: {
|
|
@@ -10471,6 +10844,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10471
10844
|
Solana: number;
|
|
10472
10845
|
Assethub: number;
|
|
10473
10846
|
};
|
|
10847
|
+
boost_minimum_add_funds_amounts?: {
|
|
10848
|
+
Bitcoin: {
|
|
10849
|
+
BTC: string | number | null;
|
|
10850
|
+
};
|
|
10851
|
+
Ethereum: {
|
|
10852
|
+
ETH: string | number | null;
|
|
10853
|
+
USDC: string | number | null;
|
|
10854
|
+
FLIP: string | number | null;
|
|
10855
|
+
USDT: string | number | null;
|
|
10856
|
+
WBTC?: string | number | null | undefined;
|
|
10857
|
+
};
|
|
10858
|
+
Arbitrum: {
|
|
10859
|
+
ETH: string | number | null;
|
|
10860
|
+
USDC: string | number | null;
|
|
10861
|
+
USDT?: string | number | null | undefined;
|
|
10862
|
+
};
|
|
10863
|
+
Solana: {
|
|
10864
|
+
USDC: string | number | null;
|
|
10865
|
+
SOL: string | number | null;
|
|
10866
|
+
USDT?: string | number | null | undefined;
|
|
10867
|
+
};
|
|
10868
|
+
Assethub: {
|
|
10869
|
+
USDC: string | number | null;
|
|
10870
|
+
USDT: string | number | null;
|
|
10871
|
+
DOT: string | number | null;
|
|
10872
|
+
};
|
|
10873
|
+
} | undefined;
|
|
10474
10874
|
}>, Rename<{
|
|
10475
10875
|
minimum_deposit_amounts: {
|
|
10476
10876
|
Bitcoin: {
|
|
@@ -10608,6 +11008,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10608
11008
|
Solana: number;
|
|
10609
11009
|
Assethub: number;
|
|
10610
11010
|
};
|
|
11011
|
+
boost_minimum_add_funds_amounts?: {
|
|
11012
|
+
Bitcoin: {
|
|
11013
|
+
BTC: bigint | null;
|
|
11014
|
+
};
|
|
11015
|
+
Ethereum: {
|
|
11016
|
+
ETH: bigint | null;
|
|
11017
|
+
USDC: bigint | null;
|
|
11018
|
+
FLIP: bigint | null;
|
|
11019
|
+
USDT: bigint | null;
|
|
11020
|
+
WBTC: bigint | null;
|
|
11021
|
+
};
|
|
11022
|
+
Arbitrum: {
|
|
11023
|
+
ETH: bigint | null;
|
|
11024
|
+
USDC: bigint | null;
|
|
11025
|
+
USDT: bigint | null;
|
|
11026
|
+
};
|
|
11027
|
+
Solana: {
|
|
11028
|
+
USDC: bigint | null;
|
|
11029
|
+
USDT: bigint | null;
|
|
11030
|
+
SOL: bigint | null;
|
|
11031
|
+
};
|
|
11032
|
+
Assethub: {
|
|
11033
|
+
USDC: bigint | null;
|
|
11034
|
+
USDT: bigint | null;
|
|
11035
|
+
DOT: bigint | null;
|
|
11036
|
+
};
|
|
11037
|
+
} | undefined;
|
|
10611
11038
|
}, {
|
|
10612
11039
|
readonly egress_dust_limits: "minimum_egress_amounts";
|
|
10613
11040
|
}>, {
|
|
@@ -10747,6 +11174,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10747
11174
|
Solana: number;
|
|
10748
11175
|
Assethub: number;
|
|
10749
11176
|
};
|
|
11177
|
+
boost_minimum_add_funds_amounts?: {
|
|
11178
|
+
Bitcoin: {
|
|
11179
|
+
BTC: string | number | null;
|
|
11180
|
+
};
|
|
11181
|
+
Ethereum: {
|
|
11182
|
+
ETH: string | number | null;
|
|
11183
|
+
USDC: string | number | null;
|
|
11184
|
+
FLIP: string | number | null;
|
|
11185
|
+
USDT: string | number | null;
|
|
11186
|
+
WBTC?: string | number | null | undefined;
|
|
11187
|
+
};
|
|
11188
|
+
Arbitrum: {
|
|
11189
|
+
ETH: string | number | null;
|
|
11190
|
+
USDC: string | number | null;
|
|
11191
|
+
USDT?: string | number | null | undefined;
|
|
11192
|
+
};
|
|
11193
|
+
Solana: {
|
|
11194
|
+
USDC: string | number | null;
|
|
11195
|
+
SOL: string | number | null;
|
|
11196
|
+
USDT?: string | number | null | undefined;
|
|
11197
|
+
};
|
|
11198
|
+
Assethub: {
|
|
11199
|
+
USDC: string | number | null;
|
|
11200
|
+
USDT: string | number | null;
|
|
11201
|
+
DOT: string | number | null;
|
|
11202
|
+
};
|
|
11203
|
+
} | undefined;
|
|
10750
11204
|
}>;
|
|
10751
11205
|
swapping: z.ZodObject<{
|
|
10752
11206
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -17513,14 +17967,41 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
17513
17967
|
Solana: number;
|
|
17514
17968
|
Assethub: number;
|
|
17515
17969
|
};
|
|
17516
|
-
|
|
17517
|
-
readonly minimum_egress_amounts: {
|
|
17970
|
+
boost_minimum_add_funds_amounts?: {
|
|
17518
17971
|
Bitcoin: {
|
|
17519
|
-
BTC: bigint;
|
|
17972
|
+
BTC: bigint | null;
|
|
17520
17973
|
};
|
|
17521
17974
|
Ethereum: {
|
|
17522
|
-
ETH: bigint;
|
|
17523
|
-
USDC: bigint;
|
|
17975
|
+
ETH: bigint | null;
|
|
17976
|
+
USDC: bigint | null;
|
|
17977
|
+
FLIP: bigint | null;
|
|
17978
|
+
USDT: bigint | null;
|
|
17979
|
+
WBTC: bigint | null;
|
|
17980
|
+
};
|
|
17981
|
+
Arbitrum: {
|
|
17982
|
+
ETH: bigint | null;
|
|
17983
|
+
USDC: bigint | null;
|
|
17984
|
+
USDT: bigint | null;
|
|
17985
|
+
};
|
|
17986
|
+
Solana: {
|
|
17987
|
+
USDC: bigint | null;
|
|
17988
|
+
USDT: bigint | null;
|
|
17989
|
+
SOL: bigint | null;
|
|
17990
|
+
};
|
|
17991
|
+
Assethub: {
|
|
17992
|
+
USDC: bigint | null;
|
|
17993
|
+
USDT: bigint | null;
|
|
17994
|
+
DOT: bigint | null;
|
|
17995
|
+
};
|
|
17996
|
+
} | undefined;
|
|
17997
|
+
}, "egress_dust_limits"> & {
|
|
17998
|
+
readonly minimum_egress_amounts: {
|
|
17999
|
+
Bitcoin: {
|
|
18000
|
+
BTC: bigint;
|
|
18001
|
+
};
|
|
18002
|
+
Ethereum: {
|
|
18003
|
+
ETH: bigint;
|
|
18004
|
+
USDC: bigint;
|
|
17524
18005
|
FLIP: bigint;
|
|
17525
18006
|
USDT: bigint;
|
|
17526
18007
|
WBTC: bigint;
|
|
@@ -18511,6 +18992,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
18511
18992
|
Solana: number;
|
|
18512
18993
|
Assethub: number;
|
|
18513
18994
|
};
|
|
18995
|
+
boost_minimum_add_funds_amounts?: {
|
|
18996
|
+
Bitcoin: {
|
|
18997
|
+
BTC: string | number | null;
|
|
18998
|
+
};
|
|
18999
|
+
Ethereum: {
|
|
19000
|
+
ETH: string | number | null;
|
|
19001
|
+
USDC: string | number | null;
|
|
19002
|
+
FLIP: string | number | null;
|
|
19003
|
+
USDT: string | number | null;
|
|
19004
|
+
WBTC?: string | number | null | undefined;
|
|
19005
|
+
};
|
|
19006
|
+
Arbitrum: {
|
|
19007
|
+
ETH: string | number | null;
|
|
19008
|
+
USDC: string | number | null;
|
|
19009
|
+
USDT?: string | number | null | undefined;
|
|
19010
|
+
};
|
|
19011
|
+
Solana: {
|
|
19012
|
+
USDC: string | number | null;
|
|
19013
|
+
SOL: string | number | null;
|
|
19014
|
+
USDT?: string | number | null | undefined;
|
|
19015
|
+
};
|
|
19016
|
+
Assethub: {
|
|
19017
|
+
USDC: string | number | null;
|
|
19018
|
+
USDT: string | number | null;
|
|
19019
|
+
DOT: string | number | null;
|
|
19020
|
+
};
|
|
19021
|
+
} | undefined;
|
|
18514
19022
|
};
|
|
18515
19023
|
swapping: {
|
|
18516
19024
|
maximum_swap_amounts: {
|
|
@@ -32344,14 +32852,17 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
32344
32852
|
swaps_enabled: z.ZodBoolean;
|
|
32345
32853
|
withdrawals_enabled: z.ZodBoolean;
|
|
32346
32854
|
broker_registration_enabled: z.ZodBoolean;
|
|
32855
|
+
deposit_enabled: z.ZodBoolean;
|
|
32347
32856
|
}, "strip", z.ZodTypeAny, {
|
|
32348
32857
|
swaps_enabled: boolean;
|
|
32349
32858
|
withdrawals_enabled: boolean;
|
|
32350
32859
|
broker_registration_enabled: boolean;
|
|
32860
|
+
deposit_enabled: boolean;
|
|
32351
32861
|
}, {
|
|
32352
32862
|
swaps_enabled: boolean;
|
|
32353
32863
|
withdrawals_enabled: boolean;
|
|
32354
32864
|
broker_registration_enabled: boolean;
|
|
32865
|
+
deposit_enabled: boolean;
|
|
32355
32866
|
}>;
|
|
32356
32867
|
liquidity_provider: z.ZodObject<{
|
|
32357
32868
|
deposit_enabled: z.ZodBoolean;
|
|
@@ -32447,766 +32958,104 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
32447
32958
|
lending_pools: z.ZodObject<{
|
|
32448
32959
|
add_boost_funds_enabled: z.ZodBoolean;
|
|
32449
32960
|
stop_boosting_enabled: z.ZodBoolean;
|
|
32450
|
-
|
|
32451
|
-
chain: z.
|
|
32452
|
-
asset: z.
|
|
32961
|
+
borrowing: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
32962
|
+
chain: z.ZodString;
|
|
32963
|
+
asset: z.ZodString;
|
|
32453
32964
|
}, "strip", z.ZodTypeAny, {
|
|
32454
|
-
chain:
|
|
32455
|
-
asset:
|
|
32965
|
+
chain: string;
|
|
32966
|
+
asset: string;
|
|
32456
32967
|
}, {
|
|
32968
|
+
chain: string;
|
|
32969
|
+
asset: string;
|
|
32970
|
+
}>, "many">, ({
|
|
32457
32971
|
chain: "Bitcoin";
|
|
32458
32972
|
asset: "BTC";
|
|
32459
|
-
}
|
|
32460
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32461
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
32462
|
-
}, "strip", z.ZodTypeAny, {
|
|
32463
|
-
chain: "Ethereum";
|
|
32464
|
-
asset: "FLIP";
|
|
32465
|
-
}, {
|
|
32973
|
+
} | {
|
|
32466
32974
|
chain: "Ethereum";
|
|
32467
32975
|
asset: "FLIP";
|
|
32468
|
-
}
|
|
32469
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32470
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32471
|
-
}, "strip", z.ZodTypeAny, {
|
|
32472
|
-
chain: "Ethereum";
|
|
32473
|
-
asset: "ETH";
|
|
32474
|
-
}, {
|
|
32976
|
+
} | {
|
|
32475
32977
|
chain: "Ethereum";
|
|
32476
32978
|
asset: "ETH";
|
|
32477
|
-
}
|
|
32478
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32479
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32480
|
-
}, "strip", z.ZodTypeAny, {
|
|
32481
|
-
chain: "Ethereum";
|
|
32482
|
-
asset: "USDC";
|
|
32483
|
-
}, {
|
|
32979
|
+
} | {
|
|
32484
32980
|
chain: "Ethereum";
|
|
32485
32981
|
asset: "USDC";
|
|
32486
|
-
}
|
|
32487
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32488
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32489
|
-
}, "strip", z.ZodTypeAny, {
|
|
32490
|
-
chain: "Ethereum";
|
|
32491
|
-
asset: "USDT";
|
|
32492
|
-
}, {
|
|
32982
|
+
} | {
|
|
32493
32983
|
chain: "Ethereum";
|
|
32494
32984
|
asset: "USDT";
|
|
32495
|
-
}
|
|
32496
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32497
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
32498
|
-
}, "strip", z.ZodTypeAny, {
|
|
32499
|
-
chain: "Ethereum";
|
|
32500
|
-
asset: "WBTC";
|
|
32501
|
-
}, {
|
|
32985
|
+
} | {
|
|
32502
32986
|
chain: "Ethereum";
|
|
32503
32987
|
asset: "WBTC";
|
|
32504
|
-
}
|
|
32505
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32506
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32507
|
-
}, "strip", z.ZodTypeAny, {
|
|
32508
|
-
chain: "Arbitrum";
|
|
32509
|
-
asset: "ETH";
|
|
32510
|
-
}, {
|
|
32988
|
+
} | {
|
|
32511
32989
|
chain: "Arbitrum";
|
|
32512
32990
|
asset: "ETH";
|
|
32513
|
-
}
|
|
32514
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32515
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32516
|
-
}, "strip", z.ZodTypeAny, {
|
|
32517
|
-
chain: "Arbitrum";
|
|
32518
|
-
asset: "USDC";
|
|
32519
|
-
}, {
|
|
32991
|
+
} | {
|
|
32520
32992
|
chain: "Arbitrum";
|
|
32521
32993
|
asset: "USDC";
|
|
32522
|
-
}
|
|
32523
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32524
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32525
|
-
}, "strip", z.ZodTypeAny, {
|
|
32526
|
-
chain: "Arbitrum";
|
|
32527
|
-
asset: "USDT";
|
|
32528
|
-
}, {
|
|
32994
|
+
} | {
|
|
32529
32995
|
chain: "Arbitrum";
|
|
32530
32996
|
asset: "USDT";
|
|
32531
|
-
}
|
|
32532
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32533
|
-
asset: z.ZodLiteral<"SOL">;
|
|
32534
|
-
}, "strip", z.ZodTypeAny, {
|
|
32535
|
-
chain: "Solana";
|
|
32536
|
-
asset: "SOL";
|
|
32537
|
-
}, {
|
|
32997
|
+
} | {
|
|
32538
32998
|
chain: "Solana";
|
|
32539
32999
|
asset: "SOL";
|
|
32540
|
-
}
|
|
32541
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32542
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32543
|
-
}, "strip", z.ZodTypeAny, {
|
|
32544
|
-
chain: "Solana";
|
|
32545
|
-
asset: "USDC";
|
|
32546
|
-
}, {
|
|
33000
|
+
} | {
|
|
32547
33001
|
chain: "Solana";
|
|
32548
33002
|
asset: "USDC";
|
|
32549
|
-
}
|
|
32550
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32551
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32552
|
-
}, "strip", z.ZodTypeAny, {
|
|
32553
|
-
chain: "Solana";
|
|
32554
|
-
asset: "USDT";
|
|
32555
|
-
}, {
|
|
33003
|
+
} | {
|
|
32556
33004
|
chain: "Solana";
|
|
32557
33005
|
asset: "USDT";
|
|
32558
|
-
}
|
|
32559
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32560
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32561
|
-
}, "strip", z.ZodTypeAny, {
|
|
32562
|
-
chain: "Assethub";
|
|
32563
|
-
asset: "DOT";
|
|
32564
|
-
}, {
|
|
33006
|
+
} | {
|
|
32565
33007
|
chain: "Assethub";
|
|
32566
33008
|
asset: "DOT";
|
|
32567
|
-
}
|
|
32568
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32569
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32570
|
-
}, "strip", z.ZodTypeAny, {
|
|
32571
|
-
chain: "Assethub";
|
|
32572
|
-
asset: "USDC";
|
|
32573
|
-
}, {
|
|
33009
|
+
} | {
|
|
32574
33010
|
chain: "Assethub";
|
|
32575
33011
|
asset: "USDC";
|
|
32576
|
-
}
|
|
32577
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32578
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32579
|
-
}, "strip", z.ZodTypeAny, {
|
|
32580
|
-
chain: "Assethub";
|
|
32581
|
-
asset: "USDT";
|
|
32582
|
-
}, {
|
|
33012
|
+
} | {
|
|
32583
33013
|
chain: "Assethub";
|
|
32584
33014
|
asset: "USDT";
|
|
32585
|
-
}
|
|
32586
|
-
|
|
32587
|
-
|
|
32588
|
-
|
|
32589
|
-
|
|
32590
|
-
chain:
|
|
32591
|
-
asset:
|
|
32592
|
-
}, {
|
|
33015
|
+
})[], {
|
|
33016
|
+
chain: string;
|
|
33017
|
+
asset: string;
|
|
33018
|
+
}[]>;
|
|
33019
|
+
add_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
33020
|
+
chain: z.ZodString;
|
|
33021
|
+
asset: z.ZodString;
|
|
33022
|
+
}, "strip", z.ZodTypeAny, {
|
|
33023
|
+
chain: string;
|
|
33024
|
+
asset: string;
|
|
33025
|
+
}, {
|
|
33026
|
+
chain: string;
|
|
33027
|
+
asset: string;
|
|
33028
|
+
}>, "many">, ({
|
|
32593
33029
|
chain: "Bitcoin";
|
|
32594
33030
|
asset: "BTC";
|
|
32595
|
-
}
|
|
32596
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32597
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
32598
|
-
}, "strip", z.ZodTypeAny, {
|
|
32599
|
-
chain: "Ethereum";
|
|
32600
|
-
asset: "FLIP";
|
|
32601
|
-
}, {
|
|
33031
|
+
} | {
|
|
32602
33032
|
chain: "Ethereum";
|
|
32603
33033
|
asset: "FLIP";
|
|
32604
|
-
}
|
|
32605
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32606
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32607
|
-
}, "strip", z.ZodTypeAny, {
|
|
32608
|
-
chain: "Ethereum";
|
|
32609
|
-
asset: "ETH";
|
|
32610
|
-
}, {
|
|
33034
|
+
} | {
|
|
32611
33035
|
chain: "Ethereum";
|
|
32612
33036
|
asset: "ETH";
|
|
32613
|
-
}
|
|
32614
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32615
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32616
|
-
}, "strip", z.ZodTypeAny, {
|
|
32617
|
-
chain: "Ethereum";
|
|
32618
|
-
asset: "USDC";
|
|
32619
|
-
}, {
|
|
33037
|
+
} | {
|
|
32620
33038
|
chain: "Ethereum";
|
|
32621
33039
|
asset: "USDC";
|
|
32622
|
-
}
|
|
32623
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32624
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32625
|
-
}, "strip", z.ZodTypeAny, {
|
|
32626
|
-
chain: "Ethereum";
|
|
32627
|
-
asset: "USDT";
|
|
32628
|
-
}, {
|
|
33040
|
+
} | {
|
|
32629
33041
|
chain: "Ethereum";
|
|
32630
33042
|
asset: "USDT";
|
|
32631
|
-
}
|
|
32632
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32633
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
32634
|
-
}, "strip", z.ZodTypeAny, {
|
|
32635
|
-
chain: "Ethereum";
|
|
32636
|
-
asset: "WBTC";
|
|
32637
|
-
}, {
|
|
33043
|
+
} | {
|
|
32638
33044
|
chain: "Ethereum";
|
|
32639
33045
|
asset: "WBTC";
|
|
32640
|
-
}
|
|
32641
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32642
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32643
|
-
}, "strip", z.ZodTypeAny, {
|
|
32644
|
-
chain: "Arbitrum";
|
|
32645
|
-
asset: "ETH";
|
|
32646
|
-
}, {
|
|
33046
|
+
} | {
|
|
32647
33047
|
chain: "Arbitrum";
|
|
32648
33048
|
asset: "ETH";
|
|
32649
|
-
}
|
|
32650
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32651
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32652
|
-
}, "strip", z.ZodTypeAny, {
|
|
32653
|
-
chain: "Arbitrum";
|
|
32654
|
-
asset: "USDC";
|
|
32655
|
-
}, {
|
|
33049
|
+
} | {
|
|
32656
33050
|
chain: "Arbitrum";
|
|
32657
33051
|
asset: "USDC";
|
|
32658
|
-
}
|
|
32659
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32660
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32661
|
-
}, "strip", z.ZodTypeAny, {
|
|
32662
|
-
chain: "Arbitrum";
|
|
32663
|
-
asset: "USDT";
|
|
32664
|
-
}, {
|
|
33052
|
+
} | {
|
|
32665
33053
|
chain: "Arbitrum";
|
|
32666
33054
|
asset: "USDT";
|
|
32667
|
-
}
|
|
32668
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32669
|
-
asset: z.ZodLiteral<"SOL">;
|
|
32670
|
-
}, "strip", z.ZodTypeAny, {
|
|
33055
|
+
} | {
|
|
32671
33056
|
chain: "Solana";
|
|
32672
33057
|
asset: "SOL";
|
|
32673
|
-
}
|
|
32674
|
-
chain: "Solana";
|
|
32675
|
-
asset: "SOL";
|
|
32676
|
-
}>, z.ZodObject<{
|
|
32677
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32678
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32679
|
-
}, "strip", z.ZodTypeAny, {
|
|
32680
|
-
chain: "Solana";
|
|
32681
|
-
asset: "USDC";
|
|
32682
|
-
}, {
|
|
32683
|
-
chain: "Solana";
|
|
32684
|
-
asset: "USDC";
|
|
32685
|
-
}>, z.ZodObject<{
|
|
32686
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32687
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32688
|
-
}, "strip", z.ZodTypeAny, {
|
|
32689
|
-
chain: "Solana";
|
|
32690
|
-
asset: "USDT";
|
|
32691
|
-
}, {
|
|
32692
|
-
chain: "Solana";
|
|
32693
|
-
asset: "USDT";
|
|
32694
|
-
}>, z.ZodObject<{
|
|
32695
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32696
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32697
|
-
}, "strip", z.ZodTypeAny, {
|
|
32698
|
-
chain: "Assethub";
|
|
32699
|
-
asset: "DOT";
|
|
32700
|
-
}, {
|
|
32701
|
-
chain: "Assethub";
|
|
32702
|
-
asset: "DOT";
|
|
32703
|
-
}>, z.ZodObject<{
|
|
32704
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32705
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32706
|
-
}, "strip", z.ZodTypeAny, {
|
|
32707
|
-
chain: "Assethub";
|
|
32708
|
-
asset: "USDC";
|
|
32709
|
-
}, {
|
|
32710
|
-
chain: "Assethub";
|
|
32711
|
-
asset: "USDC";
|
|
32712
|
-
}>, z.ZodObject<{
|
|
32713
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32714
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32715
|
-
}, "strip", z.ZodTypeAny, {
|
|
32716
|
-
chain: "Assethub";
|
|
32717
|
-
asset: "USDT";
|
|
32718
|
-
}, {
|
|
32719
|
-
chain: "Assethub";
|
|
32720
|
-
asset: "USDT";
|
|
32721
|
-
}>]>, "many">;
|
|
32722
|
-
withdraw_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
32723
|
-
chain: z.ZodLiteral<"Bitcoin">;
|
|
32724
|
-
asset: z.ZodLiteral<"BTC">;
|
|
32725
|
-
}, "strip", z.ZodTypeAny, {
|
|
32726
|
-
chain: "Bitcoin";
|
|
32727
|
-
asset: "BTC";
|
|
32728
|
-
}, {
|
|
32729
|
-
chain: "Bitcoin";
|
|
32730
|
-
asset: "BTC";
|
|
32731
|
-
}>, z.ZodObject<{
|
|
32732
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32733
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
32734
|
-
}, "strip", z.ZodTypeAny, {
|
|
32735
|
-
chain: "Ethereum";
|
|
32736
|
-
asset: "FLIP";
|
|
32737
|
-
}, {
|
|
32738
|
-
chain: "Ethereum";
|
|
32739
|
-
asset: "FLIP";
|
|
32740
|
-
}>, z.ZodObject<{
|
|
32741
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32742
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32743
|
-
}, "strip", z.ZodTypeAny, {
|
|
32744
|
-
chain: "Ethereum";
|
|
32745
|
-
asset: "ETH";
|
|
32746
|
-
}, {
|
|
32747
|
-
chain: "Ethereum";
|
|
32748
|
-
asset: "ETH";
|
|
32749
|
-
}>, z.ZodObject<{
|
|
32750
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32751
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32752
|
-
}, "strip", z.ZodTypeAny, {
|
|
32753
|
-
chain: "Ethereum";
|
|
32754
|
-
asset: "USDC";
|
|
32755
|
-
}, {
|
|
32756
|
-
chain: "Ethereum";
|
|
32757
|
-
asset: "USDC";
|
|
32758
|
-
}>, z.ZodObject<{
|
|
32759
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32760
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32761
|
-
}, "strip", z.ZodTypeAny, {
|
|
32762
|
-
chain: "Ethereum";
|
|
32763
|
-
asset: "USDT";
|
|
32764
|
-
}, {
|
|
32765
|
-
chain: "Ethereum";
|
|
32766
|
-
asset: "USDT";
|
|
32767
|
-
}>, z.ZodObject<{
|
|
32768
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32769
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
32770
|
-
}, "strip", z.ZodTypeAny, {
|
|
32771
|
-
chain: "Ethereum";
|
|
32772
|
-
asset: "WBTC";
|
|
32773
|
-
}, {
|
|
32774
|
-
chain: "Ethereum";
|
|
32775
|
-
asset: "WBTC";
|
|
32776
|
-
}>, z.ZodObject<{
|
|
32777
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32778
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32779
|
-
}, "strip", z.ZodTypeAny, {
|
|
32780
|
-
chain: "Arbitrum";
|
|
32781
|
-
asset: "ETH";
|
|
32782
|
-
}, {
|
|
32783
|
-
chain: "Arbitrum";
|
|
32784
|
-
asset: "ETH";
|
|
32785
|
-
}>, z.ZodObject<{
|
|
32786
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32787
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32788
|
-
}, "strip", z.ZodTypeAny, {
|
|
32789
|
-
chain: "Arbitrum";
|
|
32790
|
-
asset: "USDC";
|
|
32791
|
-
}, {
|
|
32792
|
-
chain: "Arbitrum";
|
|
32793
|
-
asset: "USDC";
|
|
32794
|
-
}>, z.ZodObject<{
|
|
32795
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32796
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32797
|
-
}, "strip", z.ZodTypeAny, {
|
|
32798
|
-
chain: "Arbitrum";
|
|
32799
|
-
asset: "USDT";
|
|
32800
|
-
}, {
|
|
32801
|
-
chain: "Arbitrum";
|
|
32802
|
-
asset: "USDT";
|
|
32803
|
-
}>, z.ZodObject<{
|
|
32804
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32805
|
-
asset: z.ZodLiteral<"SOL">;
|
|
32806
|
-
}, "strip", z.ZodTypeAny, {
|
|
32807
|
-
chain: "Solana";
|
|
32808
|
-
asset: "SOL";
|
|
32809
|
-
}, {
|
|
32810
|
-
chain: "Solana";
|
|
32811
|
-
asset: "SOL";
|
|
32812
|
-
}>, z.ZodObject<{
|
|
32813
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32814
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32815
|
-
}, "strip", z.ZodTypeAny, {
|
|
32816
|
-
chain: "Solana";
|
|
32817
|
-
asset: "USDC";
|
|
32818
|
-
}, {
|
|
32819
|
-
chain: "Solana";
|
|
32820
|
-
asset: "USDC";
|
|
32821
|
-
}>, z.ZodObject<{
|
|
32822
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32823
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32824
|
-
}, "strip", z.ZodTypeAny, {
|
|
32825
|
-
chain: "Solana";
|
|
32826
|
-
asset: "USDT";
|
|
32827
|
-
}, {
|
|
32828
|
-
chain: "Solana";
|
|
32829
|
-
asset: "USDT";
|
|
32830
|
-
}>, z.ZodObject<{
|
|
32831
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32832
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32833
|
-
}, "strip", z.ZodTypeAny, {
|
|
32834
|
-
chain: "Assethub";
|
|
32835
|
-
asset: "DOT";
|
|
32836
|
-
}, {
|
|
32837
|
-
chain: "Assethub";
|
|
32838
|
-
asset: "DOT";
|
|
32839
|
-
}>, z.ZodObject<{
|
|
32840
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32841
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32842
|
-
}, "strip", z.ZodTypeAny, {
|
|
32843
|
-
chain: "Assethub";
|
|
32844
|
-
asset: "USDC";
|
|
32845
|
-
}, {
|
|
32846
|
-
chain: "Assethub";
|
|
32847
|
-
asset: "USDC";
|
|
32848
|
-
}>, z.ZodObject<{
|
|
32849
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32850
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32851
|
-
}, "strip", z.ZodTypeAny, {
|
|
32852
|
-
chain: "Assethub";
|
|
32853
|
-
asset: "USDT";
|
|
32854
|
-
}, {
|
|
32855
|
-
chain: "Assethub";
|
|
32856
|
-
asset: "USDT";
|
|
32857
|
-
}>]>, "many">;
|
|
32858
|
-
add_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
32859
|
-
chain: z.ZodLiteral<"Bitcoin">;
|
|
32860
|
-
asset: z.ZodLiteral<"BTC">;
|
|
32861
|
-
}, "strip", z.ZodTypeAny, {
|
|
32862
|
-
chain: "Bitcoin";
|
|
32863
|
-
asset: "BTC";
|
|
32864
|
-
}, {
|
|
32865
|
-
chain: "Bitcoin";
|
|
32866
|
-
asset: "BTC";
|
|
32867
|
-
}>, z.ZodObject<{
|
|
32868
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32869
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
32870
|
-
}, "strip", z.ZodTypeAny, {
|
|
32871
|
-
chain: "Ethereum";
|
|
32872
|
-
asset: "FLIP";
|
|
32873
|
-
}, {
|
|
32874
|
-
chain: "Ethereum";
|
|
32875
|
-
asset: "FLIP";
|
|
32876
|
-
}>, z.ZodObject<{
|
|
32877
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32878
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32879
|
-
}, "strip", z.ZodTypeAny, {
|
|
32880
|
-
chain: "Ethereum";
|
|
32881
|
-
asset: "ETH";
|
|
32882
|
-
}, {
|
|
32883
|
-
chain: "Ethereum";
|
|
32884
|
-
asset: "ETH";
|
|
32885
|
-
}>, z.ZodObject<{
|
|
32886
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32887
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32888
|
-
}, "strip", z.ZodTypeAny, {
|
|
32889
|
-
chain: "Ethereum";
|
|
32890
|
-
asset: "USDC";
|
|
32891
|
-
}, {
|
|
32892
|
-
chain: "Ethereum";
|
|
32893
|
-
asset: "USDC";
|
|
32894
|
-
}>, z.ZodObject<{
|
|
32895
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32896
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32897
|
-
}, "strip", z.ZodTypeAny, {
|
|
32898
|
-
chain: "Ethereum";
|
|
32899
|
-
asset: "USDT";
|
|
32900
|
-
}, {
|
|
32901
|
-
chain: "Ethereum";
|
|
32902
|
-
asset: "USDT";
|
|
32903
|
-
}>, z.ZodObject<{
|
|
32904
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
32905
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
32906
|
-
}, "strip", z.ZodTypeAny, {
|
|
32907
|
-
chain: "Ethereum";
|
|
32908
|
-
asset: "WBTC";
|
|
32909
|
-
}, {
|
|
32910
|
-
chain: "Ethereum";
|
|
32911
|
-
asset: "WBTC";
|
|
32912
|
-
}>, z.ZodObject<{
|
|
32913
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32914
|
-
asset: z.ZodLiteral<"ETH">;
|
|
32915
|
-
}, "strip", z.ZodTypeAny, {
|
|
32916
|
-
chain: "Arbitrum";
|
|
32917
|
-
asset: "ETH";
|
|
32918
|
-
}, {
|
|
32919
|
-
chain: "Arbitrum";
|
|
32920
|
-
asset: "ETH";
|
|
32921
|
-
}>, z.ZodObject<{
|
|
32922
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32923
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32924
|
-
}, "strip", z.ZodTypeAny, {
|
|
32925
|
-
chain: "Arbitrum";
|
|
32926
|
-
asset: "USDC";
|
|
32927
|
-
}, {
|
|
32928
|
-
chain: "Arbitrum";
|
|
32929
|
-
asset: "USDC";
|
|
32930
|
-
}>, z.ZodObject<{
|
|
32931
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
32932
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32933
|
-
}, "strip", z.ZodTypeAny, {
|
|
32934
|
-
chain: "Arbitrum";
|
|
32935
|
-
asset: "USDT";
|
|
32936
|
-
}, {
|
|
32937
|
-
chain: "Arbitrum";
|
|
32938
|
-
asset: "USDT";
|
|
32939
|
-
}>, z.ZodObject<{
|
|
32940
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32941
|
-
asset: z.ZodLiteral<"SOL">;
|
|
32942
|
-
}, "strip", z.ZodTypeAny, {
|
|
32943
|
-
chain: "Solana";
|
|
32944
|
-
asset: "SOL";
|
|
32945
|
-
}, {
|
|
32946
|
-
chain: "Solana";
|
|
32947
|
-
asset: "SOL";
|
|
32948
|
-
}>, z.ZodObject<{
|
|
32949
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32950
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32951
|
-
}, "strip", z.ZodTypeAny, {
|
|
32952
|
-
chain: "Solana";
|
|
32953
|
-
asset: "USDC";
|
|
32954
|
-
}, {
|
|
32955
|
-
chain: "Solana";
|
|
32956
|
-
asset: "USDC";
|
|
32957
|
-
}>, z.ZodObject<{
|
|
32958
|
-
chain: z.ZodLiteral<"Solana">;
|
|
32959
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32960
|
-
}, "strip", z.ZodTypeAny, {
|
|
32961
|
-
chain: "Solana";
|
|
32962
|
-
asset: "USDT";
|
|
32963
|
-
}, {
|
|
32964
|
-
chain: "Solana";
|
|
32965
|
-
asset: "USDT";
|
|
32966
|
-
}>, z.ZodObject<{
|
|
32967
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32968
|
-
asset: z.ZodLiteral<"DOT">;
|
|
32969
|
-
}, "strip", z.ZodTypeAny, {
|
|
32970
|
-
chain: "Assethub";
|
|
32971
|
-
asset: "DOT";
|
|
32972
|
-
}, {
|
|
32973
|
-
chain: "Assethub";
|
|
32974
|
-
asset: "DOT";
|
|
32975
|
-
}>, z.ZodObject<{
|
|
32976
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32977
|
-
asset: z.ZodLiteral<"USDC">;
|
|
32978
|
-
}, "strip", z.ZodTypeAny, {
|
|
32979
|
-
chain: "Assethub";
|
|
32980
|
-
asset: "USDC";
|
|
32981
|
-
}, {
|
|
32982
|
-
chain: "Assethub";
|
|
32983
|
-
asset: "USDC";
|
|
32984
|
-
}>, z.ZodObject<{
|
|
32985
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
32986
|
-
asset: z.ZodLiteral<"USDT">;
|
|
32987
|
-
}, "strip", z.ZodTypeAny, {
|
|
32988
|
-
chain: "Assethub";
|
|
32989
|
-
asset: "USDT";
|
|
32990
|
-
}, {
|
|
32991
|
-
chain: "Assethub";
|
|
32992
|
-
asset: "USDT";
|
|
32993
|
-
}>]>, "many">;
|
|
32994
|
-
remove_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
32995
|
-
chain: z.ZodLiteral<"Bitcoin">;
|
|
32996
|
-
asset: z.ZodLiteral<"BTC">;
|
|
32997
|
-
}, "strip", z.ZodTypeAny, {
|
|
32998
|
-
chain: "Bitcoin";
|
|
32999
|
-
asset: "BTC";
|
|
33000
|
-
}, {
|
|
33001
|
-
chain: "Bitcoin";
|
|
33002
|
-
asset: "BTC";
|
|
33003
|
-
}>, z.ZodObject<{
|
|
33004
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
33005
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
33006
|
-
}, "strip", z.ZodTypeAny, {
|
|
33007
|
-
chain: "Ethereum";
|
|
33008
|
-
asset: "FLIP";
|
|
33009
|
-
}, {
|
|
33010
|
-
chain: "Ethereum";
|
|
33011
|
-
asset: "FLIP";
|
|
33012
|
-
}>, z.ZodObject<{
|
|
33013
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
33014
|
-
asset: z.ZodLiteral<"ETH">;
|
|
33015
|
-
}, "strip", z.ZodTypeAny, {
|
|
33016
|
-
chain: "Ethereum";
|
|
33017
|
-
asset: "ETH";
|
|
33018
|
-
}, {
|
|
33019
|
-
chain: "Ethereum";
|
|
33020
|
-
asset: "ETH";
|
|
33021
|
-
}>, z.ZodObject<{
|
|
33022
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
33023
|
-
asset: z.ZodLiteral<"USDC">;
|
|
33024
|
-
}, "strip", z.ZodTypeAny, {
|
|
33025
|
-
chain: "Ethereum";
|
|
33026
|
-
asset: "USDC";
|
|
33027
|
-
}, {
|
|
33028
|
-
chain: "Ethereum";
|
|
33029
|
-
asset: "USDC";
|
|
33030
|
-
}>, z.ZodObject<{
|
|
33031
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
33032
|
-
asset: z.ZodLiteral<"USDT">;
|
|
33033
|
-
}, "strip", z.ZodTypeAny, {
|
|
33034
|
-
chain: "Ethereum";
|
|
33035
|
-
asset: "USDT";
|
|
33036
|
-
}, {
|
|
33037
|
-
chain: "Ethereum";
|
|
33038
|
-
asset: "USDT";
|
|
33039
|
-
}>, z.ZodObject<{
|
|
33040
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
33041
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
33042
|
-
}, "strip", z.ZodTypeAny, {
|
|
33043
|
-
chain: "Ethereum";
|
|
33044
|
-
asset: "WBTC";
|
|
33045
|
-
}, {
|
|
33046
|
-
chain: "Ethereum";
|
|
33047
|
-
asset: "WBTC";
|
|
33048
|
-
}>, z.ZodObject<{
|
|
33049
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
33050
|
-
asset: z.ZodLiteral<"ETH">;
|
|
33051
|
-
}, "strip", z.ZodTypeAny, {
|
|
33052
|
-
chain: "Arbitrum";
|
|
33053
|
-
asset: "ETH";
|
|
33054
|
-
}, {
|
|
33055
|
-
chain: "Arbitrum";
|
|
33056
|
-
asset: "ETH";
|
|
33057
|
-
}>, z.ZodObject<{
|
|
33058
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
33059
|
-
asset: z.ZodLiteral<"USDC">;
|
|
33060
|
-
}, "strip", z.ZodTypeAny, {
|
|
33061
|
-
chain: "Arbitrum";
|
|
33062
|
-
asset: "USDC";
|
|
33063
|
-
}, {
|
|
33064
|
-
chain: "Arbitrum";
|
|
33065
|
-
asset: "USDC";
|
|
33066
|
-
}>, z.ZodObject<{
|
|
33067
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
33068
|
-
asset: z.ZodLiteral<"USDT">;
|
|
33069
|
-
}, "strip", z.ZodTypeAny, {
|
|
33070
|
-
chain: "Arbitrum";
|
|
33071
|
-
asset: "USDT";
|
|
33072
|
-
}, {
|
|
33073
|
-
chain: "Arbitrum";
|
|
33074
|
-
asset: "USDT";
|
|
33075
|
-
}>, z.ZodObject<{
|
|
33076
|
-
chain: z.ZodLiteral<"Solana">;
|
|
33077
|
-
asset: z.ZodLiteral<"SOL">;
|
|
33078
|
-
}, "strip", z.ZodTypeAny, {
|
|
33079
|
-
chain: "Solana";
|
|
33080
|
-
asset: "SOL";
|
|
33081
|
-
}, {
|
|
33082
|
-
chain: "Solana";
|
|
33083
|
-
asset: "SOL";
|
|
33084
|
-
}>, z.ZodObject<{
|
|
33085
|
-
chain: z.ZodLiteral<"Solana">;
|
|
33086
|
-
asset: z.ZodLiteral<"USDC">;
|
|
33087
|
-
}, "strip", z.ZodTypeAny, {
|
|
33088
|
-
chain: "Solana";
|
|
33089
|
-
asset: "USDC";
|
|
33090
|
-
}, {
|
|
33091
|
-
chain: "Solana";
|
|
33092
|
-
asset: "USDC";
|
|
33093
|
-
}>, z.ZodObject<{
|
|
33094
|
-
chain: z.ZodLiteral<"Solana">;
|
|
33095
|
-
asset: z.ZodLiteral<"USDT">;
|
|
33096
|
-
}, "strip", z.ZodTypeAny, {
|
|
33097
|
-
chain: "Solana";
|
|
33098
|
-
asset: "USDT";
|
|
33099
|
-
}, {
|
|
33100
|
-
chain: "Solana";
|
|
33101
|
-
asset: "USDT";
|
|
33102
|
-
}>, z.ZodObject<{
|
|
33103
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
33104
|
-
asset: z.ZodLiteral<"DOT">;
|
|
33105
|
-
}, "strip", z.ZodTypeAny, {
|
|
33106
|
-
chain: "Assethub";
|
|
33107
|
-
asset: "DOT";
|
|
33108
|
-
}, {
|
|
33109
|
-
chain: "Assethub";
|
|
33110
|
-
asset: "DOT";
|
|
33111
|
-
}>, z.ZodObject<{
|
|
33112
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
33113
|
-
asset: z.ZodLiteral<"USDC">;
|
|
33114
|
-
}, "strip", z.ZodTypeAny, {
|
|
33115
|
-
chain: "Assethub";
|
|
33116
|
-
asset: "USDC";
|
|
33117
|
-
}, {
|
|
33118
|
-
chain: "Assethub";
|
|
33119
|
-
asset: "USDC";
|
|
33120
|
-
}>, z.ZodObject<{
|
|
33121
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
33122
|
-
asset: z.ZodLiteral<"USDT">;
|
|
33123
|
-
}, "strip", z.ZodTypeAny, {
|
|
33124
|
-
chain: "Assethub";
|
|
33125
|
-
asset: "USDT";
|
|
33126
|
-
}, {
|
|
33127
|
-
chain: "Assethub";
|
|
33128
|
-
asset: "USDT";
|
|
33129
|
-
}>]>, "many">;
|
|
33130
|
-
}, "strip", z.ZodTypeAny, {
|
|
33131
|
-
add_boost_funds_enabled: boolean;
|
|
33132
|
-
stop_boosting_enabled: boolean;
|
|
33133
|
-
borrowing_enabled: ({
|
|
33134
|
-
chain: "Bitcoin";
|
|
33135
|
-
asset: "BTC";
|
|
33136
|
-
} | {
|
|
33137
|
-
chain: "Ethereum";
|
|
33138
|
-
asset: "FLIP";
|
|
33139
|
-
} | {
|
|
33140
|
-
chain: "Ethereum";
|
|
33141
|
-
asset: "ETH";
|
|
33142
|
-
} | {
|
|
33143
|
-
chain: "Ethereum";
|
|
33144
|
-
asset: "USDC";
|
|
33145
|
-
} | {
|
|
33146
|
-
chain: "Ethereum";
|
|
33147
|
-
asset: "USDT";
|
|
33148
|
-
} | {
|
|
33149
|
-
chain: "Ethereum";
|
|
33150
|
-
asset: "WBTC";
|
|
33151
|
-
} | {
|
|
33152
|
-
chain: "Arbitrum";
|
|
33153
|
-
asset: "ETH";
|
|
33154
|
-
} | {
|
|
33155
|
-
chain: "Arbitrum";
|
|
33156
|
-
asset: "USDC";
|
|
33157
|
-
} | {
|
|
33158
|
-
chain: "Arbitrum";
|
|
33159
|
-
asset: "USDT";
|
|
33160
|
-
} | {
|
|
33161
|
-
chain: "Solana";
|
|
33162
|
-
asset: "SOL";
|
|
33163
|
-
} | {
|
|
33164
|
-
chain: "Solana";
|
|
33165
|
-
asset: "USDC";
|
|
33166
|
-
} | {
|
|
33167
|
-
chain: "Solana";
|
|
33168
|
-
asset: "USDT";
|
|
33169
|
-
} | {
|
|
33170
|
-
chain: "Assethub";
|
|
33171
|
-
asset: "DOT";
|
|
33172
|
-
} | {
|
|
33173
|
-
chain: "Assethub";
|
|
33174
|
-
asset: "USDC";
|
|
33175
|
-
} | {
|
|
33176
|
-
chain: "Assethub";
|
|
33177
|
-
asset: "USDT";
|
|
33178
|
-
})[];
|
|
33179
|
-
add_lender_funds_enabled: ({
|
|
33180
|
-
chain: "Bitcoin";
|
|
33181
|
-
asset: "BTC";
|
|
33182
|
-
} | {
|
|
33183
|
-
chain: "Ethereum";
|
|
33184
|
-
asset: "FLIP";
|
|
33185
|
-
} | {
|
|
33186
|
-
chain: "Ethereum";
|
|
33187
|
-
asset: "ETH";
|
|
33188
|
-
} | {
|
|
33189
|
-
chain: "Ethereum";
|
|
33190
|
-
asset: "USDC";
|
|
33191
|
-
} | {
|
|
33192
|
-
chain: "Ethereum";
|
|
33193
|
-
asset: "USDT";
|
|
33194
|
-
} | {
|
|
33195
|
-
chain: "Ethereum";
|
|
33196
|
-
asset: "WBTC";
|
|
33197
|
-
} | {
|
|
33198
|
-
chain: "Arbitrum";
|
|
33199
|
-
asset: "ETH";
|
|
33200
|
-
} | {
|
|
33201
|
-
chain: "Arbitrum";
|
|
33202
|
-
asset: "USDC";
|
|
33203
|
-
} | {
|
|
33204
|
-
chain: "Arbitrum";
|
|
33205
|
-
asset: "USDT";
|
|
33206
|
-
} | {
|
|
33207
|
-
chain: "Solana";
|
|
33208
|
-
asset: "SOL";
|
|
33209
|
-
} | {
|
|
33058
|
+
} | {
|
|
33210
33059
|
chain: "Solana";
|
|
33211
33060
|
asset: "USDC";
|
|
33212
33061
|
} | {
|
|
@@ -33221,8 +33070,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33221
33070
|
} | {
|
|
33222
33071
|
chain: "Assethub";
|
|
33223
33072
|
asset: "USDT";
|
|
33224
|
-
})[]
|
|
33225
|
-
|
|
33073
|
+
})[], {
|
|
33074
|
+
chain: string;
|
|
33075
|
+
asset: string;
|
|
33076
|
+
}[]>;
|
|
33077
|
+
withdraw_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
33078
|
+
chain: z.ZodString;
|
|
33079
|
+
asset: z.ZodString;
|
|
33080
|
+
}, "strip", z.ZodTypeAny, {
|
|
33081
|
+
chain: string;
|
|
33082
|
+
asset: string;
|
|
33083
|
+
}, {
|
|
33084
|
+
chain: string;
|
|
33085
|
+
asset: string;
|
|
33086
|
+
}>, "many">, ({
|
|
33226
33087
|
chain: "Bitcoin";
|
|
33227
33088
|
asset: "BTC";
|
|
33228
33089
|
} | {
|
|
@@ -33267,8 +33128,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33267
33128
|
} | {
|
|
33268
33129
|
chain: "Assethub";
|
|
33269
33130
|
asset: "USDT";
|
|
33270
|
-
})[]
|
|
33271
|
-
|
|
33131
|
+
})[], {
|
|
33132
|
+
chain: string;
|
|
33133
|
+
asset: string;
|
|
33134
|
+
}[]>;
|
|
33135
|
+
add_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
33136
|
+
chain: z.ZodString;
|
|
33137
|
+
asset: z.ZodString;
|
|
33138
|
+
}, "strip", z.ZodTypeAny, {
|
|
33139
|
+
chain: string;
|
|
33140
|
+
asset: string;
|
|
33141
|
+
}, {
|
|
33142
|
+
chain: string;
|
|
33143
|
+
asset: string;
|
|
33144
|
+
}>, "many">, ({
|
|
33272
33145
|
chain: "Bitcoin";
|
|
33273
33146
|
asset: "BTC";
|
|
33274
33147
|
} | {
|
|
@@ -33313,8 +33186,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33313
33186
|
} | {
|
|
33314
33187
|
chain: "Assethub";
|
|
33315
33188
|
asset: "USDT";
|
|
33316
|
-
})[]
|
|
33317
|
-
|
|
33189
|
+
})[], {
|
|
33190
|
+
chain: string;
|
|
33191
|
+
asset: string;
|
|
33192
|
+
}[]>;
|
|
33193
|
+
remove_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
33194
|
+
chain: z.ZodString;
|
|
33195
|
+
asset: z.ZodString;
|
|
33196
|
+
}, "strip", z.ZodTypeAny, {
|
|
33197
|
+
chain: string;
|
|
33198
|
+
asset: string;
|
|
33199
|
+
}, {
|
|
33200
|
+
chain: string;
|
|
33201
|
+
asset: string;
|
|
33202
|
+
}>, "many">, ({
|
|
33318
33203
|
chain: "Bitcoin";
|
|
33319
33204
|
asset: "BTC";
|
|
33320
33205
|
} | {
|
|
@@ -33359,11 +33244,15 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33359
33244
|
} | {
|
|
33360
33245
|
chain: "Assethub";
|
|
33361
33246
|
asset: "USDT";
|
|
33362
|
-
})[]
|
|
33363
|
-
|
|
33247
|
+
})[], {
|
|
33248
|
+
chain: string;
|
|
33249
|
+
asset: string;
|
|
33250
|
+
}[]>;
|
|
33251
|
+
liquidations_enabled: z.ZodBoolean;
|
|
33252
|
+
}, "strip", z.ZodTypeAny, {
|
|
33364
33253
|
add_boost_funds_enabled: boolean;
|
|
33365
33254
|
stop_boosting_enabled: boolean;
|
|
33366
|
-
|
|
33255
|
+
borrowing: ({
|
|
33367
33256
|
chain: "Bitcoin";
|
|
33368
33257
|
asset: "BTC";
|
|
33369
33258
|
} | {
|
|
@@ -33409,7 +33298,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33409
33298
|
chain: "Assethub";
|
|
33410
33299
|
asset: "USDT";
|
|
33411
33300
|
})[];
|
|
33412
|
-
|
|
33301
|
+
add_lender_funds: ({
|
|
33413
33302
|
chain: "Bitcoin";
|
|
33414
33303
|
asset: "BTC";
|
|
33415
33304
|
} | {
|
|
@@ -33455,7 +33344,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33455
33344
|
chain: "Assethub";
|
|
33456
33345
|
asset: "USDT";
|
|
33457
33346
|
})[];
|
|
33458
|
-
|
|
33347
|
+
withdraw_lender_funds: ({
|
|
33459
33348
|
chain: "Bitcoin";
|
|
33460
33349
|
asset: "BTC";
|
|
33461
33350
|
} | {
|
|
@@ -33501,7 +33390,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33501
33390
|
chain: "Assethub";
|
|
33502
33391
|
asset: "USDT";
|
|
33503
33392
|
})[];
|
|
33504
|
-
|
|
33393
|
+
add_collateral: ({
|
|
33505
33394
|
chain: "Bitcoin";
|
|
33506
33395
|
asset: "BTC";
|
|
33507
33396
|
} | {
|
|
@@ -33547,7 +33436,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33547
33436
|
chain: "Assethub";
|
|
33548
33437
|
asset: "USDT";
|
|
33549
33438
|
})[];
|
|
33550
|
-
|
|
33439
|
+
remove_collateral: ({
|
|
33551
33440
|
chain: "Bitcoin";
|
|
33552
33441
|
asset: "BTC";
|
|
33553
33442
|
} | {
|
|
@@ -33593,6 +33482,31 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33593
33482
|
chain: "Assethub";
|
|
33594
33483
|
asset: "USDT";
|
|
33595
33484
|
})[];
|
|
33485
|
+
liquidations_enabled: boolean;
|
|
33486
|
+
}, {
|
|
33487
|
+
add_boost_funds_enabled: boolean;
|
|
33488
|
+
stop_boosting_enabled: boolean;
|
|
33489
|
+
borrowing: {
|
|
33490
|
+
chain: string;
|
|
33491
|
+
asset: string;
|
|
33492
|
+
}[];
|
|
33493
|
+
add_lender_funds: {
|
|
33494
|
+
chain: string;
|
|
33495
|
+
asset: string;
|
|
33496
|
+
}[];
|
|
33497
|
+
withdraw_lender_funds: {
|
|
33498
|
+
chain: string;
|
|
33499
|
+
asset: string;
|
|
33500
|
+
}[];
|
|
33501
|
+
add_collateral: {
|
|
33502
|
+
chain: string;
|
|
33503
|
+
asset: string;
|
|
33504
|
+
}[];
|
|
33505
|
+
remove_collateral: {
|
|
33506
|
+
chain: string;
|
|
33507
|
+
asset: string;
|
|
33508
|
+
}[];
|
|
33509
|
+
liquidations_enabled: boolean;
|
|
33596
33510
|
}>;
|
|
33597
33511
|
broadcast_ethereum: z.ZodObject<{
|
|
33598
33512
|
retry_enabled: z.ZodBoolean;
|
|
@@ -33751,6 +33665,26 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33751
33665
|
vault_deposit_witnessing_enabled: boolean;
|
|
33752
33666
|
}>;
|
|
33753
33667
|
witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
|
|
33668
|
+
ethereum_elections: z.ZodOptional<z.ZodObject<{
|
|
33669
|
+
state_chain_gateway_witnessing: z.ZodBoolean;
|
|
33670
|
+
key_manager_witnessing: z.ZodBoolean;
|
|
33671
|
+
sc_utils_witnessing: z.ZodBoolean;
|
|
33672
|
+
}, "strip", z.ZodTypeAny, {
|
|
33673
|
+
state_chain_gateway_witnessing: boolean;
|
|
33674
|
+
key_manager_witnessing: boolean;
|
|
33675
|
+
sc_utils_witnessing: boolean;
|
|
33676
|
+
}, {
|
|
33677
|
+
state_chain_gateway_witnessing: boolean;
|
|
33678
|
+
key_manager_witnessing: boolean;
|
|
33679
|
+
sc_utils_witnessing: boolean;
|
|
33680
|
+
}>>;
|
|
33681
|
+
arbitrum_elections: z.ZodOptional<z.ZodObject<{
|
|
33682
|
+
key_manager_witnessing: z.ZodBoolean;
|
|
33683
|
+
}, "strip", z.ZodTypeAny, {
|
|
33684
|
+
key_manager_witnessing: boolean;
|
|
33685
|
+
}, {
|
|
33686
|
+
key_manager_witnessing: boolean;
|
|
33687
|
+
}>>;
|
|
33754
33688
|
elections_generic: z.ZodObject<{
|
|
33755
33689
|
oracle_price_elections: z.ZodBoolean;
|
|
33756
33690
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33776,6 +33710,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33776
33710
|
swaps_enabled: boolean;
|
|
33777
33711
|
withdrawals_enabled: boolean;
|
|
33778
33712
|
broker_registration_enabled: boolean;
|
|
33713
|
+
deposit_enabled: boolean;
|
|
33779
33714
|
};
|
|
33780
33715
|
funding: {
|
|
33781
33716
|
redeem_enabled: boolean;
|
|
@@ -33810,7 +33745,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33810
33745
|
lending_pools: {
|
|
33811
33746
|
add_boost_funds_enabled: boolean;
|
|
33812
33747
|
stop_boosting_enabled: boolean;
|
|
33813
|
-
|
|
33748
|
+
borrowing: ({
|
|
33814
33749
|
chain: "Bitcoin";
|
|
33815
33750
|
asset: "BTC";
|
|
33816
33751
|
} | {
|
|
@@ -33856,7 +33791,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33856
33791
|
chain: "Assethub";
|
|
33857
33792
|
asset: "USDT";
|
|
33858
33793
|
})[];
|
|
33859
|
-
|
|
33794
|
+
add_lender_funds: ({
|
|
33860
33795
|
chain: "Bitcoin";
|
|
33861
33796
|
asset: "BTC";
|
|
33862
33797
|
} | {
|
|
@@ -33902,7 +33837,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33902
33837
|
chain: "Assethub";
|
|
33903
33838
|
asset: "USDT";
|
|
33904
33839
|
})[];
|
|
33905
|
-
|
|
33840
|
+
withdraw_lender_funds: ({
|
|
33906
33841
|
chain: "Bitcoin";
|
|
33907
33842
|
asset: "BTC";
|
|
33908
33843
|
} | {
|
|
@@ -33948,7 +33883,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33948
33883
|
chain: "Assethub";
|
|
33949
33884
|
asset: "USDT";
|
|
33950
33885
|
})[];
|
|
33951
|
-
|
|
33886
|
+
add_collateral: ({
|
|
33952
33887
|
chain: "Bitcoin";
|
|
33953
33888
|
asset: "BTC";
|
|
33954
33889
|
} | {
|
|
@@ -33994,7 +33929,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
33994
33929
|
chain: "Assethub";
|
|
33995
33930
|
asset: "USDT";
|
|
33996
33931
|
})[];
|
|
33997
|
-
|
|
33932
|
+
remove_collateral: ({
|
|
33998
33933
|
chain: "Bitcoin";
|
|
33999
33934
|
asset: "BTC";
|
|
34000
33935
|
} | {
|
|
@@ -34040,6 +33975,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34040
33975
|
chain: "Assethub";
|
|
34041
33976
|
asset: "USDT";
|
|
34042
33977
|
})[];
|
|
33978
|
+
liquidations_enabled: boolean;
|
|
34043
33979
|
};
|
|
34044
33980
|
broadcast_ethereum: {
|
|
34045
33981
|
retry_enabled: boolean;
|
|
@@ -34105,6 +34041,14 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34105
34041
|
elections_generic: {
|
|
34106
34042
|
oracle_price_elections: boolean;
|
|
34107
34043
|
};
|
|
34044
|
+
ethereum_elections?: {
|
|
34045
|
+
state_chain_gateway_witnessing: boolean;
|
|
34046
|
+
key_manager_witnessing: boolean;
|
|
34047
|
+
sc_utils_witnessing: boolean;
|
|
34048
|
+
} | undefined;
|
|
34049
|
+
arbitrum_elections?: {
|
|
34050
|
+
key_manager_witnessing: boolean;
|
|
34051
|
+
} | undefined;
|
|
34108
34052
|
}, {
|
|
34109
34053
|
asset_balances: {
|
|
34110
34054
|
reconciliation_enabled: boolean;
|
|
@@ -34123,6 +34067,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34123
34067
|
swaps_enabled: boolean;
|
|
34124
34068
|
withdrawals_enabled: boolean;
|
|
34125
34069
|
broker_registration_enabled: boolean;
|
|
34070
|
+
deposit_enabled: boolean;
|
|
34126
34071
|
};
|
|
34127
34072
|
funding: {
|
|
34128
34073
|
redeem_enabled: boolean;
|
|
@@ -34157,236 +34102,27 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34157
34102
|
lending_pools: {
|
|
34158
34103
|
add_boost_funds_enabled: boolean;
|
|
34159
34104
|
stop_boosting_enabled: boolean;
|
|
34160
|
-
|
|
34161
|
-
chain:
|
|
34162
|
-
asset:
|
|
34163
|
-
}
|
|
34164
|
-
|
|
34165
|
-
|
|
34166
|
-
|
|
34167
|
-
|
|
34168
|
-
|
|
34169
|
-
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
|
|
34173
|
-
chain:
|
|
34174
|
-
asset:
|
|
34175
|
-
}
|
|
34176
|
-
|
|
34177
|
-
|
|
34178
|
-
|
|
34179
|
-
|
|
34180
|
-
|
|
34181
|
-
} | {
|
|
34182
|
-
chain: "Arbitrum";
|
|
34183
|
-
asset: "USDC";
|
|
34184
|
-
} | {
|
|
34185
|
-
chain: "Arbitrum";
|
|
34186
|
-
asset: "USDT";
|
|
34187
|
-
} | {
|
|
34188
|
-
chain: "Solana";
|
|
34189
|
-
asset: "SOL";
|
|
34190
|
-
} | {
|
|
34191
|
-
chain: "Solana";
|
|
34192
|
-
asset: "USDC";
|
|
34193
|
-
} | {
|
|
34194
|
-
chain: "Solana";
|
|
34195
|
-
asset: "USDT";
|
|
34196
|
-
} | {
|
|
34197
|
-
chain: "Assethub";
|
|
34198
|
-
asset: "DOT";
|
|
34199
|
-
} | {
|
|
34200
|
-
chain: "Assethub";
|
|
34201
|
-
asset: "USDC";
|
|
34202
|
-
} | {
|
|
34203
|
-
chain: "Assethub";
|
|
34204
|
-
asset: "USDT";
|
|
34205
|
-
})[];
|
|
34206
|
-
add_lender_funds_enabled: ({
|
|
34207
|
-
chain: "Bitcoin";
|
|
34208
|
-
asset: "BTC";
|
|
34209
|
-
} | {
|
|
34210
|
-
chain: "Ethereum";
|
|
34211
|
-
asset: "FLIP";
|
|
34212
|
-
} | {
|
|
34213
|
-
chain: "Ethereum";
|
|
34214
|
-
asset: "ETH";
|
|
34215
|
-
} | {
|
|
34216
|
-
chain: "Ethereum";
|
|
34217
|
-
asset: "USDC";
|
|
34218
|
-
} | {
|
|
34219
|
-
chain: "Ethereum";
|
|
34220
|
-
asset: "USDT";
|
|
34221
|
-
} | {
|
|
34222
|
-
chain: "Ethereum";
|
|
34223
|
-
asset: "WBTC";
|
|
34224
|
-
} | {
|
|
34225
|
-
chain: "Arbitrum";
|
|
34226
|
-
asset: "ETH";
|
|
34227
|
-
} | {
|
|
34228
|
-
chain: "Arbitrum";
|
|
34229
|
-
asset: "USDC";
|
|
34230
|
-
} | {
|
|
34231
|
-
chain: "Arbitrum";
|
|
34232
|
-
asset: "USDT";
|
|
34233
|
-
} | {
|
|
34234
|
-
chain: "Solana";
|
|
34235
|
-
asset: "SOL";
|
|
34236
|
-
} | {
|
|
34237
|
-
chain: "Solana";
|
|
34238
|
-
asset: "USDC";
|
|
34239
|
-
} | {
|
|
34240
|
-
chain: "Solana";
|
|
34241
|
-
asset: "USDT";
|
|
34242
|
-
} | {
|
|
34243
|
-
chain: "Assethub";
|
|
34244
|
-
asset: "DOT";
|
|
34245
|
-
} | {
|
|
34246
|
-
chain: "Assethub";
|
|
34247
|
-
asset: "USDC";
|
|
34248
|
-
} | {
|
|
34249
|
-
chain: "Assethub";
|
|
34250
|
-
asset: "USDT";
|
|
34251
|
-
})[];
|
|
34252
|
-
withdraw_lender_funds_enabled: ({
|
|
34253
|
-
chain: "Bitcoin";
|
|
34254
|
-
asset: "BTC";
|
|
34255
|
-
} | {
|
|
34256
|
-
chain: "Ethereum";
|
|
34257
|
-
asset: "FLIP";
|
|
34258
|
-
} | {
|
|
34259
|
-
chain: "Ethereum";
|
|
34260
|
-
asset: "ETH";
|
|
34261
|
-
} | {
|
|
34262
|
-
chain: "Ethereum";
|
|
34263
|
-
asset: "USDC";
|
|
34264
|
-
} | {
|
|
34265
|
-
chain: "Ethereum";
|
|
34266
|
-
asset: "USDT";
|
|
34267
|
-
} | {
|
|
34268
|
-
chain: "Ethereum";
|
|
34269
|
-
asset: "WBTC";
|
|
34270
|
-
} | {
|
|
34271
|
-
chain: "Arbitrum";
|
|
34272
|
-
asset: "ETH";
|
|
34273
|
-
} | {
|
|
34274
|
-
chain: "Arbitrum";
|
|
34275
|
-
asset: "USDC";
|
|
34276
|
-
} | {
|
|
34277
|
-
chain: "Arbitrum";
|
|
34278
|
-
asset: "USDT";
|
|
34279
|
-
} | {
|
|
34280
|
-
chain: "Solana";
|
|
34281
|
-
asset: "SOL";
|
|
34282
|
-
} | {
|
|
34283
|
-
chain: "Solana";
|
|
34284
|
-
asset: "USDC";
|
|
34285
|
-
} | {
|
|
34286
|
-
chain: "Solana";
|
|
34287
|
-
asset: "USDT";
|
|
34288
|
-
} | {
|
|
34289
|
-
chain: "Assethub";
|
|
34290
|
-
asset: "DOT";
|
|
34291
|
-
} | {
|
|
34292
|
-
chain: "Assethub";
|
|
34293
|
-
asset: "USDC";
|
|
34294
|
-
} | {
|
|
34295
|
-
chain: "Assethub";
|
|
34296
|
-
asset: "USDT";
|
|
34297
|
-
})[];
|
|
34298
|
-
add_collateral_enabled: ({
|
|
34299
|
-
chain: "Bitcoin";
|
|
34300
|
-
asset: "BTC";
|
|
34301
|
-
} | {
|
|
34302
|
-
chain: "Ethereum";
|
|
34303
|
-
asset: "FLIP";
|
|
34304
|
-
} | {
|
|
34305
|
-
chain: "Ethereum";
|
|
34306
|
-
asset: "ETH";
|
|
34307
|
-
} | {
|
|
34308
|
-
chain: "Ethereum";
|
|
34309
|
-
asset: "USDC";
|
|
34310
|
-
} | {
|
|
34311
|
-
chain: "Ethereum";
|
|
34312
|
-
asset: "USDT";
|
|
34313
|
-
} | {
|
|
34314
|
-
chain: "Ethereum";
|
|
34315
|
-
asset: "WBTC";
|
|
34316
|
-
} | {
|
|
34317
|
-
chain: "Arbitrum";
|
|
34318
|
-
asset: "ETH";
|
|
34319
|
-
} | {
|
|
34320
|
-
chain: "Arbitrum";
|
|
34321
|
-
asset: "USDC";
|
|
34322
|
-
} | {
|
|
34323
|
-
chain: "Arbitrum";
|
|
34324
|
-
asset: "USDT";
|
|
34325
|
-
} | {
|
|
34326
|
-
chain: "Solana";
|
|
34327
|
-
asset: "SOL";
|
|
34328
|
-
} | {
|
|
34329
|
-
chain: "Solana";
|
|
34330
|
-
asset: "USDC";
|
|
34331
|
-
} | {
|
|
34332
|
-
chain: "Solana";
|
|
34333
|
-
asset: "USDT";
|
|
34334
|
-
} | {
|
|
34335
|
-
chain: "Assethub";
|
|
34336
|
-
asset: "DOT";
|
|
34337
|
-
} | {
|
|
34338
|
-
chain: "Assethub";
|
|
34339
|
-
asset: "USDC";
|
|
34340
|
-
} | {
|
|
34341
|
-
chain: "Assethub";
|
|
34342
|
-
asset: "USDT";
|
|
34343
|
-
})[];
|
|
34344
|
-
remove_collateral_enabled: ({
|
|
34345
|
-
chain: "Bitcoin";
|
|
34346
|
-
asset: "BTC";
|
|
34347
|
-
} | {
|
|
34348
|
-
chain: "Ethereum";
|
|
34349
|
-
asset: "FLIP";
|
|
34350
|
-
} | {
|
|
34351
|
-
chain: "Ethereum";
|
|
34352
|
-
asset: "ETH";
|
|
34353
|
-
} | {
|
|
34354
|
-
chain: "Ethereum";
|
|
34355
|
-
asset: "USDC";
|
|
34356
|
-
} | {
|
|
34357
|
-
chain: "Ethereum";
|
|
34358
|
-
asset: "USDT";
|
|
34359
|
-
} | {
|
|
34360
|
-
chain: "Ethereum";
|
|
34361
|
-
asset: "WBTC";
|
|
34362
|
-
} | {
|
|
34363
|
-
chain: "Arbitrum";
|
|
34364
|
-
asset: "ETH";
|
|
34365
|
-
} | {
|
|
34366
|
-
chain: "Arbitrum";
|
|
34367
|
-
asset: "USDC";
|
|
34368
|
-
} | {
|
|
34369
|
-
chain: "Arbitrum";
|
|
34370
|
-
asset: "USDT";
|
|
34371
|
-
} | {
|
|
34372
|
-
chain: "Solana";
|
|
34373
|
-
asset: "SOL";
|
|
34374
|
-
} | {
|
|
34375
|
-
chain: "Solana";
|
|
34376
|
-
asset: "USDC";
|
|
34377
|
-
} | {
|
|
34378
|
-
chain: "Solana";
|
|
34379
|
-
asset: "USDT";
|
|
34380
|
-
} | {
|
|
34381
|
-
chain: "Assethub";
|
|
34382
|
-
asset: "DOT";
|
|
34383
|
-
} | {
|
|
34384
|
-
chain: "Assethub";
|
|
34385
|
-
asset: "USDC";
|
|
34386
|
-
} | {
|
|
34387
|
-
chain: "Assethub";
|
|
34388
|
-
asset: "USDT";
|
|
34389
|
-
})[];
|
|
34105
|
+
borrowing: {
|
|
34106
|
+
chain: string;
|
|
34107
|
+
asset: string;
|
|
34108
|
+
}[];
|
|
34109
|
+
add_lender_funds: {
|
|
34110
|
+
chain: string;
|
|
34111
|
+
asset: string;
|
|
34112
|
+
}[];
|
|
34113
|
+
withdraw_lender_funds: {
|
|
34114
|
+
chain: string;
|
|
34115
|
+
asset: string;
|
|
34116
|
+
}[];
|
|
34117
|
+
add_collateral: {
|
|
34118
|
+
chain: string;
|
|
34119
|
+
asset: string;
|
|
34120
|
+
}[];
|
|
34121
|
+
remove_collateral: {
|
|
34122
|
+
chain: string;
|
|
34123
|
+
asset: string;
|
|
34124
|
+
}[];
|
|
34125
|
+
liquidations_enabled: boolean;
|
|
34390
34126
|
};
|
|
34391
34127
|
broadcast_ethereum: {
|
|
34392
34128
|
retry_enabled: boolean;
|
|
@@ -34452,6 +34188,14 @@ declare const cfSafeModeStatuses: z.ZodObject<{
|
|
|
34452
34188
|
elections_generic: {
|
|
34453
34189
|
oracle_price_elections: boolean;
|
|
34454
34190
|
};
|
|
34191
|
+
ethereum_elections?: {
|
|
34192
|
+
state_chain_gateway_witnessing: boolean;
|
|
34193
|
+
key_manager_witnessing: boolean;
|
|
34194
|
+
sc_utils_witnessing: boolean;
|
|
34195
|
+
} | undefined;
|
|
34196
|
+
arbitrum_elections?: {
|
|
34197
|
+
key_manager_witnessing: boolean;
|
|
34198
|
+
} | undefined;
|
|
34455
34199
|
}>;
|
|
34456
34200
|
declare const cfLendingPools: z.ZodArray<z.ZodObject<{
|
|
34457
34201
|
asset: z.ZodUnion<[z.ZodObject<{
|