@chainflip/rpc 1.9.8 → 1.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/parsers.d.ts CHANGED
@@ -2939,6 +2939,528 @@ declare const cfSwappingEnvironment: z.ZodObject<{
2939
2939
  DOT: string | number | null;
2940
2940
  } | undefined;
2941
2941
  }>>;
2942
+ network_fees: z.ZodOptional<z.ZodObject<{
2943
+ regular_network_fee: z.ZodObject<{
2944
+ standard_rate_and_minimum: z.ZodObject<{
2945
+ rate: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2946
+ minimum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2947
+ }, "strip", z.ZodTypeAny, {
2948
+ minimum: bigint;
2949
+ rate: bigint;
2950
+ }, {
2951
+ minimum: string | number;
2952
+ rate: string | number;
2953
+ }>;
2954
+ rates: z.ZodObject<{
2955
+ Bitcoin: z.ZodObject<{
2956
+ BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2957
+ }, "strip", z.ZodTypeAny, {
2958
+ BTC: bigint;
2959
+ }, {
2960
+ BTC: string | number;
2961
+ }>;
2962
+ Ethereum: z.ZodObject<{
2963
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2964
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2965
+ FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2966
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2967
+ }, "strip", z.ZodTypeAny, {
2968
+ ETH: bigint;
2969
+ USDC: bigint;
2970
+ FLIP: bigint;
2971
+ USDT: bigint;
2972
+ }, {
2973
+ ETH: string | number;
2974
+ USDC: string | number;
2975
+ FLIP: string | number;
2976
+ USDT: string | number;
2977
+ }>;
2978
+ Polkadot: z.ZodObject<{
2979
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2980
+ }, "strip", z.ZodTypeAny, {
2981
+ DOT: bigint;
2982
+ }, {
2983
+ DOT: string | number;
2984
+ }>;
2985
+ Arbitrum: z.ZodObject<{
2986
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2987
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2988
+ }, "strip", z.ZodTypeAny, {
2989
+ ETH: bigint;
2990
+ USDC: bigint;
2991
+ }, {
2992
+ ETH: string | number;
2993
+ USDC: string | number;
2994
+ }>;
2995
+ Solana: z.ZodObject<{
2996
+ SOL: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2997
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
2998
+ }, "strip", z.ZodTypeAny, {
2999
+ USDC: bigint;
3000
+ SOL: bigint;
3001
+ }, {
3002
+ USDC: string | number;
3003
+ SOL: string | number;
3004
+ }>;
3005
+ Assethub: z.ZodDefault<z.ZodObject<{
3006
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3007
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3008
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3009
+ }, "strip", z.ZodTypeAny, {
3010
+ USDC: bigint;
3011
+ USDT: bigint;
3012
+ DOT: bigint;
3013
+ }, {
3014
+ USDC: string | number;
3015
+ USDT: string | number;
3016
+ DOT: string | number;
3017
+ }>>;
3018
+ }, "strip", z.ZodTypeAny, {
3019
+ Bitcoin: {
3020
+ BTC: bigint;
3021
+ };
3022
+ Ethereum: {
3023
+ ETH: bigint;
3024
+ USDC: bigint;
3025
+ FLIP: bigint;
3026
+ USDT: bigint;
3027
+ };
3028
+ Arbitrum: {
3029
+ ETH: bigint;
3030
+ USDC: bigint;
3031
+ };
3032
+ Solana: {
3033
+ USDC: bigint;
3034
+ SOL: bigint;
3035
+ };
3036
+ Polkadot: {
3037
+ DOT: bigint;
3038
+ };
3039
+ Assethub: {
3040
+ USDC: bigint;
3041
+ USDT: bigint;
3042
+ DOT: bigint;
3043
+ };
3044
+ }, {
3045
+ Bitcoin: {
3046
+ BTC: string | number;
3047
+ };
3048
+ Ethereum: {
3049
+ ETH: string | number;
3050
+ USDC: string | number;
3051
+ FLIP: string | number;
3052
+ USDT: string | number;
3053
+ };
3054
+ Arbitrum: {
3055
+ ETH: string | number;
3056
+ USDC: string | number;
3057
+ };
3058
+ Solana: {
3059
+ USDC: string | number;
3060
+ SOL: string | number;
3061
+ };
3062
+ Polkadot: {
3063
+ DOT: string | number;
3064
+ };
3065
+ Assethub?: {
3066
+ USDC: string | number;
3067
+ USDT: string | number;
3068
+ DOT: string | number;
3069
+ } | undefined;
3070
+ }>;
3071
+ }, "strip", z.ZodTypeAny, {
3072
+ standard_rate_and_minimum: {
3073
+ minimum: bigint;
3074
+ rate: bigint;
3075
+ };
3076
+ rates: {
3077
+ Bitcoin: {
3078
+ BTC: bigint;
3079
+ };
3080
+ Ethereum: {
3081
+ ETH: bigint;
3082
+ USDC: bigint;
3083
+ FLIP: bigint;
3084
+ USDT: bigint;
3085
+ };
3086
+ Arbitrum: {
3087
+ ETH: bigint;
3088
+ USDC: bigint;
3089
+ };
3090
+ Solana: {
3091
+ USDC: bigint;
3092
+ SOL: bigint;
3093
+ };
3094
+ Polkadot: {
3095
+ DOT: bigint;
3096
+ };
3097
+ Assethub: {
3098
+ USDC: bigint;
3099
+ USDT: bigint;
3100
+ DOT: bigint;
3101
+ };
3102
+ };
3103
+ }, {
3104
+ standard_rate_and_minimum: {
3105
+ minimum: string | number;
3106
+ rate: string | number;
3107
+ };
3108
+ rates: {
3109
+ Bitcoin: {
3110
+ BTC: string | number;
3111
+ };
3112
+ Ethereum: {
3113
+ ETH: string | number;
3114
+ USDC: string | number;
3115
+ FLIP: string | number;
3116
+ USDT: string | number;
3117
+ };
3118
+ Arbitrum: {
3119
+ ETH: string | number;
3120
+ USDC: string | number;
3121
+ };
3122
+ Solana: {
3123
+ USDC: string | number;
3124
+ SOL: string | number;
3125
+ };
3126
+ Polkadot: {
3127
+ DOT: string | number;
3128
+ };
3129
+ Assethub?: {
3130
+ USDC: string | number;
3131
+ USDT: string | number;
3132
+ DOT: string | number;
3133
+ } | undefined;
3134
+ };
3135
+ }>;
3136
+ internal_swap_network_fee: z.ZodObject<{
3137
+ standard_rate_and_minimum: z.ZodObject<{
3138
+ rate: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3139
+ minimum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3140
+ }, "strip", z.ZodTypeAny, {
3141
+ minimum: bigint;
3142
+ rate: bigint;
3143
+ }, {
3144
+ minimum: string | number;
3145
+ rate: string | number;
3146
+ }>;
3147
+ rates: z.ZodObject<{
3148
+ Bitcoin: z.ZodObject<{
3149
+ BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3150
+ }, "strip", z.ZodTypeAny, {
3151
+ BTC: bigint;
3152
+ }, {
3153
+ BTC: string | number;
3154
+ }>;
3155
+ Ethereum: z.ZodObject<{
3156
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3157
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3158
+ FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3159
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3160
+ }, "strip", z.ZodTypeAny, {
3161
+ ETH: bigint;
3162
+ USDC: bigint;
3163
+ FLIP: bigint;
3164
+ USDT: bigint;
3165
+ }, {
3166
+ ETH: string | number;
3167
+ USDC: string | number;
3168
+ FLIP: string | number;
3169
+ USDT: string | number;
3170
+ }>;
3171
+ Polkadot: z.ZodObject<{
3172
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3173
+ }, "strip", z.ZodTypeAny, {
3174
+ DOT: bigint;
3175
+ }, {
3176
+ DOT: string | number;
3177
+ }>;
3178
+ Arbitrum: z.ZodObject<{
3179
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3180
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3181
+ }, "strip", z.ZodTypeAny, {
3182
+ ETH: bigint;
3183
+ USDC: bigint;
3184
+ }, {
3185
+ ETH: string | number;
3186
+ USDC: string | number;
3187
+ }>;
3188
+ Solana: z.ZodObject<{
3189
+ SOL: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3190
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3191
+ }, "strip", z.ZodTypeAny, {
3192
+ USDC: bigint;
3193
+ SOL: bigint;
3194
+ }, {
3195
+ USDC: string | number;
3196
+ SOL: string | number;
3197
+ }>;
3198
+ Assethub: z.ZodDefault<z.ZodObject<{
3199
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3200
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3201
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
3202
+ }, "strip", z.ZodTypeAny, {
3203
+ USDC: bigint;
3204
+ USDT: bigint;
3205
+ DOT: bigint;
3206
+ }, {
3207
+ USDC: string | number;
3208
+ USDT: string | number;
3209
+ DOT: string | number;
3210
+ }>>;
3211
+ }, "strip", z.ZodTypeAny, {
3212
+ Bitcoin: {
3213
+ BTC: bigint;
3214
+ };
3215
+ Ethereum: {
3216
+ ETH: bigint;
3217
+ USDC: bigint;
3218
+ FLIP: bigint;
3219
+ USDT: bigint;
3220
+ };
3221
+ Arbitrum: {
3222
+ ETH: bigint;
3223
+ USDC: bigint;
3224
+ };
3225
+ Solana: {
3226
+ USDC: bigint;
3227
+ SOL: bigint;
3228
+ };
3229
+ Polkadot: {
3230
+ DOT: bigint;
3231
+ };
3232
+ Assethub: {
3233
+ USDC: bigint;
3234
+ USDT: bigint;
3235
+ DOT: bigint;
3236
+ };
3237
+ }, {
3238
+ Bitcoin: {
3239
+ BTC: string | number;
3240
+ };
3241
+ Ethereum: {
3242
+ ETH: string | number;
3243
+ USDC: string | number;
3244
+ FLIP: string | number;
3245
+ USDT: string | number;
3246
+ };
3247
+ Arbitrum: {
3248
+ ETH: string | number;
3249
+ USDC: string | number;
3250
+ };
3251
+ Solana: {
3252
+ USDC: string | number;
3253
+ SOL: string | number;
3254
+ };
3255
+ Polkadot: {
3256
+ DOT: string | number;
3257
+ };
3258
+ Assethub?: {
3259
+ USDC: string | number;
3260
+ USDT: string | number;
3261
+ DOT: string | number;
3262
+ } | undefined;
3263
+ }>;
3264
+ }, "strip", z.ZodTypeAny, {
3265
+ standard_rate_and_minimum: {
3266
+ minimum: bigint;
3267
+ rate: bigint;
3268
+ };
3269
+ rates: {
3270
+ Bitcoin: {
3271
+ BTC: bigint;
3272
+ };
3273
+ Ethereum: {
3274
+ ETH: bigint;
3275
+ USDC: bigint;
3276
+ FLIP: bigint;
3277
+ USDT: bigint;
3278
+ };
3279
+ Arbitrum: {
3280
+ ETH: bigint;
3281
+ USDC: bigint;
3282
+ };
3283
+ Solana: {
3284
+ USDC: bigint;
3285
+ SOL: bigint;
3286
+ };
3287
+ Polkadot: {
3288
+ DOT: bigint;
3289
+ };
3290
+ Assethub: {
3291
+ USDC: bigint;
3292
+ USDT: bigint;
3293
+ DOT: bigint;
3294
+ };
3295
+ };
3296
+ }, {
3297
+ standard_rate_and_minimum: {
3298
+ minimum: string | number;
3299
+ rate: string | number;
3300
+ };
3301
+ rates: {
3302
+ Bitcoin: {
3303
+ BTC: string | number;
3304
+ };
3305
+ Ethereum: {
3306
+ ETH: string | number;
3307
+ USDC: string | number;
3308
+ FLIP: string | number;
3309
+ USDT: string | number;
3310
+ };
3311
+ Arbitrum: {
3312
+ ETH: string | number;
3313
+ USDC: string | number;
3314
+ };
3315
+ Solana: {
3316
+ USDC: string | number;
3317
+ SOL: string | number;
3318
+ };
3319
+ Polkadot: {
3320
+ DOT: string | number;
3321
+ };
3322
+ Assethub?: {
3323
+ USDC: string | number;
3324
+ USDT: string | number;
3325
+ DOT: string | number;
3326
+ } | undefined;
3327
+ };
3328
+ }>;
3329
+ }, "strip", z.ZodTypeAny, {
3330
+ regular_network_fee: {
3331
+ standard_rate_and_minimum: {
3332
+ minimum: bigint;
3333
+ rate: bigint;
3334
+ };
3335
+ rates: {
3336
+ Bitcoin: {
3337
+ BTC: bigint;
3338
+ };
3339
+ Ethereum: {
3340
+ ETH: bigint;
3341
+ USDC: bigint;
3342
+ FLIP: bigint;
3343
+ USDT: bigint;
3344
+ };
3345
+ Arbitrum: {
3346
+ ETH: bigint;
3347
+ USDC: bigint;
3348
+ };
3349
+ Solana: {
3350
+ USDC: bigint;
3351
+ SOL: bigint;
3352
+ };
3353
+ Polkadot: {
3354
+ DOT: bigint;
3355
+ };
3356
+ Assethub: {
3357
+ USDC: bigint;
3358
+ USDT: bigint;
3359
+ DOT: bigint;
3360
+ };
3361
+ };
3362
+ };
3363
+ internal_swap_network_fee: {
3364
+ standard_rate_and_minimum: {
3365
+ minimum: bigint;
3366
+ rate: bigint;
3367
+ };
3368
+ rates: {
3369
+ Bitcoin: {
3370
+ BTC: bigint;
3371
+ };
3372
+ Ethereum: {
3373
+ ETH: bigint;
3374
+ USDC: bigint;
3375
+ FLIP: bigint;
3376
+ USDT: bigint;
3377
+ };
3378
+ Arbitrum: {
3379
+ ETH: bigint;
3380
+ USDC: bigint;
3381
+ };
3382
+ Solana: {
3383
+ USDC: bigint;
3384
+ SOL: bigint;
3385
+ };
3386
+ Polkadot: {
3387
+ DOT: bigint;
3388
+ };
3389
+ Assethub: {
3390
+ USDC: bigint;
3391
+ USDT: bigint;
3392
+ DOT: bigint;
3393
+ };
3394
+ };
3395
+ };
3396
+ }, {
3397
+ regular_network_fee: {
3398
+ standard_rate_and_minimum: {
3399
+ minimum: string | number;
3400
+ rate: string | number;
3401
+ };
3402
+ rates: {
3403
+ Bitcoin: {
3404
+ BTC: string | number;
3405
+ };
3406
+ Ethereum: {
3407
+ ETH: string | number;
3408
+ USDC: string | number;
3409
+ FLIP: string | number;
3410
+ USDT: string | number;
3411
+ };
3412
+ Arbitrum: {
3413
+ ETH: string | number;
3414
+ USDC: string | number;
3415
+ };
3416
+ Solana: {
3417
+ USDC: string | number;
3418
+ SOL: string | number;
3419
+ };
3420
+ Polkadot: {
3421
+ DOT: string | number;
3422
+ };
3423
+ Assethub?: {
3424
+ USDC: string | number;
3425
+ USDT: string | number;
3426
+ DOT: string | number;
3427
+ } | undefined;
3428
+ };
3429
+ };
3430
+ internal_swap_network_fee: {
3431
+ standard_rate_and_minimum: {
3432
+ minimum: string | number;
3433
+ rate: string | number;
3434
+ };
3435
+ rates: {
3436
+ Bitcoin: {
3437
+ BTC: string | number;
3438
+ };
3439
+ Ethereum: {
3440
+ ETH: string | number;
3441
+ USDC: string | number;
3442
+ FLIP: string | number;
3443
+ USDT: string | number;
3444
+ };
3445
+ Arbitrum: {
3446
+ ETH: string | number;
3447
+ USDC: string | number;
3448
+ };
3449
+ Solana: {
3450
+ USDC: string | number;
3451
+ SOL: string | number;
3452
+ };
3453
+ Polkadot: {
3454
+ DOT: string | number;
3455
+ };
3456
+ Assethub?: {
3457
+ USDC: string | number;
3458
+ USDT: string | number;
3459
+ DOT: string | number;
3460
+ } | undefined;
3461
+ };
3462
+ };
3463
+ }>>;
2942
3464
  }, "strip", z.ZodTypeAny, {
2943
3465
  maximum_swap_amounts: {
2944
3466
  Bitcoin: {
@@ -2998,6 +3520,74 @@ declare const cfSwappingEnvironment: z.ZodObject<{
2998
3520
  DOT: bigint | null;
2999
3521
  };
3000
3522
  } | undefined;
3523
+ network_fees?: {
3524
+ regular_network_fee: {
3525
+ standard_rate_and_minimum: {
3526
+ minimum: bigint;
3527
+ rate: bigint;
3528
+ };
3529
+ rates: {
3530
+ Bitcoin: {
3531
+ BTC: bigint;
3532
+ };
3533
+ Ethereum: {
3534
+ ETH: bigint;
3535
+ USDC: bigint;
3536
+ FLIP: bigint;
3537
+ USDT: bigint;
3538
+ };
3539
+ Arbitrum: {
3540
+ ETH: bigint;
3541
+ USDC: bigint;
3542
+ };
3543
+ Solana: {
3544
+ USDC: bigint;
3545
+ SOL: bigint;
3546
+ };
3547
+ Polkadot: {
3548
+ DOT: bigint;
3549
+ };
3550
+ Assethub: {
3551
+ USDC: bigint;
3552
+ USDT: bigint;
3553
+ DOT: bigint;
3554
+ };
3555
+ };
3556
+ };
3557
+ internal_swap_network_fee: {
3558
+ standard_rate_and_minimum: {
3559
+ minimum: bigint;
3560
+ rate: bigint;
3561
+ };
3562
+ rates: {
3563
+ Bitcoin: {
3564
+ BTC: bigint;
3565
+ };
3566
+ Ethereum: {
3567
+ ETH: bigint;
3568
+ USDC: bigint;
3569
+ FLIP: bigint;
3570
+ USDT: bigint;
3571
+ };
3572
+ Arbitrum: {
3573
+ ETH: bigint;
3574
+ USDC: bigint;
3575
+ };
3576
+ Solana: {
3577
+ USDC: bigint;
3578
+ SOL: bigint;
3579
+ };
3580
+ Polkadot: {
3581
+ DOT: bigint;
3582
+ };
3583
+ Assethub: {
3584
+ USDC: bigint;
3585
+ USDT: bigint;
3586
+ DOT: bigint;
3587
+ };
3588
+ };
3589
+ };
3590
+ } | undefined;
3001
3591
  }, {
3002
3592
  maximum_swap_amounts: {
3003
3593
  Bitcoin: {
@@ -3057,6 +3647,74 @@ declare const cfSwappingEnvironment: z.ZodObject<{
3057
3647
  DOT: string | number | null;
3058
3648
  } | undefined;
3059
3649
  } | undefined;
3650
+ network_fees?: {
3651
+ regular_network_fee: {
3652
+ standard_rate_and_minimum: {
3653
+ minimum: string | number;
3654
+ rate: string | number;
3655
+ };
3656
+ rates: {
3657
+ Bitcoin: {
3658
+ BTC: string | number;
3659
+ };
3660
+ Ethereum: {
3661
+ ETH: string | number;
3662
+ USDC: string | number;
3663
+ FLIP: string | number;
3664
+ USDT: string | number;
3665
+ };
3666
+ Arbitrum: {
3667
+ ETH: string | number;
3668
+ USDC: string | number;
3669
+ };
3670
+ Solana: {
3671
+ USDC: string | number;
3672
+ SOL: string | number;
3673
+ };
3674
+ Polkadot: {
3675
+ DOT: string | number;
3676
+ };
3677
+ Assethub?: {
3678
+ USDC: string | number;
3679
+ USDT: string | number;
3680
+ DOT: string | number;
3681
+ } | undefined;
3682
+ };
3683
+ };
3684
+ internal_swap_network_fee: {
3685
+ standard_rate_and_minimum: {
3686
+ minimum: string | number;
3687
+ rate: string | number;
3688
+ };
3689
+ rates: {
3690
+ Bitcoin: {
3691
+ BTC: string | number;
3692
+ };
3693
+ Ethereum: {
3694
+ ETH: string | number;
3695
+ USDC: string | number;
3696
+ FLIP: string | number;
3697
+ USDT: string | number;
3698
+ };
3699
+ Arbitrum: {
3700
+ ETH: string | number;
3701
+ USDC: string | number;
3702
+ };
3703
+ Solana: {
3704
+ USDC: string | number;
3705
+ SOL: string | number;
3706
+ };
3707
+ Polkadot: {
3708
+ DOT: string | number;
3709
+ };
3710
+ Assethub?: {
3711
+ USDC: string | number;
3712
+ USDT: string | number;
3713
+ DOT: string | number;
3714
+ } | undefined;
3715
+ };
3716
+ };
3717
+ } | undefined;
3060
3718
  }>;
3061
3719
  declare const cfFundingEnvironment: z.ZodObject<{
3062
3720
  redemption_tax: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
@@ -8992,95 +9650,685 @@ declare const cfEnvironment: z.ZodObject<{
8992
9650
  DOT: string | number | null;
8993
9651
  } | undefined;
8994
9652
  }>>;
8995
- }, "strip", z.ZodTypeAny, {
8996
- maximum_swap_amounts: {
8997
- Bitcoin: {
8998
- BTC: bigint | null;
8999
- };
9000
- Ethereum: {
9001
- ETH: bigint | null;
9002
- USDC: bigint | null;
9003
- FLIP: bigint | null;
9004
- USDT: bigint | null;
9005
- };
9006
- Arbitrum: {
9007
- ETH: bigint | null;
9008
- USDC: bigint | null;
9009
- };
9010
- Solana: {
9011
- USDC: bigint | null;
9012
- SOL: bigint | null;
9013
- };
9014
- Polkadot: {
9015
- DOT: bigint | null;
9016
- };
9017
- Assethub: {
9018
- USDC: bigint | null;
9019
- USDT: bigint | null;
9020
- DOT: bigint | null;
9021
- };
9022
- };
9023
- network_fee_hundredth_pips: number;
9024
- swap_retry_delay_blocks?: number | undefined;
9025
- max_swap_retry_duration_blocks?: number | undefined;
9026
- max_swap_request_duration_blocks?: number | undefined;
9027
- minimum_chunk_size?: {
9028
- Bitcoin: {
9029
- BTC: bigint | null;
9030
- };
9031
- Ethereum: {
9032
- ETH: bigint | null;
9033
- USDC: bigint | null;
9034
- FLIP: bigint | null;
9035
- USDT: bigint | null;
9036
- };
9037
- Arbitrum: {
9038
- ETH: bigint | null;
9039
- USDC: bigint | null;
9040
- };
9041
- Solana: {
9042
- USDC: bigint | null;
9043
- SOL: bigint | null;
9044
- };
9045
- Polkadot: {
9046
- DOT: bigint | null;
9047
- };
9048
- Assethub: {
9049
- USDC: bigint | null;
9050
- USDT: bigint | null;
9051
- DOT: bigint | null;
9052
- };
9053
- } | undefined;
9054
- }, {
9055
- maximum_swap_amounts: {
9056
- Bitcoin: {
9057
- BTC: string | number | null;
9058
- };
9059
- Ethereum: {
9060
- ETH: string | number | null;
9061
- USDC: string | number | null;
9062
- FLIP: string | number | null;
9063
- USDT: string | number | null;
9064
- };
9065
- Arbitrum: {
9066
- ETH: string | number | null;
9067
- USDC: string | number | null;
9068
- };
9069
- Solana: {
9070
- USDC: string | number | null;
9071
- SOL: string | number | null;
9072
- };
9073
- Polkadot: {
9074
- DOT: string | number | null;
9075
- };
9076
- Assethub?: {
9077
- USDC: string | number | null;
9078
- USDT: string | number | null;
9079
- DOT: string | number | null;
9080
- } | undefined;
9081
- };
9082
- network_fee_hundredth_pips: number;
9083
- swap_retry_delay_blocks?: number | undefined;
9653
+ network_fees: z.ZodOptional<z.ZodObject<{
9654
+ regular_network_fee: z.ZodObject<{
9655
+ standard_rate_and_minimum: z.ZodObject<{
9656
+ rate: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9657
+ minimum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9658
+ }, "strip", z.ZodTypeAny, {
9659
+ minimum: bigint;
9660
+ rate: bigint;
9661
+ }, {
9662
+ minimum: string | number;
9663
+ rate: string | number;
9664
+ }>;
9665
+ rates: z.ZodObject<{
9666
+ Bitcoin: z.ZodObject<{
9667
+ BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9668
+ }, "strip", z.ZodTypeAny, {
9669
+ BTC: bigint;
9670
+ }, {
9671
+ BTC: string | number;
9672
+ }>;
9673
+ Ethereum: z.ZodObject<{
9674
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9675
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9676
+ FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9677
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9678
+ }, "strip", z.ZodTypeAny, {
9679
+ ETH: bigint;
9680
+ USDC: bigint;
9681
+ FLIP: bigint;
9682
+ USDT: bigint;
9683
+ }, {
9684
+ ETH: string | number;
9685
+ USDC: string | number;
9686
+ FLIP: string | number;
9687
+ USDT: string | number;
9688
+ }>;
9689
+ Polkadot: z.ZodObject<{
9690
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9691
+ }, "strip", z.ZodTypeAny, {
9692
+ DOT: bigint;
9693
+ }, {
9694
+ DOT: string | number;
9695
+ }>;
9696
+ Arbitrum: z.ZodObject<{
9697
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9698
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9699
+ }, "strip", z.ZodTypeAny, {
9700
+ ETH: bigint;
9701
+ USDC: bigint;
9702
+ }, {
9703
+ ETH: string | number;
9704
+ USDC: string | number;
9705
+ }>;
9706
+ Solana: z.ZodObject<{
9707
+ SOL: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9708
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9709
+ }, "strip", z.ZodTypeAny, {
9710
+ USDC: bigint;
9711
+ SOL: bigint;
9712
+ }, {
9713
+ USDC: string | number;
9714
+ SOL: string | number;
9715
+ }>;
9716
+ Assethub: z.ZodDefault<z.ZodObject<{
9717
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9718
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9719
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9720
+ }, "strip", z.ZodTypeAny, {
9721
+ USDC: bigint;
9722
+ USDT: bigint;
9723
+ DOT: bigint;
9724
+ }, {
9725
+ USDC: string | number;
9726
+ USDT: string | number;
9727
+ DOT: string | number;
9728
+ }>>;
9729
+ }, "strip", z.ZodTypeAny, {
9730
+ Bitcoin: {
9731
+ BTC: bigint;
9732
+ };
9733
+ Ethereum: {
9734
+ ETH: bigint;
9735
+ USDC: bigint;
9736
+ FLIP: bigint;
9737
+ USDT: bigint;
9738
+ };
9739
+ Arbitrum: {
9740
+ ETH: bigint;
9741
+ USDC: bigint;
9742
+ };
9743
+ Solana: {
9744
+ USDC: bigint;
9745
+ SOL: bigint;
9746
+ };
9747
+ Polkadot: {
9748
+ DOT: bigint;
9749
+ };
9750
+ Assethub: {
9751
+ USDC: bigint;
9752
+ USDT: bigint;
9753
+ DOT: bigint;
9754
+ };
9755
+ }, {
9756
+ Bitcoin: {
9757
+ BTC: string | number;
9758
+ };
9759
+ Ethereum: {
9760
+ ETH: string | number;
9761
+ USDC: string | number;
9762
+ FLIP: string | number;
9763
+ USDT: string | number;
9764
+ };
9765
+ Arbitrum: {
9766
+ ETH: string | number;
9767
+ USDC: string | number;
9768
+ };
9769
+ Solana: {
9770
+ USDC: string | number;
9771
+ SOL: string | number;
9772
+ };
9773
+ Polkadot: {
9774
+ DOT: string | number;
9775
+ };
9776
+ Assethub?: {
9777
+ USDC: string | number;
9778
+ USDT: string | number;
9779
+ DOT: string | number;
9780
+ } | undefined;
9781
+ }>;
9782
+ }, "strip", z.ZodTypeAny, {
9783
+ standard_rate_and_minimum: {
9784
+ minimum: bigint;
9785
+ rate: bigint;
9786
+ };
9787
+ rates: {
9788
+ Bitcoin: {
9789
+ BTC: bigint;
9790
+ };
9791
+ Ethereum: {
9792
+ ETH: bigint;
9793
+ USDC: bigint;
9794
+ FLIP: bigint;
9795
+ USDT: bigint;
9796
+ };
9797
+ Arbitrum: {
9798
+ ETH: bigint;
9799
+ USDC: bigint;
9800
+ };
9801
+ Solana: {
9802
+ USDC: bigint;
9803
+ SOL: bigint;
9804
+ };
9805
+ Polkadot: {
9806
+ DOT: bigint;
9807
+ };
9808
+ Assethub: {
9809
+ USDC: bigint;
9810
+ USDT: bigint;
9811
+ DOT: bigint;
9812
+ };
9813
+ };
9814
+ }, {
9815
+ standard_rate_and_minimum: {
9816
+ minimum: string | number;
9817
+ rate: string | number;
9818
+ };
9819
+ rates: {
9820
+ Bitcoin: {
9821
+ BTC: string | number;
9822
+ };
9823
+ Ethereum: {
9824
+ ETH: string | number;
9825
+ USDC: string | number;
9826
+ FLIP: string | number;
9827
+ USDT: string | number;
9828
+ };
9829
+ Arbitrum: {
9830
+ ETH: string | number;
9831
+ USDC: string | number;
9832
+ };
9833
+ Solana: {
9834
+ USDC: string | number;
9835
+ SOL: string | number;
9836
+ };
9837
+ Polkadot: {
9838
+ DOT: string | number;
9839
+ };
9840
+ Assethub?: {
9841
+ USDC: string | number;
9842
+ USDT: string | number;
9843
+ DOT: string | number;
9844
+ } | undefined;
9845
+ };
9846
+ }>;
9847
+ internal_swap_network_fee: z.ZodObject<{
9848
+ standard_rate_and_minimum: z.ZodObject<{
9849
+ rate: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9850
+ minimum: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9851
+ }, "strip", z.ZodTypeAny, {
9852
+ minimum: bigint;
9853
+ rate: bigint;
9854
+ }, {
9855
+ minimum: string | number;
9856
+ rate: string | number;
9857
+ }>;
9858
+ rates: z.ZodObject<{
9859
+ Bitcoin: z.ZodObject<{
9860
+ BTC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9861
+ }, "strip", z.ZodTypeAny, {
9862
+ BTC: bigint;
9863
+ }, {
9864
+ BTC: string | number;
9865
+ }>;
9866
+ Ethereum: z.ZodObject<{
9867
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9868
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9869
+ FLIP: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9870
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9871
+ }, "strip", z.ZodTypeAny, {
9872
+ ETH: bigint;
9873
+ USDC: bigint;
9874
+ FLIP: bigint;
9875
+ USDT: bigint;
9876
+ }, {
9877
+ ETH: string | number;
9878
+ USDC: string | number;
9879
+ FLIP: string | number;
9880
+ USDT: string | number;
9881
+ }>;
9882
+ Polkadot: z.ZodObject<{
9883
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9884
+ }, "strip", z.ZodTypeAny, {
9885
+ DOT: bigint;
9886
+ }, {
9887
+ DOT: string | number;
9888
+ }>;
9889
+ Arbitrum: z.ZodObject<{
9890
+ ETH: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9891
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9892
+ }, "strip", z.ZodTypeAny, {
9893
+ ETH: bigint;
9894
+ USDC: bigint;
9895
+ }, {
9896
+ ETH: string | number;
9897
+ USDC: string | number;
9898
+ }>;
9899
+ Solana: z.ZodObject<{
9900
+ SOL: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9901
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9902
+ }, "strip", z.ZodTypeAny, {
9903
+ USDC: bigint;
9904
+ SOL: bigint;
9905
+ }, {
9906
+ USDC: string | number;
9907
+ SOL: string | number;
9908
+ }>;
9909
+ Assethub: z.ZodDefault<z.ZodObject<{
9910
+ DOT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9911
+ USDC: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9912
+ USDT: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
9913
+ }, "strip", z.ZodTypeAny, {
9914
+ USDC: bigint;
9915
+ USDT: bigint;
9916
+ DOT: bigint;
9917
+ }, {
9918
+ USDC: string | number;
9919
+ USDT: string | number;
9920
+ DOT: string | number;
9921
+ }>>;
9922
+ }, "strip", z.ZodTypeAny, {
9923
+ Bitcoin: {
9924
+ BTC: bigint;
9925
+ };
9926
+ Ethereum: {
9927
+ ETH: bigint;
9928
+ USDC: bigint;
9929
+ FLIP: bigint;
9930
+ USDT: bigint;
9931
+ };
9932
+ Arbitrum: {
9933
+ ETH: bigint;
9934
+ USDC: bigint;
9935
+ };
9936
+ Solana: {
9937
+ USDC: bigint;
9938
+ SOL: bigint;
9939
+ };
9940
+ Polkadot: {
9941
+ DOT: bigint;
9942
+ };
9943
+ Assethub: {
9944
+ USDC: bigint;
9945
+ USDT: bigint;
9946
+ DOT: bigint;
9947
+ };
9948
+ }, {
9949
+ Bitcoin: {
9950
+ BTC: string | number;
9951
+ };
9952
+ Ethereum: {
9953
+ ETH: string | number;
9954
+ USDC: string | number;
9955
+ FLIP: string | number;
9956
+ USDT: string | number;
9957
+ };
9958
+ Arbitrum: {
9959
+ ETH: string | number;
9960
+ USDC: string | number;
9961
+ };
9962
+ Solana: {
9963
+ USDC: string | number;
9964
+ SOL: string | number;
9965
+ };
9966
+ Polkadot: {
9967
+ DOT: string | number;
9968
+ };
9969
+ Assethub?: {
9970
+ USDC: string | number;
9971
+ USDT: string | number;
9972
+ DOT: string | number;
9973
+ } | undefined;
9974
+ }>;
9975
+ }, "strip", z.ZodTypeAny, {
9976
+ standard_rate_and_minimum: {
9977
+ minimum: bigint;
9978
+ rate: bigint;
9979
+ };
9980
+ rates: {
9981
+ Bitcoin: {
9982
+ BTC: bigint;
9983
+ };
9984
+ Ethereum: {
9985
+ ETH: bigint;
9986
+ USDC: bigint;
9987
+ FLIP: bigint;
9988
+ USDT: bigint;
9989
+ };
9990
+ Arbitrum: {
9991
+ ETH: bigint;
9992
+ USDC: bigint;
9993
+ };
9994
+ Solana: {
9995
+ USDC: bigint;
9996
+ SOL: bigint;
9997
+ };
9998
+ Polkadot: {
9999
+ DOT: bigint;
10000
+ };
10001
+ Assethub: {
10002
+ USDC: bigint;
10003
+ USDT: bigint;
10004
+ DOT: bigint;
10005
+ };
10006
+ };
10007
+ }, {
10008
+ standard_rate_and_minimum: {
10009
+ minimum: string | number;
10010
+ rate: string | number;
10011
+ };
10012
+ rates: {
10013
+ Bitcoin: {
10014
+ BTC: string | number;
10015
+ };
10016
+ Ethereum: {
10017
+ ETH: string | number;
10018
+ USDC: string | number;
10019
+ FLIP: string | number;
10020
+ USDT: string | number;
10021
+ };
10022
+ Arbitrum: {
10023
+ ETH: string | number;
10024
+ USDC: string | number;
10025
+ };
10026
+ Solana: {
10027
+ USDC: string | number;
10028
+ SOL: string | number;
10029
+ };
10030
+ Polkadot: {
10031
+ DOT: string | number;
10032
+ };
10033
+ Assethub?: {
10034
+ USDC: string | number;
10035
+ USDT: string | number;
10036
+ DOT: string | number;
10037
+ } | undefined;
10038
+ };
10039
+ }>;
10040
+ }, "strip", z.ZodTypeAny, {
10041
+ regular_network_fee: {
10042
+ standard_rate_and_minimum: {
10043
+ minimum: bigint;
10044
+ rate: bigint;
10045
+ };
10046
+ rates: {
10047
+ Bitcoin: {
10048
+ BTC: bigint;
10049
+ };
10050
+ Ethereum: {
10051
+ ETH: bigint;
10052
+ USDC: bigint;
10053
+ FLIP: bigint;
10054
+ USDT: bigint;
10055
+ };
10056
+ Arbitrum: {
10057
+ ETH: bigint;
10058
+ USDC: bigint;
10059
+ };
10060
+ Solana: {
10061
+ USDC: bigint;
10062
+ SOL: bigint;
10063
+ };
10064
+ Polkadot: {
10065
+ DOT: bigint;
10066
+ };
10067
+ Assethub: {
10068
+ USDC: bigint;
10069
+ USDT: bigint;
10070
+ DOT: bigint;
10071
+ };
10072
+ };
10073
+ };
10074
+ internal_swap_network_fee: {
10075
+ standard_rate_and_minimum: {
10076
+ minimum: bigint;
10077
+ rate: bigint;
10078
+ };
10079
+ rates: {
10080
+ Bitcoin: {
10081
+ BTC: bigint;
10082
+ };
10083
+ Ethereum: {
10084
+ ETH: bigint;
10085
+ USDC: bigint;
10086
+ FLIP: bigint;
10087
+ USDT: bigint;
10088
+ };
10089
+ Arbitrum: {
10090
+ ETH: bigint;
10091
+ USDC: bigint;
10092
+ };
10093
+ Solana: {
10094
+ USDC: bigint;
10095
+ SOL: bigint;
10096
+ };
10097
+ Polkadot: {
10098
+ DOT: bigint;
10099
+ };
10100
+ Assethub: {
10101
+ USDC: bigint;
10102
+ USDT: bigint;
10103
+ DOT: bigint;
10104
+ };
10105
+ };
10106
+ };
10107
+ }, {
10108
+ regular_network_fee: {
10109
+ standard_rate_and_minimum: {
10110
+ minimum: string | number;
10111
+ rate: string | number;
10112
+ };
10113
+ rates: {
10114
+ Bitcoin: {
10115
+ BTC: string | number;
10116
+ };
10117
+ Ethereum: {
10118
+ ETH: string | number;
10119
+ USDC: string | number;
10120
+ FLIP: string | number;
10121
+ USDT: string | number;
10122
+ };
10123
+ Arbitrum: {
10124
+ ETH: string | number;
10125
+ USDC: string | number;
10126
+ };
10127
+ Solana: {
10128
+ USDC: string | number;
10129
+ SOL: string | number;
10130
+ };
10131
+ Polkadot: {
10132
+ DOT: string | number;
10133
+ };
10134
+ Assethub?: {
10135
+ USDC: string | number;
10136
+ USDT: string | number;
10137
+ DOT: string | number;
10138
+ } | undefined;
10139
+ };
10140
+ };
10141
+ internal_swap_network_fee: {
10142
+ standard_rate_and_minimum: {
10143
+ minimum: string | number;
10144
+ rate: string | number;
10145
+ };
10146
+ rates: {
10147
+ Bitcoin: {
10148
+ BTC: string | number;
10149
+ };
10150
+ Ethereum: {
10151
+ ETH: string | number;
10152
+ USDC: string | number;
10153
+ FLIP: string | number;
10154
+ USDT: string | number;
10155
+ };
10156
+ Arbitrum: {
10157
+ ETH: string | number;
10158
+ USDC: string | number;
10159
+ };
10160
+ Solana: {
10161
+ USDC: string | number;
10162
+ SOL: string | number;
10163
+ };
10164
+ Polkadot: {
10165
+ DOT: string | number;
10166
+ };
10167
+ Assethub?: {
10168
+ USDC: string | number;
10169
+ USDT: string | number;
10170
+ DOT: string | number;
10171
+ } | undefined;
10172
+ };
10173
+ };
10174
+ }>>;
10175
+ }, "strip", z.ZodTypeAny, {
10176
+ maximum_swap_amounts: {
10177
+ Bitcoin: {
10178
+ BTC: bigint | null;
10179
+ };
10180
+ Ethereum: {
10181
+ ETH: bigint | null;
10182
+ USDC: bigint | null;
10183
+ FLIP: bigint | null;
10184
+ USDT: bigint | null;
10185
+ };
10186
+ Arbitrum: {
10187
+ ETH: bigint | null;
10188
+ USDC: bigint | null;
10189
+ };
10190
+ Solana: {
10191
+ USDC: bigint | null;
10192
+ SOL: bigint | null;
10193
+ };
10194
+ Polkadot: {
10195
+ DOT: bigint | null;
10196
+ };
10197
+ Assethub: {
10198
+ USDC: bigint | null;
10199
+ USDT: bigint | null;
10200
+ DOT: bigint | null;
10201
+ };
10202
+ };
10203
+ network_fee_hundredth_pips: number;
10204
+ swap_retry_delay_blocks?: number | undefined;
10205
+ max_swap_retry_duration_blocks?: number | undefined;
10206
+ max_swap_request_duration_blocks?: number | undefined;
10207
+ minimum_chunk_size?: {
10208
+ Bitcoin: {
10209
+ BTC: bigint | null;
10210
+ };
10211
+ Ethereum: {
10212
+ ETH: bigint | null;
10213
+ USDC: bigint | null;
10214
+ FLIP: bigint | null;
10215
+ USDT: bigint | null;
10216
+ };
10217
+ Arbitrum: {
10218
+ ETH: bigint | null;
10219
+ USDC: bigint | null;
10220
+ };
10221
+ Solana: {
10222
+ USDC: bigint | null;
10223
+ SOL: bigint | null;
10224
+ };
10225
+ Polkadot: {
10226
+ DOT: bigint | null;
10227
+ };
10228
+ Assethub: {
10229
+ USDC: bigint | null;
10230
+ USDT: bigint | null;
10231
+ DOT: bigint | null;
10232
+ };
10233
+ } | undefined;
10234
+ network_fees?: {
10235
+ regular_network_fee: {
10236
+ standard_rate_and_minimum: {
10237
+ minimum: bigint;
10238
+ rate: bigint;
10239
+ };
10240
+ rates: {
10241
+ Bitcoin: {
10242
+ BTC: bigint;
10243
+ };
10244
+ Ethereum: {
10245
+ ETH: bigint;
10246
+ USDC: bigint;
10247
+ FLIP: bigint;
10248
+ USDT: bigint;
10249
+ };
10250
+ Arbitrum: {
10251
+ ETH: bigint;
10252
+ USDC: bigint;
10253
+ };
10254
+ Solana: {
10255
+ USDC: bigint;
10256
+ SOL: bigint;
10257
+ };
10258
+ Polkadot: {
10259
+ DOT: bigint;
10260
+ };
10261
+ Assethub: {
10262
+ USDC: bigint;
10263
+ USDT: bigint;
10264
+ DOT: bigint;
10265
+ };
10266
+ };
10267
+ };
10268
+ internal_swap_network_fee: {
10269
+ standard_rate_and_minimum: {
10270
+ minimum: bigint;
10271
+ rate: bigint;
10272
+ };
10273
+ rates: {
10274
+ Bitcoin: {
10275
+ BTC: bigint;
10276
+ };
10277
+ Ethereum: {
10278
+ ETH: bigint;
10279
+ USDC: bigint;
10280
+ FLIP: bigint;
10281
+ USDT: bigint;
10282
+ };
10283
+ Arbitrum: {
10284
+ ETH: bigint;
10285
+ USDC: bigint;
10286
+ };
10287
+ Solana: {
10288
+ USDC: bigint;
10289
+ SOL: bigint;
10290
+ };
10291
+ Polkadot: {
10292
+ DOT: bigint;
10293
+ };
10294
+ Assethub: {
10295
+ USDC: bigint;
10296
+ USDT: bigint;
10297
+ DOT: bigint;
10298
+ };
10299
+ };
10300
+ };
10301
+ } | undefined;
10302
+ }, {
10303
+ maximum_swap_amounts: {
10304
+ Bitcoin: {
10305
+ BTC: string | number | null;
10306
+ };
10307
+ Ethereum: {
10308
+ ETH: string | number | null;
10309
+ USDC: string | number | null;
10310
+ FLIP: string | number | null;
10311
+ USDT: string | number | null;
10312
+ };
10313
+ Arbitrum: {
10314
+ ETH: string | number | null;
10315
+ USDC: string | number | null;
10316
+ };
10317
+ Solana: {
10318
+ USDC: string | number | null;
10319
+ SOL: string | number | null;
10320
+ };
10321
+ Polkadot: {
10322
+ DOT: string | number | null;
10323
+ };
10324
+ Assethub?: {
10325
+ USDC: string | number | null;
10326
+ USDT: string | number | null;
10327
+ DOT: string | number | null;
10328
+ } | undefined;
10329
+ };
10330
+ network_fee_hundredth_pips: number;
10331
+ swap_retry_delay_blocks?: number | undefined;
9084
10332
  max_swap_retry_duration_blocks?: number | undefined;
9085
10333
  max_swap_request_duration_blocks?: number | undefined;
9086
10334
  minimum_chunk_size?: {
@@ -9110,6 +10358,74 @@ declare const cfEnvironment: z.ZodObject<{
9110
10358
  DOT: string | number | null;
9111
10359
  } | undefined;
9112
10360
  } | undefined;
10361
+ network_fees?: {
10362
+ regular_network_fee: {
10363
+ standard_rate_and_minimum: {
10364
+ minimum: string | number;
10365
+ rate: string | number;
10366
+ };
10367
+ rates: {
10368
+ Bitcoin: {
10369
+ BTC: string | number;
10370
+ };
10371
+ Ethereum: {
10372
+ ETH: string | number;
10373
+ USDC: string | number;
10374
+ FLIP: string | number;
10375
+ USDT: string | number;
10376
+ };
10377
+ Arbitrum: {
10378
+ ETH: string | number;
10379
+ USDC: string | number;
10380
+ };
10381
+ Solana: {
10382
+ USDC: string | number;
10383
+ SOL: string | number;
10384
+ };
10385
+ Polkadot: {
10386
+ DOT: string | number;
10387
+ };
10388
+ Assethub?: {
10389
+ USDC: string | number;
10390
+ USDT: string | number;
10391
+ DOT: string | number;
10392
+ } | undefined;
10393
+ };
10394
+ };
10395
+ internal_swap_network_fee: {
10396
+ standard_rate_and_minimum: {
10397
+ minimum: string | number;
10398
+ rate: string | number;
10399
+ };
10400
+ rates: {
10401
+ Bitcoin: {
10402
+ BTC: string | number;
10403
+ };
10404
+ Ethereum: {
10405
+ ETH: string | number;
10406
+ USDC: string | number;
10407
+ FLIP: string | number;
10408
+ USDT: string | number;
10409
+ };
10410
+ Arbitrum: {
10411
+ ETH: string | number;
10412
+ USDC: string | number;
10413
+ };
10414
+ Solana: {
10415
+ USDC: string | number;
10416
+ SOL: string | number;
10417
+ };
10418
+ Polkadot: {
10419
+ DOT: string | number;
10420
+ };
10421
+ Assethub?: {
10422
+ USDC: string | number;
10423
+ USDT: string | number;
10424
+ DOT: string | number;
10425
+ } | undefined;
10426
+ };
10427
+ };
10428
+ } | undefined;
9113
10429
  }>;
9114
10430
  funding: z.ZodObject<{
9115
10431
  redemption_tax: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
@@ -14003,6 +15319,74 @@ declare const cfEnvironment: z.ZodObject<{
14003
15319
  DOT: bigint | null;
14004
15320
  };
14005
15321
  } | undefined;
15322
+ network_fees?: {
15323
+ regular_network_fee: {
15324
+ standard_rate_and_minimum: {
15325
+ minimum: bigint;
15326
+ rate: bigint;
15327
+ };
15328
+ rates: {
15329
+ Bitcoin: {
15330
+ BTC: bigint;
15331
+ };
15332
+ Ethereum: {
15333
+ ETH: bigint;
15334
+ USDC: bigint;
15335
+ FLIP: bigint;
15336
+ USDT: bigint;
15337
+ };
15338
+ Arbitrum: {
15339
+ ETH: bigint;
15340
+ USDC: bigint;
15341
+ };
15342
+ Solana: {
15343
+ USDC: bigint;
15344
+ SOL: bigint;
15345
+ };
15346
+ Polkadot: {
15347
+ DOT: bigint;
15348
+ };
15349
+ Assethub: {
15350
+ USDC: bigint;
15351
+ USDT: bigint;
15352
+ DOT: bigint;
15353
+ };
15354
+ };
15355
+ };
15356
+ internal_swap_network_fee: {
15357
+ standard_rate_and_minimum: {
15358
+ minimum: bigint;
15359
+ rate: bigint;
15360
+ };
15361
+ rates: {
15362
+ Bitcoin: {
15363
+ BTC: bigint;
15364
+ };
15365
+ Ethereum: {
15366
+ ETH: bigint;
15367
+ USDC: bigint;
15368
+ FLIP: bigint;
15369
+ USDT: bigint;
15370
+ };
15371
+ Arbitrum: {
15372
+ ETH: bigint;
15373
+ USDC: bigint;
15374
+ };
15375
+ Solana: {
15376
+ USDC: bigint;
15377
+ SOL: bigint;
15378
+ };
15379
+ Polkadot: {
15380
+ DOT: bigint;
15381
+ };
15382
+ Assethub: {
15383
+ USDC: bigint;
15384
+ USDT: bigint;
15385
+ DOT: bigint;
15386
+ };
15387
+ };
15388
+ };
15389
+ } | undefined;
14006
15390
  };
14007
15391
  funding: {
14008
15392
  redemption_tax: bigint;
@@ -14774,6 +16158,74 @@ declare const cfEnvironment: z.ZodObject<{
14774
16158
  DOT: string | number | null;
14775
16159
  } | undefined;
14776
16160
  } | undefined;
16161
+ network_fees?: {
16162
+ regular_network_fee: {
16163
+ standard_rate_and_minimum: {
16164
+ minimum: string | number;
16165
+ rate: string | number;
16166
+ };
16167
+ rates: {
16168
+ Bitcoin: {
16169
+ BTC: string | number;
16170
+ };
16171
+ Ethereum: {
16172
+ ETH: string | number;
16173
+ USDC: string | number;
16174
+ FLIP: string | number;
16175
+ USDT: string | number;
16176
+ };
16177
+ Arbitrum: {
16178
+ ETH: string | number;
16179
+ USDC: string | number;
16180
+ };
16181
+ Solana: {
16182
+ USDC: string | number;
16183
+ SOL: string | number;
16184
+ };
16185
+ Polkadot: {
16186
+ DOT: string | number;
16187
+ };
16188
+ Assethub?: {
16189
+ USDC: string | number;
16190
+ USDT: string | number;
16191
+ DOT: string | number;
16192
+ } | undefined;
16193
+ };
16194
+ };
16195
+ internal_swap_network_fee: {
16196
+ standard_rate_and_minimum: {
16197
+ minimum: string | number;
16198
+ rate: string | number;
16199
+ };
16200
+ rates: {
16201
+ Bitcoin: {
16202
+ BTC: string | number;
16203
+ };
16204
+ Ethereum: {
16205
+ ETH: string | number;
16206
+ USDC: string | number;
16207
+ FLIP: string | number;
16208
+ USDT: string | number;
16209
+ };
16210
+ Arbitrum: {
16211
+ ETH: string | number;
16212
+ USDC: string | number;
16213
+ };
16214
+ Solana: {
16215
+ USDC: string | number;
16216
+ SOL: string | number;
16217
+ };
16218
+ Polkadot: {
16219
+ DOT: string | number;
16220
+ };
16221
+ Assethub?: {
16222
+ USDC: string | number;
16223
+ USDT: string | number;
16224
+ DOT: string | number;
16225
+ } | undefined;
16226
+ };
16227
+ };
16228
+ } | undefined;
14777
16229
  };
14778
16230
  funding: {
14779
16231
  redemption_tax: string | number;
@@ -22103,7 +23555,7 @@ declare const cfAvailablePools: z.ZodArray<z.ZodObject<{
22103
23555
  asset: "USDC";
22104
23556
  };
22105
23557
  }>, "many">;
22106
- declare const cfSafeModeStatuses: z.ZodObject<{
23558
+ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
22107
23559
  emissions: z.ZodObject<{
22108
23560
  emissions_sync_enabled: z.ZodBoolean;
22109
23561
  }, "strip", z.ZodTypeAny, {
@@ -22257,13 +23709,14 @@ declare const cfSafeModeStatuses: z.ZodObject<{
22257
23709
  }, {
22258
23710
  retry_enabled: boolean;
22259
23711
  }>;
22260
- broadcast_assethub: z.ZodDefault<z.ZodOptional<z.ZodObject<{
23712
+ broadcast_assethub: z.ZodObject<{
22261
23713
  retry_enabled: z.ZodBoolean;
22262
23714
  }, "strip", z.ZodTypeAny, {
22263
23715
  retry_enabled: boolean;
22264
23716
  }, {
22265
23717
  retry_enabled: boolean;
22266
- }>>>;
23718
+ }>;
23719
+ } & {
22267
23720
  ingress_egress_ethereum: z.ZodObject<{
22268
23721
  boost_deposits_enabled: z.ZodBoolean;
22269
23722
  add_boost_funds_enabled: z.ZodBoolean;
@@ -22344,7 +23797,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
22344
23797
  stop_boosting_enabled: boolean;
22345
23798
  deposits_enabled: boolean;
22346
23799
  }>;
22347
- ingress_egress_assethub: z.ZodDefault<z.ZodOptional<z.ZodObject<{
23800
+ ingress_egress_assethub: z.ZodObject<{
22348
23801
  boost_deposits_enabled: z.ZodBoolean;
22349
23802
  add_boost_funds_enabled: z.ZodBoolean;
22350
23803
  stop_boosting_enabled: z.ZodBoolean;
@@ -22359,7 +23812,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
22359
23812
  add_boost_funds_enabled: boolean;
22360
23813
  stop_boosting_enabled: boolean;
22361
23814
  deposits_enabled: boolean;
22362
- }>>>;
23815
+ }>;
22363
23816
  }, "strip", z.ZodTypeAny, {
22364
23817
  asset_balances: {
22365
23818
  reconciliation_enabled: boolean;
@@ -22522,6 +23975,9 @@ declare const cfSafeModeStatuses: z.ZodObject<{
22522
23975
  broadcast_solana: {
22523
23976
  retry_enabled: boolean;
22524
23977
  };
23978
+ broadcast_assethub: {
23979
+ retry_enabled: boolean;
23980
+ };
22525
23981
  ingress_egress_ethereum: {
22526
23982
  boost_deposits_enabled: boolean;
22527
23983
  add_boost_funds_enabled: boolean;
@@ -22552,20 +24008,439 @@ declare const cfSafeModeStatuses: z.ZodObject<{
22552
24008
  stop_boosting_enabled: boolean;
22553
24009
  deposits_enabled: boolean;
22554
24010
  };
24011
+ ingress_egress_assethub: {
24012
+ boost_deposits_enabled: boolean;
24013
+ add_boost_funds_enabled: boolean;
24014
+ stop_boosting_enabled: boolean;
24015
+ deposits_enabled: boolean;
24016
+ };
22555
24017
  trading_strategies?: {
22556
24018
  strategy_updates_enabled: boolean;
22557
24019
  strategy_closure_enabled: boolean;
22558
24020
  strategy_execution_enabled: boolean;
22559
24021
  } | undefined;
22560
- broadcast_assethub?: {
24022
+ }>, z.ZodObject<{
24023
+ emissions: z.ZodObject<{
24024
+ emissions_sync_enabled: z.ZodBoolean;
24025
+ }, "strip", z.ZodTypeAny, {
24026
+ emissions_sync_enabled: boolean;
24027
+ }, {
24028
+ emissions_sync_enabled: boolean;
24029
+ }>;
24030
+ funding: z.ZodObject<{
24031
+ redeem_enabled: z.ZodBoolean;
24032
+ }, "strip", z.ZodTypeAny, {
24033
+ redeem_enabled: boolean;
24034
+ }, {
24035
+ redeem_enabled: boolean;
24036
+ }>;
24037
+ swapping: z.ZodObject<{
24038
+ swaps_enabled: z.ZodBoolean;
24039
+ withdrawals_enabled: z.ZodBoolean;
24040
+ broker_registration_enabled: z.ZodBoolean;
24041
+ }, "strip", z.ZodTypeAny, {
24042
+ swaps_enabled: boolean;
24043
+ withdrawals_enabled: boolean;
24044
+ broker_registration_enabled: boolean;
24045
+ }, {
24046
+ swaps_enabled: boolean;
24047
+ withdrawals_enabled: boolean;
24048
+ broker_registration_enabled: boolean;
24049
+ }>;
24050
+ liquidity_provider: z.ZodObject<{
24051
+ deposit_enabled: z.ZodBoolean;
24052
+ withdrawal_enabled: z.ZodBoolean;
24053
+ internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
24054
+ }, "strip", z.ZodTypeAny, {
24055
+ deposit_enabled: boolean;
24056
+ withdrawal_enabled: boolean;
24057
+ internal_swaps_enabled: boolean;
24058
+ }, {
24059
+ deposit_enabled: boolean;
24060
+ withdrawal_enabled: boolean;
24061
+ internal_swaps_enabled?: boolean | undefined;
24062
+ }>;
24063
+ validator: z.ZodObject<{
24064
+ authority_rotation_enabled: z.ZodBoolean;
24065
+ start_bidding_enabled: z.ZodBoolean;
24066
+ stop_bidding_enabled: z.ZodBoolean;
24067
+ }, "strip", z.ZodTypeAny, {
24068
+ authority_rotation_enabled: boolean;
24069
+ start_bidding_enabled: boolean;
24070
+ stop_bidding_enabled: boolean;
24071
+ }, {
24072
+ authority_rotation_enabled: boolean;
24073
+ start_bidding_enabled: boolean;
24074
+ stop_bidding_enabled: boolean;
24075
+ }>;
24076
+ pools: z.ZodObject<{
24077
+ range_order_update_enabled: z.ZodBoolean;
24078
+ limit_order_update_enabled: z.ZodBoolean;
24079
+ }, "strip", z.ZodTypeAny, {
24080
+ range_order_update_enabled: boolean;
24081
+ limit_order_update_enabled: boolean;
24082
+ }, {
24083
+ range_order_update_enabled: boolean;
24084
+ limit_order_update_enabled: boolean;
24085
+ }>;
24086
+ trading_strategies: z.ZodDefault<z.ZodOptional<z.ZodObject<{
24087
+ strategy_updates_enabled: z.ZodBoolean;
24088
+ strategy_closure_enabled: z.ZodBoolean;
24089
+ strategy_execution_enabled: z.ZodBoolean;
24090
+ }, "strip", z.ZodTypeAny, {
24091
+ strategy_updates_enabled: boolean;
24092
+ strategy_closure_enabled: boolean;
24093
+ strategy_execution_enabled: boolean;
24094
+ }, {
24095
+ strategy_updates_enabled: boolean;
24096
+ strategy_closure_enabled: boolean;
24097
+ strategy_execution_enabled: boolean;
24098
+ }>>>;
24099
+ reputation: z.ZodObject<{
24100
+ reporting_enabled: z.ZodBoolean;
24101
+ }, "strip", z.ZodTypeAny, {
24102
+ reporting_enabled: boolean;
24103
+ }, {
24104
+ reporting_enabled: boolean;
24105
+ }>;
24106
+ asset_balances: z.ZodObject<{
24107
+ reconciliation_enabled: z.ZodBoolean;
24108
+ }, "strip", z.ZodTypeAny, {
24109
+ reconciliation_enabled: boolean;
24110
+ }, {
24111
+ reconciliation_enabled: boolean;
24112
+ }>;
24113
+ threshold_signature_evm: z.ZodObject<{
24114
+ slashing_enabled: z.ZodBoolean;
24115
+ }, "strip", z.ZodTypeAny, {
24116
+ slashing_enabled: boolean;
24117
+ }, {
24118
+ slashing_enabled: boolean;
24119
+ }>;
24120
+ threshold_signature_bitcoin: z.ZodObject<{
24121
+ slashing_enabled: z.ZodBoolean;
24122
+ }, "strip", z.ZodTypeAny, {
24123
+ slashing_enabled: boolean;
24124
+ }, {
24125
+ slashing_enabled: boolean;
24126
+ }>;
24127
+ threshold_signature_polkadot: z.ZodObject<{
24128
+ slashing_enabled: z.ZodBoolean;
24129
+ }, "strip", z.ZodTypeAny, {
24130
+ slashing_enabled: boolean;
24131
+ }, {
24132
+ slashing_enabled: boolean;
24133
+ }>;
24134
+ threshold_signature_solana: z.ZodObject<{
24135
+ slashing_enabled: z.ZodBoolean;
24136
+ }, "strip", z.ZodTypeAny, {
24137
+ slashing_enabled: boolean;
24138
+ }, {
24139
+ slashing_enabled: boolean;
24140
+ }>;
24141
+ broadcast_ethereum: z.ZodObject<{
24142
+ retry_enabled: z.ZodBoolean;
24143
+ }, "strip", z.ZodTypeAny, {
22561
24144
  retry_enabled: boolean;
22562
- } | undefined;
22563
- ingress_egress_assethub?: {
24145
+ }, {
24146
+ retry_enabled: boolean;
24147
+ }>;
24148
+ broadcast_bitcoin: z.ZodObject<{
24149
+ retry_enabled: z.ZodBoolean;
24150
+ }, "strip", z.ZodTypeAny, {
24151
+ retry_enabled: boolean;
24152
+ }, {
24153
+ retry_enabled: boolean;
24154
+ }>;
24155
+ broadcast_polkadot: z.ZodObject<{
24156
+ retry_enabled: z.ZodBoolean;
24157
+ }, "strip", z.ZodTypeAny, {
24158
+ retry_enabled: boolean;
24159
+ }, {
24160
+ retry_enabled: boolean;
24161
+ }>;
24162
+ broadcast_arbitrum: z.ZodObject<{
24163
+ retry_enabled: z.ZodBoolean;
24164
+ }, "strip", z.ZodTypeAny, {
24165
+ retry_enabled: boolean;
24166
+ }, {
24167
+ retry_enabled: boolean;
24168
+ }>;
24169
+ broadcast_solana: z.ZodObject<{
24170
+ retry_enabled: z.ZodBoolean;
24171
+ }, "strip", z.ZodTypeAny, {
24172
+ retry_enabled: boolean;
24173
+ }, {
24174
+ retry_enabled: boolean;
24175
+ }>;
24176
+ broadcast_assethub: z.ZodObject<{
24177
+ retry_enabled: z.ZodBoolean;
24178
+ }, "strip", z.ZodTypeAny, {
24179
+ retry_enabled: boolean;
24180
+ }, {
24181
+ retry_enabled: boolean;
24182
+ }>;
24183
+ } & {
24184
+ lending_pools: z.ZodObject<{
24185
+ add_boost_funds_enabled: z.ZodBoolean;
24186
+ stop_boosting_enabled: z.ZodBoolean;
24187
+ }, "strip", z.ZodTypeAny, {
24188
+ add_boost_funds_enabled: boolean;
24189
+ stop_boosting_enabled: boolean;
24190
+ }, {
24191
+ add_boost_funds_enabled: boolean;
24192
+ stop_boosting_enabled: boolean;
24193
+ }>;
24194
+ ingress_egress_ethereum: z.ZodObject<{
24195
+ boost_deposits_enabled: z.ZodBoolean;
24196
+ deposits_enabled: z.ZodBoolean;
24197
+ }, "strip", z.ZodTypeAny, {
24198
+ boost_deposits_enabled: boolean;
24199
+ deposits_enabled: boolean;
24200
+ }, {
24201
+ boost_deposits_enabled: boolean;
24202
+ deposits_enabled: boolean;
24203
+ }>;
24204
+ ingress_egress_bitcoin: z.ZodObject<{
24205
+ boost_deposits_enabled: z.ZodBoolean;
24206
+ deposits_enabled: z.ZodBoolean;
24207
+ }, "strip", z.ZodTypeAny, {
24208
+ boost_deposits_enabled: boolean;
24209
+ deposits_enabled: boolean;
24210
+ }, {
24211
+ boost_deposits_enabled: boolean;
24212
+ deposits_enabled: boolean;
24213
+ }>;
24214
+ ingress_egress_polkadot: z.ZodObject<{
24215
+ boost_deposits_enabled: z.ZodBoolean;
24216
+ deposits_enabled: z.ZodBoolean;
24217
+ }, "strip", z.ZodTypeAny, {
24218
+ boost_deposits_enabled: boolean;
24219
+ deposits_enabled: boolean;
24220
+ }, {
24221
+ boost_deposits_enabled: boolean;
24222
+ deposits_enabled: boolean;
24223
+ }>;
24224
+ ingress_egress_arbitrum: z.ZodObject<{
24225
+ boost_deposits_enabled: z.ZodBoolean;
24226
+ deposits_enabled: z.ZodBoolean;
24227
+ }, "strip", z.ZodTypeAny, {
24228
+ boost_deposits_enabled: boolean;
24229
+ deposits_enabled: boolean;
24230
+ }, {
24231
+ boost_deposits_enabled: boolean;
24232
+ deposits_enabled: boolean;
24233
+ }>;
24234
+ ingress_egress_solana: z.ZodObject<{
24235
+ boost_deposits_enabled: z.ZodBoolean;
24236
+ deposits_enabled: z.ZodBoolean;
24237
+ }, "strip", z.ZodTypeAny, {
24238
+ boost_deposits_enabled: boolean;
24239
+ deposits_enabled: boolean;
24240
+ }, {
24241
+ boost_deposits_enabled: boolean;
24242
+ deposits_enabled: boolean;
24243
+ }>;
24244
+ ingress_egress_assethub: z.ZodObject<{
24245
+ boost_deposits_enabled: z.ZodBoolean;
24246
+ deposits_enabled: z.ZodBoolean;
24247
+ }, "strip", z.ZodTypeAny, {
24248
+ boost_deposits_enabled: boolean;
24249
+ deposits_enabled: boolean;
24250
+ }, {
24251
+ boost_deposits_enabled: boolean;
24252
+ deposits_enabled: boolean;
24253
+ }>;
24254
+ }, "strip", z.ZodTypeAny, {
24255
+ asset_balances: {
24256
+ reconciliation_enabled: boolean;
24257
+ };
24258
+ liquidity_provider: {
24259
+ deposit_enabled: boolean;
24260
+ withdrawal_enabled: boolean;
24261
+ internal_swaps_enabled: boolean;
24262
+ };
24263
+ validator: {
24264
+ authority_rotation_enabled: boolean;
24265
+ start_bidding_enabled: boolean;
24266
+ stop_bidding_enabled: boolean;
24267
+ };
24268
+ swapping: {
24269
+ swaps_enabled: boolean;
24270
+ withdrawals_enabled: boolean;
24271
+ broker_registration_enabled: boolean;
24272
+ };
24273
+ funding: {
24274
+ redeem_enabled: boolean;
24275
+ };
24276
+ pools: {
24277
+ range_order_update_enabled: boolean;
24278
+ limit_order_update_enabled: boolean;
24279
+ };
24280
+ emissions: {
24281
+ emissions_sync_enabled: boolean;
24282
+ };
24283
+ trading_strategies: {
24284
+ strategy_updates_enabled: boolean;
24285
+ strategy_closure_enabled: boolean;
24286
+ strategy_execution_enabled: boolean;
24287
+ };
24288
+ reputation: {
24289
+ reporting_enabled: boolean;
24290
+ };
24291
+ threshold_signature_evm: {
24292
+ slashing_enabled: boolean;
24293
+ };
24294
+ threshold_signature_bitcoin: {
24295
+ slashing_enabled: boolean;
24296
+ };
24297
+ threshold_signature_polkadot: {
24298
+ slashing_enabled: boolean;
24299
+ };
24300
+ threshold_signature_solana: {
24301
+ slashing_enabled: boolean;
24302
+ };
24303
+ broadcast_ethereum: {
24304
+ retry_enabled: boolean;
24305
+ };
24306
+ broadcast_bitcoin: {
24307
+ retry_enabled: boolean;
24308
+ };
24309
+ broadcast_polkadot: {
24310
+ retry_enabled: boolean;
24311
+ };
24312
+ broadcast_arbitrum: {
24313
+ retry_enabled: boolean;
24314
+ };
24315
+ broadcast_solana: {
24316
+ retry_enabled: boolean;
24317
+ };
24318
+ broadcast_assethub: {
24319
+ retry_enabled: boolean;
24320
+ };
24321
+ ingress_egress_ethereum: {
24322
+ boost_deposits_enabled: boolean;
24323
+ deposits_enabled: boolean;
24324
+ };
24325
+ ingress_egress_bitcoin: {
24326
+ boost_deposits_enabled: boolean;
24327
+ deposits_enabled: boolean;
24328
+ };
24329
+ ingress_egress_polkadot: {
24330
+ boost_deposits_enabled: boolean;
24331
+ deposits_enabled: boolean;
24332
+ };
24333
+ ingress_egress_arbitrum: {
24334
+ boost_deposits_enabled: boolean;
24335
+ deposits_enabled: boolean;
24336
+ };
24337
+ ingress_egress_solana: {
22564
24338
  boost_deposits_enabled: boolean;
24339
+ deposits_enabled: boolean;
24340
+ };
24341
+ ingress_egress_assethub: {
24342
+ boost_deposits_enabled: boolean;
24343
+ deposits_enabled: boolean;
24344
+ };
24345
+ lending_pools: {
22565
24346
  add_boost_funds_enabled: boolean;
22566
24347
  stop_boosting_enabled: boolean;
24348
+ };
24349
+ }, {
24350
+ asset_balances: {
24351
+ reconciliation_enabled: boolean;
24352
+ };
24353
+ liquidity_provider: {
24354
+ deposit_enabled: boolean;
24355
+ withdrawal_enabled: boolean;
24356
+ internal_swaps_enabled?: boolean | undefined;
24357
+ };
24358
+ validator: {
24359
+ authority_rotation_enabled: boolean;
24360
+ start_bidding_enabled: boolean;
24361
+ stop_bidding_enabled: boolean;
24362
+ };
24363
+ swapping: {
24364
+ swaps_enabled: boolean;
24365
+ withdrawals_enabled: boolean;
24366
+ broker_registration_enabled: boolean;
24367
+ };
24368
+ funding: {
24369
+ redeem_enabled: boolean;
24370
+ };
24371
+ pools: {
24372
+ range_order_update_enabled: boolean;
24373
+ limit_order_update_enabled: boolean;
24374
+ };
24375
+ emissions: {
24376
+ emissions_sync_enabled: boolean;
24377
+ };
24378
+ reputation: {
24379
+ reporting_enabled: boolean;
24380
+ };
24381
+ threshold_signature_evm: {
24382
+ slashing_enabled: boolean;
24383
+ };
24384
+ threshold_signature_bitcoin: {
24385
+ slashing_enabled: boolean;
24386
+ };
24387
+ threshold_signature_polkadot: {
24388
+ slashing_enabled: boolean;
24389
+ };
24390
+ threshold_signature_solana: {
24391
+ slashing_enabled: boolean;
24392
+ };
24393
+ broadcast_ethereum: {
24394
+ retry_enabled: boolean;
24395
+ };
24396
+ broadcast_bitcoin: {
24397
+ retry_enabled: boolean;
24398
+ };
24399
+ broadcast_polkadot: {
24400
+ retry_enabled: boolean;
24401
+ };
24402
+ broadcast_arbitrum: {
24403
+ retry_enabled: boolean;
24404
+ };
24405
+ broadcast_solana: {
24406
+ retry_enabled: boolean;
24407
+ };
24408
+ broadcast_assethub: {
24409
+ retry_enabled: boolean;
24410
+ };
24411
+ ingress_egress_ethereum: {
24412
+ boost_deposits_enabled: boolean;
24413
+ deposits_enabled: boolean;
24414
+ };
24415
+ ingress_egress_bitcoin: {
24416
+ boost_deposits_enabled: boolean;
24417
+ deposits_enabled: boolean;
24418
+ };
24419
+ ingress_egress_polkadot: {
24420
+ boost_deposits_enabled: boolean;
24421
+ deposits_enabled: boolean;
24422
+ };
24423
+ ingress_egress_arbitrum: {
24424
+ boost_deposits_enabled: boolean;
24425
+ deposits_enabled: boolean;
24426
+ };
24427
+ ingress_egress_solana: {
24428
+ boost_deposits_enabled: boolean;
22567
24429
  deposits_enabled: boolean;
24430
+ };
24431
+ ingress_egress_assethub: {
24432
+ boost_deposits_enabled: boolean;
24433
+ deposits_enabled: boolean;
24434
+ };
24435
+ lending_pools: {
24436
+ add_boost_funds_enabled: boolean;
24437
+ stop_boosting_enabled: boolean;
24438
+ };
24439
+ trading_strategies?: {
24440
+ strategy_updates_enabled: boolean;
24441
+ strategy_closure_enabled: boolean;
24442
+ strategy_execution_enabled: boolean;
22568
24443
  } | undefined;
22569
- }>;
24444
+ }>]>;
22570
24445
 
22571
24446
  export { type AssetAndChain, type RpcLimitOrder, type RpcRangeOrder, broker, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfAvailablePools, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfGetTradingStrategies, cfGetTradingStrategyLimits, cfIngressEgressEnvironment, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSafeModeStatuses, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, cfTradingStrategy, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };