@chainflip/rpc 2.1.2 → 2.1.3

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.
@@ -32344,14 +32344,17 @@ declare const cfSafeModeStatuses: z.ZodObject<{
32344
32344
  swaps_enabled: z.ZodBoolean;
32345
32345
  withdrawals_enabled: z.ZodBoolean;
32346
32346
  broker_registration_enabled: z.ZodBoolean;
32347
+ deposit_enabled: z.ZodBoolean;
32347
32348
  }, "strip", z.ZodTypeAny, {
32348
32349
  swaps_enabled: boolean;
32349
32350
  withdrawals_enabled: boolean;
32350
32351
  broker_registration_enabled: boolean;
32352
+ deposit_enabled: boolean;
32351
32353
  }, {
32352
32354
  swaps_enabled: boolean;
32353
32355
  withdrawals_enabled: boolean;
32354
32356
  broker_registration_enabled: boolean;
32357
+ deposit_enabled: boolean;
32355
32358
  }>;
32356
32359
  liquidity_provider: z.ZodObject<{
32357
32360
  deposit_enabled: z.ZodBoolean;
@@ -32447,690 +32450,16 @@ declare const cfSafeModeStatuses: z.ZodObject<{
32447
32450
  lending_pools: z.ZodObject<{
32448
32451
  add_boost_funds_enabled: z.ZodBoolean;
32449
32452
  stop_boosting_enabled: z.ZodBoolean;
32450
- borrowing_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
32451
- chain: z.ZodLiteral<"Bitcoin">;
32452
- asset: z.ZodLiteral<"BTC">;
32453
- }, "strip", z.ZodTypeAny, {
32454
- chain: "Bitcoin";
32455
- asset: "BTC";
32456
- }, {
32457
- chain: "Bitcoin";
32458
- asset: "BTC";
32459
- }>, z.ZodObject<{
32460
- chain: z.ZodLiteral<"Ethereum">;
32461
- asset: z.ZodLiteral<"FLIP">;
32462
- }, "strip", z.ZodTypeAny, {
32463
- chain: "Ethereum";
32464
- asset: "FLIP";
32465
- }, {
32466
- chain: "Ethereum";
32467
- asset: "FLIP";
32468
- }>, z.ZodObject<{
32469
- chain: z.ZodLiteral<"Ethereum">;
32470
- asset: z.ZodLiteral<"ETH">;
32471
- }, "strip", z.ZodTypeAny, {
32472
- chain: "Ethereum";
32473
- asset: "ETH";
32474
- }, {
32475
- chain: "Ethereum";
32476
- asset: "ETH";
32477
- }>, z.ZodObject<{
32478
- chain: z.ZodLiteral<"Ethereum">;
32479
- asset: z.ZodLiteral<"USDC">;
32480
- }, "strip", z.ZodTypeAny, {
32481
- chain: "Ethereum";
32482
- asset: "USDC";
32483
- }, {
32484
- chain: "Ethereum";
32485
- asset: "USDC";
32486
- }>, z.ZodObject<{
32487
- chain: z.ZodLiteral<"Ethereum">;
32488
- asset: z.ZodLiteral<"USDT">;
32489
- }, "strip", z.ZodTypeAny, {
32490
- chain: "Ethereum";
32491
- asset: "USDT";
32492
- }, {
32493
- chain: "Ethereum";
32494
- asset: "USDT";
32495
- }>, z.ZodObject<{
32496
- chain: z.ZodLiteral<"Ethereum">;
32497
- asset: z.ZodLiteral<"WBTC">;
32498
- }, "strip", z.ZodTypeAny, {
32499
- chain: "Ethereum";
32500
- asset: "WBTC";
32501
- }, {
32502
- chain: "Ethereum";
32503
- asset: "WBTC";
32504
- }>, z.ZodObject<{
32505
- chain: z.ZodLiteral<"Arbitrum">;
32506
- asset: z.ZodLiteral<"ETH">;
32507
- }, "strip", z.ZodTypeAny, {
32508
- chain: "Arbitrum";
32509
- asset: "ETH";
32510
- }, {
32511
- chain: "Arbitrum";
32512
- asset: "ETH";
32513
- }>, z.ZodObject<{
32514
- chain: z.ZodLiteral<"Arbitrum">;
32515
- asset: z.ZodLiteral<"USDC">;
32516
- }, "strip", z.ZodTypeAny, {
32517
- chain: "Arbitrum";
32518
- asset: "USDC";
32519
- }, {
32520
- chain: "Arbitrum";
32521
- asset: "USDC";
32522
- }>, z.ZodObject<{
32523
- chain: z.ZodLiteral<"Arbitrum">;
32524
- asset: z.ZodLiteral<"USDT">;
32525
- }, "strip", z.ZodTypeAny, {
32526
- chain: "Arbitrum";
32527
- asset: "USDT";
32528
- }, {
32529
- chain: "Arbitrum";
32530
- asset: "USDT";
32531
- }>, z.ZodObject<{
32532
- chain: z.ZodLiteral<"Solana">;
32533
- asset: z.ZodLiteral<"SOL">;
32534
- }, "strip", z.ZodTypeAny, {
32535
- chain: "Solana";
32536
- asset: "SOL";
32537
- }, {
32538
- chain: "Solana";
32539
- asset: "SOL";
32540
- }>, z.ZodObject<{
32541
- chain: z.ZodLiteral<"Solana">;
32542
- asset: z.ZodLiteral<"USDC">;
32543
- }, "strip", z.ZodTypeAny, {
32544
- chain: "Solana";
32545
- asset: "USDC";
32546
- }, {
32547
- chain: "Solana";
32548
- asset: "USDC";
32549
- }>, z.ZodObject<{
32550
- chain: z.ZodLiteral<"Solana">;
32551
- asset: z.ZodLiteral<"USDT">;
32552
- }, "strip", z.ZodTypeAny, {
32553
- chain: "Solana";
32554
- asset: "USDT";
32555
- }, {
32556
- chain: "Solana";
32557
- asset: "USDT";
32558
- }>, z.ZodObject<{
32559
- chain: z.ZodLiteral<"Assethub">;
32560
- asset: z.ZodLiteral<"DOT">;
32561
- }, "strip", z.ZodTypeAny, {
32562
- chain: "Assethub";
32563
- asset: "DOT";
32564
- }, {
32565
- chain: "Assethub";
32566
- asset: "DOT";
32567
- }>, z.ZodObject<{
32568
- chain: z.ZodLiteral<"Assethub">;
32569
- asset: z.ZodLiteral<"USDC">;
32570
- }, "strip", z.ZodTypeAny, {
32571
- chain: "Assethub";
32572
- asset: "USDC";
32573
- }, {
32574
- chain: "Assethub";
32575
- asset: "USDC";
32576
- }>, z.ZodObject<{
32577
- chain: z.ZodLiteral<"Assethub">;
32578
- asset: z.ZodLiteral<"USDT">;
32579
- }, "strip", z.ZodTypeAny, {
32580
- chain: "Assethub";
32581
- asset: "USDT";
32582
- }, {
32583
- chain: "Assethub";
32584
- asset: "USDT";
32585
- }>]>, "many">;
32586
- add_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
32587
- chain: z.ZodLiteral<"Bitcoin">;
32588
- asset: z.ZodLiteral<"BTC">;
32589
- }, "strip", z.ZodTypeAny, {
32590
- chain: "Bitcoin";
32591
- asset: "BTC";
32592
- }, {
32593
- chain: "Bitcoin";
32594
- asset: "BTC";
32595
- }>, z.ZodObject<{
32596
- chain: z.ZodLiteral<"Ethereum">;
32597
- asset: z.ZodLiteral<"FLIP">;
32598
- }, "strip", z.ZodTypeAny, {
32599
- chain: "Ethereum";
32600
- asset: "FLIP";
32601
- }, {
32602
- chain: "Ethereum";
32603
- asset: "FLIP";
32604
- }>, z.ZodObject<{
32605
- chain: z.ZodLiteral<"Ethereum">;
32606
- asset: z.ZodLiteral<"ETH">;
32607
- }, "strip", z.ZodTypeAny, {
32608
- chain: "Ethereum";
32609
- asset: "ETH";
32610
- }, {
32611
- chain: "Ethereum";
32612
- asset: "ETH";
32613
- }>, z.ZodObject<{
32614
- chain: z.ZodLiteral<"Ethereum">;
32615
- asset: z.ZodLiteral<"USDC">;
32616
- }, "strip", z.ZodTypeAny, {
32617
- chain: "Ethereum";
32618
- asset: "USDC";
32619
- }, {
32620
- chain: "Ethereum";
32621
- asset: "USDC";
32622
- }>, z.ZodObject<{
32623
- chain: z.ZodLiteral<"Ethereum">;
32624
- asset: z.ZodLiteral<"USDT">;
32625
- }, "strip", z.ZodTypeAny, {
32626
- chain: "Ethereum";
32627
- asset: "USDT";
32628
- }, {
32629
- chain: "Ethereum";
32630
- asset: "USDT";
32631
- }>, z.ZodObject<{
32632
- chain: z.ZodLiteral<"Ethereum">;
32633
- asset: z.ZodLiteral<"WBTC">;
32634
- }, "strip", z.ZodTypeAny, {
32635
- chain: "Ethereum";
32636
- asset: "WBTC";
32637
- }, {
32638
- chain: "Ethereum";
32639
- asset: "WBTC";
32640
- }>, z.ZodObject<{
32641
- chain: z.ZodLiteral<"Arbitrum">;
32642
- asset: z.ZodLiteral<"ETH">;
32643
- }, "strip", z.ZodTypeAny, {
32644
- chain: "Arbitrum";
32645
- asset: "ETH";
32646
- }, {
32647
- chain: "Arbitrum";
32648
- asset: "ETH";
32649
- }>, z.ZodObject<{
32650
- chain: z.ZodLiteral<"Arbitrum">;
32651
- asset: z.ZodLiteral<"USDC">;
32652
- }, "strip", z.ZodTypeAny, {
32653
- chain: "Arbitrum";
32654
- asset: "USDC";
32655
- }, {
32656
- chain: "Arbitrum";
32657
- asset: "USDC";
32658
- }>, z.ZodObject<{
32659
- chain: z.ZodLiteral<"Arbitrum">;
32660
- asset: z.ZodLiteral<"USDT">;
32661
- }, "strip", z.ZodTypeAny, {
32662
- chain: "Arbitrum";
32663
- asset: "USDT";
32664
- }, {
32665
- chain: "Arbitrum";
32666
- asset: "USDT";
32667
- }>, z.ZodObject<{
32668
- chain: z.ZodLiteral<"Solana">;
32669
- asset: z.ZodLiteral<"SOL">;
32670
- }, "strip", z.ZodTypeAny, {
32671
- chain: "Solana";
32672
- asset: "SOL";
32673
- }, {
32674
- chain: "Solana";
32675
- asset: "SOL";
32676
- }>, z.ZodObject<{
32677
- chain: z.ZodLiteral<"Solana">;
32678
- asset: z.ZodLiteral<"USDC">;
32679
- }, "strip", z.ZodTypeAny, {
32680
- chain: "Solana";
32681
- asset: "USDC";
32682
- }, {
32683
- chain: "Solana";
32684
- asset: "USDC";
32685
- }>, z.ZodObject<{
32686
- chain: z.ZodLiteral<"Solana">;
32687
- asset: z.ZodLiteral<"USDT">;
32688
- }, "strip", z.ZodTypeAny, {
32689
- chain: "Solana";
32690
- asset: "USDT";
32691
- }, {
32692
- chain: "Solana";
32693
- asset: "USDT";
32694
- }>, z.ZodObject<{
32695
- chain: z.ZodLiteral<"Assethub">;
32696
- asset: z.ZodLiteral<"DOT">;
32697
- }, "strip", z.ZodTypeAny, {
32698
- chain: "Assethub";
32699
- asset: "DOT";
32700
- }, {
32701
- chain: "Assethub";
32702
- asset: "DOT";
32703
- }>, z.ZodObject<{
32704
- chain: z.ZodLiteral<"Assethub">;
32705
- asset: z.ZodLiteral<"USDC">;
32453
+ borrowing: z.ZodEffects<z.ZodArray<z.ZodObject<{
32454
+ chain: z.ZodString;
32455
+ asset: z.ZodString;
32706
32456
  }, "strip", z.ZodTypeAny, {
32707
- chain: "Assethub";
32708
- asset: "USDC";
32709
- }, {
32710
- chain: "Assethub";
32711
- asset: "USDC";
32712
- }>, z.ZodObject<{
32713
- chain: z.ZodLiteral<"Assethub">;
32714
- asset: z.ZodLiteral<"USDT">;
32715
- }, "strip", z.ZodTypeAny, {
32716
- chain: "Assethub";
32717
- asset: "USDT";
32718
- }, {
32719
- chain: "Assethub";
32720
- asset: "USDT";
32721
- }>]>, "many">;
32722
- withdraw_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
32723
- chain: z.ZodLiteral<"Bitcoin">;
32724
- asset: z.ZodLiteral<"BTC">;
32725
- }, "strip", z.ZodTypeAny, {
32726
- chain: "Bitcoin";
32727
- asset: "BTC";
32728
- }, {
32729
- chain: "Bitcoin";
32730
- asset: "BTC";
32731
- }>, z.ZodObject<{
32732
- chain: z.ZodLiteral<"Ethereum">;
32733
- asset: z.ZodLiteral<"FLIP">;
32734
- }, "strip", z.ZodTypeAny, {
32735
- chain: "Ethereum";
32736
- asset: "FLIP";
32737
- }, {
32738
- chain: "Ethereum";
32739
- asset: "FLIP";
32740
- }>, z.ZodObject<{
32741
- chain: z.ZodLiteral<"Ethereum">;
32742
- asset: z.ZodLiteral<"ETH">;
32743
- }, "strip", z.ZodTypeAny, {
32744
- chain: "Ethereum";
32745
- asset: "ETH";
32746
- }, {
32747
- chain: "Ethereum";
32748
- asset: "ETH";
32749
- }>, z.ZodObject<{
32750
- chain: z.ZodLiteral<"Ethereum">;
32751
- asset: z.ZodLiteral<"USDC">;
32752
- }, "strip", z.ZodTypeAny, {
32753
- chain: "Ethereum";
32754
- asset: "USDC";
32755
- }, {
32756
- chain: "Ethereum";
32757
- asset: "USDC";
32758
- }>, z.ZodObject<{
32759
- chain: z.ZodLiteral<"Ethereum">;
32760
- asset: z.ZodLiteral<"USDT">;
32761
- }, "strip", z.ZodTypeAny, {
32762
- chain: "Ethereum";
32763
- asset: "USDT";
32764
- }, {
32765
- chain: "Ethereum";
32766
- asset: "USDT";
32767
- }>, z.ZodObject<{
32768
- chain: z.ZodLiteral<"Ethereum">;
32769
- asset: z.ZodLiteral<"WBTC">;
32770
- }, "strip", z.ZodTypeAny, {
32771
- chain: "Ethereum";
32772
- asset: "WBTC";
32773
- }, {
32774
- chain: "Ethereum";
32775
- asset: "WBTC";
32776
- }>, z.ZodObject<{
32777
- chain: z.ZodLiteral<"Arbitrum">;
32778
- asset: z.ZodLiteral<"ETH">;
32779
- }, "strip", z.ZodTypeAny, {
32780
- chain: "Arbitrum";
32781
- asset: "ETH";
32782
- }, {
32783
- chain: "Arbitrum";
32784
- asset: "ETH";
32785
- }>, z.ZodObject<{
32786
- chain: z.ZodLiteral<"Arbitrum">;
32787
- asset: z.ZodLiteral<"USDC">;
32788
- }, "strip", z.ZodTypeAny, {
32789
- chain: "Arbitrum";
32790
- asset: "USDC";
32791
- }, {
32792
- chain: "Arbitrum";
32793
- asset: "USDC";
32794
- }>, z.ZodObject<{
32795
- chain: z.ZodLiteral<"Arbitrum">;
32796
- asset: z.ZodLiteral<"USDT">;
32797
- }, "strip", z.ZodTypeAny, {
32798
- chain: "Arbitrum";
32799
- asset: "USDT";
32800
- }, {
32801
- chain: "Arbitrum";
32802
- asset: "USDT";
32803
- }>, z.ZodObject<{
32804
- chain: z.ZodLiteral<"Solana">;
32805
- asset: z.ZodLiteral<"SOL">;
32806
- }, "strip", z.ZodTypeAny, {
32807
- chain: "Solana";
32808
- asset: "SOL";
32809
- }, {
32810
- chain: "Solana";
32811
- asset: "SOL";
32812
- }>, z.ZodObject<{
32813
- chain: z.ZodLiteral<"Solana">;
32814
- asset: z.ZodLiteral<"USDC">;
32815
- }, "strip", z.ZodTypeAny, {
32816
- chain: "Solana";
32817
- asset: "USDC";
32818
- }, {
32819
- chain: "Solana";
32820
- asset: "USDC";
32821
- }>, z.ZodObject<{
32822
- chain: z.ZodLiteral<"Solana">;
32823
- asset: z.ZodLiteral<"USDT">;
32824
- }, "strip", z.ZodTypeAny, {
32825
- chain: "Solana";
32826
- asset: "USDT";
32827
- }, {
32828
- chain: "Solana";
32829
- asset: "USDT";
32830
- }>, z.ZodObject<{
32831
- chain: z.ZodLiteral<"Assethub">;
32832
- asset: z.ZodLiteral<"DOT">;
32833
- }, "strip", z.ZodTypeAny, {
32834
- chain: "Assethub";
32835
- asset: "DOT";
32836
- }, {
32837
- chain: "Assethub";
32838
- asset: "DOT";
32839
- }>, z.ZodObject<{
32840
- chain: z.ZodLiteral<"Assethub">;
32841
- asset: z.ZodLiteral<"USDC">;
32842
- }, "strip", z.ZodTypeAny, {
32843
- chain: "Assethub";
32844
- asset: "USDC";
32845
- }, {
32846
- chain: "Assethub";
32847
- asset: "USDC";
32848
- }>, z.ZodObject<{
32849
- chain: z.ZodLiteral<"Assethub">;
32850
- asset: z.ZodLiteral<"USDT">;
32851
- }, "strip", z.ZodTypeAny, {
32852
- chain: "Assethub";
32853
- asset: "USDT";
32854
- }, {
32855
- chain: "Assethub";
32856
- asset: "USDT";
32857
- }>]>, "many">;
32858
- add_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
32859
- chain: z.ZodLiteral<"Bitcoin">;
32860
- asset: z.ZodLiteral<"BTC">;
32861
- }, "strip", z.ZodTypeAny, {
32862
- chain: "Bitcoin";
32863
- asset: "BTC";
32864
- }, {
32865
- chain: "Bitcoin";
32866
- asset: "BTC";
32867
- }>, z.ZodObject<{
32868
- chain: z.ZodLiteral<"Ethereum">;
32869
- asset: z.ZodLiteral<"FLIP">;
32870
- }, "strip", z.ZodTypeAny, {
32871
- chain: "Ethereum";
32872
- asset: "FLIP";
32873
- }, {
32874
- chain: "Ethereum";
32875
- asset: "FLIP";
32876
- }>, z.ZodObject<{
32877
- chain: z.ZodLiteral<"Ethereum">;
32878
- asset: z.ZodLiteral<"ETH">;
32879
- }, "strip", z.ZodTypeAny, {
32880
- chain: "Ethereum";
32881
- asset: "ETH";
32882
- }, {
32883
- chain: "Ethereum";
32884
- asset: "ETH";
32885
- }>, z.ZodObject<{
32886
- chain: z.ZodLiteral<"Ethereum">;
32887
- asset: z.ZodLiteral<"USDC">;
32888
- }, "strip", z.ZodTypeAny, {
32889
- chain: "Ethereum";
32890
- asset: "USDC";
32891
- }, {
32892
- chain: "Ethereum";
32893
- asset: "USDC";
32894
- }>, z.ZodObject<{
32895
- chain: z.ZodLiteral<"Ethereum">;
32896
- asset: z.ZodLiteral<"USDT">;
32897
- }, "strip", z.ZodTypeAny, {
32898
- chain: "Ethereum";
32899
- asset: "USDT";
32900
- }, {
32901
- chain: "Ethereum";
32902
- asset: "USDT";
32903
- }>, z.ZodObject<{
32904
- chain: z.ZodLiteral<"Ethereum">;
32905
- asset: z.ZodLiteral<"WBTC">;
32906
- }, "strip", z.ZodTypeAny, {
32907
- chain: "Ethereum";
32908
- asset: "WBTC";
32909
- }, {
32910
- chain: "Ethereum";
32911
- asset: "WBTC";
32912
- }>, z.ZodObject<{
32913
- chain: z.ZodLiteral<"Arbitrum">;
32914
- asset: z.ZodLiteral<"ETH">;
32915
- }, "strip", z.ZodTypeAny, {
32916
- chain: "Arbitrum";
32917
- asset: "ETH";
32918
- }, {
32919
- chain: "Arbitrum";
32920
- asset: "ETH";
32921
- }>, z.ZodObject<{
32922
- chain: z.ZodLiteral<"Arbitrum">;
32923
- asset: z.ZodLiteral<"USDC">;
32924
- }, "strip", z.ZodTypeAny, {
32925
- chain: "Arbitrum";
32926
- asset: "USDC";
32927
- }, {
32928
- chain: "Arbitrum";
32929
- asset: "USDC";
32930
- }>, z.ZodObject<{
32931
- chain: z.ZodLiteral<"Arbitrum">;
32932
- asset: z.ZodLiteral<"USDT">;
32933
- }, "strip", z.ZodTypeAny, {
32934
- chain: "Arbitrum";
32935
- asset: "USDT";
32936
- }, {
32937
- chain: "Arbitrum";
32938
- asset: "USDT";
32939
- }>, z.ZodObject<{
32940
- chain: z.ZodLiteral<"Solana">;
32941
- asset: z.ZodLiteral<"SOL">;
32942
- }, "strip", z.ZodTypeAny, {
32943
- chain: "Solana";
32944
- asset: "SOL";
32945
- }, {
32946
- chain: "Solana";
32947
- asset: "SOL";
32948
- }>, z.ZodObject<{
32949
- chain: z.ZodLiteral<"Solana">;
32950
- asset: z.ZodLiteral<"USDC">;
32951
- }, "strip", z.ZodTypeAny, {
32952
- chain: "Solana";
32953
- asset: "USDC";
32954
- }, {
32955
- chain: "Solana";
32956
- asset: "USDC";
32957
- }>, z.ZodObject<{
32958
- chain: z.ZodLiteral<"Solana">;
32959
- asset: z.ZodLiteral<"USDT">;
32960
- }, "strip", z.ZodTypeAny, {
32961
- chain: "Solana";
32962
- asset: "USDT";
32963
- }, {
32964
- chain: "Solana";
32965
- asset: "USDT";
32966
- }>, z.ZodObject<{
32967
- chain: z.ZodLiteral<"Assethub">;
32968
- asset: z.ZodLiteral<"DOT">;
32969
- }, "strip", z.ZodTypeAny, {
32970
- chain: "Assethub";
32971
- asset: "DOT";
32972
- }, {
32973
- chain: "Assethub";
32974
- asset: "DOT";
32975
- }>, z.ZodObject<{
32976
- chain: z.ZodLiteral<"Assethub">;
32977
- asset: z.ZodLiteral<"USDC">;
32978
- }, "strip", z.ZodTypeAny, {
32979
- chain: "Assethub";
32980
- asset: "USDC";
32981
- }, {
32982
- chain: "Assethub";
32983
- asset: "USDC";
32984
- }>, z.ZodObject<{
32985
- chain: z.ZodLiteral<"Assethub">;
32986
- asset: z.ZodLiteral<"USDT">;
32987
- }, "strip", z.ZodTypeAny, {
32988
- chain: "Assethub";
32989
- asset: "USDT";
32990
- }, {
32991
- chain: "Assethub";
32992
- asset: "USDT";
32993
- }>]>, "many">;
32994
- remove_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
32995
- chain: z.ZodLiteral<"Bitcoin">;
32996
- asset: z.ZodLiteral<"BTC">;
32997
- }, "strip", z.ZodTypeAny, {
32998
- chain: "Bitcoin";
32999
- asset: "BTC";
33000
- }, {
33001
- chain: "Bitcoin";
33002
- asset: "BTC";
33003
- }>, z.ZodObject<{
33004
- chain: z.ZodLiteral<"Ethereum">;
33005
- asset: z.ZodLiteral<"FLIP">;
33006
- }, "strip", z.ZodTypeAny, {
33007
- chain: "Ethereum";
33008
- asset: "FLIP";
33009
- }, {
33010
- chain: "Ethereum";
33011
- asset: "FLIP";
33012
- }>, z.ZodObject<{
33013
- chain: z.ZodLiteral<"Ethereum">;
33014
- asset: z.ZodLiteral<"ETH">;
33015
- }, "strip", z.ZodTypeAny, {
33016
- chain: "Ethereum";
33017
- asset: "ETH";
33018
- }, {
33019
- chain: "Ethereum";
33020
- asset: "ETH";
33021
- }>, z.ZodObject<{
33022
- chain: z.ZodLiteral<"Ethereum">;
33023
- asset: z.ZodLiteral<"USDC">;
33024
- }, "strip", z.ZodTypeAny, {
33025
- chain: "Ethereum";
33026
- asset: "USDC";
33027
- }, {
33028
- chain: "Ethereum";
33029
- asset: "USDC";
33030
- }>, z.ZodObject<{
33031
- chain: z.ZodLiteral<"Ethereum">;
33032
- asset: z.ZodLiteral<"USDT">;
33033
- }, "strip", z.ZodTypeAny, {
33034
- chain: "Ethereum";
33035
- asset: "USDT";
33036
- }, {
33037
- chain: "Ethereum";
33038
- asset: "USDT";
33039
- }>, z.ZodObject<{
33040
- chain: z.ZodLiteral<"Ethereum">;
33041
- asset: z.ZodLiteral<"WBTC">;
33042
- }, "strip", z.ZodTypeAny, {
33043
- chain: "Ethereum";
33044
- asset: "WBTC";
33045
- }, {
33046
- chain: "Ethereum";
33047
- asset: "WBTC";
33048
- }>, z.ZodObject<{
33049
- chain: z.ZodLiteral<"Arbitrum">;
33050
- asset: z.ZodLiteral<"ETH">;
33051
- }, "strip", z.ZodTypeAny, {
33052
- chain: "Arbitrum";
33053
- asset: "ETH";
33054
- }, {
33055
- chain: "Arbitrum";
33056
- asset: "ETH";
33057
- }>, z.ZodObject<{
33058
- chain: z.ZodLiteral<"Arbitrum">;
33059
- asset: z.ZodLiteral<"USDC">;
33060
- }, "strip", z.ZodTypeAny, {
33061
- chain: "Arbitrum";
33062
- asset: "USDC";
33063
- }, {
33064
- chain: "Arbitrum";
33065
- asset: "USDC";
33066
- }>, z.ZodObject<{
33067
- chain: z.ZodLiteral<"Arbitrum">;
33068
- asset: z.ZodLiteral<"USDT">;
33069
- }, "strip", z.ZodTypeAny, {
33070
- chain: "Arbitrum";
33071
- asset: "USDT";
33072
- }, {
33073
- chain: "Arbitrum";
33074
- asset: "USDT";
33075
- }>, z.ZodObject<{
33076
- chain: z.ZodLiteral<"Solana">;
33077
- asset: z.ZodLiteral<"SOL">;
33078
- }, "strip", z.ZodTypeAny, {
33079
- chain: "Solana";
33080
- asset: "SOL";
33081
- }, {
33082
- chain: "Solana";
33083
- asset: "SOL";
33084
- }>, z.ZodObject<{
33085
- chain: z.ZodLiteral<"Solana">;
33086
- asset: z.ZodLiteral<"USDC">;
33087
- }, "strip", z.ZodTypeAny, {
33088
- chain: "Solana";
33089
- asset: "USDC";
33090
- }, {
33091
- chain: "Solana";
33092
- asset: "USDC";
33093
- }>, z.ZodObject<{
33094
- chain: z.ZodLiteral<"Solana">;
33095
- asset: z.ZodLiteral<"USDT">;
33096
- }, "strip", z.ZodTypeAny, {
33097
- chain: "Solana";
33098
- asset: "USDT";
33099
- }, {
33100
- chain: "Solana";
33101
- asset: "USDT";
33102
- }>, z.ZodObject<{
33103
- chain: z.ZodLiteral<"Assethub">;
33104
- asset: z.ZodLiteral<"DOT">;
33105
- }, "strip", z.ZodTypeAny, {
33106
- chain: "Assethub";
33107
- asset: "DOT";
33108
- }, {
33109
- chain: "Assethub";
33110
- asset: "DOT";
33111
- }>, z.ZodObject<{
33112
- chain: z.ZodLiteral<"Assethub">;
33113
- asset: z.ZodLiteral<"USDC">;
33114
- }, "strip", z.ZodTypeAny, {
33115
- chain: "Assethub";
33116
- asset: "USDC";
33117
- }, {
33118
- chain: "Assethub";
33119
- asset: "USDC";
33120
- }>, z.ZodObject<{
33121
- chain: z.ZodLiteral<"Assethub">;
33122
- asset: z.ZodLiteral<"USDT">;
33123
- }, "strip", z.ZodTypeAny, {
33124
- chain: "Assethub";
33125
- asset: "USDT";
33126
- }, {
33127
- chain: "Assethub";
33128
- asset: "USDT";
33129
- }>]>, "many">;
33130
- }, "strip", z.ZodTypeAny, {
33131
- add_boost_funds_enabled: boolean;
33132
- stop_boosting_enabled: boolean;
33133
- borrowing_enabled: ({
32457
+ chain: string;
32458
+ asset: string;
32459
+ }, {
32460
+ chain: string;
32461
+ asset: string;
32462
+ }>, "many">, ({
33134
32463
  chain: "Bitcoin";
33135
32464
  asset: "BTC";
33136
32465
  } | {
@@ -33175,8 +32504,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33175
32504
  } | {
33176
32505
  chain: "Assethub";
33177
32506
  asset: "USDT";
33178
- })[];
33179
- add_lender_funds_enabled: ({
32507
+ })[], {
32508
+ chain: string;
32509
+ asset: string;
32510
+ }[]>;
32511
+ add_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
32512
+ chain: z.ZodString;
32513
+ asset: z.ZodString;
32514
+ }, "strip", z.ZodTypeAny, {
32515
+ chain: string;
32516
+ asset: string;
32517
+ }, {
32518
+ chain: string;
32519
+ asset: string;
32520
+ }>, "many">, ({
33180
32521
  chain: "Bitcoin";
33181
32522
  asset: "BTC";
33182
32523
  } | {
@@ -33221,8 +32562,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33221
32562
  } | {
33222
32563
  chain: "Assethub";
33223
32564
  asset: "USDT";
33224
- })[];
33225
- withdraw_lender_funds_enabled: ({
32565
+ })[], {
32566
+ chain: string;
32567
+ asset: string;
32568
+ }[]>;
32569
+ withdraw_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
32570
+ chain: z.ZodString;
32571
+ asset: z.ZodString;
32572
+ }, "strip", z.ZodTypeAny, {
32573
+ chain: string;
32574
+ asset: string;
32575
+ }, {
32576
+ chain: string;
32577
+ asset: string;
32578
+ }>, "many">, ({
33226
32579
  chain: "Bitcoin";
33227
32580
  asset: "BTC";
33228
32581
  } | {
@@ -33267,8 +32620,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33267
32620
  } | {
33268
32621
  chain: "Assethub";
33269
32622
  asset: "USDT";
33270
- })[];
33271
- add_collateral_enabled: ({
32623
+ })[], {
32624
+ chain: string;
32625
+ asset: string;
32626
+ }[]>;
32627
+ add_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
32628
+ chain: z.ZodString;
32629
+ asset: z.ZodString;
32630
+ }, "strip", z.ZodTypeAny, {
32631
+ chain: string;
32632
+ asset: string;
32633
+ }, {
32634
+ chain: string;
32635
+ asset: string;
32636
+ }>, "many">, ({
33272
32637
  chain: "Bitcoin";
33273
32638
  asset: "BTC";
33274
32639
  } | {
@@ -33313,8 +32678,20 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33313
32678
  } | {
33314
32679
  chain: "Assethub";
33315
32680
  asset: "USDT";
33316
- })[];
33317
- remove_collateral_enabled: ({
32681
+ })[], {
32682
+ chain: string;
32683
+ asset: string;
32684
+ }[]>;
32685
+ remove_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
32686
+ chain: z.ZodString;
32687
+ asset: z.ZodString;
32688
+ }, "strip", z.ZodTypeAny, {
32689
+ chain: string;
32690
+ asset: string;
32691
+ }, {
32692
+ chain: string;
32693
+ asset: string;
32694
+ }>, "many">, ({
33318
32695
  chain: "Bitcoin";
33319
32696
  asset: "BTC";
33320
32697
  } | {
@@ -33359,11 +32736,15 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33359
32736
  } | {
33360
32737
  chain: "Assethub";
33361
32738
  asset: "USDT";
33362
- })[];
33363
- }, {
32739
+ })[], {
32740
+ chain: string;
32741
+ asset: string;
32742
+ }[]>;
32743
+ liquidations_enabled: z.ZodBoolean;
32744
+ }, "strip", z.ZodTypeAny, {
33364
32745
  add_boost_funds_enabled: boolean;
33365
32746
  stop_boosting_enabled: boolean;
33366
- borrowing_enabled: ({
32747
+ borrowing: ({
33367
32748
  chain: "Bitcoin";
33368
32749
  asset: "BTC";
33369
32750
  } | {
@@ -33409,7 +32790,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33409
32790
  chain: "Assethub";
33410
32791
  asset: "USDT";
33411
32792
  })[];
33412
- add_lender_funds_enabled: ({
32793
+ add_lender_funds: ({
33413
32794
  chain: "Bitcoin";
33414
32795
  asset: "BTC";
33415
32796
  } | {
@@ -33455,7 +32836,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33455
32836
  chain: "Assethub";
33456
32837
  asset: "USDT";
33457
32838
  })[];
33458
- withdraw_lender_funds_enabled: ({
32839
+ withdraw_lender_funds: ({
33459
32840
  chain: "Bitcoin";
33460
32841
  asset: "BTC";
33461
32842
  } | {
@@ -33501,7 +32882,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33501
32882
  chain: "Assethub";
33502
32883
  asset: "USDT";
33503
32884
  })[];
33504
- add_collateral_enabled: ({
32885
+ add_collateral: ({
33505
32886
  chain: "Bitcoin";
33506
32887
  asset: "BTC";
33507
32888
  } | {
@@ -33547,7 +32928,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33547
32928
  chain: "Assethub";
33548
32929
  asset: "USDT";
33549
32930
  })[];
33550
- remove_collateral_enabled: ({
32931
+ remove_collateral: ({
33551
32932
  chain: "Bitcoin";
33552
32933
  asset: "BTC";
33553
32934
  } | {
@@ -33593,6 +32974,31 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33593
32974
  chain: "Assethub";
33594
32975
  asset: "USDT";
33595
32976
  })[];
32977
+ liquidations_enabled: boolean;
32978
+ }, {
32979
+ add_boost_funds_enabled: boolean;
32980
+ stop_boosting_enabled: boolean;
32981
+ borrowing: {
32982
+ chain: string;
32983
+ asset: string;
32984
+ }[];
32985
+ add_lender_funds: {
32986
+ chain: string;
32987
+ asset: string;
32988
+ }[];
32989
+ withdraw_lender_funds: {
32990
+ chain: string;
32991
+ asset: string;
32992
+ }[];
32993
+ add_collateral: {
32994
+ chain: string;
32995
+ asset: string;
32996
+ }[];
32997
+ remove_collateral: {
32998
+ chain: string;
32999
+ asset: string;
33000
+ }[];
33001
+ liquidations_enabled: boolean;
33596
33002
  }>;
33597
33003
  broadcast_ethereum: z.ZodObject<{
33598
33004
  retry_enabled: z.ZodBoolean;
@@ -33751,6 +33157,26 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33751
33157
  vault_deposit_witnessing_enabled: boolean;
33752
33158
  }>;
33753
33159
  witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
33160
+ ethereum_elections: z.ZodOptional<z.ZodObject<{
33161
+ state_chain_gateway_witnessing: z.ZodBoolean;
33162
+ key_manager_witnessing: z.ZodBoolean;
33163
+ sc_utils_witnessing: z.ZodBoolean;
33164
+ }, "strip", z.ZodTypeAny, {
33165
+ state_chain_gateway_witnessing: boolean;
33166
+ key_manager_witnessing: boolean;
33167
+ sc_utils_witnessing: boolean;
33168
+ }, {
33169
+ state_chain_gateway_witnessing: boolean;
33170
+ key_manager_witnessing: boolean;
33171
+ sc_utils_witnessing: boolean;
33172
+ }>>;
33173
+ arbitrum_elections: z.ZodOptional<z.ZodObject<{
33174
+ key_manager_witnessing: z.ZodBoolean;
33175
+ }, "strip", z.ZodTypeAny, {
33176
+ key_manager_witnessing: boolean;
33177
+ }, {
33178
+ key_manager_witnessing: boolean;
33179
+ }>>;
33754
33180
  elections_generic: z.ZodObject<{
33755
33181
  oracle_price_elections: z.ZodBoolean;
33756
33182
  }, "strip", z.ZodTypeAny, {
@@ -33776,6 +33202,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33776
33202
  swaps_enabled: boolean;
33777
33203
  withdrawals_enabled: boolean;
33778
33204
  broker_registration_enabled: boolean;
33205
+ deposit_enabled: boolean;
33779
33206
  };
33780
33207
  funding: {
33781
33208
  redeem_enabled: boolean;
@@ -33810,7 +33237,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33810
33237
  lending_pools: {
33811
33238
  add_boost_funds_enabled: boolean;
33812
33239
  stop_boosting_enabled: boolean;
33813
- borrowing_enabled: ({
33240
+ borrowing: ({
33814
33241
  chain: "Bitcoin";
33815
33242
  asset: "BTC";
33816
33243
  } | {
@@ -33856,7 +33283,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33856
33283
  chain: "Assethub";
33857
33284
  asset: "USDT";
33858
33285
  })[];
33859
- add_lender_funds_enabled: ({
33286
+ add_lender_funds: ({
33860
33287
  chain: "Bitcoin";
33861
33288
  asset: "BTC";
33862
33289
  } | {
@@ -33902,7 +33329,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33902
33329
  chain: "Assethub";
33903
33330
  asset: "USDT";
33904
33331
  })[];
33905
- withdraw_lender_funds_enabled: ({
33332
+ withdraw_lender_funds: ({
33906
33333
  chain: "Bitcoin";
33907
33334
  asset: "BTC";
33908
33335
  } | {
@@ -33948,7 +33375,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33948
33375
  chain: "Assethub";
33949
33376
  asset: "USDT";
33950
33377
  })[];
33951
- add_collateral_enabled: ({
33378
+ add_collateral: ({
33952
33379
  chain: "Bitcoin";
33953
33380
  asset: "BTC";
33954
33381
  } | {
@@ -33994,7 +33421,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
33994
33421
  chain: "Assethub";
33995
33422
  asset: "USDT";
33996
33423
  })[];
33997
- remove_collateral_enabled: ({
33424
+ remove_collateral: ({
33998
33425
  chain: "Bitcoin";
33999
33426
  asset: "BTC";
34000
33427
  } | {
@@ -34040,6 +33467,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34040
33467
  chain: "Assethub";
34041
33468
  asset: "USDT";
34042
33469
  })[];
33470
+ liquidations_enabled: boolean;
34043
33471
  };
34044
33472
  broadcast_ethereum: {
34045
33473
  retry_enabled: boolean;
@@ -34105,6 +33533,14 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34105
33533
  elections_generic: {
34106
33534
  oracle_price_elections: boolean;
34107
33535
  };
33536
+ ethereum_elections?: {
33537
+ state_chain_gateway_witnessing: boolean;
33538
+ key_manager_witnessing: boolean;
33539
+ sc_utils_witnessing: boolean;
33540
+ } | undefined;
33541
+ arbitrum_elections?: {
33542
+ key_manager_witnessing: boolean;
33543
+ } | undefined;
34108
33544
  }, {
34109
33545
  asset_balances: {
34110
33546
  reconciliation_enabled: boolean;
@@ -34123,6 +33559,7 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34123
33559
  swaps_enabled: boolean;
34124
33560
  withdrawals_enabled: boolean;
34125
33561
  broker_registration_enabled: boolean;
33562
+ deposit_enabled: boolean;
34126
33563
  };
34127
33564
  funding: {
34128
33565
  redeem_enabled: boolean;
@@ -34157,236 +33594,27 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34157
33594
  lending_pools: {
34158
33595
  add_boost_funds_enabled: boolean;
34159
33596
  stop_boosting_enabled: boolean;
34160
- borrowing_enabled: ({
34161
- chain: "Bitcoin";
34162
- asset: "BTC";
34163
- } | {
34164
- chain: "Ethereum";
34165
- asset: "FLIP";
34166
- } | {
34167
- chain: "Ethereum";
34168
- asset: "ETH";
34169
- } | {
34170
- chain: "Ethereum";
34171
- asset: "USDC";
34172
- } | {
34173
- chain: "Ethereum";
34174
- asset: "USDT";
34175
- } | {
34176
- chain: "Ethereum";
34177
- asset: "WBTC";
34178
- } | {
34179
- chain: "Arbitrum";
34180
- asset: "ETH";
34181
- } | {
34182
- chain: "Arbitrum";
34183
- asset: "USDC";
34184
- } | {
34185
- chain: "Arbitrum";
34186
- asset: "USDT";
34187
- } | {
34188
- chain: "Solana";
34189
- asset: "SOL";
34190
- } | {
34191
- chain: "Solana";
34192
- asset: "USDC";
34193
- } | {
34194
- chain: "Solana";
34195
- asset: "USDT";
34196
- } | {
34197
- chain: "Assethub";
34198
- asset: "DOT";
34199
- } | {
34200
- chain: "Assethub";
34201
- asset: "USDC";
34202
- } | {
34203
- chain: "Assethub";
34204
- asset: "USDT";
34205
- })[];
34206
- add_lender_funds_enabled: ({
34207
- chain: "Bitcoin";
34208
- asset: "BTC";
34209
- } | {
34210
- chain: "Ethereum";
34211
- asset: "FLIP";
34212
- } | {
34213
- chain: "Ethereum";
34214
- asset: "ETH";
34215
- } | {
34216
- chain: "Ethereum";
34217
- asset: "USDC";
34218
- } | {
34219
- chain: "Ethereum";
34220
- asset: "USDT";
34221
- } | {
34222
- chain: "Ethereum";
34223
- asset: "WBTC";
34224
- } | {
34225
- chain: "Arbitrum";
34226
- asset: "ETH";
34227
- } | {
34228
- chain: "Arbitrum";
34229
- asset: "USDC";
34230
- } | {
34231
- chain: "Arbitrum";
34232
- asset: "USDT";
34233
- } | {
34234
- chain: "Solana";
34235
- asset: "SOL";
34236
- } | {
34237
- chain: "Solana";
34238
- asset: "USDC";
34239
- } | {
34240
- chain: "Solana";
34241
- asset: "USDT";
34242
- } | {
34243
- chain: "Assethub";
34244
- asset: "DOT";
34245
- } | {
34246
- chain: "Assethub";
34247
- asset: "USDC";
34248
- } | {
34249
- chain: "Assethub";
34250
- asset: "USDT";
34251
- })[];
34252
- withdraw_lender_funds_enabled: ({
34253
- chain: "Bitcoin";
34254
- asset: "BTC";
34255
- } | {
34256
- chain: "Ethereum";
34257
- asset: "FLIP";
34258
- } | {
34259
- chain: "Ethereum";
34260
- asset: "ETH";
34261
- } | {
34262
- chain: "Ethereum";
34263
- asset: "USDC";
34264
- } | {
34265
- chain: "Ethereum";
34266
- asset: "USDT";
34267
- } | {
34268
- chain: "Ethereum";
34269
- asset: "WBTC";
34270
- } | {
34271
- chain: "Arbitrum";
34272
- asset: "ETH";
34273
- } | {
34274
- chain: "Arbitrum";
34275
- asset: "USDC";
34276
- } | {
34277
- chain: "Arbitrum";
34278
- asset: "USDT";
34279
- } | {
34280
- chain: "Solana";
34281
- asset: "SOL";
34282
- } | {
34283
- chain: "Solana";
34284
- asset: "USDC";
34285
- } | {
34286
- chain: "Solana";
34287
- asset: "USDT";
34288
- } | {
34289
- chain: "Assethub";
34290
- asset: "DOT";
34291
- } | {
34292
- chain: "Assethub";
34293
- asset: "USDC";
34294
- } | {
34295
- chain: "Assethub";
34296
- asset: "USDT";
34297
- })[];
34298
- add_collateral_enabled: ({
34299
- chain: "Bitcoin";
34300
- asset: "BTC";
34301
- } | {
34302
- chain: "Ethereum";
34303
- asset: "FLIP";
34304
- } | {
34305
- chain: "Ethereum";
34306
- asset: "ETH";
34307
- } | {
34308
- chain: "Ethereum";
34309
- asset: "USDC";
34310
- } | {
34311
- chain: "Ethereum";
34312
- asset: "USDT";
34313
- } | {
34314
- chain: "Ethereum";
34315
- asset: "WBTC";
34316
- } | {
34317
- chain: "Arbitrum";
34318
- asset: "ETH";
34319
- } | {
34320
- chain: "Arbitrum";
34321
- asset: "USDC";
34322
- } | {
34323
- chain: "Arbitrum";
34324
- asset: "USDT";
34325
- } | {
34326
- chain: "Solana";
34327
- asset: "SOL";
34328
- } | {
34329
- chain: "Solana";
34330
- asset: "USDC";
34331
- } | {
34332
- chain: "Solana";
34333
- asset: "USDT";
34334
- } | {
34335
- chain: "Assethub";
34336
- asset: "DOT";
34337
- } | {
34338
- chain: "Assethub";
34339
- asset: "USDC";
34340
- } | {
34341
- chain: "Assethub";
34342
- asset: "USDT";
34343
- })[];
34344
- remove_collateral_enabled: ({
34345
- chain: "Bitcoin";
34346
- asset: "BTC";
34347
- } | {
34348
- chain: "Ethereum";
34349
- asset: "FLIP";
34350
- } | {
34351
- chain: "Ethereum";
34352
- asset: "ETH";
34353
- } | {
34354
- chain: "Ethereum";
34355
- asset: "USDC";
34356
- } | {
34357
- chain: "Ethereum";
34358
- asset: "USDT";
34359
- } | {
34360
- chain: "Ethereum";
34361
- asset: "WBTC";
34362
- } | {
34363
- chain: "Arbitrum";
34364
- asset: "ETH";
34365
- } | {
34366
- chain: "Arbitrum";
34367
- asset: "USDC";
34368
- } | {
34369
- chain: "Arbitrum";
34370
- asset: "USDT";
34371
- } | {
34372
- chain: "Solana";
34373
- asset: "SOL";
34374
- } | {
34375
- chain: "Solana";
34376
- asset: "USDC";
34377
- } | {
34378
- chain: "Solana";
34379
- asset: "USDT";
34380
- } | {
34381
- chain: "Assethub";
34382
- asset: "DOT";
34383
- } | {
34384
- chain: "Assethub";
34385
- asset: "USDC";
34386
- } | {
34387
- chain: "Assethub";
34388
- asset: "USDT";
34389
- })[];
33597
+ borrowing: {
33598
+ chain: string;
33599
+ asset: string;
33600
+ }[];
33601
+ add_lender_funds: {
33602
+ chain: string;
33603
+ asset: string;
33604
+ }[];
33605
+ withdraw_lender_funds: {
33606
+ chain: string;
33607
+ asset: string;
33608
+ }[];
33609
+ add_collateral: {
33610
+ chain: string;
33611
+ asset: string;
33612
+ }[];
33613
+ remove_collateral: {
33614
+ chain: string;
33615
+ asset: string;
33616
+ }[];
33617
+ liquidations_enabled: boolean;
34390
33618
  };
34391
33619
  broadcast_ethereum: {
34392
33620
  retry_enabled: boolean;
@@ -34452,6 +33680,14 @@ declare const cfSafeModeStatuses: z.ZodObject<{
34452
33680
  elections_generic: {
34453
33681
  oracle_price_elections: boolean;
34454
33682
  };
33683
+ ethereum_elections?: {
33684
+ state_chain_gateway_witnessing: boolean;
33685
+ key_manager_witnessing: boolean;
33686
+ sc_utils_witnessing: boolean;
33687
+ } | undefined;
33688
+ arbitrum_elections?: {
33689
+ key_manager_witnessing: boolean;
33690
+ } | undefined;
34455
33691
  }>;
34456
33692
  declare const cfLendingPools: z.ZodArray<z.ZodObject<{
34457
33693
  asset: z.ZodUnion<[z.ZodObject<{