@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.
package/dist/common.d.mts CHANGED
@@ -27423,14 +27423,17 @@ declare const rpcResult: {
27423
27423
  swaps_enabled: z.ZodBoolean;
27424
27424
  withdrawals_enabled: z.ZodBoolean;
27425
27425
  broker_registration_enabled: z.ZodBoolean;
27426
+ deposit_enabled: z.ZodBoolean;
27426
27427
  }, "strip", z.ZodTypeAny, {
27427
27428
  swaps_enabled: boolean;
27428
27429
  withdrawals_enabled: boolean;
27429
27430
  broker_registration_enabled: boolean;
27431
+ deposit_enabled: boolean;
27430
27432
  }, {
27431
27433
  swaps_enabled: boolean;
27432
27434
  withdrawals_enabled: boolean;
27433
27435
  broker_registration_enabled: boolean;
27436
+ deposit_enabled: boolean;
27434
27437
  }>;
27435
27438
  liquidity_provider: z.ZodObject<{
27436
27439
  deposit_enabled: z.ZodBoolean;
@@ -27526,699 +27529,141 @@ declare const rpcResult: {
27526
27529
  lending_pools: z.ZodObject<{
27527
27530
  add_boost_funds_enabled: z.ZodBoolean;
27528
27531
  stop_boosting_enabled: z.ZodBoolean;
27529
- borrowing_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
27530
- chain: z.ZodLiteral<"Bitcoin">;
27531
- asset: z.ZodLiteral<"BTC">;
27532
+ borrowing: z.ZodEffects<z.ZodArray<z.ZodObject<{
27533
+ chain: z.ZodString;
27534
+ asset: z.ZodString;
27532
27535
  }, "strip", z.ZodTypeAny, {
27533
- chain: "Bitcoin";
27534
- asset: "BTC";
27536
+ chain: string;
27537
+ asset: string;
27535
27538
  }, {
27539
+ chain: string;
27540
+ asset: string;
27541
+ }>, "many">, ({
27536
27542
  chain: "Bitcoin";
27537
27543
  asset: "BTC";
27538
- }>, z.ZodObject<{
27539
- chain: z.ZodLiteral<"Ethereum">;
27540
- asset: z.ZodLiteral<"FLIP">;
27541
- }, "strip", z.ZodTypeAny, {
27542
- chain: "Ethereum";
27543
- asset: "FLIP";
27544
- }, {
27544
+ } | {
27545
27545
  chain: "Ethereum";
27546
27546
  asset: "FLIP";
27547
- }>, z.ZodObject<{
27548
- chain: z.ZodLiteral<"Ethereum">;
27549
- asset: z.ZodLiteral<"ETH">;
27550
- }, "strip", z.ZodTypeAny, {
27551
- chain: "Ethereum";
27552
- asset: "ETH";
27553
- }, {
27547
+ } | {
27554
27548
  chain: "Ethereum";
27555
27549
  asset: "ETH";
27556
- }>, z.ZodObject<{
27557
- chain: z.ZodLiteral<"Ethereum">;
27558
- asset: z.ZodLiteral<"USDC">;
27559
- }, "strip", z.ZodTypeAny, {
27560
- chain: "Ethereum";
27561
- asset: "USDC";
27562
- }, {
27550
+ } | {
27563
27551
  chain: "Ethereum";
27564
27552
  asset: "USDC";
27565
- }>, z.ZodObject<{
27566
- chain: z.ZodLiteral<"Ethereum">;
27567
- asset: z.ZodLiteral<"USDT">;
27568
- }, "strip", z.ZodTypeAny, {
27569
- chain: "Ethereum";
27570
- asset: "USDT";
27571
- }, {
27553
+ } | {
27572
27554
  chain: "Ethereum";
27573
27555
  asset: "USDT";
27574
- }>, z.ZodObject<{
27575
- chain: z.ZodLiteral<"Ethereum">;
27576
- asset: z.ZodLiteral<"WBTC">;
27577
- }, "strip", z.ZodTypeAny, {
27578
- chain: "Ethereum";
27579
- asset: "WBTC";
27580
- }, {
27556
+ } | {
27581
27557
  chain: "Ethereum";
27582
27558
  asset: "WBTC";
27583
- }>, z.ZodObject<{
27584
- chain: z.ZodLiteral<"Arbitrum">;
27585
- asset: z.ZodLiteral<"ETH">;
27586
- }, "strip", z.ZodTypeAny, {
27587
- chain: "Arbitrum";
27588
- asset: "ETH";
27589
- }, {
27559
+ } | {
27590
27560
  chain: "Arbitrum";
27591
27561
  asset: "ETH";
27592
- }>, z.ZodObject<{
27593
- chain: z.ZodLiteral<"Arbitrum">;
27594
- asset: z.ZodLiteral<"USDC">;
27595
- }, "strip", z.ZodTypeAny, {
27596
- chain: "Arbitrum";
27597
- asset: "USDC";
27598
- }, {
27562
+ } | {
27599
27563
  chain: "Arbitrum";
27600
27564
  asset: "USDC";
27601
- }>, z.ZodObject<{
27602
- chain: z.ZodLiteral<"Arbitrum">;
27603
- asset: z.ZodLiteral<"USDT">;
27604
- }, "strip", z.ZodTypeAny, {
27605
- chain: "Arbitrum";
27606
- asset: "USDT";
27607
- }, {
27565
+ } | {
27608
27566
  chain: "Arbitrum";
27609
27567
  asset: "USDT";
27610
- }>, z.ZodObject<{
27611
- chain: z.ZodLiteral<"Solana">;
27612
- asset: z.ZodLiteral<"SOL">;
27613
- }, "strip", z.ZodTypeAny, {
27614
- chain: "Solana";
27615
- asset: "SOL";
27616
- }, {
27568
+ } | {
27617
27569
  chain: "Solana";
27618
27570
  asset: "SOL";
27619
- }>, z.ZodObject<{
27620
- chain: z.ZodLiteral<"Solana">;
27621
- asset: z.ZodLiteral<"USDC">;
27622
- }, "strip", z.ZodTypeAny, {
27623
- chain: "Solana";
27624
- asset: "USDC";
27625
- }, {
27571
+ } | {
27626
27572
  chain: "Solana";
27627
27573
  asset: "USDC";
27628
- }>, z.ZodObject<{
27629
- chain: z.ZodLiteral<"Solana">;
27630
- asset: z.ZodLiteral<"USDT">;
27631
- }, "strip", z.ZodTypeAny, {
27632
- chain: "Solana";
27633
- asset: "USDT";
27634
- }, {
27574
+ } | {
27635
27575
  chain: "Solana";
27636
27576
  asset: "USDT";
27637
- }>, z.ZodObject<{
27638
- chain: z.ZodLiteral<"Assethub">;
27639
- asset: z.ZodLiteral<"DOT">;
27640
- }, "strip", z.ZodTypeAny, {
27641
- chain: "Assethub";
27642
- asset: "DOT";
27643
- }, {
27577
+ } | {
27644
27578
  chain: "Assethub";
27645
27579
  asset: "DOT";
27646
- }>, z.ZodObject<{
27647
- chain: z.ZodLiteral<"Assethub">;
27648
- asset: z.ZodLiteral<"USDC">;
27649
- }, "strip", z.ZodTypeAny, {
27650
- chain: "Assethub";
27651
- asset: "USDC";
27652
- }, {
27580
+ } | {
27653
27581
  chain: "Assethub";
27654
27582
  asset: "USDC";
27655
- }>, z.ZodObject<{
27656
- chain: z.ZodLiteral<"Assethub">;
27657
- asset: z.ZodLiteral<"USDT">;
27658
- }, "strip", z.ZodTypeAny, {
27659
- chain: "Assethub";
27660
- asset: "USDT";
27661
- }, {
27583
+ } | {
27662
27584
  chain: "Assethub";
27663
27585
  asset: "USDT";
27664
- }>]>, "many">;
27665
- add_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
27666
- chain: z.ZodLiteral<"Bitcoin">;
27667
- asset: z.ZodLiteral<"BTC">;
27586
+ })[], {
27587
+ chain: string;
27588
+ asset: string;
27589
+ }[]>;
27590
+ add_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
27591
+ chain: z.ZodString;
27592
+ asset: z.ZodString;
27668
27593
  }, "strip", z.ZodTypeAny, {
27669
- chain: "Bitcoin";
27670
- asset: "BTC";
27594
+ chain: string;
27595
+ asset: string;
27671
27596
  }, {
27597
+ chain: string;
27598
+ asset: string;
27599
+ }>, "many">, ({
27672
27600
  chain: "Bitcoin";
27673
27601
  asset: "BTC";
27674
- }>, z.ZodObject<{
27675
- chain: z.ZodLiteral<"Ethereum">;
27676
- asset: z.ZodLiteral<"FLIP">;
27677
- }, "strip", z.ZodTypeAny, {
27678
- chain: "Ethereum";
27679
- asset: "FLIP";
27680
- }, {
27602
+ } | {
27681
27603
  chain: "Ethereum";
27682
27604
  asset: "FLIP";
27683
- }>, z.ZodObject<{
27684
- chain: z.ZodLiteral<"Ethereum">;
27685
- asset: z.ZodLiteral<"ETH">;
27686
- }, "strip", z.ZodTypeAny, {
27687
- chain: "Ethereum";
27688
- asset: "ETH";
27689
- }, {
27605
+ } | {
27690
27606
  chain: "Ethereum";
27691
27607
  asset: "ETH";
27692
- }>, z.ZodObject<{
27693
- chain: z.ZodLiteral<"Ethereum">;
27694
- asset: z.ZodLiteral<"USDC">;
27695
- }, "strip", z.ZodTypeAny, {
27696
- chain: "Ethereum";
27697
- asset: "USDC";
27698
- }, {
27608
+ } | {
27699
27609
  chain: "Ethereum";
27700
27610
  asset: "USDC";
27701
- }>, z.ZodObject<{
27702
- chain: z.ZodLiteral<"Ethereum">;
27703
- asset: z.ZodLiteral<"USDT">;
27704
- }, "strip", z.ZodTypeAny, {
27705
- chain: "Ethereum";
27706
- asset: "USDT";
27707
- }, {
27611
+ } | {
27708
27612
  chain: "Ethereum";
27709
27613
  asset: "USDT";
27710
- }>, z.ZodObject<{
27711
- chain: z.ZodLiteral<"Ethereum">;
27712
- asset: z.ZodLiteral<"WBTC">;
27713
- }, "strip", z.ZodTypeAny, {
27714
- chain: "Ethereum";
27715
- asset: "WBTC";
27716
- }, {
27614
+ } | {
27717
27615
  chain: "Ethereum";
27718
27616
  asset: "WBTC";
27719
- }>, z.ZodObject<{
27720
- chain: z.ZodLiteral<"Arbitrum">;
27721
- asset: z.ZodLiteral<"ETH">;
27722
- }, "strip", z.ZodTypeAny, {
27723
- chain: "Arbitrum";
27724
- asset: "ETH";
27725
- }, {
27617
+ } | {
27726
27618
  chain: "Arbitrum";
27727
27619
  asset: "ETH";
27728
- }>, z.ZodObject<{
27729
- chain: z.ZodLiteral<"Arbitrum">;
27730
- asset: z.ZodLiteral<"USDC">;
27731
- }, "strip", z.ZodTypeAny, {
27732
- chain: "Arbitrum";
27733
- asset: "USDC";
27734
- }, {
27620
+ } | {
27735
27621
  chain: "Arbitrum";
27736
27622
  asset: "USDC";
27737
- }>, z.ZodObject<{
27738
- chain: z.ZodLiteral<"Arbitrum">;
27739
- asset: z.ZodLiteral<"USDT">;
27740
- }, "strip", z.ZodTypeAny, {
27741
- chain: "Arbitrum";
27742
- asset: "USDT";
27743
- }, {
27623
+ } | {
27744
27624
  chain: "Arbitrum";
27745
27625
  asset: "USDT";
27746
- }>, z.ZodObject<{
27747
- chain: z.ZodLiteral<"Solana">;
27748
- asset: z.ZodLiteral<"SOL">;
27749
- }, "strip", z.ZodTypeAny, {
27750
- chain: "Solana";
27751
- asset: "SOL";
27752
- }, {
27626
+ } | {
27753
27627
  chain: "Solana";
27754
27628
  asset: "SOL";
27755
- }>, z.ZodObject<{
27756
- chain: z.ZodLiteral<"Solana">;
27757
- asset: z.ZodLiteral<"USDC">;
27758
- }, "strip", z.ZodTypeAny, {
27759
- chain: "Solana";
27760
- asset: "USDC";
27761
- }, {
27629
+ } | {
27762
27630
  chain: "Solana";
27763
27631
  asset: "USDC";
27764
- }>, z.ZodObject<{
27765
- chain: z.ZodLiteral<"Solana">;
27766
- asset: z.ZodLiteral<"USDT">;
27767
- }, "strip", z.ZodTypeAny, {
27768
- chain: "Solana";
27769
- asset: "USDT";
27770
- }, {
27632
+ } | {
27771
27633
  chain: "Solana";
27772
27634
  asset: "USDT";
27773
- }>, z.ZodObject<{
27774
- chain: z.ZodLiteral<"Assethub">;
27775
- asset: z.ZodLiteral<"DOT">;
27776
- }, "strip", z.ZodTypeAny, {
27777
- chain: "Assethub";
27778
- asset: "DOT";
27779
- }, {
27635
+ } | {
27780
27636
  chain: "Assethub";
27781
27637
  asset: "DOT";
27782
- }>, z.ZodObject<{
27783
- chain: z.ZodLiteral<"Assethub">;
27784
- asset: z.ZodLiteral<"USDC">;
27785
- }, "strip", z.ZodTypeAny, {
27786
- chain: "Assethub";
27787
- asset: "USDC";
27788
- }, {
27638
+ } | {
27789
27639
  chain: "Assethub";
27790
27640
  asset: "USDC";
27791
- }>, z.ZodObject<{
27792
- chain: z.ZodLiteral<"Assethub">;
27793
- asset: z.ZodLiteral<"USDT">;
27794
- }, "strip", z.ZodTypeAny, {
27795
- chain: "Assethub";
27796
- asset: "USDT";
27797
- }, {
27641
+ } | {
27798
27642
  chain: "Assethub";
27799
27643
  asset: "USDT";
27800
- }>]>, "many">;
27801
- withdraw_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
27802
- chain: z.ZodLiteral<"Bitcoin">;
27803
- asset: z.ZodLiteral<"BTC">;
27644
+ })[], {
27645
+ chain: string;
27646
+ asset: string;
27647
+ }[]>;
27648
+ withdraw_lender_funds: z.ZodEffects<z.ZodArray<z.ZodObject<{
27649
+ chain: z.ZodString;
27650
+ asset: z.ZodString;
27804
27651
  }, "strip", z.ZodTypeAny, {
27805
- chain: "Bitcoin";
27806
- asset: "BTC";
27652
+ chain: string;
27653
+ asset: string;
27807
27654
  }, {
27655
+ chain: string;
27656
+ asset: string;
27657
+ }>, "many">, ({
27808
27658
  chain: "Bitcoin";
27809
27659
  asset: "BTC";
27810
- }>, z.ZodObject<{
27811
- chain: z.ZodLiteral<"Ethereum">;
27812
- asset: z.ZodLiteral<"FLIP">;
27813
- }, "strip", z.ZodTypeAny, {
27814
- chain: "Ethereum";
27815
- asset: "FLIP";
27816
- }, {
27660
+ } | {
27817
27661
  chain: "Ethereum";
27818
27662
  asset: "FLIP";
27819
- }>, z.ZodObject<{
27820
- chain: z.ZodLiteral<"Ethereum">;
27821
- asset: z.ZodLiteral<"ETH">;
27822
- }, "strip", z.ZodTypeAny, {
27663
+ } | {
27823
27664
  chain: "Ethereum";
27824
27665
  asset: "ETH";
27825
- }, {
27826
- chain: "Ethereum";
27827
- asset: "ETH";
27828
- }>, z.ZodObject<{
27829
- chain: z.ZodLiteral<"Ethereum">;
27830
- asset: z.ZodLiteral<"USDC">;
27831
- }, "strip", z.ZodTypeAny, {
27832
- chain: "Ethereum";
27833
- asset: "USDC";
27834
- }, {
27835
- chain: "Ethereum";
27836
- asset: "USDC";
27837
- }>, z.ZodObject<{
27838
- chain: z.ZodLiteral<"Ethereum">;
27839
- asset: z.ZodLiteral<"USDT">;
27840
- }, "strip", z.ZodTypeAny, {
27841
- chain: "Ethereum";
27842
- asset: "USDT";
27843
- }, {
27844
- chain: "Ethereum";
27845
- asset: "USDT";
27846
- }>, z.ZodObject<{
27847
- chain: z.ZodLiteral<"Ethereum">;
27848
- asset: z.ZodLiteral<"WBTC">;
27849
- }, "strip", z.ZodTypeAny, {
27850
- chain: "Ethereum";
27851
- asset: "WBTC";
27852
- }, {
27853
- chain: "Ethereum";
27854
- asset: "WBTC";
27855
- }>, z.ZodObject<{
27856
- chain: z.ZodLiteral<"Arbitrum">;
27857
- asset: z.ZodLiteral<"ETH">;
27858
- }, "strip", z.ZodTypeAny, {
27859
- chain: "Arbitrum";
27860
- asset: "ETH";
27861
- }, {
27862
- chain: "Arbitrum";
27863
- asset: "ETH";
27864
- }>, z.ZodObject<{
27865
- chain: z.ZodLiteral<"Arbitrum">;
27866
- asset: z.ZodLiteral<"USDC">;
27867
- }, "strip", z.ZodTypeAny, {
27868
- chain: "Arbitrum";
27869
- asset: "USDC";
27870
- }, {
27871
- chain: "Arbitrum";
27872
- asset: "USDC";
27873
- }>, z.ZodObject<{
27874
- chain: z.ZodLiteral<"Arbitrum">;
27875
- asset: z.ZodLiteral<"USDT">;
27876
- }, "strip", z.ZodTypeAny, {
27877
- chain: "Arbitrum";
27878
- asset: "USDT";
27879
- }, {
27880
- chain: "Arbitrum";
27881
- asset: "USDT";
27882
- }>, z.ZodObject<{
27883
- chain: z.ZodLiteral<"Solana">;
27884
- asset: z.ZodLiteral<"SOL">;
27885
- }, "strip", z.ZodTypeAny, {
27886
- chain: "Solana";
27887
- asset: "SOL";
27888
- }, {
27889
- chain: "Solana";
27890
- asset: "SOL";
27891
- }>, z.ZodObject<{
27892
- chain: z.ZodLiteral<"Solana">;
27893
- asset: z.ZodLiteral<"USDC">;
27894
- }, "strip", z.ZodTypeAny, {
27895
- chain: "Solana";
27896
- asset: "USDC";
27897
- }, {
27898
- chain: "Solana";
27899
- asset: "USDC";
27900
- }>, z.ZodObject<{
27901
- chain: z.ZodLiteral<"Solana">;
27902
- asset: z.ZodLiteral<"USDT">;
27903
- }, "strip", z.ZodTypeAny, {
27904
- chain: "Solana";
27905
- asset: "USDT";
27906
- }, {
27907
- chain: "Solana";
27908
- asset: "USDT";
27909
- }>, z.ZodObject<{
27910
- chain: z.ZodLiteral<"Assethub">;
27911
- asset: z.ZodLiteral<"DOT">;
27912
- }, "strip", z.ZodTypeAny, {
27913
- chain: "Assethub";
27914
- asset: "DOT";
27915
- }, {
27916
- chain: "Assethub";
27917
- asset: "DOT";
27918
- }>, z.ZodObject<{
27919
- chain: z.ZodLiteral<"Assethub">;
27920
- asset: z.ZodLiteral<"USDC">;
27921
- }, "strip", z.ZodTypeAny, {
27922
- chain: "Assethub";
27923
- asset: "USDC";
27924
- }, {
27925
- chain: "Assethub";
27926
- asset: "USDC";
27927
- }>, z.ZodObject<{
27928
- chain: z.ZodLiteral<"Assethub">;
27929
- asset: z.ZodLiteral<"USDT">;
27930
- }, "strip", z.ZodTypeAny, {
27931
- chain: "Assethub";
27932
- asset: "USDT";
27933
- }, {
27934
- chain: "Assethub";
27935
- asset: "USDT";
27936
- }>]>, "many">;
27937
- add_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
27938
- chain: z.ZodLiteral<"Bitcoin">;
27939
- asset: z.ZodLiteral<"BTC">;
27940
- }, "strip", z.ZodTypeAny, {
27941
- chain: "Bitcoin";
27942
- asset: "BTC";
27943
- }, {
27944
- chain: "Bitcoin";
27945
- asset: "BTC";
27946
- }>, z.ZodObject<{
27947
- chain: z.ZodLiteral<"Ethereum">;
27948
- asset: z.ZodLiteral<"FLIP">;
27949
- }, "strip", z.ZodTypeAny, {
27950
- chain: "Ethereum";
27951
- asset: "FLIP";
27952
- }, {
27953
- chain: "Ethereum";
27954
- asset: "FLIP";
27955
- }>, z.ZodObject<{
27956
- chain: z.ZodLiteral<"Ethereum">;
27957
- asset: z.ZodLiteral<"ETH">;
27958
- }, "strip", z.ZodTypeAny, {
27959
- chain: "Ethereum";
27960
- asset: "ETH";
27961
- }, {
27962
- chain: "Ethereum";
27963
- asset: "ETH";
27964
- }>, z.ZodObject<{
27965
- chain: z.ZodLiteral<"Ethereum">;
27966
- asset: z.ZodLiteral<"USDC">;
27967
- }, "strip", z.ZodTypeAny, {
27968
- chain: "Ethereum";
27969
- asset: "USDC";
27970
- }, {
27971
- chain: "Ethereum";
27972
- asset: "USDC";
27973
- }>, z.ZodObject<{
27974
- chain: z.ZodLiteral<"Ethereum">;
27975
- asset: z.ZodLiteral<"USDT">;
27976
- }, "strip", z.ZodTypeAny, {
27977
- chain: "Ethereum";
27978
- asset: "USDT";
27979
- }, {
27980
- chain: "Ethereum";
27981
- asset: "USDT";
27982
- }>, z.ZodObject<{
27983
- chain: z.ZodLiteral<"Ethereum">;
27984
- asset: z.ZodLiteral<"WBTC">;
27985
- }, "strip", z.ZodTypeAny, {
27986
- chain: "Ethereum";
27987
- asset: "WBTC";
27988
- }, {
27989
- chain: "Ethereum";
27990
- asset: "WBTC";
27991
- }>, z.ZodObject<{
27992
- chain: z.ZodLiteral<"Arbitrum">;
27993
- asset: z.ZodLiteral<"ETH">;
27994
- }, "strip", z.ZodTypeAny, {
27995
- chain: "Arbitrum";
27996
- asset: "ETH";
27997
- }, {
27998
- chain: "Arbitrum";
27999
- asset: "ETH";
28000
- }>, z.ZodObject<{
28001
- chain: z.ZodLiteral<"Arbitrum">;
28002
- asset: z.ZodLiteral<"USDC">;
28003
- }, "strip", z.ZodTypeAny, {
28004
- chain: "Arbitrum";
28005
- asset: "USDC";
28006
- }, {
28007
- chain: "Arbitrum";
28008
- asset: "USDC";
28009
- }>, z.ZodObject<{
28010
- chain: z.ZodLiteral<"Arbitrum">;
28011
- asset: z.ZodLiteral<"USDT">;
28012
- }, "strip", z.ZodTypeAny, {
28013
- chain: "Arbitrum";
28014
- asset: "USDT";
28015
- }, {
28016
- chain: "Arbitrum";
28017
- asset: "USDT";
28018
- }>, z.ZodObject<{
28019
- chain: z.ZodLiteral<"Solana">;
28020
- asset: z.ZodLiteral<"SOL">;
28021
- }, "strip", z.ZodTypeAny, {
28022
- chain: "Solana";
28023
- asset: "SOL";
28024
- }, {
28025
- chain: "Solana";
28026
- asset: "SOL";
28027
- }>, z.ZodObject<{
28028
- chain: z.ZodLiteral<"Solana">;
28029
- asset: z.ZodLiteral<"USDC">;
28030
- }, "strip", z.ZodTypeAny, {
28031
- chain: "Solana";
28032
- asset: "USDC";
28033
- }, {
28034
- chain: "Solana";
28035
- asset: "USDC";
28036
- }>, z.ZodObject<{
28037
- chain: z.ZodLiteral<"Solana">;
28038
- asset: z.ZodLiteral<"USDT">;
28039
- }, "strip", z.ZodTypeAny, {
28040
- chain: "Solana";
28041
- asset: "USDT";
28042
- }, {
28043
- chain: "Solana";
28044
- asset: "USDT";
28045
- }>, z.ZodObject<{
28046
- chain: z.ZodLiteral<"Assethub">;
28047
- asset: z.ZodLiteral<"DOT">;
28048
- }, "strip", z.ZodTypeAny, {
28049
- chain: "Assethub";
28050
- asset: "DOT";
28051
- }, {
28052
- chain: "Assethub";
28053
- asset: "DOT";
28054
- }>, z.ZodObject<{
28055
- chain: z.ZodLiteral<"Assethub">;
28056
- asset: z.ZodLiteral<"USDC">;
28057
- }, "strip", z.ZodTypeAny, {
28058
- chain: "Assethub";
28059
- asset: "USDC";
28060
- }, {
28061
- chain: "Assethub";
28062
- asset: "USDC";
28063
- }>, z.ZodObject<{
28064
- chain: z.ZodLiteral<"Assethub">;
28065
- asset: z.ZodLiteral<"USDT">;
28066
- }, "strip", z.ZodTypeAny, {
28067
- chain: "Assethub";
28068
- asset: "USDT";
28069
- }, {
28070
- chain: "Assethub";
28071
- asset: "USDT";
28072
- }>]>, "many">;
28073
- remove_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
28074
- chain: z.ZodLiteral<"Bitcoin">;
28075
- asset: z.ZodLiteral<"BTC">;
28076
- }, "strip", z.ZodTypeAny, {
28077
- chain: "Bitcoin";
28078
- asset: "BTC";
28079
- }, {
28080
- chain: "Bitcoin";
28081
- asset: "BTC";
28082
- }>, z.ZodObject<{
28083
- chain: z.ZodLiteral<"Ethereum">;
28084
- asset: z.ZodLiteral<"FLIP">;
28085
- }, "strip", z.ZodTypeAny, {
28086
- chain: "Ethereum";
28087
- asset: "FLIP";
28088
- }, {
28089
- chain: "Ethereum";
28090
- asset: "FLIP";
28091
- }>, z.ZodObject<{
28092
- chain: z.ZodLiteral<"Ethereum">;
28093
- asset: z.ZodLiteral<"ETH">;
28094
- }, "strip", z.ZodTypeAny, {
28095
- chain: "Ethereum";
28096
- asset: "ETH";
28097
- }, {
28098
- chain: "Ethereum";
28099
- asset: "ETH";
28100
- }>, z.ZodObject<{
28101
- chain: z.ZodLiteral<"Ethereum">;
28102
- asset: z.ZodLiteral<"USDC">;
28103
- }, "strip", z.ZodTypeAny, {
28104
- chain: "Ethereum";
28105
- asset: "USDC";
28106
- }, {
28107
- chain: "Ethereum";
28108
- asset: "USDC";
28109
- }>, z.ZodObject<{
28110
- chain: z.ZodLiteral<"Ethereum">;
28111
- asset: z.ZodLiteral<"USDT">;
28112
- }, "strip", z.ZodTypeAny, {
28113
- chain: "Ethereum";
28114
- asset: "USDT";
28115
- }, {
28116
- chain: "Ethereum";
28117
- asset: "USDT";
28118
- }>, z.ZodObject<{
28119
- chain: z.ZodLiteral<"Ethereum">;
28120
- asset: z.ZodLiteral<"WBTC">;
28121
- }, "strip", z.ZodTypeAny, {
28122
- chain: "Ethereum";
28123
- asset: "WBTC";
28124
- }, {
28125
- chain: "Ethereum";
28126
- asset: "WBTC";
28127
- }>, z.ZodObject<{
28128
- chain: z.ZodLiteral<"Arbitrum">;
28129
- asset: z.ZodLiteral<"ETH">;
28130
- }, "strip", z.ZodTypeAny, {
28131
- chain: "Arbitrum";
28132
- asset: "ETH";
28133
- }, {
28134
- chain: "Arbitrum";
28135
- asset: "ETH";
28136
- }>, z.ZodObject<{
28137
- chain: z.ZodLiteral<"Arbitrum">;
28138
- asset: z.ZodLiteral<"USDC">;
28139
- }, "strip", z.ZodTypeAny, {
28140
- chain: "Arbitrum";
28141
- asset: "USDC";
28142
- }, {
28143
- chain: "Arbitrum";
28144
- asset: "USDC";
28145
- }>, z.ZodObject<{
28146
- chain: z.ZodLiteral<"Arbitrum">;
28147
- asset: z.ZodLiteral<"USDT">;
28148
- }, "strip", z.ZodTypeAny, {
28149
- chain: "Arbitrum";
28150
- asset: "USDT";
28151
- }, {
28152
- chain: "Arbitrum";
28153
- asset: "USDT";
28154
- }>, z.ZodObject<{
28155
- chain: z.ZodLiteral<"Solana">;
28156
- asset: z.ZodLiteral<"SOL">;
28157
- }, "strip", z.ZodTypeAny, {
28158
- chain: "Solana";
28159
- asset: "SOL";
28160
- }, {
28161
- chain: "Solana";
28162
- asset: "SOL";
28163
- }>, z.ZodObject<{
28164
- chain: z.ZodLiteral<"Solana">;
28165
- asset: z.ZodLiteral<"USDC">;
28166
- }, "strip", z.ZodTypeAny, {
28167
- chain: "Solana";
28168
- asset: "USDC";
28169
- }, {
28170
- chain: "Solana";
28171
- asset: "USDC";
28172
- }>, z.ZodObject<{
28173
- chain: z.ZodLiteral<"Solana">;
28174
- asset: z.ZodLiteral<"USDT">;
28175
- }, "strip", z.ZodTypeAny, {
28176
- chain: "Solana";
28177
- asset: "USDT";
28178
- }, {
28179
- chain: "Solana";
28180
- asset: "USDT";
28181
- }>, z.ZodObject<{
28182
- chain: z.ZodLiteral<"Assethub">;
28183
- asset: z.ZodLiteral<"DOT">;
28184
- }, "strip", z.ZodTypeAny, {
28185
- chain: "Assethub";
28186
- asset: "DOT";
28187
- }, {
28188
- chain: "Assethub";
28189
- asset: "DOT";
28190
- }>, z.ZodObject<{
28191
- chain: z.ZodLiteral<"Assethub">;
28192
- asset: z.ZodLiteral<"USDC">;
28193
- }, "strip", z.ZodTypeAny, {
28194
- chain: "Assethub";
28195
- asset: "USDC";
28196
- }, {
28197
- chain: "Assethub";
28198
- asset: "USDC";
28199
- }>, z.ZodObject<{
28200
- chain: z.ZodLiteral<"Assethub">;
28201
- asset: z.ZodLiteral<"USDT">;
28202
- }, "strip", z.ZodTypeAny, {
28203
- chain: "Assethub";
28204
- asset: "USDT";
28205
- }, {
28206
- chain: "Assethub";
28207
- asset: "USDT";
28208
- }>]>, "many">;
28209
- }, "strip", z.ZodTypeAny, {
28210
- add_boost_funds_enabled: boolean;
28211
- stop_boosting_enabled: boolean;
28212
- borrowing_enabled: ({
28213
- chain: "Bitcoin";
28214
- asset: "BTC";
28215
- } | {
28216
- chain: "Ethereum";
28217
- asset: "FLIP";
28218
- } | {
28219
- chain: "Ethereum";
28220
- asset: "ETH";
28221
- } | {
27666
+ } | {
28222
27667
  chain: "Ethereum";
28223
27668
  asset: "USDC";
28224
27669
  } | {
@@ -28254,100 +27699,20 @@ declare const rpcResult: {
28254
27699
  } | {
28255
27700
  chain: "Assethub";
28256
27701
  asset: "USDT";
28257
- })[];
28258
- add_lender_funds_enabled: ({
28259
- chain: "Bitcoin";
28260
- asset: "BTC";
28261
- } | {
28262
- chain: "Ethereum";
28263
- asset: "FLIP";
28264
- } | {
28265
- chain: "Ethereum";
28266
- asset: "ETH";
28267
- } | {
28268
- chain: "Ethereum";
28269
- asset: "USDC";
28270
- } | {
28271
- chain: "Ethereum";
28272
- asset: "USDT";
28273
- } | {
28274
- chain: "Ethereum";
28275
- asset: "WBTC";
28276
- } | {
28277
- chain: "Arbitrum";
28278
- asset: "ETH";
28279
- } | {
28280
- chain: "Arbitrum";
28281
- asset: "USDC";
28282
- } | {
28283
- chain: "Arbitrum";
28284
- asset: "USDT";
28285
- } | {
28286
- chain: "Solana";
28287
- asset: "SOL";
28288
- } | {
28289
- chain: "Solana";
28290
- asset: "USDC";
28291
- } | {
28292
- chain: "Solana";
28293
- asset: "USDT";
28294
- } | {
28295
- chain: "Assethub";
28296
- asset: "DOT";
28297
- } | {
28298
- chain: "Assethub";
28299
- asset: "USDC";
28300
- } | {
28301
- chain: "Assethub";
28302
- asset: "USDT";
28303
- })[];
28304
- withdraw_lender_funds_enabled: ({
28305
- chain: "Bitcoin";
28306
- asset: "BTC";
28307
- } | {
28308
- chain: "Ethereum";
28309
- asset: "FLIP";
28310
- } | {
28311
- chain: "Ethereum";
28312
- asset: "ETH";
28313
- } | {
28314
- chain: "Ethereum";
28315
- asset: "USDC";
28316
- } | {
28317
- chain: "Ethereum";
28318
- asset: "USDT";
28319
- } | {
28320
- chain: "Ethereum";
28321
- asset: "WBTC";
28322
- } | {
28323
- chain: "Arbitrum";
28324
- asset: "ETH";
28325
- } | {
28326
- chain: "Arbitrum";
28327
- asset: "USDC";
28328
- } | {
28329
- chain: "Arbitrum";
28330
- asset: "USDT";
28331
- } | {
28332
- chain: "Solana";
28333
- asset: "SOL";
28334
- } | {
28335
- chain: "Solana";
28336
- asset: "USDC";
28337
- } | {
28338
- chain: "Solana";
28339
- asset: "USDT";
28340
- } | {
28341
- chain: "Assethub";
28342
- asset: "DOT";
28343
- } | {
28344
- chain: "Assethub";
28345
- asset: "USDC";
28346
- } | {
28347
- chain: "Assethub";
28348
- asset: "USDT";
28349
- })[];
28350
- add_collateral_enabled: ({
27702
+ })[], {
27703
+ chain: string;
27704
+ asset: string;
27705
+ }[]>;
27706
+ add_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
27707
+ chain: z.ZodString;
27708
+ asset: z.ZodString;
27709
+ }, "strip", z.ZodTypeAny, {
27710
+ chain: string;
27711
+ asset: string;
27712
+ }, {
27713
+ chain: string;
27714
+ asset: string;
27715
+ }>, "many">, ({
28351
27716
  chain: "Bitcoin";
28352
27717
  asset: "BTC";
28353
27718
  } | {
@@ -28392,8 +27757,20 @@ declare const rpcResult: {
28392
27757
  } | {
28393
27758
  chain: "Assethub";
28394
27759
  asset: "USDT";
28395
- })[];
28396
- remove_collateral_enabled: ({
27760
+ })[], {
27761
+ chain: string;
27762
+ asset: string;
27763
+ }[]>;
27764
+ remove_collateral: z.ZodEffects<z.ZodArray<z.ZodObject<{
27765
+ chain: z.ZodString;
27766
+ asset: z.ZodString;
27767
+ }, "strip", z.ZodTypeAny, {
27768
+ chain: string;
27769
+ asset: string;
27770
+ }, {
27771
+ chain: string;
27772
+ asset: string;
27773
+ }>, "many">, ({
28397
27774
  chain: "Bitcoin";
28398
27775
  asset: "BTC";
28399
27776
  } | {
@@ -28438,11 +27815,15 @@ declare const rpcResult: {
28438
27815
  } | {
28439
27816
  chain: "Assethub";
28440
27817
  asset: "USDT";
28441
- })[];
28442
- }, {
27818
+ })[], {
27819
+ chain: string;
27820
+ asset: string;
27821
+ }[]>;
27822
+ liquidations_enabled: z.ZodBoolean;
27823
+ }, "strip", z.ZodTypeAny, {
28443
27824
  add_boost_funds_enabled: boolean;
28444
27825
  stop_boosting_enabled: boolean;
28445
- borrowing_enabled: ({
27826
+ borrowing: ({
28446
27827
  chain: "Bitcoin";
28447
27828
  asset: "BTC";
28448
27829
  } | {
@@ -28488,7 +27869,7 @@ declare const rpcResult: {
28488
27869
  chain: "Assethub";
28489
27870
  asset: "USDT";
28490
27871
  })[];
28491
- add_lender_funds_enabled: ({
27872
+ add_lender_funds: ({
28492
27873
  chain: "Bitcoin";
28493
27874
  asset: "BTC";
28494
27875
  } | {
@@ -28534,7 +27915,7 @@ declare const rpcResult: {
28534
27915
  chain: "Assethub";
28535
27916
  asset: "USDT";
28536
27917
  })[];
28537
- withdraw_lender_funds_enabled: ({
27918
+ withdraw_lender_funds: ({
28538
27919
  chain: "Bitcoin";
28539
27920
  asset: "BTC";
28540
27921
  } | {
@@ -28580,7 +27961,7 @@ declare const rpcResult: {
28580
27961
  chain: "Assethub";
28581
27962
  asset: "USDT";
28582
27963
  })[];
28583
- add_collateral_enabled: ({
27964
+ add_collateral: ({
28584
27965
  chain: "Bitcoin";
28585
27966
  asset: "BTC";
28586
27967
  } | {
@@ -28626,7 +28007,7 @@ declare const rpcResult: {
28626
28007
  chain: "Assethub";
28627
28008
  asset: "USDT";
28628
28009
  })[];
28629
- remove_collateral_enabled: ({
28010
+ remove_collateral: ({
28630
28011
  chain: "Bitcoin";
28631
28012
  asset: "BTC";
28632
28013
  } | {
@@ -28672,6 +28053,31 @@ declare const rpcResult: {
28672
28053
  chain: "Assethub";
28673
28054
  asset: "USDT";
28674
28055
  })[];
28056
+ liquidations_enabled: boolean;
28057
+ }, {
28058
+ add_boost_funds_enabled: boolean;
28059
+ stop_boosting_enabled: boolean;
28060
+ borrowing: {
28061
+ chain: string;
28062
+ asset: string;
28063
+ }[];
28064
+ add_lender_funds: {
28065
+ chain: string;
28066
+ asset: string;
28067
+ }[];
28068
+ withdraw_lender_funds: {
28069
+ chain: string;
28070
+ asset: string;
28071
+ }[];
28072
+ add_collateral: {
28073
+ chain: string;
28074
+ asset: string;
28075
+ }[];
28076
+ remove_collateral: {
28077
+ chain: string;
28078
+ asset: string;
28079
+ }[];
28080
+ liquidations_enabled: boolean;
28675
28081
  }>;
28676
28082
  broadcast_ethereum: z.ZodObject<{
28677
28083
  retry_enabled: z.ZodBoolean;
@@ -28830,6 +28236,26 @@ declare const rpcResult: {
28830
28236
  vault_deposit_witnessing_enabled: boolean;
28831
28237
  }>;
28832
28238
  witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
28239
+ ethereum_elections: z.ZodOptional<z.ZodObject<{
28240
+ state_chain_gateway_witnessing: z.ZodBoolean;
28241
+ key_manager_witnessing: z.ZodBoolean;
28242
+ sc_utils_witnessing: z.ZodBoolean;
28243
+ }, "strip", z.ZodTypeAny, {
28244
+ state_chain_gateway_witnessing: boolean;
28245
+ key_manager_witnessing: boolean;
28246
+ sc_utils_witnessing: boolean;
28247
+ }, {
28248
+ state_chain_gateway_witnessing: boolean;
28249
+ key_manager_witnessing: boolean;
28250
+ sc_utils_witnessing: boolean;
28251
+ }>>;
28252
+ arbitrum_elections: z.ZodOptional<z.ZodObject<{
28253
+ key_manager_witnessing: z.ZodBoolean;
28254
+ }, "strip", z.ZodTypeAny, {
28255
+ key_manager_witnessing: boolean;
28256
+ }, {
28257
+ key_manager_witnessing: boolean;
28258
+ }>>;
28833
28259
  elections_generic: z.ZodObject<{
28834
28260
  oracle_price_elections: z.ZodBoolean;
28835
28261
  }, "strip", z.ZodTypeAny, {
@@ -28855,6 +28281,7 @@ declare const rpcResult: {
28855
28281
  swaps_enabled: boolean;
28856
28282
  withdrawals_enabled: boolean;
28857
28283
  broker_registration_enabled: boolean;
28284
+ deposit_enabled: boolean;
28858
28285
  };
28859
28286
  funding: {
28860
28287
  redeem_enabled: boolean;
@@ -28889,7 +28316,7 @@ declare const rpcResult: {
28889
28316
  lending_pools: {
28890
28317
  add_boost_funds_enabled: boolean;
28891
28318
  stop_boosting_enabled: boolean;
28892
- borrowing_enabled: ({
28319
+ borrowing: ({
28893
28320
  chain: "Bitcoin";
28894
28321
  asset: "BTC";
28895
28322
  } | {
@@ -28935,7 +28362,7 @@ declare const rpcResult: {
28935
28362
  chain: "Assethub";
28936
28363
  asset: "USDT";
28937
28364
  })[];
28938
- add_lender_funds_enabled: ({
28365
+ add_lender_funds: ({
28939
28366
  chain: "Bitcoin";
28940
28367
  asset: "BTC";
28941
28368
  } | {
@@ -28981,7 +28408,7 @@ declare const rpcResult: {
28981
28408
  chain: "Assethub";
28982
28409
  asset: "USDT";
28983
28410
  })[];
28984
- withdraw_lender_funds_enabled: ({
28411
+ withdraw_lender_funds: ({
28985
28412
  chain: "Bitcoin";
28986
28413
  asset: "BTC";
28987
28414
  } | {
@@ -29027,7 +28454,7 @@ declare const rpcResult: {
29027
28454
  chain: "Assethub";
29028
28455
  asset: "USDT";
29029
28456
  })[];
29030
- add_collateral_enabled: ({
28457
+ add_collateral: ({
29031
28458
  chain: "Bitcoin";
29032
28459
  asset: "BTC";
29033
28460
  } | {
@@ -29073,7 +28500,7 @@ declare const rpcResult: {
29073
28500
  chain: "Assethub";
29074
28501
  asset: "USDT";
29075
28502
  })[];
29076
- remove_collateral_enabled: ({
28503
+ remove_collateral: ({
29077
28504
  chain: "Bitcoin";
29078
28505
  asset: "BTC";
29079
28506
  } | {
@@ -29119,6 +28546,7 @@ declare const rpcResult: {
29119
28546
  chain: "Assethub";
29120
28547
  asset: "USDT";
29121
28548
  })[];
28549
+ liquidations_enabled: boolean;
29122
28550
  };
29123
28551
  broadcast_ethereum: {
29124
28552
  retry_enabled: boolean;
@@ -29184,6 +28612,14 @@ declare const rpcResult: {
29184
28612
  elections_generic: {
29185
28613
  oracle_price_elections: boolean;
29186
28614
  };
28615
+ ethereum_elections?: {
28616
+ state_chain_gateway_witnessing: boolean;
28617
+ key_manager_witnessing: boolean;
28618
+ sc_utils_witnessing: boolean;
28619
+ } | undefined;
28620
+ arbitrum_elections?: {
28621
+ key_manager_witnessing: boolean;
28622
+ } | undefined;
29187
28623
  }, {
29188
28624
  asset_balances: {
29189
28625
  reconciliation_enabled: boolean;
@@ -29202,6 +28638,7 @@ declare const rpcResult: {
29202
28638
  swaps_enabled: boolean;
29203
28639
  withdrawals_enabled: boolean;
29204
28640
  broker_registration_enabled: boolean;
28641
+ deposit_enabled: boolean;
29205
28642
  };
29206
28643
  funding: {
29207
28644
  redeem_enabled: boolean;
@@ -29236,236 +28673,27 @@ declare const rpcResult: {
29236
28673
  lending_pools: {
29237
28674
  add_boost_funds_enabled: boolean;
29238
28675
  stop_boosting_enabled: boolean;
29239
- borrowing_enabled: ({
29240
- chain: "Bitcoin";
29241
- asset: "BTC";
29242
- } | {
29243
- chain: "Ethereum";
29244
- asset: "FLIP";
29245
- } | {
29246
- chain: "Ethereum";
29247
- asset: "ETH";
29248
- } | {
29249
- chain: "Ethereum";
29250
- asset: "USDC";
29251
- } | {
29252
- chain: "Ethereum";
29253
- asset: "USDT";
29254
- } | {
29255
- chain: "Ethereum";
29256
- asset: "WBTC";
29257
- } | {
29258
- chain: "Arbitrum";
29259
- asset: "ETH";
29260
- } | {
29261
- chain: "Arbitrum";
29262
- asset: "USDC";
29263
- } | {
29264
- chain: "Arbitrum";
29265
- asset: "USDT";
29266
- } | {
29267
- chain: "Solana";
29268
- asset: "SOL";
29269
- } | {
29270
- chain: "Solana";
29271
- asset: "USDC";
29272
- } | {
29273
- chain: "Solana";
29274
- asset: "USDT";
29275
- } | {
29276
- chain: "Assethub";
29277
- asset: "DOT";
29278
- } | {
29279
- chain: "Assethub";
29280
- asset: "USDC";
29281
- } | {
29282
- chain: "Assethub";
29283
- asset: "USDT";
29284
- })[];
29285
- add_lender_funds_enabled: ({
29286
- chain: "Bitcoin";
29287
- asset: "BTC";
29288
- } | {
29289
- chain: "Ethereum";
29290
- asset: "FLIP";
29291
- } | {
29292
- chain: "Ethereum";
29293
- asset: "ETH";
29294
- } | {
29295
- chain: "Ethereum";
29296
- asset: "USDC";
29297
- } | {
29298
- chain: "Ethereum";
29299
- asset: "USDT";
29300
- } | {
29301
- chain: "Ethereum";
29302
- asset: "WBTC";
29303
- } | {
29304
- chain: "Arbitrum";
29305
- asset: "ETH";
29306
- } | {
29307
- chain: "Arbitrum";
29308
- asset: "USDC";
29309
- } | {
29310
- chain: "Arbitrum";
29311
- asset: "USDT";
29312
- } | {
29313
- chain: "Solana";
29314
- asset: "SOL";
29315
- } | {
29316
- chain: "Solana";
29317
- asset: "USDC";
29318
- } | {
29319
- chain: "Solana";
29320
- asset: "USDT";
29321
- } | {
29322
- chain: "Assethub";
29323
- asset: "DOT";
29324
- } | {
29325
- chain: "Assethub";
29326
- asset: "USDC";
29327
- } | {
29328
- chain: "Assethub";
29329
- asset: "USDT";
29330
- })[];
29331
- withdraw_lender_funds_enabled: ({
29332
- chain: "Bitcoin";
29333
- asset: "BTC";
29334
- } | {
29335
- chain: "Ethereum";
29336
- asset: "FLIP";
29337
- } | {
29338
- chain: "Ethereum";
29339
- asset: "ETH";
29340
- } | {
29341
- chain: "Ethereum";
29342
- asset: "USDC";
29343
- } | {
29344
- chain: "Ethereum";
29345
- asset: "USDT";
29346
- } | {
29347
- chain: "Ethereum";
29348
- asset: "WBTC";
29349
- } | {
29350
- chain: "Arbitrum";
29351
- asset: "ETH";
29352
- } | {
29353
- chain: "Arbitrum";
29354
- asset: "USDC";
29355
- } | {
29356
- chain: "Arbitrum";
29357
- asset: "USDT";
29358
- } | {
29359
- chain: "Solana";
29360
- asset: "SOL";
29361
- } | {
29362
- chain: "Solana";
29363
- asset: "USDC";
29364
- } | {
29365
- chain: "Solana";
29366
- asset: "USDT";
29367
- } | {
29368
- chain: "Assethub";
29369
- asset: "DOT";
29370
- } | {
29371
- chain: "Assethub";
29372
- asset: "USDC";
29373
- } | {
29374
- chain: "Assethub";
29375
- asset: "USDT";
29376
- })[];
29377
- add_collateral_enabled: ({
29378
- chain: "Bitcoin";
29379
- asset: "BTC";
29380
- } | {
29381
- chain: "Ethereum";
29382
- asset: "FLIP";
29383
- } | {
29384
- chain: "Ethereum";
29385
- asset: "ETH";
29386
- } | {
29387
- chain: "Ethereum";
29388
- asset: "USDC";
29389
- } | {
29390
- chain: "Ethereum";
29391
- asset: "USDT";
29392
- } | {
29393
- chain: "Ethereum";
29394
- asset: "WBTC";
29395
- } | {
29396
- chain: "Arbitrum";
29397
- asset: "ETH";
29398
- } | {
29399
- chain: "Arbitrum";
29400
- asset: "USDC";
29401
- } | {
29402
- chain: "Arbitrum";
29403
- asset: "USDT";
29404
- } | {
29405
- chain: "Solana";
29406
- asset: "SOL";
29407
- } | {
29408
- chain: "Solana";
29409
- asset: "USDC";
29410
- } | {
29411
- chain: "Solana";
29412
- asset: "USDT";
29413
- } | {
29414
- chain: "Assethub";
29415
- asset: "DOT";
29416
- } | {
29417
- chain: "Assethub";
29418
- asset: "USDC";
29419
- } | {
29420
- chain: "Assethub";
29421
- asset: "USDT";
29422
- })[];
29423
- remove_collateral_enabled: ({
29424
- chain: "Bitcoin";
29425
- asset: "BTC";
29426
- } | {
29427
- chain: "Ethereum";
29428
- asset: "FLIP";
29429
- } | {
29430
- chain: "Ethereum";
29431
- asset: "ETH";
29432
- } | {
29433
- chain: "Ethereum";
29434
- asset: "USDC";
29435
- } | {
29436
- chain: "Ethereum";
29437
- asset: "USDT";
29438
- } | {
29439
- chain: "Ethereum";
29440
- asset: "WBTC";
29441
- } | {
29442
- chain: "Arbitrum";
29443
- asset: "ETH";
29444
- } | {
29445
- chain: "Arbitrum";
29446
- asset: "USDC";
29447
- } | {
29448
- chain: "Arbitrum";
29449
- asset: "USDT";
29450
- } | {
29451
- chain: "Solana";
29452
- asset: "SOL";
29453
- } | {
29454
- chain: "Solana";
29455
- asset: "USDC";
29456
- } | {
29457
- chain: "Solana";
29458
- asset: "USDT";
29459
- } | {
29460
- chain: "Assethub";
29461
- asset: "DOT";
29462
- } | {
29463
- chain: "Assethub";
29464
- asset: "USDC";
29465
- } | {
29466
- chain: "Assethub";
29467
- asset: "USDT";
29468
- })[];
28676
+ borrowing: {
28677
+ chain: string;
28678
+ asset: string;
28679
+ }[];
28680
+ add_lender_funds: {
28681
+ chain: string;
28682
+ asset: string;
28683
+ }[];
28684
+ withdraw_lender_funds: {
28685
+ chain: string;
28686
+ asset: string;
28687
+ }[];
28688
+ add_collateral: {
28689
+ chain: string;
28690
+ asset: string;
28691
+ }[];
28692
+ remove_collateral: {
28693
+ chain: string;
28694
+ asset: string;
28695
+ }[];
28696
+ liquidations_enabled: boolean;
29469
28697
  };
29470
28698
  broadcast_ethereum: {
29471
28699
  retry_enabled: boolean;
@@ -29531,6 +28759,14 @@ declare const rpcResult: {
29531
28759
  elections_generic: {
29532
28760
  oracle_price_elections: boolean;
29533
28761
  };
28762
+ ethereum_elections?: {
28763
+ state_chain_gateway_witnessing: boolean;
28764
+ key_manager_witnessing: boolean;
28765
+ sc_utils_witnessing: boolean;
28766
+ } | undefined;
28767
+ arbitrum_elections?: {
28768
+ key_manager_witnessing: boolean;
28769
+ } | undefined;
29534
28770
  }>;
29535
28771
  readonly broker_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29536
28772
  readonly cf_encode_cf_parameters: z.ZodEffects<z.ZodString, `0x${string}`, string>;