@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/common.d.mts
CHANGED
|
@@ -5339,6 +5339,125 @@ declare const rpcResult: {
|
|
|
5339
5339
|
Solana: number;
|
|
5340
5340
|
Assethub: number;
|
|
5341
5341
|
}>;
|
|
5342
|
+
boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
|
|
5343
|
+
Bitcoin: z.ZodObject<{
|
|
5344
|
+
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>>;
|
|
5345
|
+
}, "strip", z.ZodTypeAny, {
|
|
5346
|
+
BTC: bigint | null;
|
|
5347
|
+
}, {
|
|
5348
|
+
BTC: string | number | null;
|
|
5349
|
+
}>;
|
|
5350
|
+
Ethereum: z.ZodObject<{
|
|
5351
|
+
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>>;
|
|
5352
|
+
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>>;
|
|
5353
|
+
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>>;
|
|
5354
|
+
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>>;
|
|
5355
|
+
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>>>;
|
|
5356
|
+
}, "strip", z.ZodTypeAny, {
|
|
5357
|
+
ETH: bigint | null;
|
|
5358
|
+
USDC: bigint | null;
|
|
5359
|
+
FLIP: bigint | null;
|
|
5360
|
+
USDT: bigint | null;
|
|
5361
|
+
WBTC: bigint | null;
|
|
5362
|
+
}, {
|
|
5363
|
+
ETH: string | number | null;
|
|
5364
|
+
USDC: string | number | null;
|
|
5365
|
+
FLIP: string | number | null;
|
|
5366
|
+
USDT: string | number | null;
|
|
5367
|
+
WBTC?: string | number | null | undefined;
|
|
5368
|
+
}>;
|
|
5369
|
+
Arbitrum: z.ZodObject<{
|
|
5370
|
+
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>>;
|
|
5371
|
+
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>>;
|
|
5372
|
+
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>>>;
|
|
5373
|
+
}, "strip", z.ZodTypeAny, {
|
|
5374
|
+
ETH: bigint | null;
|
|
5375
|
+
USDC: bigint | null;
|
|
5376
|
+
USDT: bigint | null;
|
|
5377
|
+
}, {
|
|
5378
|
+
ETH: string | number | null;
|
|
5379
|
+
USDC: string | number | null;
|
|
5380
|
+
USDT?: string | number | null | undefined;
|
|
5381
|
+
}>;
|
|
5382
|
+
Solana: z.ZodObject<{
|
|
5383
|
+
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>>;
|
|
5384
|
+
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>>;
|
|
5385
|
+
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>>>;
|
|
5386
|
+
}, "strip", z.ZodTypeAny, {
|
|
5387
|
+
USDC: bigint | null;
|
|
5388
|
+
USDT: bigint | null;
|
|
5389
|
+
SOL: bigint | null;
|
|
5390
|
+
}, {
|
|
5391
|
+
USDC: string | number | null;
|
|
5392
|
+
SOL: string | number | null;
|
|
5393
|
+
USDT?: string | number | null | undefined;
|
|
5394
|
+
}>;
|
|
5395
|
+
Assethub: z.ZodObject<{
|
|
5396
|
+
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>>;
|
|
5397
|
+
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>>;
|
|
5398
|
+
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>>;
|
|
5399
|
+
}, "strip", z.ZodTypeAny, {
|
|
5400
|
+
USDC: bigint | null;
|
|
5401
|
+
USDT: bigint | null;
|
|
5402
|
+
DOT: bigint | null;
|
|
5403
|
+
}, {
|
|
5404
|
+
USDC: string | number | null;
|
|
5405
|
+
USDT: string | number | null;
|
|
5406
|
+
DOT: string | number | null;
|
|
5407
|
+
}>;
|
|
5408
|
+
}, "strip", z.ZodTypeAny, {
|
|
5409
|
+
Bitcoin: {
|
|
5410
|
+
BTC: bigint | null;
|
|
5411
|
+
};
|
|
5412
|
+
Ethereum: {
|
|
5413
|
+
ETH: bigint | null;
|
|
5414
|
+
USDC: bigint | null;
|
|
5415
|
+
FLIP: bigint | null;
|
|
5416
|
+
USDT: bigint | null;
|
|
5417
|
+
WBTC: bigint | null;
|
|
5418
|
+
};
|
|
5419
|
+
Arbitrum: {
|
|
5420
|
+
ETH: bigint | null;
|
|
5421
|
+
USDC: bigint | null;
|
|
5422
|
+
USDT: bigint | null;
|
|
5423
|
+
};
|
|
5424
|
+
Solana: {
|
|
5425
|
+
USDC: bigint | null;
|
|
5426
|
+
USDT: bigint | null;
|
|
5427
|
+
SOL: bigint | null;
|
|
5428
|
+
};
|
|
5429
|
+
Assethub: {
|
|
5430
|
+
USDC: bigint | null;
|
|
5431
|
+
USDT: bigint | null;
|
|
5432
|
+
DOT: bigint | null;
|
|
5433
|
+
};
|
|
5434
|
+
}, {
|
|
5435
|
+
Bitcoin: {
|
|
5436
|
+
BTC: string | number | null;
|
|
5437
|
+
};
|
|
5438
|
+
Ethereum: {
|
|
5439
|
+
ETH: string | number | null;
|
|
5440
|
+
USDC: string | number | null;
|
|
5441
|
+
FLIP: string | number | null;
|
|
5442
|
+
USDT: string | number | null;
|
|
5443
|
+
WBTC?: string | number | null | undefined;
|
|
5444
|
+
};
|
|
5445
|
+
Arbitrum: {
|
|
5446
|
+
ETH: string | number | null;
|
|
5447
|
+
USDC: string | number | null;
|
|
5448
|
+
USDT?: string | number | null | undefined;
|
|
5449
|
+
};
|
|
5450
|
+
Solana: {
|
|
5451
|
+
USDC: string | number | null;
|
|
5452
|
+
SOL: string | number | null;
|
|
5453
|
+
USDT?: string | number | null | undefined;
|
|
5454
|
+
};
|
|
5455
|
+
Assethub: {
|
|
5456
|
+
USDC: string | number | null;
|
|
5457
|
+
USDT: string | number | null;
|
|
5458
|
+
DOT: string | number | null;
|
|
5459
|
+
};
|
|
5460
|
+
}>>;
|
|
5342
5461
|
}, "strip", z.ZodTypeAny, {
|
|
5343
5462
|
minimum_deposit_amounts: {
|
|
5344
5463
|
Bitcoin: {
|
|
@@ -5476,6 +5595,33 @@ declare const rpcResult: {
|
|
|
5476
5595
|
Solana: number;
|
|
5477
5596
|
Assethub: number;
|
|
5478
5597
|
};
|
|
5598
|
+
boost_minimum_add_funds_amounts?: {
|
|
5599
|
+
Bitcoin: {
|
|
5600
|
+
BTC: bigint | null;
|
|
5601
|
+
};
|
|
5602
|
+
Ethereum: {
|
|
5603
|
+
ETH: bigint | null;
|
|
5604
|
+
USDC: bigint | null;
|
|
5605
|
+
FLIP: bigint | null;
|
|
5606
|
+
USDT: bigint | null;
|
|
5607
|
+
WBTC: bigint | null;
|
|
5608
|
+
};
|
|
5609
|
+
Arbitrum: {
|
|
5610
|
+
ETH: bigint | null;
|
|
5611
|
+
USDC: bigint | null;
|
|
5612
|
+
USDT: bigint | null;
|
|
5613
|
+
};
|
|
5614
|
+
Solana: {
|
|
5615
|
+
USDC: bigint | null;
|
|
5616
|
+
USDT: bigint | null;
|
|
5617
|
+
SOL: bigint | null;
|
|
5618
|
+
};
|
|
5619
|
+
Assethub: {
|
|
5620
|
+
USDC: bigint | null;
|
|
5621
|
+
USDT: bigint | null;
|
|
5622
|
+
DOT: bigint | null;
|
|
5623
|
+
};
|
|
5624
|
+
} | undefined;
|
|
5479
5625
|
}, {
|
|
5480
5626
|
minimum_deposit_amounts: {
|
|
5481
5627
|
Bitcoin: {
|
|
@@ -5613,6 +5759,33 @@ declare const rpcResult: {
|
|
|
5613
5759
|
Solana: number;
|
|
5614
5760
|
Assethub: number;
|
|
5615
5761
|
};
|
|
5762
|
+
boost_minimum_add_funds_amounts?: {
|
|
5763
|
+
Bitcoin: {
|
|
5764
|
+
BTC: string | number | null;
|
|
5765
|
+
};
|
|
5766
|
+
Ethereum: {
|
|
5767
|
+
ETH: string | number | null;
|
|
5768
|
+
USDC: string | number | null;
|
|
5769
|
+
FLIP: string | number | null;
|
|
5770
|
+
USDT: string | number | null;
|
|
5771
|
+
WBTC?: string | number | null | undefined;
|
|
5772
|
+
};
|
|
5773
|
+
Arbitrum: {
|
|
5774
|
+
ETH: string | number | null;
|
|
5775
|
+
USDC: string | number | null;
|
|
5776
|
+
USDT?: string | number | null | undefined;
|
|
5777
|
+
};
|
|
5778
|
+
Solana: {
|
|
5779
|
+
USDC: string | number | null;
|
|
5780
|
+
SOL: string | number | null;
|
|
5781
|
+
USDT?: string | number | null | undefined;
|
|
5782
|
+
};
|
|
5783
|
+
Assethub: {
|
|
5784
|
+
USDC: string | number | null;
|
|
5785
|
+
USDT: string | number | null;
|
|
5786
|
+
DOT: string | number | null;
|
|
5787
|
+
};
|
|
5788
|
+
} | undefined;
|
|
5616
5789
|
}>, Omit<{
|
|
5617
5790
|
minimum_deposit_amounts: {
|
|
5618
5791
|
Bitcoin: {
|
|
@@ -5750,6 +5923,33 @@ declare const rpcResult: {
|
|
|
5750
5923
|
Solana: number;
|
|
5751
5924
|
Assethub: number;
|
|
5752
5925
|
};
|
|
5926
|
+
boost_minimum_add_funds_amounts?: {
|
|
5927
|
+
Bitcoin: {
|
|
5928
|
+
BTC: bigint | null;
|
|
5929
|
+
};
|
|
5930
|
+
Ethereum: {
|
|
5931
|
+
ETH: bigint | null;
|
|
5932
|
+
USDC: bigint | null;
|
|
5933
|
+
FLIP: bigint | null;
|
|
5934
|
+
USDT: bigint | null;
|
|
5935
|
+
WBTC: bigint | null;
|
|
5936
|
+
};
|
|
5937
|
+
Arbitrum: {
|
|
5938
|
+
ETH: bigint | null;
|
|
5939
|
+
USDC: bigint | null;
|
|
5940
|
+
USDT: bigint | null;
|
|
5941
|
+
};
|
|
5942
|
+
Solana: {
|
|
5943
|
+
USDC: bigint | null;
|
|
5944
|
+
USDT: bigint | null;
|
|
5945
|
+
SOL: bigint | null;
|
|
5946
|
+
};
|
|
5947
|
+
Assethub: {
|
|
5948
|
+
USDC: bigint | null;
|
|
5949
|
+
USDT: bigint | null;
|
|
5950
|
+
DOT: bigint | null;
|
|
5951
|
+
};
|
|
5952
|
+
} | undefined;
|
|
5753
5953
|
}, "egress_dust_limits"> & {
|
|
5754
5954
|
readonly minimum_egress_amounts: {
|
|
5755
5955
|
Bitcoin: {
|
|
@@ -5915,6 +6115,33 @@ declare const rpcResult: {
|
|
|
5915
6115
|
Solana: number;
|
|
5916
6116
|
Assethub: number;
|
|
5917
6117
|
};
|
|
6118
|
+
boost_minimum_add_funds_amounts?: {
|
|
6119
|
+
Bitcoin: {
|
|
6120
|
+
BTC: string | number | null;
|
|
6121
|
+
};
|
|
6122
|
+
Ethereum: {
|
|
6123
|
+
ETH: string | number | null;
|
|
6124
|
+
USDC: string | number | null;
|
|
6125
|
+
FLIP: string | number | null;
|
|
6126
|
+
USDT: string | number | null;
|
|
6127
|
+
WBTC?: string | number | null | undefined;
|
|
6128
|
+
};
|
|
6129
|
+
Arbitrum: {
|
|
6130
|
+
ETH: string | number | null;
|
|
6131
|
+
USDC: string | number | null;
|
|
6132
|
+
USDT?: string | number | null | undefined;
|
|
6133
|
+
};
|
|
6134
|
+
Solana: {
|
|
6135
|
+
USDC: string | number | null;
|
|
6136
|
+
SOL: string | number | null;
|
|
6137
|
+
USDT?: string | number | null | undefined;
|
|
6138
|
+
};
|
|
6139
|
+
Assethub: {
|
|
6140
|
+
USDC: string | number | null;
|
|
6141
|
+
USDT: string | number | null;
|
|
6142
|
+
DOT: string | number | null;
|
|
6143
|
+
};
|
|
6144
|
+
} | undefined;
|
|
5918
6145
|
}>;
|
|
5919
6146
|
swapping: z.ZodObject<{
|
|
5920
6147
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -12681,6 +12908,33 @@ declare const rpcResult: {
|
|
|
12681
12908
|
Solana: number;
|
|
12682
12909
|
Assethub: number;
|
|
12683
12910
|
};
|
|
12911
|
+
boost_minimum_add_funds_amounts?: {
|
|
12912
|
+
Bitcoin: {
|
|
12913
|
+
BTC: bigint | null;
|
|
12914
|
+
};
|
|
12915
|
+
Ethereum: {
|
|
12916
|
+
ETH: bigint | null;
|
|
12917
|
+
USDC: bigint | null;
|
|
12918
|
+
FLIP: bigint | null;
|
|
12919
|
+
USDT: bigint | null;
|
|
12920
|
+
WBTC: bigint | null;
|
|
12921
|
+
};
|
|
12922
|
+
Arbitrum: {
|
|
12923
|
+
ETH: bigint | null;
|
|
12924
|
+
USDC: bigint | null;
|
|
12925
|
+
USDT: bigint | null;
|
|
12926
|
+
};
|
|
12927
|
+
Solana: {
|
|
12928
|
+
USDC: bigint | null;
|
|
12929
|
+
USDT: bigint | null;
|
|
12930
|
+
SOL: bigint | null;
|
|
12931
|
+
};
|
|
12932
|
+
Assethub: {
|
|
12933
|
+
USDC: bigint | null;
|
|
12934
|
+
USDT: bigint | null;
|
|
12935
|
+
DOT: bigint | null;
|
|
12936
|
+
};
|
|
12937
|
+
} | undefined;
|
|
12684
12938
|
}, "egress_dust_limits"> & {
|
|
12685
12939
|
readonly minimum_egress_amounts: {
|
|
12686
12940
|
Bitcoin: {
|
|
@@ -13679,9 +13933,7 @@ declare const rpcResult: {
|
|
|
13679
13933
|
Solana: number;
|
|
13680
13934
|
Assethub: number;
|
|
13681
13935
|
};
|
|
13682
|
-
|
|
13683
|
-
swapping: {
|
|
13684
|
-
maximum_swap_amounts: {
|
|
13936
|
+
boost_minimum_add_funds_amounts?: {
|
|
13685
13937
|
Bitcoin: {
|
|
13686
13938
|
BTC: string | number | null;
|
|
13687
13939
|
};
|
|
@@ -13707,11 +13959,40 @@ declare const rpcResult: {
|
|
|
13707
13959
|
USDT: string | number | null;
|
|
13708
13960
|
DOT: string | number | null;
|
|
13709
13961
|
};
|
|
13710
|
-
};
|
|
13711
|
-
|
|
13712
|
-
|
|
13713
|
-
|
|
13714
|
-
|
|
13962
|
+
} | undefined;
|
|
13963
|
+
};
|
|
13964
|
+
swapping: {
|
|
13965
|
+
maximum_swap_amounts: {
|
|
13966
|
+
Bitcoin: {
|
|
13967
|
+
BTC: string | number | null;
|
|
13968
|
+
};
|
|
13969
|
+
Ethereum: {
|
|
13970
|
+
ETH: string | number | null;
|
|
13971
|
+
USDC: string | number | null;
|
|
13972
|
+
FLIP: string | number | null;
|
|
13973
|
+
USDT: string | number | null;
|
|
13974
|
+
WBTC?: string | number | null | undefined;
|
|
13975
|
+
};
|
|
13976
|
+
Arbitrum: {
|
|
13977
|
+
ETH: string | number | null;
|
|
13978
|
+
USDC: string | number | null;
|
|
13979
|
+
USDT?: string | number | null | undefined;
|
|
13980
|
+
};
|
|
13981
|
+
Solana: {
|
|
13982
|
+
USDC: string | number | null;
|
|
13983
|
+
SOL: string | number | null;
|
|
13984
|
+
USDT?: string | number | null | undefined;
|
|
13985
|
+
};
|
|
13986
|
+
Assethub: {
|
|
13987
|
+
USDC: string | number | null;
|
|
13988
|
+
USDT: string | number | null;
|
|
13989
|
+
DOT: string | number | null;
|
|
13990
|
+
};
|
|
13991
|
+
};
|
|
13992
|
+
network_fee_hundredth_pips: number;
|
|
13993
|
+
swap_retry_delay_blocks: number;
|
|
13994
|
+
max_swap_retry_duration_blocks: number;
|
|
13995
|
+
max_swap_request_duration_blocks: number;
|
|
13715
13996
|
minimum_chunk_size: {
|
|
13716
13997
|
Bitcoin: {
|
|
13717
13998
|
BTC: string | number | null;
|
|
@@ -14753,6 +15034,125 @@ declare const rpcResult: {
|
|
|
14753
15034
|
Solana: number;
|
|
14754
15035
|
Assethub: number;
|
|
14755
15036
|
}>;
|
|
15037
|
+
boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
|
|
15038
|
+
Bitcoin: z.ZodObject<{
|
|
15039
|
+
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>>;
|
|
15040
|
+
}, "strip", z.ZodTypeAny, {
|
|
15041
|
+
BTC: bigint | null;
|
|
15042
|
+
}, {
|
|
15043
|
+
BTC: string | number | null;
|
|
15044
|
+
}>;
|
|
15045
|
+
Ethereum: z.ZodObject<{
|
|
15046
|
+
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>>;
|
|
15047
|
+
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>>;
|
|
15048
|
+
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>>;
|
|
15049
|
+
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>>;
|
|
15050
|
+
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>>>;
|
|
15051
|
+
}, "strip", z.ZodTypeAny, {
|
|
15052
|
+
ETH: bigint | null;
|
|
15053
|
+
USDC: bigint | null;
|
|
15054
|
+
FLIP: bigint | null;
|
|
15055
|
+
USDT: bigint | null;
|
|
15056
|
+
WBTC: bigint | null;
|
|
15057
|
+
}, {
|
|
15058
|
+
ETH: string | number | null;
|
|
15059
|
+
USDC: string | number | null;
|
|
15060
|
+
FLIP: string | number | null;
|
|
15061
|
+
USDT: string | number | null;
|
|
15062
|
+
WBTC?: string | number | null | undefined;
|
|
15063
|
+
}>;
|
|
15064
|
+
Arbitrum: z.ZodObject<{
|
|
15065
|
+
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>>;
|
|
15066
|
+
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>>;
|
|
15067
|
+
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>>>;
|
|
15068
|
+
}, "strip", z.ZodTypeAny, {
|
|
15069
|
+
ETH: bigint | null;
|
|
15070
|
+
USDC: bigint | null;
|
|
15071
|
+
USDT: bigint | null;
|
|
15072
|
+
}, {
|
|
15073
|
+
ETH: string | number | null;
|
|
15074
|
+
USDC: string | number | null;
|
|
15075
|
+
USDT?: string | number | null | undefined;
|
|
15076
|
+
}>;
|
|
15077
|
+
Solana: z.ZodObject<{
|
|
15078
|
+
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>>;
|
|
15079
|
+
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>>;
|
|
15080
|
+
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>>>;
|
|
15081
|
+
}, "strip", z.ZodTypeAny, {
|
|
15082
|
+
USDC: bigint | null;
|
|
15083
|
+
USDT: bigint | null;
|
|
15084
|
+
SOL: bigint | null;
|
|
15085
|
+
}, {
|
|
15086
|
+
USDC: string | number | null;
|
|
15087
|
+
SOL: string | number | null;
|
|
15088
|
+
USDT?: string | number | null | undefined;
|
|
15089
|
+
}>;
|
|
15090
|
+
Assethub: z.ZodObject<{
|
|
15091
|
+
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>>;
|
|
15092
|
+
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>>;
|
|
15093
|
+
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>>;
|
|
15094
|
+
}, "strip", z.ZodTypeAny, {
|
|
15095
|
+
USDC: bigint | null;
|
|
15096
|
+
USDT: bigint | null;
|
|
15097
|
+
DOT: bigint | null;
|
|
15098
|
+
}, {
|
|
15099
|
+
USDC: string | number | null;
|
|
15100
|
+
USDT: string | number | null;
|
|
15101
|
+
DOT: string | number | null;
|
|
15102
|
+
}>;
|
|
15103
|
+
}, "strip", z.ZodTypeAny, {
|
|
15104
|
+
Bitcoin: {
|
|
15105
|
+
BTC: bigint | null;
|
|
15106
|
+
};
|
|
15107
|
+
Ethereum: {
|
|
15108
|
+
ETH: bigint | null;
|
|
15109
|
+
USDC: bigint | null;
|
|
15110
|
+
FLIP: bigint | null;
|
|
15111
|
+
USDT: bigint | null;
|
|
15112
|
+
WBTC: bigint | null;
|
|
15113
|
+
};
|
|
15114
|
+
Arbitrum: {
|
|
15115
|
+
ETH: bigint | null;
|
|
15116
|
+
USDC: bigint | null;
|
|
15117
|
+
USDT: bigint | null;
|
|
15118
|
+
};
|
|
15119
|
+
Solana: {
|
|
15120
|
+
USDC: bigint | null;
|
|
15121
|
+
USDT: bigint | null;
|
|
15122
|
+
SOL: bigint | null;
|
|
15123
|
+
};
|
|
15124
|
+
Assethub: {
|
|
15125
|
+
USDC: bigint | null;
|
|
15126
|
+
USDT: bigint | null;
|
|
15127
|
+
DOT: bigint | null;
|
|
15128
|
+
};
|
|
15129
|
+
}, {
|
|
15130
|
+
Bitcoin: {
|
|
15131
|
+
BTC: string | number | null;
|
|
15132
|
+
};
|
|
15133
|
+
Ethereum: {
|
|
15134
|
+
ETH: string | number | null;
|
|
15135
|
+
USDC: string | number | null;
|
|
15136
|
+
FLIP: string | number | null;
|
|
15137
|
+
USDT: string | number | null;
|
|
15138
|
+
WBTC?: string | number | null | undefined;
|
|
15139
|
+
};
|
|
15140
|
+
Arbitrum: {
|
|
15141
|
+
ETH: string | number | null;
|
|
15142
|
+
USDC: string | number | null;
|
|
15143
|
+
USDT?: string | number | null | undefined;
|
|
15144
|
+
};
|
|
15145
|
+
Solana: {
|
|
15146
|
+
USDC: string | number | null;
|
|
15147
|
+
SOL: string | number | null;
|
|
15148
|
+
USDT?: string | number | null | undefined;
|
|
15149
|
+
};
|
|
15150
|
+
Assethub: {
|
|
15151
|
+
USDC: string | number | null;
|
|
15152
|
+
USDT: string | number | null;
|
|
15153
|
+
DOT: string | number | null;
|
|
15154
|
+
};
|
|
15155
|
+
}>>;
|
|
14756
15156
|
}, "strip", z.ZodTypeAny, {
|
|
14757
15157
|
minimum_deposit_amounts: {
|
|
14758
15158
|
Bitcoin: {
|
|
@@ -14890,6 +15290,33 @@ declare const rpcResult: {
|
|
|
14890
15290
|
Solana: number;
|
|
14891
15291
|
Assethub: number;
|
|
14892
15292
|
};
|
|
15293
|
+
boost_minimum_add_funds_amounts?: {
|
|
15294
|
+
Bitcoin: {
|
|
15295
|
+
BTC: bigint | null;
|
|
15296
|
+
};
|
|
15297
|
+
Ethereum: {
|
|
15298
|
+
ETH: bigint | null;
|
|
15299
|
+
USDC: bigint | null;
|
|
15300
|
+
FLIP: bigint | null;
|
|
15301
|
+
USDT: bigint | null;
|
|
15302
|
+
WBTC: bigint | null;
|
|
15303
|
+
};
|
|
15304
|
+
Arbitrum: {
|
|
15305
|
+
ETH: bigint | null;
|
|
15306
|
+
USDC: bigint | null;
|
|
15307
|
+
USDT: bigint | null;
|
|
15308
|
+
};
|
|
15309
|
+
Solana: {
|
|
15310
|
+
USDC: bigint | null;
|
|
15311
|
+
USDT: bigint | null;
|
|
15312
|
+
SOL: bigint | null;
|
|
15313
|
+
};
|
|
15314
|
+
Assethub: {
|
|
15315
|
+
USDC: bigint | null;
|
|
15316
|
+
USDT: bigint | null;
|
|
15317
|
+
DOT: bigint | null;
|
|
15318
|
+
};
|
|
15319
|
+
} | undefined;
|
|
14893
15320
|
}, {
|
|
14894
15321
|
minimum_deposit_amounts: {
|
|
14895
15322
|
Bitcoin: {
|
|
@@ -15027,6 +15454,33 @@ declare const rpcResult: {
|
|
|
15027
15454
|
Solana: number;
|
|
15028
15455
|
Assethub: number;
|
|
15029
15456
|
};
|
|
15457
|
+
boost_minimum_add_funds_amounts?: {
|
|
15458
|
+
Bitcoin: {
|
|
15459
|
+
BTC: string | number | null;
|
|
15460
|
+
};
|
|
15461
|
+
Ethereum: {
|
|
15462
|
+
ETH: string | number | null;
|
|
15463
|
+
USDC: string | number | null;
|
|
15464
|
+
FLIP: string | number | null;
|
|
15465
|
+
USDT: string | number | null;
|
|
15466
|
+
WBTC?: string | number | null | undefined;
|
|
15467
|
+
};
|
|
15468
|
+
Arbitrum: {
|
|
15469
|
+
ETH: string | number | null;
|
|
15470
|
+
USDC: string | number | null;
|
|
15471
|
+
USDT?: string | number | null | undefined;
|
|
15472
|
+
};
|
|
15473
|
+
Solana: {
|
|
15474
|
+
USDC: string | number | null;
|
|
15475
|
+
SOL: string | number | null;
|
|
15476
|
+
USDT?: string | number | null | undefined;
|
|
15477
|
+
};
|
|
15478
|
+
Assethub: {
|
|
15479
|
+
USDC: string | number | null;
|
|
15480
|
+
USDT: string | number | null;
|
|
15481
|
+
DOT: string | number | null;
|
|
15482
|
+
};
|
|
15483
|
+
} | undefined;
|
|
15030
15484
|
}>, Omit<{
|
|
15031
15485
|
minimum_deposit_amounts: {
|
|
15032
15486
|
Bitcoin: {
|
|
@@ -15164,6 +15618,33 @@ declare const rpcResult: {
|
|
|
15164
15618
|
Solana: number;
|
|
15165
15619
|
Assethub: number;
|
|
15166
15620
|
};
|
|
15621
|
+
boost_minimum_add_funds_amounts?: {
|
|
15622
|
+
Bitcoin: {
|
|
15623
|
+
BTC: bigint | null;
|
|
15624
|
+
};
|
|
15625
|
+
Ethereum: {
|
|
15626
|
+
ETH: bigint | null;
|
|
15627
|
+
USDC: bigint | null;
|
|
15628
|
+
FLIP: bigint | null;
|
|
15629
|
+
USDT: bigint | null;
|
|
15630
|
+
WBTC: bigint | null;
|
|
15631
|
+
};
|
|
15632
|
+
Arbitrum: {
|
|
15633
|
+
ETH: bigint | null;
|
|
15634
|
+
USDC: bigint | null;
|
|
15635
|
+
USDT: bigint | null;
|
|
15636
|
+
};
|
|
15637
|
+
Solana: {
|
|
15638
|
+
USDC: bigint | null;
|
|
15639
|
+
USDT: bigint | null;
|
|
15640
|
+
SOL: bigint | null;
|
|
15641
|
+
};
|
|
15642
|
+
Assethub: {
|
|
15643
|
+
USDC: bigint | null;
|
|
15644
|
+
USDT: bigint | null;
|
|
15645
|
+
DOT: bigint | null;
|
|
15646
|
+
};
|
|
15647
|
+
} | undefined;
|
|
15167
15648
|
}, "egress_dust_limits"> & {
|
|
15168
15649
|
readonly minimum_egress_amounts: {
|
|
15169
15650
|
Bitcoin: {
|
|
@@ -15329,6 +15810,33 @@ declare const rpcResult: {
|
|
|
15329
15810
|
Solana: number;
|
|
15330
15811
|
Assethub: number;
|
|
15331
15812
|
};
|
|
15813
|
+
boost_minimum_add_funds_amounts?: {
|
|
15814
|
+
Bitcoin: {
|
|
15815
|
+
BTC: string | number | null;
|
|
15816
|
+
};
|
|
15817
|
+
Ethereum: {
|
|
15818
|
+
ETH: string | number | null;
|
|
15819
|
+
USDC: string | number | null;
|
|
15820
|
+
FLIP: string | number | null;
|
|
15821
|
+
USDT: string | number | null;
|
|
15822
|
+
WBTC?: string | number | null | undefined;
|
|
15823
|
+
};
|
|
15824
|
+
Arbitrum: {
|
|
15825
|
+
ETH: string | number | null;
|
|
15826
|
+
USDC: string | number | null;
|
|
15827
|
+
USDT?: string | number | null | undefined;
|
|
15828
|
+
};
|
|
15829
|
+
Solana: {
|
|
15830
|
+
USDC: string | number | null;
|
|
15831
|
+
SOL: string | number | null;
|
|
15832
|
+
USDT?: string | number | null | undefined;
|
|
15833
|
+
};
|
|
15834
|
+
Assethub: {
|
|
15835
|
+
USDC: string | number | null;
|
|
15836
|
+
USDT: string | number | null;
|
|
15837
|
+
DOT: string | number | null;
|
|
15838
|
+
};
|
|
15839
|
+
} | undefined;
|
|
15332
15840
|
}>;
|
|
15333
15841
|
readonly cf_pool_orders: z.ZodObject<{
|
|
15334
15842
|
limit_orders: z.ZodObject<{
|
|
@@ -27423,14 +27931,17 @@ declare const rpcResult: {
|
|
|
27423
27931
|
swaps_enabled: z.ZodBoolean;
|
|
27424
27932
|
withdrawals_enabled: z.ZodBoolean;
|
|
27425
27933
|
broker_registration_enabled: z.ZodBoolean;
|
|
27934
|
+
deposit_enabled: z.ZodBoolean;
|
|
27426
27935
|
}, "strip", z.ZodTypeAny, {
|
|
27427
27936
|
swaps_enabled: boolean;
|
|
27428
27937
|
withdrawals_enabled: boolean;
|
|
27429
27938
|
broker_registration_enabled: boolean;
|
|
27939
|
+
deposit_enabled: boolean;
|
|
27430
27940
|
}, {
|
|
27431
27941
|
swaps_enabled: boolean;
|
|
27432
27942
|
withdrawals_enabled: boolean;
|
|
27433
27943
|
broker_registration_enabled: boolean;
|
|
27944
|
+
deposit_enabled: boolean;
|
|
27434
27945
|
}>;
|
|
27435
27946
|
liquidity_provider: z.ZodObject<{
|
|
27436
27947
|
deposit_enabled: z.ZodBoolean;
|
|
@@ -27526,699 +28037,141 @@ declare const rpcResult: {
|
|
|
27526
28037
|
lending_pools: z.ZodObject<{
|
|
27527
28038
|
add_boost_funds_enabled: z.ZodBoolean;
|
|
27528
28039
|
stop_boosting_enabled: z.ZodBoolean;
|
|
27529
|
-
|
|
27530
|
-
chain: z.
|
|
27531
|
-
asset: z.
|
|
28040
|
+
borrowing: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
28041
|
+
chain: z.ZodString;
|
|
28042
|
+
asset: z.ZodString;
|
|
27532
28043
|
}, "strip", z.ZodTypeAny, {
|
|
27533
|
-
chain:
|
|
27534
|
-
asset:
|
|
28044
|
+
chain: string;
|
|
28045
|
+
asset: string;
|
|
27535
28046
|
}, {
|
|
28047
|
+
chain: string;
|
|
28048
|
+
asset: string;
|
|
28049
|
+
}>, "many">, ({
|
|
27536
28050
|
chain: "Bitcoin";
|
|
27537
28051
|
asset: "BTC";
|
|
27538
|
-
}
|
|
27539
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27540
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
27541
|
-
}, "strip", z.ZodTypeAny, {
|
|
27542
|
-
chain: "Ethereum";
|
|
27543
|
-
asset: "FLIP";
|
|
27544
|
-
}, {
|
|
28052
|
+
} | {
|
|
27545
28053
|
chain: "Ethereum";
|
|
27546
28054
|
asset: "FLIP";
|
|
27547
|
-
}
|
|
27548
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27549
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27550
|
-
}, "strip", z.ZodTypeAny, {
|
|
27551
|
-
chain: "Ethereum";
|
|
27552
|
-
asset: "ETH";
|
|
27553
|
-
}, {
|
|
28055
|
+
} | {
|
|
27554
28056
|
chain: "Ethereum";
|
|
27555
28057
|
asset: "ETH";
|
|
27556
|
-
}
|
|
27557
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27558
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27559
|
-
}, "strip", z.ZodTypeAny, {
|
|
27560
|
-
chain: "Ethereum";
|
|
27561
|
-
asset: "USDC";
|
|
27562
|
-
}, {
|
|
28058
|
+
} | {
|
|
27563
28059
|
chain: "Ethereum";
|
|
27564
28060
|
asset: "USDC";
|
|
27565
|
-
}
|
|
27566
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27567
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27568
|
-
}, "strip", z.ZodTypeAny, {
|
|
27569
|
-
chain: "Ethereum";
|
|
27570
|
-
asset: "USDT";
|
|
27571
|
-
}, {
|
|
28061
|
+
} | {
|
|
27572
28062
|
chain: "Ethereum";
|
|
27573
28063
|
asset: "USDT";
|
|
27574
|
-
}
|
|
27575
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27576
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
27577
|
-
}, "strip", z.ZodTypeAny, {
|
|
27578
|
-
chain: "Ethereum";
|
|
27579
|
-
asset: "WBTC";
|
|
27580
|
-
}, {
|
|
28064
|
+
} | {
|
|
27581
28065
|
chain: "Ethereum";
|
|
27582
28066
|
asset: "WBTC";
|
|
27583
|
-
}
|
|
27584
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27585
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27586
|
-
}, "strip", z.ZodTypeAny, {
|
|
27587
|
-
chain: "Arbitrum";
|
|
27588
|
-
asset: "ETH";
|
|
27589
|
-
}, {
|
|
28067
|
+
} | {
|
|
27590
28068
|
chain: "Arbitrum";
|
|
27591
28069
|
asset: "ETH";
|
|
27592
|
-
}
|
|
27593
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27594
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27595
|
-
}, "strip", z.ZodTypeAny, {
|
|
27596
|
-
chain: "Arbitrum";
|
|
27597
|
-
asset: "USDC";
|
|
27598
|
-
}, {
|
|
28070
|
+
} | {
|
|
27599
28071
|
chain: "Arbitrum";
|
|
27600
28072
|
asset: "USDC";
|
|
27601
|
-
}
|
|
27602
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27603
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27604
|
-
}, "strip", z.ZodTypeAny, {
|
|
27605
|
-
chain: "Arbitrum";
|
|
27606
|
-
asset: "USDT";
|
|
27607
|
-
}, {
|
|
28073
|
+
} | {
|
|
27608
28074
|
chain: "Arbitrum";
|
|
27609
28075
|
asset: "USDT";
|
|
27610
|
-
}
|
|
27611
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27612
|
-
asset: z.ZodLiteral<"SOL">;
|
|
27613
|
-
}, "strip", z.ZodTypeAny, {
|
|
27614
|
-
chain: "Solana";
|
|
27615
|
-
asset: "SOL";
|
|
27616
|
-
}, {
|
|
28076
|
+
} | {
|
|
27617
28077
|
chain: "Solana";
|
|
27618
28078
|
asset: "SOL";
|
|
27619
|
-
}
|
|
27620
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27621
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27622
|
-
}, "strip", z.ZodTypeAny, {
|
|
27623
|
-
chain: "Solana";
|
|
27624
|
-
asset: "USDC";
|
|
27625
|
-
}, {
|
|
28079
|
+
} | {
|
|
27626
28080
|
chain: "Solana";
|
|
27627
28081
|
asset: "USDC";
|
|
27628
|
-
}
|
|
27629
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27630
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27631
|
-
}, "strip", z.ZodTypeAny, {
|
|
27632
|
-
chain: "Solana";
|
|
27633
|
-
asset: "USDT";
|
|
27634
|
-
}, {
|
|
28082
|
+
} | {
|
|
27635
28083
|
chain: "Solana";
|
|
27636
28084
|
asset: "USDT";
|
|
27637
|
-
}
|
|
27638
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27639
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27640
|
-
}, "strip", z.ZodTypeAny, {
|
|
27641
|
-
chain: "Assethub";
|
|
27642
|
-
asset: "DOT";
|
|
27643
|
-
}, {
|
|
28085
|
+
} | {
|
|
27644
28086
|
chain: "Assethub";
|
|
27645
28087
|
asset: "DOT";
|
|
27646
|
-
}
|
|
27647
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27648
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27649
|
-
}, "strip", z.ZodTypeAny, {
|
|
27650
|
-
chain: "Assethub";
|
|
27651
|
-
asset: "USDC";
|
|
27652
|
-
}, {
|
|
28088
|
+
} | {
|
|
27653
28089
|
chain: "Assethub";
|
|
27654
28090
|
asset: "USDC";
|
|
27655
|
-
}
|
|
27656
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27657
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27658
|
-
}, "strip", z.ZodTypeAny, {
|
|
27659
|
-
chain: "Assethub";
|
|
27660
|
-
asset: "USDT";
|
|
27661
|
-
}, {
|
|
28091
|
+
} | {
|
|
27662
28092
|
chain: "Assethub";
|
|
27663
28093
|
asset: "USDT";
|
|
27664
|
-
}
|
|
27665
|
-
|
|
27666
|
-
|
|
27667
|
-
|
|
28094
|
+
})[], {
|
|
28095
|
+
chain: string;
|
|
28096
|
+
asset: string;
|
|
28097
|
+
}[]>;
|
|
28098
|
+
add_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
28099
|
+
chain: z.ZodString;
|
|
28100
|
+
asset: z.ZodString;
|
|
27668
28101
|
}, "strip", z.ZodTypeAny, {
|
|
27669
|
-
chain:
|
|
27670
|
-
asset:
|
|
28102
|
+
chain: string;
|
|
28103
|
+
asset: string;
|
|
27671
28104
|
}, {
|
|
28105
|
+
chain: string;
|
|
28106
|
+
asset: string;
|
|
28107
|
+
}>, "many">, ({
|
|
27672
28108
|
chain: "Bitcoin";
|
|
27673
28109
|
asset: "BTC";
|
|
27674
|
-
}
|
|
27675
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27676
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
27677
|
-
}, "strip", z.ZodTypeAny, {
|
|
27678
|
-
chain: "Ethereum";
|
|
27679
|
-
asset: "FLIP";
|
|
27680
|
-
}, {
|
|
28110
|
+
} | {
|
|
27681
28111
|
chain: "Ethereum";
|
|
27682
28112
|
asset: "FLIP";
|
|
27683
|
-
}
|
|
27684
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27685
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27686
|
-
}, "strip", z.ZodTypeAny, {
|
|
27687
|
-
chain: "Ethereum";
|
|
27688
|
-
asset: "ETH";
|
|
27689
|
-
}, {
|
|
28113
|
+
} | {
|
|
27690
28114
|
chain: "Ethereum";
|
|
27691
28115
|
asset: "ETH";
|
|
27692
|
-
}
|
|
27693
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27694
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27695
|
-
}, "strip", z.ZodTypeAny, {
|
|
27696
|
-
chain: "Ethereum";
|
|
27697
|
-
asset: "USDC";
|
|
27698
|
-
}, {
|
|
28116
|
+
} | {
|
|
27699
28117
|
chain: "Ethereum";
|
|
27700
28118
|
asset: "USDC";
|
|
27701
|
-
}
|
|
27702
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27703
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27704
|
-
}, "strip", z.ZodTypeAny, {
|
|
27705
|
-
chain: "Ethereum";
|
|
27706
|
-
asset: "USDT";
|
|
27707
|
-
}, {
|
|
28119
|
+
} | {
|
|
27708
28120
|
chain: "Ethereum";
|
|
27709
28121
|
asset: "USDT";
|
|
27710
|
-
}
|
|
27711
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27712
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
27713
|
-
}, "strip", z.ZodTypeAny, {
|
|
27714
|
-
chain: "Ethereum";
|
|
27715
|
-
asset: "WBTC";
|
|
27716
|
-
}, {
|
|
28122
|
+
} | {
|
|
27717
28123
|
chain: "Ethereum";
|
|
27718
28124
|
asset: "WBTC";
|
|
27719
|
-
}
|
|
27720
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27721
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27722
|
-
}, "strip", z.ZodTypeAny, {
|
|
27723
|
-
chain: "Arbitrum";
|
|
27724
|
-
asset: "ETH";
|
|
27725
|
-
}, {
|
|
28125
|
+
} | {
|
|
27726
28126
|
chain: "Arbitrum";
|
|
27727
28127
|
asset: "ETH";
|
|
27728
|
-
}
|
|
27729
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27730
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27731
|
-
}, "strip", z.ZodTypeAny, {
|
|
27732
|
-
chain: "Arbitrum";
|
|
27733
|
-
asset: "USDC";
|
|
27734
|
-
}, {
|
|
28128
|
+
} | {
|
|
27735
28129
|
chain: "Arbitrum";
|
|
27736
28130
|
asset: "USDC";
|
|
27737
|
-
}
|
|
27738
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27739
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27740
|
-
}, "strip", z.ZodTypeAny, {
|
|
27741
|
-
chain: "Arbitrum";
|
|
27742
|
-
asset: "USDT";
|
|
27743
|
-
}, {
|
|
28131
|
+
} | {
|
|
27744
28132
|
chain: "Arbitrum";
|
|
27745
28133
|
asset: "USDT";
|
|
27746
|
-
}
|
|
27747
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27748
|
-
asset: z.ZodLiteral<"SOL">;
|
|
27749
|
-
}, "strip", z.ZodTypeAny, {
|
|
27750
|
-
chain: "Solana";
|
|
27751
|
-
asset: "SOL";
|
|
27752
|
-
}, {
|
|
28134
|
+
} | {
|
|
27753
28135
|
chain: "Solana";
|
|
27754
28136
|
asset: "SOL";
|
|
27755
|
-
}
|
|
27756
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27757
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27758
|
-
}, "strip", z.ZodTypeAny, {
|
|
27759
|
-
chain: "Solana";
|
|
27760
|
-
asset: "USDC";
|
|
27761
|
-
}, {
|
|
28137
|
+
} | {
|
|
27762
28138
|
chain: "Solana";
|
|
27763
28139
|
asset: "USDC";
|
|
27764
|
-
}
|
|
27765
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27766
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27767
|
-
}, "strip", z.ZodTypeAny, {
|
|
27768
|
-
chain: "Solana";
|
|
27769
|
-
asset: "USDT";
|
|
27770
|
-
}, {
|
|
28140
|
+
} | {
|
|
27771
28141
|
chain: "Solana";
|
|
27772
28142
|
asset: "USDT";
|
|
27773
|
-
}
|
|
27774
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27775
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27776
|
-
}, "strip", z.ZodTypeAny, {
|
|
27777
|
-
chain: "Assethub";
|
|
27778
|
-
asset: "DOT";
|
|
27779
|
-
}, {
|
|
28143
|
+
} | {
|
|
27780
28144
|
chain: "Assethub";
|
|
27781
28145
|
asset: "DOT";
|
|
27782
|
-
}
|
|
27783
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27784
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27785
|
-
}, "strip", z.ZodTypeAny, {
|
|
27786
|
-
chain: "Assethub";
|
|
27787
|
-
asset: "USDC";
|
|
27788
|
-
}, {
|
|
28146
|
+
} | {
|
|
27789
28147
|
chain: "Assethub";
|
|
27790
28148
|
asset: "USDC";
|
|
27791
|
-
}
|
|
27792
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27793
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27794
|
-
}, "strip", z.ZodTypeAny, {
|
|
27795
|
-
chain: "Assethub";
|
|
27796
|
-
asset: "USDT";
|
|
27797
|
-
}, {
|
|
28149
|
+
} | {
|
|
27798
28150
|
chain: "Assethub";
|
|
27799
28151
|
asset: "USDT";
|
|
27800
|
-
}
|
|
27801
|
-
|
|
27802
|
-
|
|
27803
|
-
|
|
28152
|
+
})[], {
|
|
28153
|
+
chain: string;
|
|
28154
|
+
asset: string;
|
|
28155
|
+
}[]>;
|
|
28156
|
+
withdraw_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
28157
|
+
chain: z.ZodString;
|
|
28158
|
+
asset: z.ZodString;
|
|
27804
28159
|
}, "strip", z.ZodTypeAny, {
|
|
27805
|
-
chain:
|
|
27806
|
-
asset:
|
|
28160
|
+
chain: string;
|
|
28161
|
+
asset: string;
|
|
27807
28162
|
}, {
|
|
28163
|
+
chain: string;
|
|
28164
|
+
asset: string;
|
|
28165
|
+
}>, "many">, ({
|
|
27808
28166
|
chain: "Bitcoin";
|
|
27809
28167
|
asset: "BTC";
|
|
27810
|
-
}
|
|
27811
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27812
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
27813
|
-
}, "strip", z.ZodTypeAny, {
|
|
27814
|
-
chain: "Ethereum";
|
|
27815
|
-
asset: "FLIP";
|
|
27816
|
-
}, {
|
|
28168
|
+
} | {
|
|
27817
28169
|
chain: "Ethereum";
|
|
27818
28170
|
asset: "FLIP";
|
|
27819
|
-
}
|
|
27820
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27821
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27822
|
-
}, "strip", z.ZodTypeAny, {
|
|
28171
|
+
} | {
|
|
27823
28172
|
chain: "Ethereum";
|
|
27824
28173
|
asset: "ETH";
|
|
27825
|
-
}
|
|
27826
|
-
chain: "Ethereum";
|
|
27827
|
-
asset: "ETH";
|
|
27828
|
-
}>, z.ZodObject<{
|
|
27829
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27830
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27831
|
-
}, "strip", z.ZodTypeAny, {
|
|
27832
|
-
chain: "Ethereum";
|
|
27833
|
-
asset: "USDC";
|
|
27834
|
-
}, {
|
|
27835
|
-
chain: "Ethereum";
|
|
27836
|
-
asset: "USDC";
|
|
27837
|
-
}>, z.ZodObject<{
|
|
27838
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27839
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27840
|
-
}, "strip", z.ZodTypeAny, {
|
|
27841
|
-
chain: "Ethereum";
|
|
27842
|
-
asset: "USDT";
|
|
27843
|
-
}, {
|
|
27844
|
-
chain: "Ethereum";
|
|
27845
|
-
asset: "USDT";
|
|
27846
|
-
}>, z.ZodObject<{
|
|
27847
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27848
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
27849
|
-
}, "strip", z.ZodTypeAny, {
|
|
27850
|
-
chain: "Ethereum";
|
|
27851
|
-
asset: "WBTC";
|
|
27852
|
-
}, {
|
|
27853
|
-
chain: "Ethereum";
|
|
27854
|
-
asset: "WBTC";
|
|
27855
|
-
}>, z.ZodObject<{
|
|
27856
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27857
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27858
|
-
}, "strip", z.ZodTypeAny, {
|
|
27859
|
-
chain: "Arbitrum";
|
|
27860
|
-
asset: "ETH";
|
|
27861
|
-
}, {
|
|
27862
|
-
chain: "Arbitrum";
|
|
27863
|
-
asset: "ETH";
|
|
27864
|
-
}>, z.ZodObject<{
|
|
27865
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27866
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27867
|
-
}, "strip", z.ZodTypeAny, {
|
|
27868
|
-
chain: "Arbitrum";
|
|
27869
|
-
asset: "USDC";
|
|
27870
|
-
}, {
|
|
27871
|
-
chain: "Arbitrum";
|
|
27872
|
-
asset: "USDC";
|
|
27873
|
-
}>, z.ZodObject<{
|
|
27874
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27875
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27876
|
-
}, "strip", z.ZodTypeAny, {
|
|
27877
|
-
chain: "Arbitrum";
|
|
27878
|
-
asset: "USDT";
|
|
27879
|
-
}, {
|
|
27880
|
-
chain: "Arbitrum";
|
|
27881
|
-
asset: "USDT";
|
|
27882
|
-
}>, z.ZodObject<{
|
|
27883
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27884
|
-
asset: z.ZodLiteral<"SOL">;
|
|
27885
|
-
}, "strip", z.ZodTypeAny, {
|
|
27886
|
-
chain: "Solana";
|
|
27887
|
-
asset: "SOL";
|
|
27888
|
-
}, {
|
|
27889
|
-
chain: "Solana";
|
|
27890
|
-
asset: "SOL";
|
|
27891
|
-
}>, z.ZodObject<{
|
|
27892
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27893
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27894
|
-
}, "strip", z.ZodTypeAny, {
|
|
27895
|
-
chain: "Solana";
|
|
27896
|
-
asset: "USDC";
|
|
27897
|
-
}, {
|
|
27898
|
-
chain: "Solana";
|
|
27899
|
-
asset: "USDC";
|
|
27900
|
-
}>, z.ZodObject<{
|
|
27901
|
-
chain: z.ZodLiteral<"Solana">;
|
|
27902
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27903
|
-
}, "strip", z.ZodTypeAny, {
|
|
27904
|
-
chain: "Solana";
|
|
27905
|
-
asset: "USDT";
|
|
27906
|
-
}, {
|
|
27907
|
-
chain: "Solana";
|
|
27908
|
-
asset: "USDT";
|
|
27909
|
-
}>, z.ZodObject<{
|
|
27910
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27911
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27912
|
-
}, "strip", z.ZodTypeAny, {
|
|
27913
|
-
chain: "Assethub";
|
|
27914
|
-
asset: "DOT";
|
|
27915
|
-
}, {
|
|
27916
|
-
chain: "Assethub";
|
|
27917
|
-
asset: "DOT";
|
|
27918
|
-
}>, z.ZodObject<{
|
|
27919
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27920
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27921
|
-
}, "strip", z.ZodTypeAny, {
|
|
27922
|
-
chain: "Assethub";
|
|
27923
|
-
asset: "USDC";
|
|
27924
|
-
}, {
|
|
27925
|
-
chain: "Assethub";
|
|
27926
|
-
asset: "USDC";
|
|
27927
|
-
}>, z.ZodObject<{
|
|
27928
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
27929
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27930
|
-
}, "strip", z.ZodTypeAny, {
|
|
27931
|
-
chain: "Assethub";
|
|
27932
|
-
asset: "USDT";
|
|
27933
|
-
}, {
|
|
27934
|
-
chain: "Assethub";
|
|
27935
|
-
asset: "USDT";
|
|
27936
|
-
}>]>, "many">;
|
|
27937
|
-
add_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
27938
|
-
chain: z.ZodLiteral<"Bitcoin">;
|
|
27939
|
-
asset: z.ZodLiteral<"BTC">;
|
|
27940
|
-
}, "strip", z.ZodTypeAny, {
|
|
27941
|
-
chain: "Bitcoin";
|
|
27942
|
-
asset: "BTC";
|
|
27943
|
-
}, {
|
|
27944
|
-
chain: "Bitcoin";
|
|
27945
|
-
asset: "BTC";
|
|
27946
|
-
}>, z.ZodObject<{
|
|
27947
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27948
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
27949
|
-
}, "strip", z.ZodTypeAny, {
|
|
27950
|
-
chain: "Ethereum";
|
|
27951
|
-
asset: "FLIP";
|
|
27952
|
-
}, {
|
|
27953
|
-
chain: "Ethereum";
|
|
27954
|
-
asset: "FLIP";
|
|
27955
|
-
}>, z.ZodObject<{
|
|
27956
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27957
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27958
|
-
}, "strip", z.ZodTypeAny, {
|
|
27959
|
-
chain: "Ethereum";
|
|
27960
|
-
asset: "ETH";
|
|
27961
|
-
}, {
|
|
27962
|
-
chain: "Ethereum";
|
|
27963
|
-
asset: "ETH";
|
|
27964
|
-
}>, z.ZodObject<{
|
|
27965
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27966
|
-
asset: z.ZodLiteral<"USDC">;
|
|
27967
|
-
}, "strip", z.ZodTypeAny, {
|
|
27968
|
-
chain: "Ethereum";
|
|
27969
|
-
asset: "USDC";
|
|
27970
|
-
}, {
|
|
27971
|
-
chain: "Ethereum";
|
|
27972
|
-
asset: "USDC";
|
|
27973
|
-
}>, z.ZodObject<{
|
|
27974
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27975
|
-
asset: z.ZodLiteral<"USDT">;
|
|
27976
|
-
}, "strip", z.ZodTypeAny, {
|
|
27977
|
-
chain: "Ethereum";
|
|
27978
|
-
asset: "USDT";
|
|
27979
|
-
}, {
|
|
27980
|
-
chain: "Ethereum";
|
|
27981
|
-
asset: "USDT";
|
|
27982
|
-
}>, z.ZodObject<{
|
|
27983
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
27984
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
27985
|
-
}, "strip", z.ZodTypeAny, {
|
|
27986
|
-
chain: "Ethereum";
|
|
27987
|
-
asset: "WBTC";
|
|
27988
|
-
}, {
|
|
27989
|
-
chain: "Ethereum";
|
|
27990
|
-
asset: "WBTC";
|
|
27991
|
-
}>, z.ZodObject<{
|
|
27992
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
27993
|
-
asset: z.ZodLiteral<"ETH">;
|
|
27994
|
-
}, "strip", z.ZodTypeAny, {
|
|
27995
|
-
chain: "Arbitrum";
|
|
27996
|
-
asset: "ETH";
|
|
27997
|
-
}, {
|
|
27998
|
-
chain: "Arbitrum";
|
|
27999
|
-
asset: "ETH";
|
|
28000
|
-
}>, z.ZodObject<{
|
|
28001
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
28002
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28003
|
-
}, "strip", z.ZodTypeAny, {
|
|
28004
|
-
chain: "Arbitrum";
|
|
28005
|
-
asset: "USDC";
|
|
28006
|
-
}, {
|
|
28007
|
-
chain: "Arbitrum";
|
|
28008
|
-
asset: "USDC";
|
|
28009
|
-
}>, z.ZodObject<{
|
|
28010
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
28011
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28012
|
-
}, "strip", z.ZodTypeAny, {
|
|
28013
|
-
chain: "Arbitrum";
|
|
28014
|
-
asset: "USDT";
|
|
28015
|
-
}, {
|
|
28016
|
-
chain: "Arbitrum";
|
|
28017
|
-
asset: "USDT";
|
|
28018
|
-
}>, z.ZodObject<{
|
|
28019
|
-
chain: z.ZodLiteral<"Solana">;
|
|
28020
|
-
asset: z.ZodLiteral<"SOL">;
|
|
28021
|
-
}, "strip", z.ZodTypeAny, {
|
|
28022
|
-
chain: "Solana";
|
|
28023
|
-
asset: "SOL";
|
|
28024
|
-
}, {
|
|
28025
|
-
chain: "Solana";
|
|
28026
|
-
asset: "SOL";
|
|
28027
|
-
}>, z.ZodObject<{
|
|
28028
|
-
chain: z.ZodLiteral<"Solana">;
|
|
28029
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28030
|
-
}, "strip", z.ZodTypeAny, {
|
|
28031
|
-
chain: "Solana";
|
|
28032
|
-
asset: "USDC";
|
|
28033
|
-
}, {
|
|
28034
|
-
chain: "Solana";
|
|
28035
|
-
asset: "USDC";
|
|
28036
|
-
}>, z.ZodObject<{
|
|
28037
|
-
chain: z.ZodLiteral<"Solana">;
|
|
28038
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28039
|
-
}, "strip", z.ZodTypeAny, {
|
|
28040
|
-
chain: "Solana";
|
|
28041
|
-
asset: "USDT";
|
|
28042
|
-
}, {
|
|
28043
|
-
chain: "Solana";
|
|
28044
|
-
asset: "USDT";
|
|
28045
|
-
}>, z.ZodObject<{
|
|
28046
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
28047
|
-
asset: z.ZodLiteral<"DOT">;
|
|
28048
|
-
}, "strip", z.ZodTypeAny, {
|
|
28049
|
-
chain: "Assethub";
|
|
28050
|
-
asset: "DOT";
|
|
28051
|
-
}, {
|
|
28052
|
-
chain: "Assethub";
|
|
28053
|
-
asset: "DOT";
|
|
28054
|
-
}>, z.ZodObject<{
|
|
28055
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
28056
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28057
|
-
}, "strip", z.ZodTypeAny, {
|
|
28058
|
-
chain: "Assethub";
|
|
28059
|
-
asset: "USDC";
|
|
28060
|
-
}, {
|
|
28061
|
-
chain: "Assethub";
|
|
28062
|
-
asset: "USDC";
|
|
28063
|
-
}>, z.ZodObject<{
|
|
28064
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
28065
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28066
|
-
}, "strip", z.ZodTypeAny, {
|
|
28067
|
-
chain: "Assethub";
|
|
28068
|
-
asset: "USDT";
|
|
28069
|
-
}, {
|
|
28070
|
-
chain: "Assethub";
|
|
28071
|
-
asset: "USDT";
|
|
28072
|
-
}>]>, "many">;
|
|
28073
|
-
remove_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
28074
|
-
chain: z.ZodLiteral<"Bitcoin">;
|
|
28075
|
-
asset: z.ZodLiteral<"BTC">;
|
|
28076
|
-
}, "strip", z.ZodTypeAny, {
|
|
28077
|
-
chain: "Bitcoin";
|
|
28078
|
-
asset: "BTC";
|
|
28079
|
-
}, {
|
|
28080
|
-
chain: "Bitcoin";
|
|
28081
|
-
asset: "BTC";
|
|
28082
|
-
}>, z.ZodObject<{
|
|
28083
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
28084
|
-
asset: z.ZodLiteral<"FLIP">;
|
|
28085
|
-
}, "strip", z.ZodTypeAny, {
|
|
28086
|
-
chain: "Ethereum";
|
|
28087
|
-
asset: "FLIP";
|
|
28088
|
-
}, {
|
|
28089
|
-
chain: "Ethereum";
|
|
28090
|
-
asset: "FLIP";
|
|
28091
|
-
}>, z.ZodObject<{
|
|
28092
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
28093
|
-
asset: z.ZodLiteral<"ETH">;
|
|
28094
|
-
}, "strip", z.ZodTypeAny, {
|
|
28095
|
-
chain: "Ethereum";
|
|
28096
|
-
asset: "ETH";
|
|
28097
|
-
}, {
|
|
28098
|
-
chain: "Ethereum";
|
|
28099
|
-
asset: "ETH";
|
|
28100
|
-
}>, z.ZodObject<{
|
|
28101
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
28102
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28103
|
-
}, "strip", z.ZodTypeAny, {
|
|
28104
|
-
chain: "Ethereum";
|
|
28105
|
-
asset: "USDC";
|
|
28106
|
-
}, {
|
|
28107
|
-
chain: "Ethereum";
|
|
28108
|
-
asset: "USDC";
|
|
28109
|
-
}>, z.ZodObject<{
|
|
28110
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
28111
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28112
|
-
}, "strip", z.ZodTypeAny, {
|
|
28113
|
-
chain: "Ethereum";
|
|
28114
|
-
asset: "USDT";
|
|
28115
|
-
}, {
|
|
28116
|
-
chain: "Ethereum";
|
|
28117
|
-
asset: "USDT";
|
|
28118
|
-
}>, z.ZodObject<{
|
|
28119
|
-
chain: z.ZodLiteral<"Ethereum">;
|
|
28120
|
-
asset: z.ZodLiteral<"WBTC">;
|
|
28121
|
-
}, "strip", z.ZodTypeAny, {
|
|
28122
|
-
chain: "Ethereum";
|
|
28123
|
-
asset: "WBTC";
|
|
28124
|
-
}, {
|
|
28125
|
-
chain: "Ethereum";
|
|
28126
|
-
asset: "WBTC";
|
|
28127
|
-
}>, z.ZodObject<{
|
|
28128
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
28129
|
-
asset: z.ZodLiteral<"ETH">;
|
|
28130
|
-
}, "strip", z.ZodTypeAny, {
|
|
28131
|
-
chain: "Arbitrum";
|
|
28132
|
-
asset: "ETH";
|
|
28133
|
-
}, {
|
|
28134
|
-
chain: "Arbitrum";
|
|
28135
|
-
asset: "ETH";
|
|
28136
|
-
}>, z.ZodObject<{
|
|
28137
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
28138
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28139
|
-
}, "strip", z.ZodTypeAny, {
|
|
28140
|
-
chain: "Arbitrum";
|
|
28141
|
-
asset: "USDC";
|
|
28142
|
-
}, {
|
|
28143
|
-
chain: "Arbitrum";
|
|
28144
|
-
asset: "USDC";
|
|
28145
|
-
}>, z.ZodObject<{
|
|
28146
|
-
chain: z.ZodLiteral<"Arbitrum">;
|
|
28147
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28148
|
-
}, "strip", z.ZodTypeAny, {
|
|
28149
|
-
chain: "Arbitrum";
|
|
28150
|
-
asset: "USDT";
|
|
28151
|
-
}, {
|
|
28152
|
-
chain: "Arbitrum";
|
|
28153
|
-
asset: "USDT";
|
|
28154
|
-
}>, z.ZodObject<{
|
|
28155
|
-
chain: z.ZodLiteral<"Solana">;
|
|
28156
|
-
asset: z.ZodLiteral<"SOL">;
|
|
28157
|
-
}, "strip", z.ZodTypeAny, {
|
|
28158
|
-
chain: "Solana";
|
|
28159
|
-
asset: "SOL";
|
|
28160
|
-
}, {
|
|
28161
|
-
chain: "Solana";
|
|
28162
|
-
asset: "SOL";
|
|
28163
|
-
}>, z.ZodObject<{
|
|
28164
|
-
chain: z.ZodLiteral<"Solana">;
|
|
28165
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28166
|
-
}, "strip", z.ZodTypeAny, {
|
|
28167
|
-
chain: "Solana";
|
|
28168
|
-
asset: "USDC";
|
|
28169
|
-
}, {
|
|
28170
|
-
chain: "Solana";
|
|
28171
|
-
asset: "USDC";
|
|
28172
|
-
}>, z.ZodObject<{
|
|
28173
|
-
chain: z.ZodLiteral<"Solana">;
|
|
28174
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28175
|
-
}, "strip", z.ZodTypeAny, {
|
|
28176
|
-
chain: "Solana";
|
|
28177
|
-
asset: "USDT";
|
|
28178
|
-
}, {
|
|
28179
|
-
chain: "Solana";
|
|
28180
|
-
asset: "USDT";
|
|
28181
|
-
}>, z.ZodObject<{
|
|
28182
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
28183
|
-
asset: z.ZodLiteral<"DOT">;
|
|
28184
|
-
}, "strip", z.ZodTypeAny, {
|
|
28185
|
-
chain: "Assethub";
|
|
28186
|
-
asset: "DOT";
|
|
28187
|
-
}, {
|
|
28188
|
-
chain: "Assethub";
|
|
28189
|
-
asset: "DOT";
|
|
28190
|
-
}>, z.ZodObject<{
|
|
28191
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
28192
|
-
asset: z.ZodLiteral<"USDC">;
|
|
28193
|
-
}, "strip", z.ZodTypeAny, {
|
|
28194
|
-
chain: "Assethub";
|
|
28195
|
-
asset: "USDC";
|
|
28196
|
-
}, {
|
|
28197
|
-
chain: "Assethub";
|
|
28198
|
-
asset: "USDC";
|
|
28199
|
-
}>, z.ZodObject<{
|
|
28200
|
-
chain: z.ZodLiteral<"Assethub">;
|
|
28201
|
-
asset: z.ZodLiteral<"USDT">;
|
|
28202
|
-
}, "strip", z.ZodTypeAny, {
|
|
28203
|
-
chain: "Assethub";
|
|
28204
|
-
asset: "USDT";
|
|
28205
|
-
}, {
|
|
28206
|
-
chain: "Assethub";
|
|
28207
|
-
asset: "USDT";
|
|
28208
|
-
}>]>, "many">;
|
|
28209
|
-
}, "strip", z.ZodTypeAny, {
|
|
28210
|
-
add_boost_funds_enabled: boolean;
|
|
28211
|
-
stop_boosting_enabled: boolean;
|
|
28212
|
-
borrowing_enabled: ({
|
|
28213
|
-
chain: "Bitcoin";
|
|
28214
|
-
asset: "BTC";
|
|
28215
|
-
} | {
|
|
28216
|
-
chain: "Ethereum";
|
|
28217
|
-
asset: "FLIP";
|
|
28218
|
-
} | {
|
|
28219
|
-
chain: "Ethereum";
|
|
28220
|
-
asset: "ETH";
|
|
28221
|
-
} | {
|
|
28174
|
+
} | {
|
|
28222
28175
|
chain: "Ethereum";
|
|
28223
28176
|
asset: "USDC";
|
|
28224
28177
|
} | {
|
|
@@ -28254,100 +28207,20 @@ declare const rpcResult: {
|
|
|
28254
28207
|
} | {
|
|
28255
28208
|
chain: "Assethub";
|
|
28256
28209
|
asset: "USDT";
|
|
28257
|
-
})[]
|
|
28258
|
-
|
|
28259
|
-
|
|
28260
|
-
|
|
28261
|
-
|
|
28262
|
-
chain:
|
|
28263
|
-
asset:
|
|
28264
|
-
}
|
|
28265
|
-
chain:
|
|
28266
|
-
asset:
|
|
28267
|
-
}
|
|
28268
|
-
chain:
|
|
28269
|
-
asset:
|
|
28270
|
-
}
|
|
28271
|
-
chain: "Ethereum";
|
|
28272
|
-
asset: "USDT";
|
|
28273
|
-
} | {
|
|
28274
|
-
chain: "Ethereum";
|
|
28275
|
-
asset: "WBTC";
|
|
28276
|
-
} | {
|
|
28277
|
-
chain: "Arbitrum";
|
|
28278
|
-
asset: "ETH";
|
|
28279
|
-
} | {
|
|
28280
|
-
chain: "Arbitrum";
|
|
28281
|
-
asset: "USDC";
|
|
28282
|
-
} | {
|
|
28283
|
-
chain: "Arbitrum";
|
|
28284
|
-
asset: "USDT";
|
|
28285
|
-
} | {
|
|
28286
|
-
chain: "Solana";
|
|
28287
|
-
asset: "SOL";
|
|
28288
|
-
} | {
|
|
28289
|
-
chain: "Solana";
|
|
28290
|
-
asset: "USDC";
|
|
28291
|
-
} | {
|
|
28292
|
-
chain: "Solana";
|
|
28293
|
-
asset: "USDT";
|
|
28294
|
-
} | {
|
|
28295
|
-
chain: "Assethub";
|
|
28296
|
-
asset: "DOT";
|
|
28297
|
-
} | {
|
|
28298
|
-
chain: "Assethub";
|
|
28299
|
-
asset: "USDC";
|
|
28300
|
-
} | {
|
|
28301
|
-
chain: "Assethub";
|
|
28302
|
-
asset: "USDT";
|
|
28303
|
-
})[];
|
|
28304
|
-
withdraw_lender_funds_enabled: ({
|
|
28305
|
-
chain: "Bitcoin";
|
|
28306
|
-
asset: "BTC";
|
|
28307
|
-
} | {
|
|
28308
|
-
chain: "Ethereum";
|
|
28309
|
-
asset: "FLIP";
|
|
28310
|
-
} | {
|
|
28311
|
-
chain: "Ethereum";
|
|
28312
|
-
asset: "ETH";
|
|
28313
|
-
} | {
|
|
28314
|
-
chain: "Ethereum";
|
|
28315
|
-
asset: "USDC";
|
|
28316
|
-
} | {
|
|
28317
|
-
chain: "Ethereum";
|
|
28318
|
-
asset: "USDT";
|
|
28319
|
-
} | {
|
|
28320
|
-
chain: "Ethereum";
|
|
28321
|
-
asset: "WBTC";
|
|
28322
|
-
} | {
|
|
28323
|
-
chain: "Arbitrum";
|
|
28324
|
-
asset: "ETH";
|
|
28325
|
-
} | {
|
|
28326
|
-
chain: "Arbitrum";
|
|
28327
|
-
asset: "USDC";
|
|
28328
|
-
} | {
|
|
28329
|
-
chain: "Arbitrum";
|
|
28330
|
-
asset: "USDT";
|
|
28331
|
-
} | {
|
|
28332
|
-
chain: "Solana";
|
|
28333
|
-
asset: "SOL";
|
|
28334
|
-
} | {
|
|
28335
|
-
chain: "Solana";
|
|
28336
|
-
asset: "USDC";
|
|
28337
|
-
} | {
|
|
28338
|
-
chain: "Solana";
|
|
28339
|
-
asset: "USDT";
|
|
28340
|
-
} | {
|
|
28341
|
-
chain: "Assethub";
|
|
28342
|
-
asset: "DOT";
|
|
28343
|
-
} | {
|
|
28344
|
-
chain: "Assethub";
|
|
28345
|
-
asset: "USDC";
|
|
28346
|
-
} | {
|
|
28347
|
-
chain: "Assethub";
|
|
28348
|
-
asset: "USDT";
|
|
28349
|
-
})[];
|
|
28350
|
-
add_collateral_enabled: ({
|
|
28210
|
+
})[], {
|
|
28211
|
+
chain: string;
|
|
28212
|
+
asset: string;
|
|
28213
|
+
}[]>;
|
|
28214
|
+
add_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
28215
|
+
chain: z.ZodString;
|
|
28216
|
+
asset: z.ZodString;
|
|
28217
|
+
}, "strip", z.ZodTypeAny, {
|
|
28218
|
+
chain: string;
|
|
28219
|
+
asset: string;
|
|
28220
|
+
}, {
|
|
28221
|
+
chain: string;
|
|
28222
|
+
asset: string;
|
|
28223
|
+
}>, "many">, ({
|
|
28351
28224
|
chain: "Bitcoin";
|
|
28352
28225
|
asset: "BTC";
|
|
28353
28226
|
} | {
|
|
@@ -28392,8 +28265,20 @@ declare const rpcResult: {
|
|
|
28392
28265
|
} | {
|
|
28393
28266
|
chain: "Assethub";
|
|
28394
28267
|
asset: "USDT";
|
|
28395
|
-
})[]
|
|
28396
|
-
|
|
28268
|
+
})[], {
|
|
28269
|
+
chain: string;
|
|
28270
|
+
asset: string;
|
|
28271
|
+
}[]>;
|
|
28272
|
+
remove_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
28273
|
+
chain: z.ZodString;
|
|
28274
|
+
asset: z.ZodString;
|
|
28275
|
+
}, "strip", z.ZodTypeAny, {
|
|
28276
|
+
chain: string;
|
|
28277
|
+
asset: string;
|
|
28278
|
+
}, {
|
|
28279
|
+
chain: string;
|
|
28280
|
+
asset: string;
|
|
28281
|
+
}>, "many">, ({
|
|
28397
28282
|
chain: "Bitcoin";
|
|
28398
28283
|
asset: "BTC";
|
|
28399
28284
|
} | {
|
|
@@ -28438,11 +28323,15 @@ declare const rpcResult: {
|
|
|
28438
28323
|
} | {
|
|
28439
28324
|
chain: "Assethub";
|
|
28440
28325
|
asset: "USDT";
|
|
28441
|
-
})[]
|
|
28442
|
-
|
|
28326
|
+
})[], {
|
|
28327
|
+
chain: string;
|
|
28328
|
+
asset: string;
|
|
28329
|
+
}[]>;
|
|
28330
|
+
liquidations_enabled: z.ZodBoolean;
|
|
28331
|
+
}, "strip", z.ZodTypeAny, {
|
|
28443
28332
|
add_boost_funds_enabled: boolean;
|
|
28444
28333
|
stop_boosting_enabled: boolean;
|
|
28445
|
-
|
|
28334
|
+
borrowing: ({
|
|
28446
28335
|
chain: "Bitcoin";
|
|
28447
28336
|
asset: "BTC";
|
|
28448
28337
|
} | {
|
|
@@ -28488,7 +28377,7 @@ declare const rpcResult: {
|
|
|
28488
28377
|
chain: "Assethub";
|
|
28489
28378
|
asset: "USDT";
|
|
28490
28379
|
})[];
|
|
28491
|
-
|
|
28380
|
+
add_lender_funds: ({
|
|
28492
28381
|
chain: "Bitcoin";
|
|
28493
28382
|
asset: "BTC";
|
|
28494
28383
|
} | {
|
|
@@ -28534,7 +28423,7 @@ declare const rpcResult: {
|
|
|
28534
28423
|
chain: "Assethub";
|
|
28535
28424
|
asset: "USDT";
|
|
28536
28425
|
})[];
|
|
28537
|
-
|
|
28426
|
+
withdraw_lender_funds: ({
|
|
28538
28427
|
chain: "Bitcoin";
|
|
28539
28428
|
asset: "BTC";
|
|
28540
28429
|
} | {
|
|
@@ -28580,7 +28469,7 @@ declare const rpcResult: {
|
|
|
28580
28469
|
chain: "Assethub";
|
|
28581
28470
|
asset: "USDT";
|
|
28582
28471
|
})[];
|
|
28583
|
-
|
|
28472
|
+
add_collateral: ({
|
|
28584
28473
|
chain: "Bitcoin";
|
|
28585
28474
|
asset: "BTC";
|
|
28586
28475
|
} | {
|
|
@@ -28626,7 +28515,7 @@ declare const rpcResult: {
|
|
|
28626
28515
|
chain: "Assethub";
|
|
28627
28516
|
asset: "USDT";
|
|
28628
28517
|
})[];
|
|
28629
|
-
|
|
28518
|
+
remove_collateral: ({
|
|
28630
28519
|
chain: "Bitcoin";
|
|
28631
28520
|
asset: "BTC";
|
|
28632
28521
|
} | {
|
|
@@ -28672,6 +28561,31 @@ declare const rpcResult: {
|
|
|
28672
28561
|
chain: "Assethub";
|
|
28673
28562
|
asset: "USDT";
|
|
28674
28563
|
})[];
|
|
28564
|
+
liquidations_enabled: boolean;
|
|
28565
|
+
}, {
|
|
28566
|
+
add_boost_funds_enabled: boolean;
|
|
28567
|
+
stop_boosting_enabled: boolean;
|
|
28568
|
+
borrowing: {
|
|
28569
|
+
chain: string;
|
|
28570
|
+
asset: string;
|
|
28571
|
+
}[];
|
|
28572
|
+
add_lender_funds: {
|
|
28573
|
+
chain: string;
|
|
28574
|
+
asset: string;
|
|
28575
|
+
}[];
|
|
28576
|
+
withdraw_lender_funds: {
|
|
28577
|
+
chain: string;
|
|
28578
|
+
asset: string;
|
|
28579
|
+
}[];
|
|
28580
|
+
add_collateral: {
|
|
28581
|
+
chain: string;
|
|
28582
|
+
asset: string;
|
|
28583
|
+
}[];
|
|
28584
|
+
remove_collateral: {
|
|
28585
|
+
chain: string;
|
|
28586
|
+
asset: string;
|
|
28587
|
+
}[];
|
|
28588
|
+
liquidations_enabled: boolean;
|
|
28675
28589
|
}>;
|
|
28676
28590
|
broadcast_ethereum: z.ZodObject<{
|
|
28677
28591
|
retry_enabled: z.ZodBoolean;
|
|
@@ -28830,6 +28744,26 @@ declare const rpcResult: {
|
|
|
28830
28744
|
vault_deposit_witnessing_enabled: boolean;
|
|
28831
28745
|
}>;
|
|
28832
28746
|
witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
|
|
28747
|
+
ethereum_elections: z.ZodOptional<z.ZodObject<{
|
|
28748
|
+
state_chain_gateway_witnessing: z.ZodBoolean;
|
|
28749
|
+
key_manager_witnessing: z.ZodBoolean;
|
|
28750
|
+
sc_utils_witnessing: z.ZodBoolean;
|
|
28751
|
+
}, "strip", z.ZodTypeAny, {
|
|
28752
|
+
state_chain_gateway_witnessing: boolean;
|
|
28753
|
+
key_manager_witnessing: boolean;
|
|
28754
|
+
sc_utils_witnessing: boolean;
|
|
28755
|
+
}, {
|
|
28756
|
+
state_chain_gateway_witnessing: boolean;
|
|
28757
|
+
key_manager_witnessing: boolean;
|
|
28758
|
+
sc_utils_witnessing: boolean;
|
|
28759
|
+
}>>;
|
|
28760
|
+
arbitrum_elections: z.ZodOptional<z.ZodObject<{
|
|
28761
|
+
key_manager_witnessing: z.ZodBoolean;
|
|
28762
|
+
}, "strip", z.ZodTypeAny, {
|
|
28763
|
+
key_manager_witnessing: boolean;
|
|
28764
|
+
}, {
|
|
28765
|
+
key_manager_witnessing: boolean;
|
|
28766
|
+
}>>;
|
|
28833
28767
|
elections_generic: z.ZodObject<{
|
|
28834
28768
|
oracle_price_elections: z.ZodBoolean;
|
|
28835
28769
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28855,6 +28789,7 @@ declare const rpcResult: {
|
|
|
28855
28789
|
swaps_enabled: boolean;
|
|
28856
28790
|
withdrawals_enabled: boolean;
|
|
28857
28791
|
broker_registration_enabled: boolean;
|
|
28792
|
+
deposit_enabled: boolean;
|
|
28858
28793
|
};
|
|
28859
28794
|
funding: {
|
|
28860
28795
|
redeem_enabled: boolean;
|
|
@@ -28889,7 +28824,7 @@ declare const rpcResult: {
|
|
|
28889
28824
|
lending_pools: {
|
|
28890
28825
|
add_boost_funds_enabled: boolean;
|
|
28891
28826
|
stop_boosting_enabled: boolean;
|
|
28892
|
-
|
|
28827
|
+
borrowing: ({
|
|
28893
28828
|
chain: "Bitcoin";
|
|
28894
28829
|
asset: "BTC";
|
|
28895
28830
|
} | {
|
|
@@ -28935,7 +28870,7 @@ declare const rpcResult: {
|
|
|
28935
28870
|
chain: "Assethub";
|
|
28936
28871
|
asset: "USDT";
|
|
28937
28872
|
})[];
|
|
28938
|
-
|
|
28873
|
+
add_lender_funds: ({
|
|
28939
28874
|
chain: "Bitcoin";
|
|
28940
28875
|
asset: "BTC";
|
|
28941
28876
|
} | {
|
|
@@ -28981,7 +28916,7 @@ declare const rpcResult: {
|
|
|
28981
28916
|
chain: "Assethub";
|
|
28982
28917
|
asset: "USDT";
|
|
28983
28918
|
})[];
|
|
28984
|
-
|
|
28919
|
+
withdraw_lender_funds: ({
|
|
28985
28920
|
chain: "Bitcoin";
|
|
28986
28921
|
asset: "BTC";
|
|
28987
28922
|
} | {
|
|
@@ -29027,7 +28962,7 @@ declare const rpcResult: {
|
|
|
29027
28962
|
chain: "Assethub";
|
|
29028
28963
|
asset: "USDT";
|
|
29029
28964
|
})[];
|
|
29030
|
-
|
|
28965
|
+
add_collateral: ({
|
|
29031
28966
|
chain: "Bitcoin";
|
|
29032
28967
|
asset: "BTC";
|
|
29033
28968
|
} | {
|
|
@@ -29073,7 +29008,7 @@ declare const rpcResult: {
|
|
|
29073
29008
|
chain: "Assethub";
|
|
29074
29009
|
asset: "USDT";
|
|
29075
29010
|
})[];
|
|
29076
|
-
|
|
29011
|
+
remove_collateral: ({
|
|
29077
29012
|
chain: "Bitcoin";
|
|
29078
29013
|
asset: "BTC";
|
|
29079
29014
|
} | {
|
|
@@ -29119,6 +29054,7 @@ declare const rpcResult: {
|
|
|
29119
29054
|
chain: "Assethub";
|
|
29120
29055
|
asset: "USDT";
|
|
29121
29056
|
})[];
|
|
29057
|
+
liquidations_enabled: boolean;
|
|
29122
29058
|
};
|
|
29123
29059
|
broadcast_ethereum: {
|
|
29124
29060
|
retry_enabled: boolean;
|
|
@@ -29184,6 +29120,14 @@ declare const rpcResult: {
|
|
|
29184
29120
|
elections_generic: {
|
|
29185
29121
|
oracle_price_elections: boolean;
|
|
29186
29122
|
};
|
|
29123
|
+
ethereum_elections?: {
|
|
29124
|
+
state_chain_gateway_witnessing: boolean;
|
|
29125
|
+
key_manager_witnessing: boolean;
|
|
29126
|
+
sc_utils_witnessing: boolean;
|
|
29127
|
+
} | undefined;
|
|
29128
|
+
arbitrum_elections?: {
|
|
29129
|
+
key_manager_witnessing: boolean;
|
|
29130
|
+
} | undefined;
|
|
29187
29131
|
}, {
|
|
29188
29132
|
asset_balances: {
|
|
29189
29133
|
reconciliation_enabled: boolean;
|
|
@@ -29202,6 +29146,7 @@ declare const rpcResult: {
|
|
|
29202
29146
|
swaps_enabled: boolean;
|
|
29203
29147
|
withdrawals_enabled: boolean;
|
|
29204
29148
|
broker_registration_enabled: boolean;
|
|
29149
|
+
deposit_enabled: boolean;
|
|
29205
29150
|
};
|
|
29206
29151
|
funding: {
|
|
29207
29152
|
redeem_enabled: boolean;
|
|
@@ -29236,236 +29181,27 @@ declare const rpcResult: {
|
|
|
29236
29181
|
lending_pools: {
|
|
29237
29182
|
add_boost_funds_enabled: boolean;
|
|
29238
29183
|
stop_boosting_enabled: boolean;
|
|
29239
|
-
|
|
29240
|
-
chain:
|
|
29241
|
-
asset:
|
|
29242
|
-
}
|
|
29243
|
-
|
|
29244
|
-
|
|
29245
|
-
|
|
29246
|
-
|
|
29247
|
-
|
|
29248
|
-
|
|
29249
|
-
|
|
29250
|
-
|
|
29251
|
-
|
|
29252
|
-
chain:
|
|
29253
|
-
asset:
|
|
29254
|
-
}
|
|
29255
|
-
|
|
29256
|
-
|
|
29257
|
-
|
|
29258
|
-
|
|
29259
|
-
|
|
29260
|
-
} | {
|
|
29261
|
-
chain: "Arbitrum";
|
|
29262
|
-
asset: "USDC";
|
|
29263
|
-
} | {
|
|
29264
|
-
chain: "Arbitrum";
|
|
29265
|
-
asset: "USDT";
|
|
29266
|
-
} | {
|
|
29267
|
-
chain: "Solana";
|
|
29268
|
-
asset: "SOL";
|
|
29269
|
-
} | {
|
|
29270
|
-
chain: "Solana";
|
|
29271
|
-
asset: "USDC";
|
|
29272
|
-
} | {
|
|
29273
|
-
chain: "Solana";
|
|
29274
|
-
asset: "USDT";
|
|
29275
|
-
} | {
|
|
29276
|
-
chain: "Assethub";
|
|
29277
|
-
asset: "DOT";
|
|
29278
|
-
} | {
|
|
29279
|
-
chain: "Assethub";
|
|
29280
|
-
asset: "USDC";
|
|
29281
|
-
} | {
|
|
29282
|
-
chain: "Assethub";
|
|
29283
|
-
asset: "USDT";
|
|
29284
|
-
})[];
|
|
29285
|
-
add_lender_funds_enabled: ({
|
|
29286
|
-
chain: "Bitcoin";
|
|
29287
|
-
asset: "BTC";
|
|
29288
|
-
} | {
|
|
29289
|
-
chain: "Ethereum";
|
|
29290
|
-
asset: "FLIP";
|
|
29291
|
-
} | {
|
|
29292
|
-
chain: "Ethereum";
|
|
29293
|
-
asset: "ETH";
|
|
29294
|
-
} | {
|
|
29295
|
-
chain: "Ethereum";
|
|
29296
|
-
asset: "USDC";
|
|
29297
|
-
} | {
|
|
29298
|
-
chain: "Ethereum";
|
|
29299
|
-
asset: "USDT";
|
|
29300
|
-
} | {
|
|
29301
|
-
chain: "Ethereum";
|
|
29302
|
-
asset: "WBTC";
|
|
29303
|
-
} | {
|
|
29304
|
-
chain: "Arbitrum";
|
|
29305
|
-
asset: "ETH";
|
|
29306
|
-
} | {
|
|
29307
|
-
chain: "Arbitrum";
|
|
29308
|
-
asset: "USDC";
|
|
29309
|
-
} | {
|
|
29310
|
-
chain: "Arbitrum";
|
|
29311
|
-
asset: "USDT";
|
|
29312
|
-
} | {
|
|
29313
|
-
chain: "Solana";
|
|
29314
|
-
asset: "SOL";
|
|
29315
|
-
} | {
|
|
29316
|
-
chain: "Solana";
|
|
29317
|
-
asset: "USDC";
|
|
29318
|
-
} | {
|
|
29319
|
-
chain: "Solana";
|
|
29320
|
-
asset: "USDT";
|
|
29321
|
-
} | {
|
|
29322
|
-
chain: "Assethub";
|
|
29323
|
-
asset: "DOT";
|
|
29324
|
-
} | {
|
|
29325
|
-
chain: "Assethub";
|
|
29326
|
-
asset: "USDC";
|
|
29327
|
-
} | {
|
|
29328
|
-
chain: "Assethub";
|
|
29329
|
-
asset: "USDT";
|
|
29330
|
-
})[];
|
|
29331
|
-
withdraw_lender_funds_enabled: ({
|
|
29332
|
-
chain: "Bitcoin";
|
|
29333
|
-
asset: "BTC";
|
|
29334
|
-
} | {
|
|
29335
|
-
chain: "Ethereum";
|
|
29336
|
-
asset: "FLIP";
|
|
29337
|
-
} | {
|
|
29338
|
-
chain: "Ethereum";
|
|
29339
|
-
asset: "ETH";
|
|
29340
|
-
} | {
|
|
29341
|
-
chain: "Ethereum";
|
|
29342
|
-
asset: "USDC";
|
|
29343
|
-
} | {
|
|
29344
|
-
chain: "Ethereum";
|
|
29345
|
-
asset: "USDT";
|
|
29346
|
-
} | {
|
|
29347
|
-
chain: "Ethereum";
|
|
29348
|
-
asset: "WBTC";
|
|
29349
|
-
} | {
|
|
29350
|
-
chain: "Arbitrum";
|
|
29351
|
-
asset: "ETH";
|
|
29352
|
-
} | {
|
|
29353
|
-
chain: "Arbitrum";
|
|
29354
|
-
asset: "USDC";
|
|
29355
|
-
} | {
|
|
29356
|
-
chain: "Arbitrum";
|
|
29357
|
-
asset: "USDT";
|
|
29358
|
-
} | {
|
|
29359
|
-
chain: "Solana";
|
|
29360
|
-
asset: "SOL";
|
|
29361
|
-
} | {
|
|
29362
|
-
chain: "Solana";
|
|
29363
|
-
asset: "USDC";
|
|
29364
|
-
} | {
|
|
29365
|
-
chain: "Solana";
|
|
29366
|
-
asset: "USDT";
|
|
29367
|
-
} | {
|
|
29368
|
-
chain: "Assethub";
|
|
29369
|
-
asset: "DOT";
|
|
29370
|
-
} | {
|
|
29371
|
-
chain: "Assethub";
|
|
29372
|
-
asset: "USDC";
|
|
29373
|
-
} | {
|
|
29374
|
-
chain: "Assethub";
|
|
29375
|
-
asset: "USDT";
|
|
29376
|
-
})[];
|
|
29377
|
-
add_collateral_enabled: ({
|
|
29378
|
-
chain: "Bitcoin";
|
|
29379
|
-
asset: "BTC";
|
|
29380
|
-
} | {
|
|
29381
|
-
chain: "Ethereum";
|
|
29382
|
-
asset: "FLIP";
|
|
29383
|
-
} | {
|
|
29384
|
-
chain: "Ethereum";
|
|
29385
|
-
asset: "ETH";
|
|
29386
|
-
} | {
|
|
29387
|
-
chain: "Ethereum";
|
|
29388
|
-
asset: "USDC";
|
|
29389
|
-
} | {
|
|
29390
|
-
chain: "Ethereum";
|
|
29391
|
-
asset: "USDT";
|
|
29392
|
-
} | {
|
|
29393
|
-
chain: "Ethereum";
|
|
29394
|
-
asset: "WBTC";
|
|
29395
|
-
} | {
|
|
29396
|
-
chain: "Arbitrum";
|
|
29397
|
-
asset: "ETH";
|
|
29398
|
-
} | {
|
|
29399
|
-
chain: "Arbitrum";
|
|
29400
|
-
asset: "USDC";
|
|
29401
|
-
} | {
|
|
29402
|
-
chain: "Arbitrum";
|
|
29403
|
-
asset: "USDT";
|
|
29404
|
-
} | {
|
|
29405
|
-
chain: "Solana";
|
|
29406
|
-
asset: "SOL";
|
|
29407
|
-
} | {
|
|
29408
|
-
chain: "Solana";
|
|
29409
|
-
asset: "USDC";
|
|
29410
|
-
} | {
|
|
29411
|
-
chain: "Solana";
|
|
29412
|
-
asset: "USDT";
|
|
29413
|
-
} | {
|
|
29414
|
-
chain: "Assethub";
|
|
29415
|
-
asset: "DOT";
|
|
29416
|
-
} | {
|
|
29417
|
-
chain: "Assethub";
|
|
29418
|
-
asset: "USDC";
|
|
29419
|
-
} | {
|
|
29420
|
-
chain: "Assethub";
|
|
29421
|
-
asset: "USDT";
|
|
29422
|
-
})[];
|
|
29423
|
-
remove_collateral_enabled: ({
|
|
29424
|
-
chain: "Bitcoin";
|
|
29425
|
-
asset: "BTC";
|
|
29426
|
-
} | {
|
|
29427
|
-
chain: "Ethereum";
|
|
29428
|
-
asset: "FLIP";
|
|
29429
|
-
} | {
|
|
29430
|
-
chain: "Ethereum";
|
|
29431
|
-
asset: "ETH";
|
|
29432
|
-
} | {
|
|
29433
|
-
chain: "Ethereum";
|
|
29434
|
-
asset: "USDC";
|
|
29435
|
-
} | {
|
|
29436
|
-
chain: "Ethereum";
|
|
29437
|
-
asset: "USDT";
|
|
29438
|
-
} | {
|
|
29439
|
-
chain: "Ethereum";
|
|
29440
|
-
asset: "WBTC";
|
|
29441
|
-
} | {
|
|
29442
|
-
chain: "Arbitrum";
|
|
29443
|
-
asset: "ETH";
|
|
29444
|
-
} | {
|
|
29445
|
-
chain: "Arbitrum";
|
|
29446
|
-
asset: "USDC";
|
|
29447
|
-
} | {
|
|
29448
|
-
chain: "Arbitrum";
|
|
29449
|
-
asset: "USDT";
|
|
29450
|
-
} | {
|
|
29451
|
-
chain: "Solana";
|
|
29452
|
-
asset: "SOL";
|
|
29453
|
-
} | {
|
|
29454
|
-
chain: "Solana";
|
|
29455
|
-
asset: "USDC";
|
|
29456
|
-
} | {
|
|
29457
|
-
chain: "Solana";
|
|
29458
|
-
asset: "USDT";
|
|
29459
|
-
} | {
|
|
29460
|
-
chain: "Assethub";
|
|
29461
|
-
asset: "DOT";
|
|
29462
|
-
} | {
|
|
29463
|
-
chain: "Assethub";
|
|
29464
|
-
asset: "USDC";
|
|
29465
|
-
} | {
|
|
29466
|
-
chain: "Assethub";
|
|
29467
|
-
asset: "USDT";
|
|
29468
|
-
})[];
|
|
29184
|
+
borrowing: {
|
|
29185
|
+
chain: string;
|
|
29186
|
+
asset: string;
|
|
29187
|
+
}[];
|
|
29188
|
+
add_lender_funds: {
|
|
29189
|
+
chain: string;
|
|
29190
|
+
asset: string;
|
|
29191
|
+
}[];
|
|
29192
|
+
withdraw_lender_funds: {
|
|
29193
|
+
chain: string;
|
|
29194
|
+
asset: string;
|
|
29195
|
+
}[];
|
|
29196
|
+
add_collateral: {
|
|
29197
|
+
chain: string;
|
|
29198
|
+
asset: string;
|
|
29199
|
+
}[];
|
|
29200
|
+
remove_collateral: {
|
|
29201
|
+
chain: string;
|
|
29202
|
+
asset: string;
|
|
29203
|
+
}[];
|
|
29204
|
+
liquidations_enabled: boolean;
|
|
29469
29205
|
};
|
|
29470
29206
|
broadcast_ethereum: {
|
|
29471
29207
|
retry_enabled: boolean;
|
|
@@ -29531,6 +29267,14 @@ declare const rpcResult: {
|
|
|
29531
29267
|
elections_generic: {
|
|
29532
29268
|
oracle_price_elections: boolean;
|
|
29533
29269
|
};
|
|
29270
|
+
ethereum_elections?: {
|
|
29271
|
+
state_chain_gateway_witnessing: boolean;
|
|
29272
|
+
key_manager_witnessing: boolean;
|
|
29273
|
+
sc_utils_witnessing: boolean;
|
|
29274
|
+
} | undefined;
|
|
29275
|
+
arbitrum_elections?: {
|
|
29276
|
+
key_manager_witnessing: boolean;
|
|
29277
|
+
} | undefined;
|
|
29534
29278
|
}>;
|
|
29535
29279
|
readonly broker_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29536
29280
|
readonly cf_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|