@chainflip/rpc 1.11.4 → 1.11.5

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 CHANGED
@@ -23419,7 +23419,7 @@ declare const rpcResult: {
23419
23419
  asset: "USDC";
23420
23420
  };
23421
23421
  }>, "many">;
23422
- readonly cf_safe_mode_statuses: z.ZodUnion<[z.ZodObject<{
23422
+ readonly cf_safe_mode_statuses: z.ZodObject<{
23423
23423
  emissions: z.ZodObject<{
23424
23424
  emissions_sync_enabled: z.ZodBoolean;
23425
23425
  }, "strip", z.ZodTypeAny, {
@@ -23450,7 +23450,7 @@ declare const rpcResult: {
23450
23450
  liquidity_provider: z.ZodObject<{
23451
23451
  deposit_enabled: z.ZodBoolean;
23452
23452
  withdrawal_enabled: z.ZodBoolean;
23453
- internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
23453
+ internal_swaps_enabled: z.ZodBoolean;
23454
23454
  }, "strip", z.ZodTypeAny, {
23455
23455
  deposit_enabled: boolean;
23456
23456
  withdrawal_enabled: boolean;
@@ -23458,7 +23458,7 @@ declare const rpcResult: {
23458
23458
  }, {
23459
23459
  deposit_enabled: boolean;
23460
23460
  withdrawal_enabled: boolean;
23461
- internal_swaps_enabled?: boolean | undefined;
23461
+ internal_swaps_enabled: boolean;
23462
23462
  }>;
23463
23463
  validator: z.ZodObject<{
23464
23464
  authority_rotation_enabled: z.ZodBoolean;
@@ -23538,570 +23538,1065 @@ declare const rpcResult: {
23538
23538
  }, {
23539
23539
  slashing_enabled: boolean;
23540
23540
  }>;
23541
- broadcast_ethereum: z.ZodObject<{
23542
- retry_enabled: z.ZodBoolean;
23543
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
23544
- }, "strip", z.ZodTypeAny, {
23545
- retry_enabled: boolean;
23546
- egress_witnessing_enabled?: boolean | undefined;
23547
- }, {
23548
- retry_enabled: boolean;
23549
- egress_witnessing_enabled?: boolean | undefined;
23550
- }>;
23551
- broadcast_bitcoin: z.ZodObject<{
23552
- retry_enabled: z.ZodBoolean;
23553
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
23554
- }, "strip", z.ZodTypeAny, {
23555
- retry_enabled: boolean;
23556
- egress_witnessing_enabled?: boolean | undefined;
23557
- }, {
23558
- retry_enabled: boolean;
23559
- egress_witnessing_enabled?: boolean | undefined;
23560
- }>;
23561
- broadcast_polkadot: z.ZodObject<{
23562
- retry_enabled: z.ZodBoolean;
23563
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
23564
- }, "strip", z.ZodTypeAny, {
23565
- retry_enabled: boolean;
23566
- egress_witnessing_enabled?: boolean | undefined;
23567
- }, {
23568
- retry_enabled: boolean;
23569
- egress_witnessing_enabled?: boolean | undefined;
23570
- }>;
23571
- broadcast_arbitrum: z.ZodObject<{
23572
- retry_enabled: z.ZodBoolean;
23573
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
23574
- }, "strip", z.ZodTypeAny, {
23575
- retry_enabled: boolean;
23576
- egress_witnessing_enabled?: boolean | undefined;
23577
- }, {
23578
- retry_enabled: boolean;
23579
- egress_witnessing_enabled?: boolean | undefined;
23580
- }>;
23581
- broadcast_solana: z.ZodObject<{
23582
- retry_enabled: z.ZodBoolean;
23583
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
23584
- }, "strip", z.ZodTypeAny, {
23585
- retry_enabled: boolean;
23586
- egress_witnessing_enabled?: boolean | undefined;
23587
- }, {
23588
- retry_enabled: boolean;
23589
- egress_witnessing_enabled?: boolean | undefined;
23590
- }>;
23591
- broadcast_assethub: z.ZodObject<{
23592
- retry_enabled: z.ZodBoolean;
23593
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
23594
- }, "strip", z.ZodTypeAny, {
23595
- retry_enabled: boolean;
23596
- egress_witnessing_enabled?: boolean | undefined;
23597
- }, {
23598
- retry_enabled: boolean;
23599
- egress_witnessing_enabled?: boolean | undefined;
23600
- }>;
23601
- } & {
23602
- ingress_egress_ethereum: z.ZodObject<{
23603
- boost_deposits_enabled: z.ZodBoolean;
23604
- add_boost_funds_enabled: z.ZodBoolean;
23605
- stop_boosting_enabled: z.ZodBoolean;
23606
- deposits_enabled: z.ZodBoolean;
23607
- }, "strip", z.ZodTypeAny, {
23608
- boost_deposits_enabled: boolean;
23609
- add_boost_funds_enabled: boolean;
23610
- stop_boosting_enabled: boolean;
23611
- deposits_enabled: boolean;
23612
- }, {
23613
- boost_deposits_enabled: boolean;
23614
- add_boost_funds_enabled: boolean;
23615
- stop_boosting_enabled: boolean;
23616
- deposits_enabled: boolean;
23617
- }>;
23618
- ingress_egress_bitcoin: z.ZodObject<{
23619
- boost_deposits_enabled: z.ZodBoolean;
23620
- add_boost_funds_enabled: z.ZodBoolean;
23621
- stop_boosting_enabled: z.ZodBoolean;
23622
- deposits_enabled: z.ZodBoolean;
23623
- }, "strip", z.ZodTypeAny, {
23624
- boost_deposits_enabled: boolean;
23625
- add_boost_funds_enabled: boolean;
23626
- stop_boosting_enabled: boolean;
23627
- deposits_enabled: boolean;
23628
- }, {
23629
- boost_deposits_enabled: boolean;
23630
- add_boost_funds_enabled: boolean;
23631
- stop_boosting_enabled: boolean;
23632
- deposits_enabled: boolean;
23633
- }>;
23634
- ingress_egress_polkadot: z.ZodObject<{
23635
- boost_deposits_enabled: z.ZodBoolean;
23636
- add_boost_funds_enabled: z.ZodBoolean;
23637
- stop_boosting_enabled: z.ZodBoolean;
23638
- deposits_enabled: z.ZodBoolean;
23639
- }, "strip", z.ZodTypeAny, {
23640
- boost_deposits_enabled: boolean;
23641
- add_boost_funds_enabled: boolean;
23642
- stop_boosting_enabled: boolean;
23643
- deposits_enabled: boolean;
23644
- }, {
23645
- boost_deposits_enabled: boolean;
23646
- add_boost_funds_enabled: boolean;
23647
- stop_boosting_enabled: boolean;
23648
- deposits_enabled: boolean;
23649
- }>;
23650
- ingress_egress_arbitrum: z.ZodObject<{
23651
- boost_deposits_enabled: z.ZodBoolean;
23652
- add_boost_funds_enabled: z.ZodBoolean;
23653
- stop_boosting_enabled: z.ZodBoolean;
23654
- deposits_enabled: z.ZodBoolean;
23655
- }, "strip", z.ZodTypeAny, {
23656
- boost_deposits_enabled: boolean;
23657
- add_boost_funds_enabled: boolean;
23658
- stop_boosting_enabled: boolean;
23659
- deposits_enabled: boolean;
23660
- }, {
23661
- boost_deposits_enabled: boolean;
23662
- add_boost_funds_enabled: boolean;
23663
- stop_boosting_enabled: boolean;
23664
- deposits_enabled: boolean;
23665
- }>;
23666
- ingress_egress_solana: z.ZodObject<{
23667
- boost_deposits_enabled: z.ZodBoolean;
23668
- add_boost_funds_enabled: z.ZodBoolean;
23669
- stop_boosting_enabled: z.ZodBoolean;
23670
- deposits_enabled: z.ZodBoolean;
23671
- }, "strip", z.ZodTypeAny, {
23672
- boost_deposits_enabled: boolean;
23673
- add_boost_funds_enabled: boolean;
23674
- stop_boosting_enabled: boolean;
23675
- deposits_enabled: boolean;
23676
- }, {
23677
- boost_deposits_enabled: boolean;
23678
- add_boost_funds_enabled: boolean;
23679
- stop_boosting_enabled: boolean;
23680
- deposits_enabled: boolean;
23681
- }>;
23682
- ingress_egress_assethub: z.ZodObject<{
23683
- boost_deposits_enabled: z.ZodBoolean;
23541
+ lending_pools: z.ZodObject<{
23684
23542
  add_boost_funds_enabled: z.ZodBoolean;
23685
23543
  stop_boosting_enabled: z.ZodBoolean;
23686
- deposits_enabled: z.ZodBoolean;
23687
- }, "strip", z.ZodTypeAny, {
23688
- boost_deposits_enabled: boolean;
23689
- add_boost_funds_enabled: boolean;
23690
- stop_boosting_enabled: boolean;
23691
- deposits_enabled: boolean;
23692
- }, {
23693
- boost_deposits_enabled: boolean;
23694
- add_boost_funds_enabled: boolean;
23695
- stop_boosting_enabled: boolean;
23696
- deposits_enabled: boolean;
23697
- }>;
23698
- }, "strip", z.ZodTypeAny, {
23699
- asset_balances: {
23700
- reconciliation_enabled: boolean;
23701
- };
23702
- liquidity_provider: {
23703
- deposit_enabled: boolean;
23704
- withdrawal_enabled: boolean;
23705
- internal_swaps_enabled: boolean;
23706
- };
23707
- validator: {
23708
- authority_rotation_enabled: boolean;
23709
- start_bidding_enabled: boolean;
23710
- stop_bidding_enabled: boolean;
23711
- };
23712
- swapping: {
23713
- swaps_enabled: boolean;
23714
- withdrawals_enabled: boolean;
23715
- broker_registration_enabled: boolean;
23716
- };
23717
- funding: {
23718
- redeem_enabled: boolean;
23719
- };
23720
- pools: {
23721
- range_order_update_enabled: boolean;
23722
- limit_order_update_enabled: boolean;
23723
- };
23724
- emissions: {
23725
- emissions_sync_enabled: boolean;
23726
- };
23727
- trading_strategies: {
23728
- strategy_updates_enabled: boolean;
23729
- strategy_closure_enabled: boolean;
23730
- strategy_execution_enabled: boolean;
23731
- };
23732
- reputation: {
23733
- reporting_enabled: boolean;
23734
- };
23735
- threshold_signature_evm: {
23736
- slashing_enabled: boolean;
23737
- };
23738
- threshold_signature_bitcoin: {
23739
- slashing_enabled: boolean;
23740
- };
23741
- threshold_signature_polkadot: {
23742
- slashing_enabled: boolean;
23743
- };
23744
- threshold_signature_solana: {
23745
- slashing_enabled: boolean;
23746
- };
23747
- broadcast_ethereum: {
23748
- retry_enabled: boolean;
23749
- egress_witnessing_enabled?: boolean | undefined;
23750
- };
23751
- broadcast_bitcoin: {
23752
- retry_enabled: boolean;
23753
- egress_witnessing_enabled?: boolean | undefined;
23754
- };
23755
- broadcast_polkadot: {
23756
- retry_enabled: boolean;
23757
- egress_witnessing_enabled?: boolean | undefined;
23758
- };
23759
- broadcast_arbitrum: {
23760
- retry_enabled: boolean;
23761
- egress_witnessing_enabled?: boolean | undefined;
23762
- };
23763
- broadcast_solana: {
23764
- retry_enabled: boolean;
23765
- egress_witnessing_enabled?: boolean | undefined;
23766
- };
23767
- broadcast_assethub: {
23768
- retry_enabled: boolean;
23769
- egress_witnessing_enabled?: boolean | undefined;
23770
- };
23771
- ingress_egress_ethereum: {
23772
- boost_deposits_enabled: boolean;
23773
- add_boost_funds_enabled: boolean;
23774
- stop_boosting_enabled: boolean;
23775
- deposits_enabled: boolean;
23776
- };
23777
- ingress_egress_bitcoin: {
23778
- boost_deposits_enabled: boolean;
23779
- add_boost_funds_enabled: boolean;
23780
- stop_boosting_enabled: boolean;
23781
- deposits_enabled: boolean;
23782
- };
23783
- ingress_egress_polkadot: {
23784
- boost_deposits_enabled: boolean;
23785
- add_boost_funds_enabled: boolean;
23786
- stop_boosting_enabled: boolean;
23787
- deposits_enabled: boolean;
23788
- };
23789
- ingress_egress_arbitrum: {
23790
- boost_deposits_enabled: boolean;
23791
- add_boost_funds_enabled: boolean;
23792
- stop_boosting_enabled: boolean;
23793
- deposits_enabled: boolean;
23794
- };
23795
- ingress_egress_solana: {
23796
- boost_deposits_enabled: boolean;
23797
- add_boost_funds_enabled: boolean;
23798
- stop_boosting_enabled: boolean;
23799
- deposits_enabled: boolean;
23800
- };
23801
- ingress_egress_assethub: {
23802
- boost_deposits_enabled: boolean;
23803
- add_boost_funds_enabled: boolean;
23804
- stop_boosting_enabled: boolean;
23805
- deposits_enabled: boolean;
23806
- };
23807
- }, {
23808
- asset_balances: {
23809
- reconciliation_enabled: boolean;
23810
- };
23811
- liquidity_provider: {
23812
- deposit_enabled: boolean;
23813
- withdrawal_enabled: boolean;
23814
- internal_swaps_enabled?: boolean | undefined;
23815
- };
23816
- validator: {
23817
- authority_rotation_enabled: boolean;
23818
- start_bidding_enabled: boolean;
23819
- stop_bidding_enabled: boolean;
23820
- };
23821
- swapping: {
23822
- swaps_enabled: boolean;
23823
- withdrawals_enabled: boolean;
23824
- broker_registration_enabled: boolean;
23825
- };
23826
- funding: {
23827
- redeem_enabled: boolean;
23828
- };
23829
- pools: {
23830
- range_order_update_enabled: boolean;
23831
- limit_order_update_enabled: boolean;
23832
- };
23833
- emissions: {
23834
- emissions_sync_enabled: boolean;
23835
- };
23836
- trading_strategies: {
23837
- strategy_updates_enabled: boolean;
23838
- strategy_closure_enabled: boolean;
23839
- strategy_execution_enabled: boolean;
23840
- };
23841
- reputation: {
23842
- reporting_enabled: boolean;
23843
- };
23844
- threshold_signature_evm: {
23845
- slashing_enabled: boolean;
23846
- };
23847
- threshold_signature_bitcoin: {
23848
- slashing_enabled: boolean;
23849
- };
23850
- threshold_signature_polkadot: {
23851
- slashing_enabled: boolean;
23852
- };
23853
- threshold_signature_solana: {
23854
- slashing_enabled: boolean;
23855
- };
23856
- broadcast_ethereum: {
23857
- retry_enabled: boolean;
23858
- egress_witnessing_enabled?: boolean | undefined;
23859
- };
23860
- broadcast_bitcoin: {
23861
- retry_enabled: boolean;
23862
- egress_witnessing_enabled?: boolean | undefined;
23863
- };
23864
- broadcast_polkadot: {
23865
- retry_enabled: boolean;
23866
- egress_witnessing_enabled?: boolean | undefined;
23867
- };
23868
- broadcast_arbitrum: {
23869
- retry_enabled: boolean;
23870
- egress_witnessing_enabled?: boolean | undefined;
23871
- };
23872
- broadcast_solana: {
23873
- retry_enabled: boolean;
23874
- egress_witnessing_enabled?: boolean | undefined;
23875
- };
23876
- broadcast_assethub: {
23877
- retry_enabled: boolean;
23878
- egress_witnessing_enabled?: boolean | undefined;
23879
- };
23880
- ingress_egress_ethereum: {
23881
- boost_deposits_enabled: boolean;
23882
- add_boost_funds_enabled: boolean;
23883
- stop_boosting_enabled: boolean;
23884
- deposits_enabled: boolean;
23885
- };
23886
- ingress_egress_bitcoin: {
23887
- boost_deposits_enabled: boolean;
23888
- add_boost_funds_enabled: boolean;
23889
- stop_boosting_enabled: boolean;
23890
- deposits_enabled: boolean;
23891
- };
23892
- ingress_egress_polkadot: {
23893
- boost_deposits_enabled: boolean;
23894
- add_boost_funds_enabled: boolean;
23895
- stop_boosting_enabled: boolean;
23896
- deposits_enabled: boolean;
23897
- };
23898
- ingress_egress_arbitrum: {
23899
- boost_deposits_enabled: boolean;
23900
- add_boost_funds_enabled: boolean;
23901
- stop_boosting_enabled: boolean;
23902
- deposits_enabled: boolean;
23903
- };
23904
- ingress_egress_solana: {
23905
- boost_deposits_enabled: boolean;
23544
+ borrowing_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
23545
+ chain: z.ZodLiteral<"Bitcoin">;
23546
+ asset: z.ZodLiteral<"BTC">;
23547
+ }, "strip", z.ZodTypeAny, {
23548
+ chain: "Bitcoin";
23549
+ asset: "BTC";
23550
+ }, {
23551
+ chain: "Bitcoin";
23552
+ asset: "BTC";
23553
+ }>, z.ZodObject<{
23554
+ chain: z.ZodLiteral<"Polkadot">;
23555
+ asset: z.ZodLiteral<"DOT">;
23556
+ }, "strip", z.ZodTypeAny, {
23557
+ chain: "Polkadot";
23558
+ asset: "DOT";
23559
+ }, {
23560
+ chain: "Polkadot";
23561
+ asset: "DOT";
23562
+ }>, z.ZodObject<{
23563
+ chain: z.ZodLiteral<"Ethereum">;
23564
+ asset: z.ZodLiteral<"FLIP">;
23565
+ }, "strip", z.ZodTypeAny, {
23566
+ chain: "Ethereum";
23567
+ asset: "FLIP";
23568
+ }, {
23569
+ chain: "Ethereum";
23570
+ asset: "FLIP";
23571
+ }>, z.ZodObject<{
23572
+ chain: z.ZodLiteral<"Ethereum">;
23573
+ asset: z.ZodLiteral<"ETH">;
23574
+ }, "strip", z.ZodTypeAny, {
23575
+ chain: "Ethereum";
23576
+ asset: "ETH";
23577
+ }, {
23578
+ chain: "Ethereum";
23579
+ asset: "ETH";
23580
+ }>, z.ZodObject<{
23581
+ chain: z.ZodLiteral<"Ethereum">;
23582
+ asset: z.ZodLiteral<"USDC">;
23583
+ }, "strip", z.ZodTypeAny, {
23584
+ chain: "Ethereum";
23585
+ asset: "USDC";
23586
+ }, {
23587
+ chain: "Ethereum";
23588
+ asset: "USDC";
23589
+ }>, z.ZodObject<{
23590
+ chain: z.ZodLiteral<"Ethereum">;
23591
+ asset: z.ZodLiteral<"USDT">;
23592
+ }, "strip", z.ZodTypeAny, {
23593
+ chain: "Ethereum";
23594
+ asset: "USDT";
23595
+ }, {
23596
+ chain: "Ethereum";
23597
+ asset: "USDT";
23598
+ }>, z.ZodObject<{
23599
+ chain: z.ZodLiteral<"Arbitrum">;
23600
+ asset: z.ZodLiteral<"ETH">;
23601
+ }, "strip", z.ZodTypeAny, {
23602
+ chain: "Arbitrum";
23603
+ asset: "ETH";
23604
+ }, {
23605
+ chain: "Arbitrum";
23606
+ asset: "ETH";
23607
+ }>, z.ZodObject<{
23608
+ chain: z.ZodLiteral<"Arbitrum">;
23609
+ asset: z.ZodLiteral<"USDC">;
23610
+ }, "strip", z.ZodTypeAny, {
23611
+ chain: "Arbitrum";
23612
+ asset: "USDC";
23613
+ }, {
23614
+ chain: "Arbitrum";
23615
+ asset: "USDC";
23616
+ }>, z.ZodObject<{
23617
+ chain: z.ZodLiteral<"Solana">;
23618
+ asset: z.ZodLiteral<"SOL">;
23619
+ }, "strip", z.ZodTypeAny, {
23620
+ chain: "Solana";
23621
+ asset: "SOL";
23622
+ }, {
23623
+ chain: "Solana";
23624
+ asset: "SOL";
23625
+ }>, z.ZodObject<{
23626
+ chain: z.ZodLiteral<"Solana">;
23627
+ asset: z.ZodLiteral<"USDC">;
23628
+ }, "strip", z.ZodTypeAny, {
23629
+ chain: "Solana";
23630
+ asset: "USDC";
23631
+ }, {
23632
+ chain: "Solana";
23633
+ asset: "USDC";
23634
+ }>, z.ZodObject<{
23635
+ chain: z.ZodLiteral<"Assethub">;
23636
+ asset: z.ZodLiteral<"DOT">;
23637
+ }, "strip", z.ZodTypeAny, {
23638
+ chain: "Assethub";
23639
+ asset: "DOT";
23640
+ }, {
23641
+ chain: "Assethub";
23642
+ asset: "DOT";
23643
+ }>, z.ZodObject<{
23644
+ chain: z.ZodLiteral<"Assethub">;
23645
+ asset: z.ZodLiteral<"USDC">;
23646
+ }, "strip", z.ZodTypeAny, {
23647
+ chain: "Assethub";
23648
+ asset: "USDC";
23649
+ }, {
23650
+ chain: "Assethub";
23651
+ asset: "USDC";
23652
+ }>, z.ZodObject<{
23653
+ chain: z.ZodLiteral<"Assethub">;
23654
+ asset: z.ZodLiteral<"USDT">;
23655
+ }, "strip", z.ZodTypeAny, {
23656
+ chain: "Assethub";
23657
+ asset: "USDT";
23658
+ }, {
23659
+ chain: "Assethub";
23660
+ asset: "USDT";
23661
+ }>]>, "many">>;
23662
+ add_lender_funds_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
23663
+ chain: z.ZodLiteral<"Bitcoin">;
23664
+ asset: z.ZodLiteral<"BTC">;
23665
+ }, "strip", z.ZodTypeAny, {
23666
+ chain: "Bitcoin";
23667
+ asset: "BTC";
23668
+ }, {
23669
+ chain: "Bitcoin";
23670
+ asset: "BTC";
23671
+ }>, z.ZodObject<{
23672
+ chain: z.ZodLiteral<"Polkadot">;
23673
+ asset: z.ZodLiteral<"DOT">;
23674
+ }, "strip", z.ZodTypeAny, {
23675
+ chain: "Polkadot";
23676
+ asset: "DOT";
23677
+ }, {
23678
+ chain: "Polkadot";
23679
+ asset: "DOT";
23680
+ }>, z.ZodObject<{
23681
+ chain: z.ZodLiteral<"Ethereum">;
23682
+ asset: z.ZodLiteral<"FLIP">;
23683
+ }, "strip", z.ZodTypeAny, {
23684
+ chain: "Ethereum";
23685
+ asset: "FLIP";
23686
+ }, {
23687
+ chain: "Ethereum";
23688
+ asset: "FLIP";
23689
+ }>, z.ZodObject<{
23690
+ chain: z.ZodLiteral<"Ethereum">;
23691
+ asset: z.ZodLiteral<"ETH">;
23692
+ }, "strip", z.ZodTypeAny, {
23693
+ chain: "Ethereum";
23694
+ asset: "ETH";
23695
+ }, {
23696
+ chain: "Ethereum";
23697
+ asset: "ETH";
23698
+ }>, z.ZodObject<{
23699
+ chain: z.ZodLiteral<"Ethereum">;
23700
+ asset: z.ZodLiteral<"USDC">;
23701
+ }, "strip", z.ZodTypeAny, {
23702
+ chain: "Ethereum";
23703
+ asset: "USDC";
23704
+ }, {
23705
+ chain: "Ethereum";
23706
+ asset: "USDC";
23707
+ }>, z.ZodObject<{
23708
+ chain: z.ZodLiteral<"Ethereum">;
23709
+ asset: z.ZodLiteral<"USDT">;
23710
+ }, "strip", z.ZodTypeAny, {
23711
+ chain: "Ethereum";
23712
+ asset: "USDT";
23713
+ }, {
23714
+ chain: "Ethereum";
23715
+ asset: "USDT";
23716
+ }>, z.ZodObject<{
23717
+ chain: z.ZodLiteral<"Arbitrum">;
23718
+ asset: z.ZodLiteral<"ETH">;
23719
+ }, "strip", z.ZodTypeAny, {
23720
+ chain: "Arbitrum";
23721
+ asset: "ETH";
23722
+ }, {
23723
+ chain: "Arbitrum";
23724
+ asset: "ETH";
23725
+ }>, z.ZodObject<{
23726
+ chain: z.ZodLiteral<"Arbitrum">;
23727
+ asset: z.ZodLiteral<"USDC">;
23728
+ }, "strip", z.ZodTypeAny, {
23729
+ chain: "Arbitrum";
23730
+ asset: "USDC";
23731
+ }, {
23732
+ chain: "Arbitrum";
23733
+ asset: "USDC";
23734
+ }>, z.ZodObject<{
23735
+ chain: z.ZodLiteral<"Solana">;
23736
+ asset: z.ZodLiteral<"SOL">;
23737
+ }, "strip", z.ZodTypeAny, {
23738
+ chain: "Solana";
23739
+ asset: "SOL";
23740
+ }, {
23741
+ chain: "Solana";
23742
+ asset: "SOL";
23743
+ }>, z.ZodObject<{
23744
+ chain: z.ZodLiteral<"Solana">;
23745
+ asset: z.ZodLiteral<"USDC">;
23746
+ }, "strip", z.ZodTypeAny, {
23747
+ chain: "Solana";
23748
+ asset: "USDC";
23749
+ }, {
23750
+ chain: "Solana";
23751
+ asset: "USDC";
23752
+ }>, z.ZodObject<{
23753
+ chain: z.ZodLiteral<"Assethub">;
23754
+ asset: z.ZodLiteral<"DOT">;
23755
+ }, "strip", z.ZodTypeAny, {
23756
+ chain: "Assethub";
23757
+ asset: "DOT";
23758
+ }, {
23759
+ chain: "Assethub";
23760
+ asset: "DOT";
23761
+ }>, z.ZodObject<{
23762
+ chain: z.ZodLiteral<"Assethub">;
23763
+ asset: z.ZodLiteral<"USDC">;
23764
+ }, "strip", z.ZodTypeAny, {
23765
+ chain: "Assethub";
23766
+ asset: "USDC";
23767
+ }, {
23768
+ chain: "Assethub";
23769
+ asset: "USDC";
23770
+ }>, z.ZodObject<{
23771
+ chain: z.ZodLiteral<"Assethub">;
23772
+ asset: z.ZodLiteral<"USDT">;
23773
+ }, "strip", z.ZodTypeAny, {
23774
+ chain: "Assethub";
23775
+ asset: "USDT";
23776
+ }, {
23777
+ chain: "Assethub";
23778
+ asset: "USDT";
23779
+ }>]>, "many">>;
23780
+ withdraw_lender_funds_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
23781
+ chain: z.ZodLiteral<"Bitcoin">;
23782
+ asset: z.ZodLiteral<"BTC">;
23783
+ }, "strip", z.ZodTypeAny, {
23784
+ chain: "Bitcoin";
23785
+ asset: "BTC";
23786
+ }, {
23787
+ chain: "Bitcoin";
23788
+ asset: "BTC";
23789
+ }>, z.ZodObject<{
23790
+ chain: z.ZodLiteral<"Polkadot">;
23791
+ asset: z.ZodLiteral<"DOT">;
23792
+ }, "strip", z.ZodTypeAny, {
23793
+ chain: "Polkadot";
23794
+ asset: "DOT";
23795
+ }, {
23796
+ chain: "Polkadot";
23797
+ asset: "DOT";
23798
+ }>, z.ZodObject<{
23799
+ chain: z.ZodLiteral<"Ethereum">;
23800
+ asset: z.ZodLiteral<"FLIP">;
23801
+ }, "strip", z.ZodTypeAny, {
23802
+ chain: "Ethereum";
23803
+ asset: "FLIP";
23804
+ }, {
23805
+ chain: "Ethereum";
23806
+ asset: "FLIP";
23807
+ }>, z.ZodObject<{
23808
+ chain: z.ZodLiteral<"Ethereum">;
23809
+ asset: z.ZodLiteral<"ETH">;
23810
+ }, "strip", z.ZodTypeAny, {
23811
+ chain: "Ethereum";
23812
+ asset: "ETH";
23813
+ }, {
23814
+ chain: "Ethereum";
23815
+ asset: "ETH";
23816
+ }>, z.ZodObject<{
23817
+ chain: z.ZodLiteral<"Ethereum">;
23818
+ asset: z.ZodLiteral<"USDC">;
23819
+ }, "strip", z.ZodTypeAny, {
23820
+ chain: "Ethereum";
23821
+ asset: "USDC";
23822
+ }, {
23823
+ chain: "Ethereum";
23824
+ asset: "USDC";
23825
+ }>, z.ZodObject<{
23826
+ chain: z.ZodLiteral<"Ethereum">;
23827
+ asset: z.ZodLiteral<"USDT">;
23828
+ }, "strip", z.ZodTypeAny, {
23829
+ chain: "Ethereum";
23830
+ asset: "USDT";
23831
+ }, {
23832
+ chain: "Ethereum";
23833
+ asset: "USDT";
23834
+ }>, z.ZodObject<{
23835
+ chain: z.ZodLiteral<"Arbitrum">;
23836
+ asset: z.ZodLiteral<"ETH">;
23837
+ }, "strip", z.ZodTypeAny, {
23838
+ chain: "Arbitrum";
23839
+ asset: "ETH";
23840
+ }, {
23841
+ chain: "Arbitrum";
23842
+ asset: "ETH";
23843
+ }>, z.ZodObject<{
23844
+ chain: z.ZodLiteral<"Arbitrum">;
23845
+ asset: z.ZodLiteral<"USDC">;
23846
+ }, "strip", z.ZodTypeAny, {
23847
+ chain: "Arbitrum";
23848
+ asset: "USDC";
23849
+ }, {
23850
+ chain: "Arbitrum";
23851
+ asset: "USDC";
23852
+ }>, z.ZodObject<{
23853
+ chain: z.ZodLiteral<"Solana">;
23854
+ asset: z.ZodLiteral<"SOL">;
23855
+ }, "strip", z.ZodTypeAny, {
23856
+ chain: "Solana";
23857
+ asset: "SOL";
23858
+ }, {
23859
+ chain: "Solana";
23860
+ asset: "SOL";
23861
+ }>, z.ZodObject<{
23862
+ chain: z.ZodLiteral<"Solana">;
23863
+ asset: z.ZodLiteral<"USDC">;
23864
+ }, "strip", z.ZodTypeAny, {
23865
+ chain: "Solana";
23866
+ asset: "USDC";
23867
+ }, {
23868
+ chain: "Solana";
23869
+ asset: "USDC";
23870
+ }>, z.ZodObject<{
23871
+ chain: z.ZodLiteral<"Assethub">;
23872
+ asset: z.ZodLiteral<"DOT">;
23873
+ }, "strip", z.ZodTypeAny, {
23874
+ chain: "Assethub";
23875
+ asset: "DOT";
23876
+ }, {
23877
+ chain: "Assethub";
23878
+ asset: "DOT";
23879
+ }>, z.ZodObject<{
23880
+ chain: z.ZodLiteral<"Assethub">;
23881
+ asset: z.ZodLiteral<"USDC">;
23882
+ }, "strip", z.ZodTypeAny, {
23883
+ chain: "Assethub";
23884
+ asset: "USDC";
23885
+ }, {
23886
+ chain: "Assethub";
23887
+ asset: "USDC";
23888
+ }>, z.ZodObject<{
23889
+ chain: z.ZodLiteral<"Assethub">;
23890
+ asset: z.ZodLiteral<"USDT">;
23891
+ }, "strip", z.ZodTypeAny, {
23892
+ chain: "Assethub";
23893
+ asset: "USDT";
23894
+ }, {
23895
+ chain: "Assethub";
23896
+ asset: "USDT";
23897
+ }>]>, "many">>;
23898
+ add_collateral_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
23899
+ chain: z.ZodLiteral<"Bitcoin">;
23900
+ asset: z.ZodLiteral<"BTC">;
23901
+ }, "strip", z.ZodTypeAny, {
23902
+ chain: "Bitcoin";
23903
+ asset: "BTC";
23904
+ }, {
23905
+ chain: "Bitcoin";
23906
+ asset: "BTC";
23907
+ }>, z.ZodObject<{
23908
+ chain: z.ZodLiteral<"Polkadot">;
23909
+ asset: z.ZodLiteral<"DOT">;
23910
+ }, "strip", z.ZodTypeAny, {
23911
+ chain: "Polkadot";
23912
+ asset: "DOT";
23913
+ }, {
23914
+ chain: "Polkadot";
23915
+ asset: "DOT";
23916
+ }>, z.ZodObject<{
23917
+ chain: z.ZodLiteral<"Ethereum">;
23918
+ asset: z.ZodLiteral<"FLIP">;
23919
+ }, "strip", z.ZodTypeAny, {
23920
+ chain: "Ethereum";
23921
+ asset: "FLIP";
23922
+ }, {
23923
+ chain: "Ethereum";
23924
+ asset: "FLIP";
23925
+ }>, z.ZodObject<{
23926
+ chain: z.ZodLiteral<"Ethereum">;
23927
+ asset: z.ZodLiteral<"ETH">;
23928
+ }, "strip", z.ZodTypeAny, {
23929
+ chain: "Ethereum";
23930
+ asset: "ETH";
23931
+ }, {
23932
+ chain: "Ethereum";
23933
+ asset: "ETH";
23934
+ }>, z.ZodObject<{
23935
+ chain: z.ZodLiteral<"Ethereum">;
23936
+ asset: z.ZodLiteral<"USDC">;
23937
+ }, "strip", z.ZodTypeAny, {
23938
+ chain: "Ethereum";
23939
+ asset: "USDC";
23940
+ }, {
23941
+ chain: "Ethereum";
23942
+ asset: "USDC";
23943
+ }>, z.ZodObject<{
23944
+ chain: z.ZodLiteral<"Ethereum">;
23945
+ asset: z.ZodLiteral<"USDT">;
23946
+ }, "strip", z.ZodTypeAny, {
23947
+ chain: "Ethereum";
23948
+ asset: "USDT";
23949
+ }, {
23950
+ chain: "Ethereum";
23951
+ asset: "USDT";
23952
+ }>, z.ZodObject<{
23953
+ chain: z.ZodLiteral<"Arbitrum">;
23954
+ asset: z.ZodLiteral<"ETH">;
23955
+ }, "strip", z.ZodTypeAny, {
23956
+ chain: "Arbitrum";
23957
+ asset: "ETH";
23958
+ }, {
23959
+ chain: "Arbitrum";
23960
+ asset: "ETH";
23961
+ }>, z.ZodObject<{
23962
+ chain: z.ZodLiteral<"Arbitrum">;
23963
+ asset: z.ZodLiteral<"USDC">;
23964
+ }, "strip", z.ZodTypeAny, {
23965
+ chain: "Arbitrum";
23966
+ asset: "USDC";
23967
+ }, {
23968
+ chain: "Arbitrum";
23969
+ asset: "USDC";
23970
+ }>, z.ZodObject<{
23971
+ chain: z.ZodLiteral<"Solana">;
23972
+ asset: z.ZodLiteral<"SOL">;
23973
+ }, "strip", z.ZodTypeAny, {
23974
+ chain: "Solana";
23975
+ asset: "SOL";
23976
+ }, {
23977
+ chain: "Solana";
23978
+ asset: "SOL";
23979
+ }>, z.ZodObject<{
23980
+ chain: z.ZodLiteral<"Solana">;
23981
+ asset: z.ZodLiteral<"USDC">;
23982
+ }, "strip", z.ZodTypeAny, {
23983
+ chain: "Solana";
23984
+ asset: "USDC";
23985
+ }, {
23986
+ chain: "Solana";
23987
+ asset: "USDC";
23988
+ }>, z.ZodObject<{
23989
+ chain: z.ZodLiteral<"Assethub">;
23990
+ asset: z.ZodLiteral<"DOT">;
23991
+ }, "strip", z.ZodTypeAny, {
23992
+ chain: "Assethub";
23993
+ asset: "DOT";
23994
+ }, {
23995
+ chain: "Assethub";
23996
+ asset: "DOT";
23997
+ }>, z.ZodObject<{
23998
+ chain: z.ZodLiteral<"Assethub">;
23999
+ asset: z.ZodLiteral<"USDC">;
24000
+ }, "strip", z.ZodTypeAny, {
24001
+ chain: "Assethub";
24002
+ asset: "USDC";
24003
+ }, {
24004
+ chain: "Assethub";
24005
+ asset: "USDC";
24006
+ }>, z.ZodObject<{
24007
+ chain: z.ZodLiteral<"Assethub">;
24008
+ asset: z.ZodLiteral<"USDT">;
24009
+ }, "strip", z.ZodTypeAny, {
24010
+ chain: "Assethub";
24011
+ asset: "USDT";
24012
+ }, {
24013
+ chain: "Assethub";
24014
+ asset: "USDT";
24015
+ }>]>, "many">>;
24016
+ remove_collateral_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
24017
+ chain: z.ZodLiteral<"Bitcoin">;
24018
+ asset: z.ZodLiteral<"BTC">;
24019
+ }, "strip", z.ZodTypeAny, {
24020
+ chain: "Bitcoin";
24021
+ asset: "BTC";
24022
+ }, {
24023
+ chain: "Bitcoin";
24024
+ asset: "BTC";
24025
+ }>, z.ZodObject<{
24026
+ chain: z.ZodLiteral<"Polkadot">;
24027
+ asset: z.ZodLiteral<"DOT">;
24028
+ }, "strip", z.ZodTypeAny, {
24029
+ chain: "Polkadot";
24030
+ asset: "DOT";
24031
+ }, {
24032
+ chain: "Polkadot";
24033
+ asset: "DOT";
24034
+ }>, z.ZodObject<{
24035
+ chain: z.ZodLiteral<"Ethereum">;
24036
+ asset: z.ZodLiteral<"FLIP">;
24037
+ }, "strip", z.ZodTypeAny, {
24038
+ chain: "Ethereum";
24039
+ asset: "FLIP";
24040
+ }, {
24041
+ chain: "Ethereum";
24042
+ asset: "FLIP";
24043
+ }>, z.ZodObject<{
24044
+ chain: z.ZodLiteral<"Ethereum">;
24045
+ asset: z.ZodLiteral<"ETH">;
24046
+ }, "strip", z.ZodTypeAny, {
24047
+ chain: "Ethereum";
24048
+ asset: "ETH";
24049
+ }, {
24050
+ chain: "Ethereum";
24051
+ asset: "ETH";
24052
+ }>, z.ZodObject<{
24053
+ chain: z.ZodLiteral<"Ethereum">;
24054
+ asset: z.ZodLiteral<"USDC">;
24055
+ }, "strip", z.ZodTypeAny, {
24056
+ chain: "Ethereum";
24057
+ asset: "USDC";
24058
+ }, {
24059
+ chain: "Ethereum";
24060
+ asset: "USDC";
24061
+ }>, z.ZodObject<{
24062
+ chain: z.ZodLiteral<"Ethereum">;
24063
+ asset: z.ZodLiteral<"USDT">;
24064
+ }, "strip", z.ZodTypeAny, {
24065
+ chain: "Ethereum";
24066
+ asset: "USDT";
24067
+ }, {
24068
+ chain: "Ethereum";
24069
+ asset: "USDT";
24070
+ }>, z.ZodObject<{
24071
+ chain: z.ZodLiteral<"Arbitrum">;
24072
+ asset: z.ZodLiteral<"ETH">;
24073
+ }, "strip", z.ZodTypeAny, {
24074
+ chain: "Arbitrum";
24075
+ asset: "ETH";
24076
+ }, {
24077
+ chain: "Arbitrum";
24078
+ asset: "ETH";
24079
+ }>, z.ZodObject<{
24080
+ chain: z.ZodLiteral<"Arbitrum">;
24081
+ asset: z.ZodLiteral<"USDC">;
24082
+ }, "strip", z.ZodTypeAny, {
24083
+ chain: "Arbitrum";
24084
+ asset: "USDC";
24085
+ }, {
24086
+ chain: "Arbitrum";
24087
+ asset: "USDC";
24088
+ }>, z.ZodObject<{
24089
+ chain: z.ZodLiteral<"Solana">;
24090
+ asset: z.ZodLiteral<"SOL">;
24091
+ }, "strip", z.ZodTypeAny, {
24092
+ chain: "Solana";
24093
+ asset: "SOL";
24094
+ }, {
24095
+ chain: "Solana";
24096
+ asset: "SOL";
24097
+ }>, z.ZodObject<{
24098
+ chain: z.ZodLiteral<"Solana">;
24099
+ asset: z.ZodLiteral<"USDC">;
24100
+ }, "strip", z.ZodTypeAny, {
24101
+ chain: "Solana";
24102
+ asset: "USDC";
24103
+ }, {
24104
+ chain: "Solana";
24105
+ asset: "USDC";
24106
+ }>, z.ZodObject<{
24107
+ chain: z.ZodLiteral<"Assethub">;
24108
+ asset: z.ZodLiteral<"DOT">;
24109
+ }, "strip", z.ZodTypeAny, {
24110
+ chain: "Assethub";
24111
+ asset: "DOT";
24112
+ }, {
24113
+ chain: "Assethub";
24114
+ asset: "DOT";
24115
+ }>, z.ZodObject<{
24116
+ chain: z.ZodLiteral<"Assethub">;
24117
+ asset: z.ZodLiteral<"USDC">;
24118
+ }, "strip", z.ZodTypeAny, {
24119
+ chain: "Assethub";
24120
+ asset: "USDC";
24121
+ }, {
24122
+ chain: "Assethub";
24123
+ asset: "USDC";
24124
+ }>, z.ZodObject<{
24125
+ chain: z.ZodLiteral<"Assethub">;
24126
+ asset: z.ZodLiteral<"USDT">;
24127
+ }, "strip", z.ZodTypeAny, {
24128
+ chain: "Assethub";
24129
+ asset: "USDT";
24130
+ }, {
24131
+ chain: "Assethub";
24132
+ asset: "USDT";
24133
+ }>]>, "many">>;
24134
+ }, "strip", z.ZodTypeAny, {
23906
24135
  add_boost_funds_enabled: boolean;
23907
24136
  stop_boosting_enabled: boolean;
23908
- deposits_enabled: boolean;
23909
- };
23910
- ingress_egress_assethub: {
23911
- boost_deposits_enabled: boolean;
24137
+ borrowing_enabled?: ({
24138
+ chain: "Bitcoin";
24139
+ asset: "BTC";
24140
+ } | {
24141
+ chain: "Polkadot";
24142
+ asset: "DOT";
24143
+ } | {
24144
+ chain: "Ethereum";
24145
+ asset: "FLIP";
24146
+ } | {
24147
+ chain: "Ethereum";
24148
+ asset: "ETH";
24149
+ } | {
24150
+ chain: "Ethereum";
24151
+ asset: "USDC";
24152
+ } | {
24153
+ chain: "Ethereum";
24154
+ asset: "USDT";
24155
+ } | {
24156
+ chain: "Arbitrum";
24157
+ asset: "ETH";
24158
+ } | {
24159
+ chain: "Arbitrum";
24160
+ asset: "USDC";
24161
+ } | {
24162
+ chain: "Solana";
24163
+ asset: "SOL";
24164
+ } | {
24165
+ chain: "Solana";
24166
+ asset: "USDC";
24167
+ } | {
24168
+ chain: "Assethub";
24169
+ asset: "DOT";
24170
+ } | {
24171
+ chain: "Assethub";
24172
+ asset: "USDC";
24173
+ } | {
24174
+ chain: "Assethub";
24175
+ asset: "USDT";
24176
+ })[] | undefined;
24177
+ add_lender_funds_enabled?: ({
24178
+ chain: "Bitcoin";
24179
+ asset: "BTC";
24180
+ } | {
24181
+ chain: "Polkadot";
24182
+ asset: "DOT";
24183
+ } | {
24184
+ chain: "Ethereum";
24185
+ asset: "FLIP";
24186
+ } | {
24187
+ chain: "Ethereum";
24188
+ asset: "ETH";
24189
+ } | {
24190
+ chain: "Ethereum";
24191
+ asset: "USDC";
24192
+ } | {
24193
+ chain: "Ethereum";
24194
+ asset: "USDT";
24195
+ } | {
24196
+ chain: "Arbitrum";
24197
+ asset: "ETH";
24198
+ } | {
24199
+ chain: "Arbitrum";
24200
+ asset: "USDC";
24201
+ } | {
24202
+ chain: "Solana";
24203
+ asset: "SOL";
24204
+ } | {
24205
+ chain: "Solana";
24206
+ asset: "USDC";
24207
+ } | {
24208
+ chain: "Assethub";
24209
+ asset: "DOT";
24210
+ } | {
24211
+ chain: "Assethub";
24212
+ asset: "USDC";
24213
+ } | {
24214
+ chain: "Assethub";
24215
+ asset: "USDT";
24216
+ })[] | undefined;
24217
+ withdraw_lender_funds_enabled?: ({
24218
+ chain: "Bitcoin";
24219
+ asset: "BTC";
24220
+ } | {
24221
+ chain: "Polkadot";
24222
+ asset: "DOT";
24223
+ } | {
24224
+ chain: "Ethereum";
24225
+ asset: "FLIP";
24226
+ } | {
24227
+ chain: "Ethereum";
24228
+ asset: "ETH";
24229
+ } | {
24230
+ chain: "Ethereum";
24231
+ asset: "USDC";
24232
+ } | {
24233
+ chain: "Ethereum";
24234
+ asset: "USDT";
24235
+ } | {
24236
+ chain: "Arbitrum";
24237
+ asset: "ETH";
24238
+ } | {
24239
+ chain: "Arbitrum";
24240
+ asset: "USDC";
24241
+ } | {
24242
+ chain: "Solana";
24243
+ asset: "SOL";
24244
+ } | {
24245
+ chain: "Solana";
24246
+ asset: "USDC";
24247
+ } | {
24248
+ chain: "Assethub";
24249
+ asset: "DOT";
24250
+ } | {
24251
+ chain: "Assethub";
24252
+ asset: "USDC";
24253
+ } | {
24254
+ chain: "Assethub";
24255
+ asset: "USDT";
24256
+ })[] | undefined;
24257
+ add_collateral_enabled?: ({
24258
+ chain: "Bitcoin";
24259
+ asset: "BTC";
24260
+ } | {
24261
+ chain: "Polkadot";
24262
+ asset: "DOT";
24263
+ } | {
24264
+ chain: "Ethereum";
24265
+ asset: "FLIP";
24266
+ } | {
24267
+ chain: "Ethereum";
24268
+ asset: "ETH";
24269
+ } | {
24270
+ chain: "Ethereum";
24271
+ asset: "USDC";
24272
+ } | {
24273
+ chain: "Ethereum";
24274
+ asset: "USDT";
24275
+ } | {
24276
+ chain: "Arbitrum";
24277
+ asset: "ETH";
24278
+ } | {
24279
+ chain: "Arbitrum";
24280
+ asset: "USDC";
24281
+ } | {
24282
+ chain: "Solana";
24283
+ asset: "SOL";
24284
+ } | {
24285
+ chain: "Solana";
24286
+ asset: "USDC";
24287
+ } | {
24288
+ chain: "Assethub";
24289
+ asset: "DOT";
24290
+ } | {
24291
+ chain: "Assethub";
24292
+ asset: "USDC";
24293
+ } | {
24294
+ chain: "Assethub";
24295
+ asset: "USDT";
24296
+ })[] | undefined;
24297
+ remove_collateral_enabled?: ({
24298
+ chain: "Bitcoin";
24299
+ asset: "BTC";
24300
+ } | {
24301
+ chain: "Polkadot";
24302
+ asset: "DOT";
24303
+ } | {
24304
+ chain: "Ethereum";
24305
+ asset: "FLIP";
24306
+ } | {
24307
+ chain: "Ethereum";
24308
+ asset: "ETH";
24309
+ } | {
24310
+ chain: "Ethereum";
24311
+ asset: "USDC";
24312
+ } | {
24313
+ chain: "Ethereum";
24314
+ asset: "USDT";
24315
+ } | {
24316
+ chain: "Arbitrum";
24317
+ asset: "ETH";
24318
+ } | {
24319
+ chain: "Arbitrum";
24320
+ asset: "USDC";
24321
+ } | {
24322
+ chain: "Solana";
24323
+ asset: "SOL";
24324
+ } | {
24325
+ chain: "Solana";
24326
+ asset: "USDC";
24327
+ } | {
24328
+ chain: "Assethub";
24329
+ asset: "DOT";
24330
+ } | {
24331
+ chain: "Assethub";
24332
+ asset: "USDC";
24333
+ } | {
24334
+ chain: "Assethub";
24335
+ asset: "USDT";
24336
+ })[] | undefined;
24337
+ }, {
23912
24338
  add_boost_funds_enabled: boolean;
23913
24339
  stop_boosting_enabled: boolean;
23914
- deposits_enabled: boolean;
23915
- };
23916
- }>, z.ZodObject<{
23917
- emissions: z.ZodObject<{
23918
- emissions_sync_enabled: z.ZodBoolean;
23919
- }, "strip", z.ZodTypeAny, {
23920
- emissions_sync_enabled: boolean;
23921
- }, {
23922
- emissions_sync_enabled: boolean;
23923
- }>;
23924
- funding: z.ZodObject<{
23925
- redeem_enabled: z.ZodBoolean;
23926
- }, "strip", z.ZodTypeAny, {
23927
- redeem_enabled: boolean;
23928
- }, {
23929
- redeem_enabled: boolean;
23930
- }>;
23931
- swapping: z.ZodObject<{
23932
- swaps_enabled: z.ZodBoolean;
23933
- withdrawals_enabled: z.ZodBoolean;
23934
- broker_registration_enabled: z.ZodBoolean;
23935
- }, "strip", z.ZodTypeAny, {
23936
- swaps_enabled: boolean;
23937
- withdrawals_enabled: boolean;
23938
- broker_registration_enabled: boolean;
23939
- }, {
23940
- swaps_enabled: boolean;
23941
- withdrawals_enabled: boolean;
23942
- broker_registration_enabled: boolean;
23943
- }>;
23944
- liquidity_provider: z.ZodObject<{
23945
- deposit_enabled: z.ZodBoolean;
23946
- withdrawal_enabled: z.ZodBoolean;
23947
- internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
23948
- }, "strip", z.ZodTypeAny, {
23949
- deposit_enabled: boolean;
23950
- withdrawal_enabled: boolean;
23951
- internal_swaps_enabled: boolean;
23952
- }, {
23953
- deposit_enabled: boolean;
23954
- withdrawal_enabled: boolean;
23955
- internal_swaps_enabled?: boolean | undefined;
23956
- }>;
23957
- validator: z.ZodObject<{
23958
- authority_rotation_enabled: z.ZodBoolean;
23959
- start_bidding_enabled: z.ZodBoolean;
23960
- stop_bidding_enabled: z.ZodBoolean;
23961
- }, "strip", z.ZodTypeAny, {
23962
- authority_rotation_enabled: boolean;
23963
- start_bidding_enabled: boolean;
23964
- stop_bidding_enabled: boolean;
23965
- }, {
23966
- authority_rotation_enabled: boolean;
23967
- start_bidding_enabled: boolean;
23968
- stop_bidding_enabled: boolean;
23969
- }>;
23970
- pools: z.ZodObject<{
23971
- range_order_update_enabled: z.ZodBoolean;
23972
- limit_order_update_enabled: z.ZodBoolean;
23973
- }, "strip", z.ZodTypeAny, {
23974
- range_order_update_enabled: boolean;
23975
- limit_order_update_enabled: boolean;
23976
- }, {
23977
- range_order_update_enabled: boolean;
23978
- limit_order_update_enabled: boolean;
23979
- }>;
23980
- trading_strategies: z.ZodObject<{
23981
- strategy_updates_enabled: z.ZodBoolean;
23982
- strategy_closure_enabled: z.ZodBoolean;
23983
- strategy_execution_enabled: z.ZodBoolean;
23984
- }, "strip", z.ZodTypeAny, {
23985
- strategy_updates_enabled: boolean;
23986
- strategy_closure_enabled: boolean;
23987
- strategy_execution_enabled: boolean;
23988
- }, {
23989
- strategy_updates_enabled: boolean;
23990
- strategy_closure_enabled: boolean;
23991
- strategy_execution_enabled: boolean;
23992
- }>;
23993
- reputation: z.ZodObject<{
23994
- reporting_enabled: z.ZodBoolean;
23995
- }, "strip", z.ZodTypeAny, {
23996
- reporting_enabled: boolean;
23997
- }, {
23998
- reporting_enabled: boolean;
23999
- }>;
24000
- asset_balances: z.ZodObject<{
24001
- reconciliation_enabled: z.ZodBoolean;
24002
- }, "strip", z.ZodTypeAny, {
24003
- reconciliation_enabled: boolean;
24004
- }, {
24005
- reconciliation_enabled: boolean;
24006
- }>;
24007
- threshold_signature_evm: z.ZodObject<{
24008
- slashing_enabled: z.ZodBoolean;
24009
- }, "strip", z.ZodTypeAny, {
24010
- slashing_enabled: boolean;
24011
- }, {
24012
- slashing_enabled: boolean;
24013
- }>;
24014
- threshold_signature_bitcoin: z.ZodObject<{
24015
- slashing_enabled: z.ZodBoolean;
24016
- }, "strip", z.ZodTypeAny, {
24017
- slashing_enabled: boolean;
24018
- }, {
24019
- slashing_enabled: boolean;
24020
- }>;
24021
- threshold_signature_polkadot: z.ZodObject<{
24022
- slashing_enabled: z.ZodBoolean;
24023
- }, "strip", z.ZodTypeAny, {
24024
- slashing_enabled: boolean;
24025
- }, {
24026
- slashing_enabled: boolean;
24027
- }>;
24028
- threshold_signature_solana: z.ZodObject<{
24029
- slashing_enabled: z.ZodBoolean;
24030
- }, "strip", z.ZodTypeAny, {
24031
- slashing_enabled: boolean;
24032
- }, {
24033
- slashing_enabled: boolean;
24340
+ borrowing_enabled?: ({
24341
+ chain: "Bitcoin";
24342
+ asset: "BTC";
24343
+ } | {
24344
+ chain: "Polkadot";
24345
+ asset: "DOT";
24346
+ } | {
24347
+ chain: "Ethereum";
24348
+ asset: "FLIP";
24349
+ } | {
24350
+ chain: "Ethereum";
24351
+ asset: "ETH";
24352
+ } | {
24353
+ chain: "Ethereum";
24354
+ asset: "USDC";
24355
+ } | {
24356
+ chain: "Ethereum";
24357
+ asset: "USDT";
24358
+ } | {
24359
+ chain: "Arbitrum";
24360
+ asset: "ETH";
24361
+ } | {
24362
+ chain: "Arbitrum";
24363
+ asset: "USDC";
24364
+ } | {
24365
+ chain: "Solana";
24366
+ asset: "SOL";
24367
+ } | {
24368
+ chain: "Solana";
24369
+ asset: "USDC";
24370
+ } | {
24371
+ chain: "Assethub";
24372
+ asset: "DOT";
24373
+ } | {
24374
+ chain: "Assethub";
24375
+ asset: "USDC";
24376
+ } | {
24377
+ chain: "Assethub";
24378
+ asset: "USDT";
24379
+ })[] | undefined;
24380
+ add_lender_funds_enabled?: ({
24381
+ chain: "Bitcoin";
24382
+ asset: "BTC";
24383
+ } | {
24384
+ chain: "Polkadot";
24385
+ asset: "DOT";
24386
+ } | {
24387
+ chain: "Ethereum";
24388
+ asset: "FLIP";
24389
+ } | {
24390
+ chain: "Ethereum";
24391
+ asset: "ETH";
24392
+ } | {
24393
+ chain: "Ethereum";
24394
+ asset: "USDC";
24395
+ } | {
24396
+ chain: "Ethereum";
24397
+ asset: "USDT";
24398
+ } | {
24399
+ chain: "Arbitrum";
24400
+ asset: "ETH";
24401
+ } | {
24402
+ chain: "Arbitrum";
24403
+ asset: "USDC";
24404
+ } | {
24405
+ chain: "Solana";
24406
+ asset: "SOL";
24407
+ } | {
24408
+ chain: "Solana";
24409
+ asset: "USDC";
24410
+ } | {
24411
+ chain: "Assethub";
24412
+ asset: "DOT";
24413
+ } | {
24414
+ chain: "Assethub";
24415
+ asset: "USDC";
24416
+ } | {
24417
+ chain: "Assethub";
24418
+ asset: "USDT";
24419
+ })[] | undefined;
24420
+ withdraw_lender_funds_enabled?: ({
24421
+ chain: "Bitcoin";
24422
+ asset: "BTC";
24423
+ } | {
24424
+ chain: "Polkadot";
24425
+ asset: "DOT";
24426
+ } | {
24427
+ chain: "Ethereum";
24428
+ asset: "FLIP";
24429
+ } | {
24430
+ chain: "Ethereum";
24431
+ asset: "ETH";
24432
+ } | {
24433
+ chain: "Ethereum";
24434
+ asset: "USDC";
24435
+ } | {
24436
+ chain: "Ethereum";
24437
+ asset: "USDT";
24438
+ } | {
24439
+ chain: "Arbitrum";
24440
+ asset: "ETH";
24441
+ } | {
24442
+ chain: "Arbitrum";
24443
+ asset: "USDC";
24444
+ } | {
24445
+ chain: "Solana";
24446
+ asset: "SOL";
24447
+ } | {
24448
+ chain: "Solana";
24449
+ asset: "USDC";
24450
+ } | {
24451
+ chain: "Assethub";
24452
+ asset: "DOT";
24453
+ } | {
24454
+ chain: "Assethub";
24455
+ asset: "USDC";
24456
+ } | {
24457
+ chain: "Assethub";
24458
+ asset: "USDT";
24459
+ })[] | undefined;
24460
+ add_collateral_enabled?: ({
24461
+ chain: "Bitcoin";
24462
+ asset: "BTC";
24463
+ } | {
24464
+ chain: "Polkadot";
24465
+ asset: "DOT";
24466
+ } | {
24467
+ chain: "Ethereum";
24468
+ asset: "FLIP";
24469
+ } | {
24470
+ chain: "Ethereum";
24471
+ asset: "ETH";
24472
+ } | {
24473
+ chain: "Ethereum";
24474
+ asset: "USDC";
24475
+ } | {
24476
+ chain: "Ethereum";
24477
+ asset: "USDT";
24478
+ } | {
24479
+ chain: "Arbitrum";
24480
+ asset: "ETH";
24481
+ } | {
24482
+ chain: "Arbitrum";
24483
+ asset: "USDC";
24484
+ } | {
24485
+ chain: "Solana";
24486
+ asset: "SOL";
24487
+ } | {
24488
+ chain: "Solana";
24489
+ asset: "USDC";
24490
+ } | {
24491
+ chain: "Assethub";
24492
+ asset: "DOT";
24493
+ } | {
24494
+ chain: "Assethub";
24495
+ asset: "USDC";
24496
+ } | {
24497
+ chain: "Assethub";
24498
+ asset: "USDT";
24499
+ })[] | undefined;
24500
+ remove_collateral_enabled?: ({
24501
+ chain: "Bitcoin";
24502
+ asset: "BTC";
24503
+ } | {
24504
+ chain: "Polkadot";
24505
+ asset: "DOT";
24506
+ } | {
24507
+ chain: "Ethereum";
24508
+ asset: "FLIP";
24509
+ } | {
24510
+ chain: "Ethereum";
24511
+ asset: "ETH";
24512
+ } | {
24513
+ chain: "Ethereum";
24514
+ asset: "USDC";
24515
+ } | {
24516
+ chain: "Ethereum";
24517
+ asset: "USDT";
24518
+ } | {
24519
+ chain: "Arbitrum";
24520
+ asset: "ETH";
24521
+ } | {
24522
+ chain: "Arbitrum";
24523
+ asset: "USDC";
24524
+ } | {
24525
+ chain: "Solana";
24526
+ asset: "SOL";
24527
+ } | {
24528
+ chain: "Solana";
24529
+ asset: "USDC";
24530
+ } | {
24531
+ chain: "Assethub";
24532
+ asset: "DOT";
24533
+ } | {
24534
+ chain: "Assethub";
24535
+ asset: "USDC";
24536
+ } | {
24537
+ chain: "Assethub";
24538
+ asset: "USDT";
24539
+ })[] | undefined;
24034
24540
  }>;
24035
24541
  broadcast_ethereum: z.ZodObject<{
24036
24542
  retry_enabled: z.ZodBoolean;
24037
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
24543
+ egress_witnessing_enabled: z.ZodBoolean;
24038
24544
  }, "strip", z.ZodTypeAny, {
24039
24545
  retry_enabled: boolean;
24040
- egress_witnessing_enabled?: boolean | undefined;
24546
+ egress_witnessing_enabled: boolean;
24041
24547
  }, {
24042
24548
  retry_enabled: boolean;
24043
- egress_witnessing_enabled?: boolean | undefined;
24549
+ egress_witnessing_enabled: boolean;
24044
24550
  }>;
24045
24551
  broadcast_bitcoin: z.ZodObject<{
24046
24552
  retry_enabled: z.ZodBoolean;
24047
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
24553
+ egress_witnessing_enabled: z.ZodBoolean;
24048
24554
  }, "strip", z.ZodTypeAny, {
24049
24555
  retry_enabled: boolean;
24050
- egress_witnessing_enabled?: boolean | undefined;
24556
+ egress_witnessing_enabled: boolean;
24051
24557
  }, {
24052
24558
  retry_enabled: boolean;
24053
- egress_witnessing_enabled?: boolean | undefined;
24559
+ egress_witnessing_enabled: boolean;
24054
24560
  }>;
24055
24561
  broadcast_polkadot: z.ZodObject<{
24056
24562
  retry_enabled: z.ZodBoolean;
24057
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
24563
+ egress_witnessing_enabled: z.ZodBoolean;
24058
24564
  }, "strip", z.ZodTypeAny, {
24059
24565
  retry_enabled: boolean;
24060
- egress_witnessing_enabled?: boolean | undefined;
24566
+ egress_witnessing_enabled: boolean;
24061
24567
  }, {
24062
24568
  retry_enabled: boolean;
24063
- egress_witnessing_enabled?: boolean | undefined;
24569
+ egress_witnessing_enabled: boolean;
24064
24570
  }>;
24065
24571
  broadcast_arbitrum: z.ZodObject<{
24066
24572
  retry_enabled: z.ZodBoolean;
24067
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
24573
+ egress_witnessing_enabled: z.ZodBoolean;
24068
24574
  }, "strip", z.ZodTypeAny, {
24069
24575
  retry_enabled: boolean;
24070
- egress_witnessing_enabled?: boolean | undefined;
24576
+ egress_witnessing_enabled: boolean;
24071
24577
  }, {
24072
24578
  retry_enabled: boolean;
24073
- egress_witnessing_enabled?: boolean | undefined;
24579
+ egress_witnessing_enabled: boolean;
24074
24580
  }>;
24075
24581
  broadcast_solana: z.ZodObject<{
24076
24582
  retry_enabled: z.ZodBoolean;
24077
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
24583
+ egress_witnessing_enabled: z.ZodBoolean;
24078
24584
  }, "strip", z.ZodTypeAny, {
24079
24585
  retry_enabled: boolean;
24080
- egress_witnessing_enabled?: boolean | undefined;
24586
+ egress_witnessing_enabled: boolean;
24081
24587
  }, {
24082
24588
  retry_enabled: boolean;
24083
- egress_witnessing_enabled?: boolean | undefined;
24589
+ egress_witnessing_enabled: boolean;
24084
24590
  }>;
24085
24591
  broadcast_assethub: z.ZodObject<{
24086
24592
  retry_enabled: z.ZodBoolean;
24087
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
24593
+ egress_witnessing_enabled: z.ZodBoolean;
24088
24594
  }, "strip", z.ZodTypeAny, {
24089
24595
  retry_enabled: boolean;
24090
- egress_witnessing_enabled?: boolean | undefined;
24596
+ egress_witnessing_enabled: boolean;
24091
24597
  }, {
24092
24598
  retry_enabled: boolean;
24093
- egress_witnessing_enabled?: boolean | undefined;
24094
- }>;
24095
- } & {
24096
- lending_pools: z.ZodObject<{
24097
- add_boost_funds_enabled: z.ZodBoolean;
24098
- stop_boosting_enabled: z.ZodBoolean;
24099
- }, "strip", z.ZodTypeAny, {
24100
- add_boost_funds_enabled: boolean;
24101
- stop_boosting_enabled: boolean;
24102
- }, {
24103
- add_boost_funds_enabled: boolean;
24104
- stop_boosting_enabled: boolean;
24599
+ egress_witnessing_enabled: boolean;
24105
24600
  }>;
24106
24601
  ingress_egress_ethereum: z.ZodObject<{
24107
24602
  boost_deposits_enabled: z.ZodBoolean;
@@ -24199,6 +24694,14 @@ declare const rpcResult: {
24199
24694
  deposit_channel_witnessing_enabled: boolean;
24200
24695
  vault_deposit_witnessing_enabled: boolean;
24201
24696
  }>;
24697
+ witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
24698
+ elections_generic: z.ZodObject<{
24699
+ oracle_price_elections: z.ZodBoolean;
24700
+ }, "strip", z.ZodTypeAny, {
24701
+ oracle_price_elections: boolean;
24702
+ }, {
24703
+ oracle_price_elections: boolean;
24704
+ }>;
24202
24705
  }, "strip", z.ZodTypeAny, {
24203
24706
  asset_balances: {
24204
24707
  reconciliation_enabled: boolean;
@@ -24248,29 +24751,233 @@ declare const rpcResult: {
24248
24751
  threshold_signature_solana: {
24249
24752
  slashing_enabled: boolean;
24250
24753
  };
24754
+ lending_pools: {
24755
+ add_boost_funds_enabled: boolean;
24756
+ stop_boosting_enabled: boolean;
24757
+ borrowing_enabled?: ({
24758
+ chain: "Bitcoin";
24759
+ asset: "BTC";
24760
+ } | {
24761
+ chain: "Polkadot";
24762
+ asset: "DOT";
24763
+ } | {
24764
+ chain: "Ethereum";
24765
+ asset: "FLIP";
24766
+ } | {
24767
+ chain: "Ethereum";
24768
+ asset: "ETH";
24769
+ } | {
24770
+ chain: "Ethereum";
24771
+ asset: "USDC";
24772
+ } | {
24773
+ chain: "Ethereum";
24774
+ asset: "USDT";
24775
+ } | {
24776
+ chain: "Arbitrum";
24777
+ asset: "ETH";
24778
+ } | {
24779
+ chain: "Arbitrum";
24780
+ asset: "USDC";
24781
+ } | {
24782
+ chain: "Solana";
24783
+ asset: "SOL";
24784
+ } | {
24785
+ chain: "Solana";
24786
+ asset: "USDC";
24787
+ } | {
24788
+ chain: "Assethub";
24789
+ asset: "DOT";
24790
+ } | {
24791
+ chain: "Assethub";
24792
+ asset: "USDC";
24793
+ } | {
24794
+ chain: "Assethub";
24795
+ asset: "USDT";
24796
+ })[] | undefined;
24797
+ add_lender_funds_enabled?: ({
24798
+ chain: "Bitcoin";
24799
+ asset: "BTC";
24800
+ } | {
24801
+ chain: "Polkadot";
24802
+ asset: "DOT";
24803
+ } | {
24804
+ chain: "Ethereum";
24805
+ asset: "FLIP";
24806
+ } | {
24807
+ chain: "Ethereum";
24808
+ asset: "ETH";
24809
+ } | {
24810
+ chain: "Ethereum";
24811
+ asset: "USDC";
24812
+ } | {
24813
+ chain: "Ethereum";
24814
+ asset: "USDT";
24815
+ } | {
24816
+ chain: "Arbitrum";
24817
+ asset: "ETH";
24818
+ } | {
24819
+ chain: "Arbitrum";
24820
+ asset: "USDC";
24821
+ } | {
24822
+ chain: "Solana";
24823
+ asset: "SOL";
24824
+ } | {
24825
+ chain: "Solana";
24826
+ asset: "USDC";
24827
+ } | {
24828
+ chain: "Assethub";
24829
+ asset: "DOT";
24830
+ } | {
24831
+ chain: "Assethub";
24832
+ asset: "USDC";
24833
+ } | {
24834
+ chain: "Assethub";
24835
+ asset: "USDT";
24836
+ })[] | undefined;
24837
+ withdraw_lender_funds_enabled?: ({
24838
+ chain: "Bitcoin";
24839
+ asset: "BTC";
24840
+ } | {
24841
+ chain: "Polkadot";
24842
+ asset: "DOT";
24843
+ } | {
24844
+ chain: "Ethereum";
24845
+ asset: "FLIP";
24846
+ } | {
24847
+ chain: "Ethereum";
24848
+ asset: "ETH";
24849
+ } | {
24850
+ chain: "Ethereum";
24851
+ asset: "USDC";
24852
+ } | {
24853
+ chain: "Ethereum";
24854
+ asset: "USDT";
24855
+ } | {
24856
+ chain: "Arbitrum";
24857
+ asset: "ETH";
24858
+ } | {
24859
+ chain: "Arbitrum";
24860
+ asset: "USDC";
24861
+ } | {
24862
+ chain: "Solana";
24863
+ asset: "SOL";
24864
+ } | {
24865
+ chain: "Solana";
24866
+ asset: "USDC";
24867
+ } | {
24868
+ chain: "Assethub";
24869
+ asset: "DOT";
24870
+ } | {
24871
+ chain: "Assethub";
24872
+ asset: "USDC";
24873
+ } | {
24874
+ chain: "Assethub";
24875
+ asset: "USDT";
24876
+ })[] | undefined;
24877
+ add_collateral_enabled?: ({
24878
+ chain: "Bitcoin";
24879
+ asset: "BTC";
24880
+ } | {
24881
+ chain: "Polkadot";
24882
+ asset: "DOT";
24883
+ } | {
24884
+ chain: "Ethereum";
24885
+ asset: "FLIP";
24886
+ } | {
24887
+ chain: "Ethereum";
24888
+ asset: "ETH";
24889
+ } | {
24890
+ chain: "Ethereum";
24891
+ asset: "USDC";
24892
+ } | {
24893
+ chain: "Ethereum";
24894
+ asset: "USDT";
24895
+ } | {
24896
+ chain: "Arbitrum";
24897
+ asset: "ETH";
24898
+ } | {
24899
+ chain: "Arbitrum";
24900
+ asset: "USDC";
24901
+ } | {
24902
+ chain: "Solana";
24903
+ asset: "SOL";
24904
+ } | {
24905
+ chain: "Solana";
24906
+ asset: "USDC";
24907
+ } | {
24908
+ chain: "Assethub";
24909
+ asset: "DOT";
24910
+ } | {
24911
+ chain: "Assethub";
24912
+ asset: "USDC";
24913
+ } | {
24914
+ chain: "Assethub";
24915
+ asset: "USDT";
24916
+ })[] | undefined;
24917
+ remove_collateral_enabled?: ({
24918
+ chain: "Bitcoin";
24919
+ asset: "BTC";
24920
+ } | {
24921
+ chain: "Polkadot";
24922
+ asset: "DOT";
24923
+ } | {
24924
+ chain: "Ethereum";
24925
+ asset: "FLIP";
24926
+ } | {
24927
+ chain: "Ethereum";
24928
+ asset: "ETH";
24929
+ } | {
24930
+ chain: "Ethereum";
24931
+ asset: "USDC";
24932
+ } | {
24933
+ chain: "Ethereum";
24934
+ asset: "USDT";
24935
+ } | {
24936
+ chain: "Arbitrum";
24937
+ asset: "ETH";
24938
+ } | {
24939
+ chain: "Arbitrum";
24940
+ asset: "USDC";
24941
+ } | {
24942
+ chain: "Solana";
24943
+ asset: "SOL";
24944
+ } | {
24945
+ chain: "Solana";
24946
+ asset: "USDC";
24947
+ } | {
24948
+ chain: "Assethub";
24949
+ asset: "DOT";
24950
+ } | {
24951
+ chain: "Assethub";
24952
+ asset: "USDC";
24953
+ } | {
24954
+ chain: "Assethub";
24955
+ asset: "USDT";
24956
+ })[] | undefined;
24957
+ };
24251
24958
  broadcast_ethereum: {
24252
24959
  retry_enabled: boolean;
24253
- egress_witnessing_enabled?: boolean | undefined;
24960
+ egress_witnessing_enabled: boolean;
24254
24961
  };
24255
24962
  broadcast_bitcoin: {
24256
24963
  retry_enabled: boolean;
24257
- egress_witnessing_enabled?: boolean | undefined;
24964
+ egress_witnessing_enabled: boolean;
24258
24965
  };
24259
24966
  broadcast_polkadot: {
24260
24967
  retry_enabled: boolean;
24261
- egress_witnessing_enabled?: boolean | undefined;
24968
+ egress_witnessing_enabled: boolean;
24262
24969
  };
24263
24970
  broadcast_arbitrum: {
24264
24971
  retry_enabled: boolean;
24265
- egress_witnessing_enabled?: boolean | undefined;
24972
+ egress_witnessing_enabled: boolean;
24266
24973
  };
24267
24974
  broadcast_solana: {
24268
24975
  retry_enabled: boolean;
24269
- egress_witnessing_enabled?: boolean | undefined;
24976
+ egress_witnessing_enabled: boolean;
24270
24977
  };
24271
24978
  broadcast_assethub: {
24272
24979
  retry_enabled: boolean;
24273
- egress_witnessing_enabled?: boolean | undefined;
24980
+ egress_witnessing_enabled: boolean;
24274
24981
  };
24275
24982
  ingress_egress_ethereum: {
24276
24983
  boost_deposits_enabled: boolean;
@@ -24308,9 +25015,9 @@ declare const rpcResult: {
24308
25015
  deposit_channel_witnessing_enabled: boolean;
24309
25016
  vault_deposit_witnessing_enabled: boolean;
24310
25017
  };
24311
- lending_pools: {
24312
- add_boost_funds_enabled: boolean;
24313
- stop_boosting_enabled: boolean;
25018
+ witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
25019
+ elections_generic: {
25020
+ oracle_price_elections: boolean;
24314
25021
  };
24315
25022
  }, {
24316
25023
  asset_balances: {
@@ -24319,7 +25026,7 @@ declare const rpcResult: {
24319
25026
  liquidity_provider: {
24320
25027
  deposit_enabled: boolean;
24321
25028
  withdrawal_enabled: boolean;
24322
- internal_swaps_enabled?: boolean | undefined;
25029
+ internal_swaps_enabled: boolean;
24323
25030
  };
24324
25031
  validator: {
24325
25032
  authority_rotation_enabled: boolean;
@@ -24361,29 +25068,233 @@ declare const rpcResult: {
24361
25068
  threshold_signature_solana: {
24362
25069
  slashing_enabled: boolean;
24363
25070
  };
25071
+ lending_pools: {
25072
+ add_boost_funds_enabled: boolean;
25073
+ stop_boosting_enabled: boolean;
25074
+ borrowing_enabled?: ({
25075
+ chain: "Bitcoin";
25076
+ asset: "BTC";
25077
+ } | {
25078
+ chain: "Polkadot";
25079
+ asset: "DOT";
25080
+ } | {
25081
+ chain: "Ethereum";
25082
+ asset: "FLIP";
25083
+ } | {
25084
+ chain: "Ethereum";
25085
+ asset: "ETH";
25086
+ } | {
25087
+ chain: "Ethereum";
25088
+ asset: "USDC";
25089
+ } | {
25090
+ chain: "Ethereum";
25091
+ asset: "USDT";
25092
+ } | {
25093
+ chain: "Arbitrum";
25094
+ asset: "ETH";
25095
+ } | {
25096
+ chain: "Arbitrum";
25097
+ asset: "USDC";
25098
+ } | {
25099
+ chain: "Solana";
25100
+ asset: "SOL";
25101
+ } | {
25102
+ chain: "Solana";
25103
+ asset: "USDC";
25104
+ } | {
25105
+ chain: "Assethub";
25106
+ asset: "DOT";
25107
+ } | {
25108
+ chain: "Assethub";
25109
+ asset: "USDC";
25110
+ } | {
25111
+ chain: "Assethub";
25112
+ asset: "USDT";
25113
+ })[] | undefined;
25114
+ add_lender_funds_enabled?: ({
25115
+ chain: "Bitcoin";
25116
+ asset: "BTC";
25117
+ } | {
25118
+ chain: "Polkadot";
25119
+ asset: "DOT";
25120
+ } | {
25121
+ chain: "Ethereum";
25122
+ asset: "FLIP";
25123
+ } | {
25124
+ chain: "Ethereum";
25125
+ asset: "ETH";
25126
+ } | {
25127
+ chain: "Ethereum";
25128
+ asset: "USDC";
25129
+ } | {
25130
+ chain: "Ethereum";
25131
+ asset: "USDT";
25132
+ } | {
25133
+ chain: "Arbitrum";
25134
+ asset: "ETH";
25135
+ } | {
25136
+ chain: "Arbitrum";
25137
+ asset: "USDC";
25138
+ } | {
25139
+ chain: "Solana";
25140
+ asset: "SOL";
25141
+ } | {
25142
+ chain: "Solana";
25143
+ asset: "USDC";
25144
+ } | {
25145
+ chain: "Assethub";
25146
+ asset: "DOT";
25147
+ } | {
25148
+ chain: "Assethub";
25149
+ asset: "USDC";
25150
+ } | {
25151
+ chain: "Assethub";
25152
+ asset: "USDT";
25153
+ })[] | undefined;
25154
+ withdraw_lender_funds_enabled?: ({
25155
+ chain: "Bitcoin";
25156
+ asset: "BTC";
25157
+ } | {
25158
+ chain: "Polkadot";
25159
+ asset: "DOT";
25160
+ } | {
25161
+ chain: "Ethereum";
25162
+ asset: "FLIP";
25163
+ } | {
25164
+ chain: "Ethereum";
25165
+ asset: "ETH";
25166
+ } | {
25167
+ chain: "Ethereum";
25168
+ asset: "USDC";
25169
+ } | {
25170
+ chain: "Ethereum";
25171
+ asset: "USDT";
25172
+ } | {
25173
+ chain: "Arbitrum";
25174
+ asset: "ETH";
25175
+ } | {
25176
+ chain: "Arbitrum";
25177
+ asset: "USDC";
25178
+ } | {
25179
+ chain: "Solana";
25180
+ asset: "SOL";
25181
+ } | {
25182
+ chain: "Solana";
25183
+ asset: "USDC";
25184
+ } | {
25185
+ chain: "Assethub";
25186
+ asset: "DOT";
25187
+ } | {
25188
+ chain: "Assethub";
25189
+ asset: "USDC";
25190
+ } | {
25191
+ chain: "Assethub";
25192
+ asset: "USDT";
25193
+ })[] | undefined;
25194
+ add_collateral_enabled?: ({
25195
+ chain: "Bitcoin";
25196
+ asset: "BTC";
25197
+ } | {
25198
+ chain: "Polkadot";
25199
+ asset: "DOT";
25200
+ } | {
25201
+ chain: "Ethereum";
25202
+ asset: "FLIP";
25203
+ } | {
25204
+ chain: "Ethereum";
25205
+ asset: "ETH";
25206
+ } | {
25207
+ chain: "Ethereum";
25208
+ asset: "USDC";
25209
+ } | {
25210
+ chain: "Ethereum";
25211
+ asset: "USDT";
25212
+ } | {
25213
+ chain: "Arbitrum";
25214
+ asset: "ETH";
25215
+ } | {
25216
+ chain: "Arbitrum";
25217
+ asset: "USDC";
25218
+ } | {
25219
+ chain: "Solana";
25220
+ asset: "SOL";
25221
+ } | {
25222
+ chain: "Solana";
25223
+ asset: "USDC";
25224
+ } | {
25225
+ chain: "Assethub";
25226
+ asset: "DOT";
25227
+ } | {
25228
+ chain: "Assethub";
25229
+ asset: "USDC";
25230
+ } | {
25231
+ chain: "Assethub";
25232
+ asset: "USDT";
25233
+ })[] | undefined;
25234
+ remove_collateral_enabled?: ({
25235
+ chain: "Bitcoin";
25236
+ asset: "BTC";
25237
+ } | {
25238
+ chain: "Polkadot";
25239
+ asset: "DOT";
25240
+ } | {
25241
+ chain: "Ethereum";
25242
+ asset: "FLIP";
25243
+ } | {
25244
+ chain: "Ethereum";
25245
+ asset: "ETH";
25246
+ } | {
25247
+ chain: "Ethereum";
25248
+ asset: "USDC";
25249
+ } | {
25250
+ chain: "Ethereum";
25251
+ asset: "USDT";
25252
+ } | {
25253
+ chain: "Arbitrum";
25254
+ asset: "ETH";
25255
+ } | {
25256
+ chain: "Arbitrum";
25257
+ asset: "USDC";
25258
+ } | {
25259
+ chain: "Solana";
25260
+ asset: "SOL";
25261
+ } | {
25262
+ chain: "Solana";
25263
+ asset: "USDC";
25264
+ } | {
25265
+ chain: "Assethub";
25266
+ asset: "DOT";
25267
+ } | {
25268
+ chain: "Assethub";
25269
+ asset: "USDC";
25270
+ } | {
25271
+ chain: "Assethub";
25272
+ asset: "USDT";
25273
+ })[] | undefined;
25274
+ };
24364
25275
  broadcast_ethereum: {
24365
25276
  retry_enabled: boolean;
24366
- egress_witnessing_enabled?: boolean | undefined;
25277
+ egress_witnessing_enabled: boolean;
24367
25278
  };
24368
25279
  broadcast_bitcoin: {
24369
25280
  retry_enabled: boolean;
24370
- egress_witnessing_enabled?: boolean | undefined;
25281
+ egress_witnessing_enabled: boolean;
24371
25282
  };
24372
25283
  broadcast_polkadot: {
24373
25284
  retry_enabled: boolean;
24374
- egress_witnessing_enabled?: boolean | undefined;
25285
+ egress_witnessing_enabled: boolean;
24375
25286
  };
24376
25287
  broadcast_arbitrum: {
24377
25288
  retry_enabled: boolean;
24378
- egress_witnessing_enabled?: boolean | undefined;
25289
+ egress_witnessing_enabled: boolean;
24379
25290
  };
24380
25291
  broadcast_solana: {
24381
25292
  retry_enabled: boolean;
24382
- egress_witnessing_enabled?: boolean | undefined;
25293
+ egress_witnessing_enabled: boolean;
24383
25294
  };
24384
25295
  broadcast_assethub: {
24385
25296
  retry_enabled: boolean;
24386
- egress_witnessing_enabled?: boolean | undefined;
25297
+ egress_witnessing_enabled: boolean;
24387
25298
  };
24388
25299
  ingress_egress_ethereum: {
24389
25300
  boost_deposits_enabled: boolean;
@@ -24421,11 +25332,11 @@ declare const rpcResult: {
24421
25332
  deposit_channel_witnessing_enabled: boolean;
24422
25333
  vault_deposit_witnessing_enabled: boolean;
24423
25334
  };
24424
- lending_pools: {
24425
- add_boost_funds_enabled: boolean;
24426
- stop_boosting_enabled: boolean;
25335
+ witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
25336
+ elections_generic: {
25337
+ oracle_price_elections: boolean;
24427
25338
  };
24428
- }>]>;
25339
+ }>;
24429
25340
  readonly broker_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
24430
25341
  readonly cf_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
24431
25342
  readonly cf_oracle_prices: z.ZodArray<z.ZodObject<{