@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/parsers.d.ts CHANGED
@@ -27760,7 +27760,7 @@ declare const cfOraclePrices: z.ZodArray<z.ZodObject<{
27760
27760
  updated_at_oracle_timestamp: number;
27761
27761
  updated_at_statechain_block: number;
27762
27762
  }>, "many">;
27763
- declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
27763
+ declare const cfSafeModeStatuses: z.ZodObject<{
27764
27764
  emissions: z.ZodObject<{
27765
27765
  emissions_sync_enabled: z.ZodBoolean;
27766
27766
  }, "strip", z.ZodTypeAny, {
@@ -27791,7 +27791,7 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
27791
27791
  liquidity_provider: z.ZodObject<{
27792
27792
  deposit_enabled: z.ZodBoolean;
27793
27793
  withdrawal_enabled: z.ZodBoolean;
27794
- internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
27794
+ internal_swaps_enabled: z.ZodBoolean;
27795
27795
  }, "strip", z.ZodTypeAny, {
27796
27796
  deposit_enabled: boolean;
27797
27797
  withdrawal_enabled: boolean;
@@ -27799,7 +27799,7 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
27799
27799
  }, {
27800
27800
  deposit_enabled: boolean;
27801
27801
  withdrawal_enabled: boolean;
27802
- internal_swaps_enabled?: boolean | undefined;
27802
+ internal_swaps_enabled: boolean;
27803
27803
  }>;
27804
27804
  validator: z.ZodObject<{
27805
27805
  authority_rotation_enabled: z.ZodBoolean;
@@ -27879,570 +27879,1065 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
27879
27879
  }, {
27880
27880
  slashing_enabled: boolean;
27881
27881
  }>;
27882
- broadcast_ethereum: z.ZodObject<{
27883
- retry_enabled: z.ZodBoolean;
27884
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
27885
- }, "strip", z.ZodTypeAny, {
27886
- retry_enabled: boolean;
27887
- egress_witnessing_enabled?: boolean | undefined;
27888
- }, {
27889
- retry_enabled: boolean;
27890
- egress_witnessing_enabled?: boolean | undefined;
27891
- }>;
27892
- broadcast_bitcoin: z.ZodObject<{
27893
- retry_enabled: z.ZodBoolean;
27894
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
27895
- }, "strip", z.ZodTypeAny, {
27896
- retry_enabled: boolean;
27897
- egress_witnessing_enabled?: boolean | undefined;
27898
- }, {
27899
- retry_enabled: boolean;
27900
- egress_witnessing_enabled?: boolean | undefined;
27901
- }>;
27902
- broadcast_polkadot: z.ZodObject<{
27903
- retry_enabled: z.ZodBoolean;
27904
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
27905
- }, "strip", z.ZodTypeAny, {
27906
- retry_enabled: boolean;
27907
- egress_witnessing_enabled?: boolean | undefined;
27908
- }, {
27909
- retry_enabled: boolean;
27910
- egress_witnessing_enabled?: boolean | undefined;
27911
- }>;
27912
- broadcast_arbitrum: z.ZodObject<{
27913
- retry_enabled: z.ZodBoolean;
27914
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
27915
- }, "strip", z.ZodTypeAny, {
27916
- retry_enabled: boolean;
27917
- egress_witnessing_enabled?: boolean | undefined;
27918
- }, {
27919
- retry_enabled: boolean;
27920
- egress_witnessing_enabled?: boolean | undefined;
27921
- }>;
27922
- broadcast_solana: z.ZodObject<{
27923
- retry_enabled: z.ZodBoolean;
27924
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
27925
- }, "strip", z.ZodTypeAny, {
27926
- retry_enabled: boolean;
27927
- egress_witnessing_enabled?: boolean | undefined;
27928
- }, {
27929
- retry_enabled: boolean;
27930
- egress_witnessing_enabled?: boolean | undefined;
27931
- }>;
27932
- broadcast_assethub: z.ZodObject<{
27933
- retry_enabled: z.ZodBoolean;
27934
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
27935
- }, "strip", z.ZodTypeAny, {
27936
- retry_enabled: boolean;
27937
- egress_witnessing_enabled?: boolean | undefined;
27938
- }, {
27939
- retry_enabled: boolean;
27940
- egress_witnessing_enabled?: boolean | undefined;
27941
- }>;
27942
- } & {
27943
- ingress_egress_ethereum: z.ZodObject<{
27944
- boost_deposits_enabled: z.ZodBoolean;
27945
- add_boost_funds_enabled: z.ZodBoolean;
27946
- stop_boosting_enabled: z.ZodBoolean;
27947
- deposits_enabled: z.ZodBoolean;
27948
- }, "strip", z.ZodTypeAny, {
27949
- boost_deposits_enabled: boolean;
27950
- add_boost_funds_enabled: boolean;
27951
- stop_boosting_enabled: boolean;
27952
- deposits_enabled: boolean;
27953
- }, {
27954
- boost_deposits_enabled: boolean;
27955
- add_boost_funds_enabled: boolean;
27956
- stop_boosting_enabled: boolean;
27957
- deposits_enabled: boolean;
27958
- }>;
27959
- ingress_egress_bitcoin: z.ZodObject<{
27960
- boost_deposits_enabled: z.ZodBoolean;
27961
- add_boost_funds_enabled: z.ZodBoolean;
27962
- stop_boosting_enabled: z.ZodBoolean;
27963
- deposits_enabled: z.ZodBoolean;
27964
- }, "strip", z.ZodTypeAny, {
27965
- boost_deposits_enabled: boolean;
27966
- add_boost_funds_enabled: boolean;
27967
- stop_boosting_enabled: boolean;
27968
- deposits_enabled: boolean;
27969
- }, {
27970
- boost_deposits_enabled: boolean;
27971
- add_boost_funds_enabled: boolean;
27972
- stop_boosting_enabled: boolean;
27973
- deposits_enabled: boolean;
27974
- }>;
27975
- ingress_egress_polkadot: z.ZodObject<{
27976
- boost_deposits_enabled: z.ZodBoolean;
27977
- add_boost_funds_enabled: z.ZodBoolean;
27978
- stop_boosting_enabled: z.ZodBoolean;
27979
- deposits_enabled: z.ZodBoolean;
27980
- }, "strip", z.ZodTypeAny, {
27981
- boost_deposits_enabled: boolean;
27982
- add_boost_funds_enabled: boolean;
27983
- stop_boosting_enabled: boolean;
27984
- deposits_enabled: boolean;
27985
- }, {
27986
- boost_deposits_enabled: boolean;
27987
- add_boost_funds_enabled: boolean;
27988
- stop_boosting_enabled: boolean;
27989
- deposits_enabled: boolean;
27990
- }>;
27991
- ingress_egress_arbitrum: z.ZodObject<{
27992
- boost_deposits_enabled: z.ZodBoolean;
27993
- add_boost_funds_enabled: z.ZodBoolean;
27994
- stop_boosting_enabled: z.ZodBoolean;
27995
- deposits_enabled: z.ZodBoolean;
27996
- }, "strip", z.ZodTypeAny, {
27997
- boost_deposits_enabled: boolean;
27998
- add_boost_funds_enabled: boolean;
27999
- stop_boosting_enabled: boolean;
28000
- deposits_enabled: boolean;
28001
- }, {
28002
- boost_deposits_enabled: boolean;
28003
- add_boost_funds_enabled: boolean;
28004
- stop_boosting_enabled: boolean;
28005
- deposits_enabled: boolean;
28006
- }>;
28007
- ingress_egress_solana: z.ZodObject<{
28008
- boost_deposits_enabled: z.ZodBoolean;
28009
- add_boost_funds_enabled: z.ZodBoolean;
28010
- stop_boosting_enabled: z.ZodBoolean;
28011
- deposits_enabled: z.ZodBoolean;
28012
- }, "strip", z.ZodTypeAny, {
28013
- boost_deposits_enabled: boolean;
28014
- add_boost_funds_enabled: boolean;
28015
- stop_boosting_enabled: boolean;
28016
- deposits_enabled: boolean;
28017
- }, {
28018
- boost_deposits_enabled: boolean;
28019
- add_boost_funds_enabled: boolean;
28020
- stop_boosting_enabled: boolean;
28021
- deposits_enabled: boolean;
28022
- }>;
28023
- ingress_egress_assethub: z.ZodObject<{
28024
- boost_deposits_enabled: z.ZodBoolean;
27882
+ lending_pools: z.ZodObject<{
28025
27883
  add_boost_funds_enabled: z.ZodBoolean;
28026
27884
  stop_boosting_enabled: z.ZodBoolean;
28027
- deposits_enabled: z.ZodBoolean;
28028
- }, "strip", z.ZodTypeAny, {
28029
- boost_deposits_enabled: boolean;
28030
- add_boost_funds_enabled: boolean;
28031
- stop_boosting_enabled: boolean;
28032
- deposits_enabled: boolean;
28033
- }, {
28034
- boost_deposits_enabled: boolean;
28035
- add_boost_funds_enabled: boolean;
28036
- stop_boosting_enabled: boolean;
28037
- deposits_enabled: boolean;
28038
- }>;
28039
- }, "strip", z.ZodTypeAny, {
28040
- asset_balances: {
28041
- reconciliation_enabled: boolean;
28042
- };
28043
- liquidity_provider: {
28044
- deposit_enabled: boolean;
28045
- withdrawal_enabled: boolean;
28046
- internal_swaps_enabled: boolean;
28047
- };
28048
- validator: {
28049
- authority_rotation_enabled: boolean;
28050
- start_bidding_enabled: boolean;
28051
- stop_bidding_enabled: boolean;
28052
- };
28053
- swapping: {
28054
- swaps_enabled: boolean;
28055
- withdrawals_enabled: boolean;
28056
- broker_registration_enabled: boolean;
28057
- };
28058
- funding: {
28059
- redeem_enabled: boolean;
28060
- };
28061
- pools: {
28062
- range_order_update_enabled: boolean;
28063
- limit_order_update_enabled: boolean;
28064
- };
28065
- emissions: {
28066
- emissions_sync_enabled: boolean;
28067
- };
28068
- trading_strategies: {
28069
- strategy_updates_enabled: boolean;
28070
- strategy_closure_enabled: boolean;
28071
- strategy_execution_enabled: boolean;
28072
- };
28073
- reputation: {
28074
- reporting_enabled: boolean;
28075
- };
28076
- threshold_signature_evm: {
28077
- slashing_enabled: boolean;
28078
- };
28079
- threshold_signature_bitcoin: {
28080
- slashing_enabled: boolean;
28081
- };
28082
- threshold_signature_polkadot: {
28083
- slashing_enabled: boolean;
28084
- };
28085
- threshold_signature_solana: {
28086
- slashing_enabled: boolean;
28087
- };
28088
- broadcast_ethereum: {
28089
- retry_enabled: boolean;
28090
- egress_witnessing_enabled?: boolean | undefined;
28091
- };
28092
- broadcast_bitcoin: {
28093
- retry_enabled: boolean;
28094
- egress_witnessing_enabled?: boolean | undefined;
28095
- };
28096
- broadcast_polkadot: {
28097
- retry_enabled: boolean;
28098
- egress_witnessing_enabled?: boolean | undefined;
28099
- };
28100
- broadcast_arbitrum: {
28101
- retry_enabled: boolean;
28102
- egress_witnessing_enabled?: boolean | undefined;
28103
- };
28104
- broadcast_solana: {
28105
- retry_enabled: boolean;
28106
- egress_witnessing_enabled?: boolean | undefined;
28107
- };
28108
- broadcast_assethub: {
28109
- retry_enabled: boolean;
28110
- egress_witnessing_enabled?: boolean | undefined;
28111
- };
28112
- ingress_egress_ethereum: {
28113
- boost_deposits_enabled: boolean;
28114
- add_boost_funds_enabled: boolean;
28115
- stop_boosting_enabled: boolean;
28116
- deposits_enabled: boolean;
28117
- };
28118
- ingress_egress_bitcoin: {
28119
- boost_deposits_enabled: boolean;
28120
- add_boost_funds_enabled: boolean;
28121
- stop_boosting_enabled: boolean;
28122
- deposits_enabled: boolean;
28123
- };
28124
- ingress_egress_polkadot: {
28125
- boost_deposits_enabled: boolean;
28126
- add_boost_funds_enabled: boolean;
28127
- stop_boosting_enabled: boolean;
28128
- deposits_enabled: boolean;
28129
- };
28130
- ingress_egress_arbitrum: {
28131
- boost_deposits_enabled: boolean;
28132
- add_boost_funds_enabled: boolean;
28133
- stop_boosting_enabled: boolean;
28134
- deposits_enabled: boolean;
28135
- };
28136
- ingress_egress_solana: {
28137
- boost_deposits_enabled: boolean;
28138
- add_boost_funds_enabled: boolean;
28139
- stop_boosting_enabled: boolean;
28140
- deposits_enabled: boolean;
28141
- };
28142
- ingress_egress_assethub: {
28143
- boost_deposits_enabled: boolean;
28144
- add_boost_funds_enabled: boolean;
28145
- stop_boosting_enabled: boolean;
28146
- deposits_enabled: boolean;
28147
- };
28148
- }, {
28149
- asset_balances: {
28150
- reconciliation_enabled: boolean;
28151
- };
28152
- liquidity_provider: {
28153
- deposit_enabled: boolean;
28154
- withdrawal_enabled: boolean;
28155
- internal_swaps_enabled?: boolean | undefined;
28156
- };
28157
- validator: {
28158
- authority_rotation_enabled: boolean;
28159
- start_bidding_enabled: boolean;
28160
- stop_bidding_enabled: boolean;
28161
- };
28162
- swapping: {
28163
- swaps_enabled: boolean;
28164
- withdrawals_enabled: boolean;
28165
- broker_registration_enabled: boolean;
28166
- };
28167
- funding: {
28168
- redeem_enabled: boolean;
28169
- };
28170
- pools: {
28171
- range_order_update_enabled: boolean;
28172
- limit_order_update_enabled: boolean;
28173
- };
28174
- emissions: {
28175
- emissions_sync_enabled: boolean;
28176
- };
28177
- trading_strategies: {
28178
- strategy_updates_enabled: boolean;
28179
- strategy_closure_enabled: boolean;
28180
- strategy_execution_enabled: boolean;
28181
- };
28182
- reputation: {
28183
- reporting_enabled: boolean;
28184
- };
28185
- threshold_signature_evm: {
28186
- slashing_enabled: boolean;
28187
- };
28188
- threshold_signature_bitcoin: {
28189
- slashing_enabled: boolean;
28190
- };
28191
- threshold_signature_polkadot: {
28192
- slashing_enabled: boolean;
28193
- };
28194
- threshold_signature_solana: {
28195
- slashing_enabled: boolean;
28196
- };
28197
- broadcast_ethereum: {
28198
- retry_enabled: boolean;
28199
- egress_witnessing_enabled?: boolean | undefined;
28200
- };
28201
- broadcast_bitcoin: {
28202
- retry_enabled: boolean;
28203
- egress_witnessing_enabled?: boolean | undefined;
28204
- };
28205
- broadcast_polkadot: {
28206
- retry_enabled: boolean;
28207
- egress_witnessing_enabled?: boolean | undefined;
28208
- };
28209
- broadcast_arbitrum: {
28210
- retry_enabled: boolean;
28211
- egress_witnessing_enabled?: boolean | undefined;
28212
- };
28213
- broadcast_solana: {
28214
- retry_enabled: boolean;
28215
- egress_witnessing_enabled?: boolean | undefined;
28216
- };
28217
- broadcast_assethub: {
28218
- retry_enabled: boolean;
28219
- egress_witnessing_enabled?: boolean | undefined;
28220
- };
28221
- ingress_egress_ethereum: {
28222
- boost_deposits_enabled: boolean;
28223
- add_boost_funds_enabled: boolean;
28224
- stop_boosting_enabled: boolean;
28225
- deposits_enabled: boolean;
28226
- };
28227
- ingress_egress_bitcoin: {
28228
- boost_deposits_enabled: boolean;
28229
- add_boost_funds_enabled: boolean;
28230
- stop_boosting_enabled: boolean;
28231
- deposits_enabled: boolean;
28232
- };
28233
- ingress_egress_polkadot: {
28234
- boost_deposits_enabled: boolean;
28235
- add_boost_funds_enabled: boolean;
28236
- stop_boosting_enabled: boolean;
28237
- deposits_enabled: boolean;
28238
- };
28239
- ingress_egress_arbitrum: {
28240
- boost_deposits_enabled: boolean;
28241
- add_boost_funds_enabled: boolean;
28242
- stop_boosting_enabled: boolean;
28243
- deposits_enabled: boolean;
28244
- };
28245
- ingress_egress_solana: {
28246
- boost_deposits_enabled: boolean;
27885
+ borrowing_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
27886
+ chain: z.ZodLiteral<"Bitcoin">;
27887
+ asset: z.ZodLiteral<"BTC">;
27888
+ }, "strip", z.ZodTypeAny, {
27889
+ chain: "Bitcoin";
27890
+ asset: "BTC";
27891
+ }, {
27892
+ chain: "Bitcoin";
27893
+ asset: "BTC";
27894
+ }>, z.ZodObject<{
27895
+ chain: z.ZodLiteral<"Polkadot">;
27896
+ asset: z.ZodLiteral<"DOT">;
27897
+ }, "strip", z.ZodTypeAny, {
27898
+ chain: "Polkadot";
27899
+ asset: "DOT";
27900
+ }, {
27901
+ chain: "Polkadot";
27902
+ asset: "DOT";
27903
+ }>, z.ZodObject<{
27904
+ chain: z.ZodLiteral<"Ethereum">;
27905
+ asset: z.ZodLiteral<"FLIP">;
27906
+ }, "strip", z.ZodTypeAny, {
27907
+ chain: "Ethereum";
27908
+ asset: "FLIP";
27909
+ }, {
27910
+ chain: "Ethereum";
27911
+ asset: "FLIP";
27912
+ }>, z.ZodObject<{
27913
+ chain: z.ZodLiteral<"Ethereum">;
27914
+ asset: z.ZodLiteral<"ETH">;
27915
+ }, "strip", z.ZodTypeAny, {
27916
+ chain: "Ethereum";
27917
+ asset: "ETH";
27918
+ }, {
27919
+ chain: "Ethereum";
27920
+ asset: "ETH";
27921
+ }>, z.ZodObject<{
27922
+ chain: z.ZodLiteral<"Ethereum">;
27923
+ asset: z.ZodLiteral<"USDC">;
27924
+ }, "strip", z.ZodTypeAny, {
27925
+ chain: "Ethereum";
27926
+ asset: "USDC";
27927
+ }, {
27928
+ chain: "Ethereum";
27929
+ asset: "USDC";
27930
+ }>, z.ZodObject<{
27931
+ chain: z.ZodLiteral<"Ethereum">;
27932
+ asset: z.ZodLiteral<"USDT">;
27933
+ }, "strip", z.ZodTypeAny, {
27934
+ chain: "Ethereum";
27935
+ asset: "USDT";
27936
+ }, {
27937
+ chain: "Ethereum";
27938
+ asset: "USDT";
27939
+ }>, z.ZodObject<{
27940
+ chain: z.ZodLiteral<"Arbitrum">;
27941
+ asset: z.ZodLiteral<"ETH">;
27942
+ }, "strip", z.ZodTypeAny, {
27943
+ chain: "Arbitrum";
27944
+ asset: "ETH";
27945
+ }, {
27946
+ chain: "Arbitrum";
27947
+ asset: "ETH";
27948
+ }>, z.ZodObject<{
27949
+ chain: z.ZodLiteral<"Arbitrum">;
27950
+ asset: z.ZodLiteral<"USDC">;
27951
+ }, "strip", z.ZodTypeAny, {
27952
+ chain: "Arbitrum";
27953
+ asset: "USDC";
27954
+ }, {
27955
+ chain: "Arbitrum";
27956
+ asset: "USDC";
27957
+ }>, z.ZodObject<{
27958
+ chain: z.ZodLiteral<"Solana">;
27959
+ asset: z.ZodLiteral<"SOL">;
27960
+ }, "strip", z.ZodTypeAny, {
27961
+ chain: "Solana";
27962
+ asset: "SOL";
27963
+ }, {
27964
+ chain: "Solana";
27965
+ asset: "SOL";
27966
+ }>, z.ZodObject<{
27967
+ chain: z.ZodLiteral<"Solana">;
27968
+ asset: z.ZodLiteral<"USDC">;
27969
+ }, "strip", z.ZodTypeAny, {
27970
+ chain: "Solana";
27971
+ asset: "USDC";
27972
+ }, {
27973
+ chain: "Solana";
27974
+ asset: "USDC";
27975
+ }>, z.ZodObject<{
27976
+ chain: z.ZodLiteral<"Assethub">;
27977
+ asset: z.ZodLiteral<"DOT">;
27978
+ }, "strip", z.ZodTypeAny, {
27979
+ chain: "Assethub";
27980
+ asset: "DOT";
27981
+ }, {
27982
+ chain: "Assethub";
27983
+ asset: "DOT";
27984
+ }>, z.ZodObject<{
27985
+ chain: z.ZodLiteral<"Assethub">;
27986
+ asset: z.ZodLiteral<"USDC">;
27987
+ }, "strip", z.ZodTypeAny, {
27988
+ chain: "Assethub";
27989
+ asset: "USDC";
27990
+ }, {
27991
+ chain: "Assethub";
27992
+ asset: "USDC";
27993
+ }>, z.ZodObject<{
27994
+ chain: z.ZodLiteral<"Assethub">;
27995
+ asset: z.ZodLiteral<"USDT">;
27996
+ }, "strip", z.ZodTypeAny, {
27997
+ chain: "Assethub";
27998
+ asset: "USDT";
27999
+ }, {
28000
+ chain: "Assethub";
28001
+ asset: "USDT";
28002
+ }>]>, "many">>;
28003
+ add_lender_funds_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
28004
+ chain: z.ZodLiteral<"Bitcoin">;
28005
+ asset: z.ZodLiteral<"BTC">;
28006
+ }, "strip", z.ZodTypeAny, {
28007
+ chain: "Bitcoin";
28008
+ asset: "BTC";
28009
+ }, {
28010
+ chain: "Bitcoin";
28011
+ asset: "BTC";
28012
+ }>, z.ZodObject<{
28013
+ chain: z.ZodLiteral<"Polkadot">;
28014
+ asset: z.ZodLiteral<"DOT">;
28015
+ }, "strip", z.ZodTypeAny, {
28016
+ chain: "Polkadot";
28017
+ asset: "DOT";
28018
+ }, {
28019
+ chain: "Polkadot";
28020
+ asset: "DOT";
28021
+ }>, z.ZodObject<{
28022
+ chain: z.ZodLiteral<"Ethereum">;
28023
+ asset: z.ZodLiteral<"FLIP">;
28024
+ }, "strip", z.ZodTypeAny, {
28025
+ chain: "Ethereum";
28026
+ asset: "FLIP";
28027
+ }, {
28028
+ chain: "Ethereum";
28029
+ asset: "FLIP";
28030
+ }>, z.ZodObject<{
28031
+ chain: z.ZodLiteral<"Ethereum">;
28032
+ asset: z.ZodLiteral<"ETH">;
28033
+ }, "strip", z.ZodTypeAny, {
28034
+ chain: "Ethereum";
28035
+ asset: "ETH";
28036
+ }, {
28037
+ chain: "Ethereum";
28038
+ asset: "ETH";
28039
+ }>, z.ZodObject<{
28040
+ chain: z.ZodLiteral<"Ethereum">;
28041
+ asset: z.ZodLiteral<"USDC">;
28042
+ }, "strip", z.ZodTypeAny, {
28043
+ chain: "Ethereum";
28044
+ asset: "USDC";
28045
+ }, {
28046
+ chain: "Ethereum";
28047
+ asset: "USDC";
28048
+ }>, z.ZodObject<{
28049
+ chain: z.ZodLiteral<"Ethereum">;
28050
+ asset: z.ZodLiteral<"USDT">;
28051
+ }, "strip", z.ZodTypeAny, {
28052
+ chain: "Ethereum";
28053
+ asset: "USDT";
28054
+ }, {
28055
+ chain: "Ethereum";
28056
+ asset: "USDT";
28057
+ }>, z.ZodObject<{
28058
+ chain: z.ZodLiteral<"Arbitrum">;
28059
+ asset: z.ZodLiteral<"ETH">;
28060
+ }, "strip", z.ZodTypeAny, {
28061
+ chain: "Arbitrum";
28062
+ asset: "ETH";
28063
+ }, {
28064
+ chain: "Arbitrum";
28065
+ asset: "ETH";
28066
+ }>, z.ZodObject<{
28067
+ chain: z.ZodLiteral<"Arbitrum">;
28068
+ asset: z.ZodLiteral<"USDC">;
28069
+ }, "strip", z.ZodTypeAny, {
28070
+ chain: "Arbitrum";
28071
+ asset: "USDC";
28072
+ }, {
28073
+ chain: "Arbitrum";
28074
+ asset: "USDC";
28075
+ }>, z.ZodObject<{
28076
+ chain: z.ZodLiteral<"Solana">;
28077
+ asset: z.ZodLiteral<"SOL">;
28078
+ }, "strip", z.ZodTypeAny, {
28079
+ chain: "Solana";
28080
+ asset: "SOL";
28081
+ }, {
28082
+ chain: "Solana";
28083
+ asset: "SOL";
28084
+ }>, z.ZodObject<{
28085
+ chain: z.ZodLiteral<"Solana">;
28086
+ asset: z.ZodLiteral<"USDC">;
28087
+ }, "strip", z.ZodTypeAny, {
28088
+ chain: "Solana";
28089
+ asset: "USDC";
28090
+ }, {
28091
+ chain: "Solana";
28092
+ asset: "USDC";
28093
+ }>, z.ZodObject<{
28094
+ chain: z.ZodLiteral<"Assethub">;
28095
+ asset: z.ZodLiteral<"DOT">;
28096
+ }, "strip", z.ZodTypeAny, {
28097
+ chain: "Assethub";
28098
+ asset: "DOT";
28099
+ }, {
28100
+ chain: "Assethub";
28101
+ asset: "DOT";
28102
+ }>, z.ZodObject<{
28103
+ chain: z.ZodLiteral<"Assethub">;
28104
+ asset: z.ZodLiteral<"USDC">;
28105
+ }, "strip", z.ZodTypeAny, {
28106
+ chain: "Assethub";
28107
+ asset: "USDC";
28108
+ }, {
28109
+ chain: "Assethub";
28110
+ asset: "USDC";
28111
+ }>, z.ZodObject<{
28112
+ chain: z.ZodLiteral<"Assethub">;
28113
+ asset: z.ZodLiteral<"USDT">;
28114
+ }, "strip", z.ZodTypeAny, {
28115
+ chain: "Assethub";
28116
+ asset: "USDT";
28117
+ }, {
28118
+ chain: "Assethub";
28119
+ asset: "USDT";
28120
+ }>]>, "many">>;
28121
+ withdraw_lender_funds_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
28122
+ chain: z.ZodLiteral<"Bitcoin">;
28123
+ asset: z.ZodLiteral<"BTC">;
28124
+ }, "strip", z.ZodTypeAny, {
28125
+ chain: "Bitcoin";
28126
+ asset: "BTC";
28127
+ }, {
28128
+ chain: "Bitcoin";
28129
+ asset: "BTC";
28130
+ }>, z.ZodObject<{
28131
+ chain: z.ZodLiteral<"Polkadot">;
28132
+ asset: z.ZodLiteral<"DOT">;
28133
+ }, "strip", z.ZodTypeAny, {
28134
+ chain: "Polkadot";
28135
+ asset: "DOT";
28136
+ }, {
28137
+ chain: "Polkadot";
28138
+ asset: "DOT";
28139
+ }>, z.ZodObject<{
28140
+ chain: z.ZodLiteral<"Ethereum">;
28141
+ asset: z.ZodLiteral<"FLIP">;
28142
+ }, "strip", z.ZodTypeAny, {
28143
+ chain: "Ethereum";
28144
+ asset: "FLIP";
28145
+ }, {
28146
+ chain: "Ethereum";
28147
+ asset: "FLIP";
28148
+ }>, z.ZodObject<{
28149
+ chain: z.ZodLiteral<"Ethereum">;
28150
+ asset: z.ZodLiteral<"ETH">;
28151
+ }, "strip", z.ZodTypeAny, {
28152
+ chain: "Ethereum";
28153
+ asset: "ETH";
28154
+ }, {
28155
+ chain: "Ethereum";
28156
+ asset: "ETH";
28157
+ }>, z.ZodObject<{
28158
+ chain: z.ZodLiteral<"Ethereum">;
28159
+ asset: z.ZodLiteral<"USDC">;
28160
+ }, "strip", z.ZodTypeAny, {
28161
+ chain: "Ethereum";
28162
+ asset: "USDC";
28163
+ }, {
28164
+ chain: "Ethereum";
28165
+ asset: "USDC";
28166
+ }>, z.ZodObject<{
28167
+ chain: z.ZodLiteral<"Ethereum">;
28168
+ asset: z.ZodLiteral<"USDT">;
28169
+ }, "strip", z.ZodTypeAny, {
28170
+ chain: "Ethereum";
28171
+ asset: "USDT";
28172
+ }, {
28173
+ chain: "Ethereum";
28174
+ asset: "USDT";
28175
+ }>, z.ZodObject<{
28176
+ chain: z.ZodLiteral<"Arbitrum">;
28177
+ asset: z.ZodLiteral<"ETH">;
28178
+ }, "strip", z.ZodTypeAny, {
28179
+ chain: "Arbitrum";
28180
+ asset: "ETH";
28181
+ }, {
28182
+ chain: "Arbitrum";
28183
+ asset: "ETH";
28184
+ }>, z.ZodObject<{
28185
+ chain: z.ZodLiteral<"Arbitrum">;
28186
+ asset: z.ZodLiteral<"USDC">;
28187
+ }, "strip", z.ZodTypeAny, {
28188
+ chain: "Arbitrum";
28189
+ asset: "USDC";
28190
+ }, {
28191
+ chain: "Arbitrum";
28192
+ asset: "USDC";
28193
+ }>, z.ZodObject<{
28194
+ chain: z.ZodLiteral<"Solana">;
28195
+ asset: z.ZodLiteral<"SOL">;
28196
+ }, "strip", z.ZodTypeAny, {
28197
+ chain: "Solana";
28198
+ asset: "SOL";
28199
+ }, {
28200
+ chain: "Solana";
28201
+ asset: "SOL";
28202
+ }>, z.ZodObject<{
28203
+ chain: z.ZodLiteral<"Solana">;
28204
+ asset: z.ZodLiteral<"USDC">;
28205
+ }, "strip", z.ZodTypeAny, {
28206
+ chain: "Solana";
28207
+ asset: "USDC";
28208
+ }, {
28209
+ chain: "Solana";
28210
+ asset: "USDC";
28211
+ }>, z.ZodObject<{
28212
+ chain: z.ZodLiteral<"Assethub">;
28213
+ asset: z.ZodLiteral<"DOT">;
28214
+ }, "strip", z.ZodTypeAny, {
28215
+ chain: "Assethub";
28216
+ asset: "DOT";
28217
+ }, {
28218
+ chain: "Assethub";
28219
+ asset: "DOT";
28220
+ }>, z.ZodObject<{
28221
+ chain: z.ZodLiteral<"Assethub">;
28222
+ asset: z.ZodLiteral<"USDC">;
28223
+ }, "strip", z.ZodTypeAny, {
28224
+ chain: "Assethub";
28225
+ asset: "USDC";
28226
+ }, {
28227
+ chain: "Assethub";
28228
+ asset: "USDC";
28229
+ }>, z.ZodObject<{
28230
+ chain: z.ZodLiteral<"Assethub">;
28231
+ asset: z.ZodLiteral<"USDT">;
28232
+ }, "strip", z.ZodTypeAny, {
28233
+ chain: "Assethub";
28234
+ asset: "USDT";
28235
+ }, {
28236
+ chain: "Assethub";
28237
+ asset: "USDT";
28238
+ }>]>, "many">>;
28239
+ add_collateral_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
28240
+ chain: z.ZodLiteral<"Bitcoin">;
28241
+ asset: z.ZodLiteral<"BTC">;
28242
+ }, "strip", z.ZodTypeAny, {
28243
+ chain: "Bitcoin";
28244
+ asset: "BTC";
28245
+ }, {
28246
+ chain: "Bitcoin";
28247
+ asset: "BTC";
28248
+ }>, z.ZodObject<{
28249
+ chain: z.ZodLiteral<"Polkadot">;
28250
+ asset: z.ZodLiteral<"DOT">;
28251
+ }, "strip", z.ZodTypeAny, {
28252
+ chain: "Polkadot";
28253
+ asset: "DOT";
28254
+ }, {
28255
+ chain: "Polkadot";
28256
+ asset: "DOT";
28257
+ }>, z.ZodObject<{
28258
+ chain: z.ZodLiteral<"Ethereum">;
28259
+ asset: z.ZodLiteral<"FLIP">;
28260
+ }, "strip", z.ZodTypeAny, {
28261
+ chain: "Ethereum";
28262
+ asset: "FLIP";
28263
+ }, {
28264
+ chain: "Ethereum";
28265
+ asset: "FLIP";
28266
+ }>, z.ZodObject<{
28267
+ chain: z.ZodLiteral<"Ethereum">;
28268
+ asset: z.ZodLiteral<"ETH">;
28269
+ }, "strip", z.ZodTypeAny, {
28270
+ chain: "Ethereum";
28271
+ asset: "ETH";
28272
+ }, {
28273
+ chain: "Ethereum";
28274
+ asset: "ETH";
28275
+ }>, z.ZodObject<{
28276
+ chain: z.ZodLiteral<"Ethereum">;
28277
+ asset: z.ZodLiteral<"USDC">;
28278
+ }, "strip", z.ZodTypeAny, {
28279
+ chain: "Ethereum";
28280
+ asset: "USDC";
28281
+ }, {
28282
+ chain: "Ethereum";
28283
+ asset: "USDC";
28284
+ }>, z.ZodObject<{
28285
+ chain: z.ZodLiteral<"Ethereum">;
28286
+ asset: z.ZodLiteral<"USDT">;
28287
+ }, "strip", z.ZodTypeAny, {
28288
+ chain: "Ethereum";
28289
+ asset: "USDT";
28290
+ }, {
28291
+ chain: "Ethereum";
28292
+ asset: "USDT";
28293
+ }>, z.ZodObject<{
28294
+ chain: z.ZodLiteral<"Arbitrum">;
28295
+ asset: z.ZodLiteral<"ETH">;
28296
+ }, "strip", z.ZodTypeAny, {
28297
+ chain: "Arbitrum";
28298
+ asset: "ETH";
28299
+ }, {
28300
+ chain: "Arbitrum";
28301
+ asset: "ETH";
28302
+ }>, z.ZodObject<{
28303
+ chain: z.ZodLiteral<"Arbitrum">;
28304
+ asset: z.ZodLiteral<"USDC">;
28305
+ }, "strip", z.ZodTypeAny, {
28306
+ chain: "Arbitrum";
28307
+ asset: "USDC";
28308
+ }, {
28309
+ chain: "Arbitrum";
28310
+ asset: "USDC";
28311
+ }>, z.ZodObject<{
28312
+ chain: z.ZodLiteral<"Solana">;
28313
+ asset: z.ZodLiteral<"SOL">;
28314
+ }, "strip", z.ZodTypeAny, {
28315
+ chain: "Solana";
28316
+ asset: "SOL";
28317
+ }, {
28318
+ chain: "Solana";
28319
+ asset: "SOL";
28320
+ }>, z.ZodObject<{
28321
+ chain: z.ZodLiteral<"Solana">;
28322
+ asset: z.ZodLiteral<"USDC">;
28323
+ }, "strip", z.ZodTypeAny, {
28324
+ chain: "Solana";
28325
+ asset: "USDC";
28326
+ }, {
28327
+ chain: "Solana";
28328
+ asset: "USDC";
28329
+ }>, z.ZodObject<{
28330
+ chain: z.ZodLiteral<"Assethub">;
28331
+ asset: z.ZodLiteral<"DOT">;
28332
+ }, "strip", z.ZodTypeAny, {
28333
+ chain: "Assethub";
28334
+ asset: "DOT";
28335
+ }, {
28336
+ chain: "Assethub";
28337
+ asset: "DOT";
28338
+ }>, z.ZodObject<{
28339
+ chain: z.ZodLiteral<"Assethub">;
28340
+ asset: z.ZodLiteral<"USDC">;
28341
+ }, "strip", z.ZodTypeAny, {
28342
+ chain: "Assethub";
28343
+ asset: "USDC";
28344
+ }, {
28345
+ chain: "Assethub";
28346
+ asset: "USDC";
28347
+ }>, z.ZodObject<{
28348
+ chain: z.ZodLiteral<"Assethub">;
28349
+ asset: z.ZodLiteral<"USDT">;
28350
+ }, "strip", z.ZodTypeAny, {
28351
+ chain: "Assethub";
28352
+ asset: "USDT";
28353
+ }, {
28354
+ chain: "Assethub";
28355
+ asset: "USDT";
28356
+ }>]>, "many">>;
28357
+ remove_collateral_enabled: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
28358
+ chain: z.ZodLiteral<"Bitcoin">;
28359
+ asset: z.ZodLiteral<"BTC">;
28360
+ }, "strip", z.ZodTypeAny, {
28361
+ chain: "Bitcoin";
28362
+ asset: "BTC";
28363
+ }, {
28364
+ chain: "Bitcoin";
28365
+ asset: "BTC";
28366
+ }>, z.ZodObject<{
28367
+ chain: z.ZodLiteral<"Polkadot">;
28368
+ asset: z.ZodLiteral<"DOT">;
28369
+ }, "strip", z.ZodTypeAny, {
28370
+ chain: "Polkadot";
28371
+ asset: "DOT";
28372
+ }, {
28373
+ chain: "Polkadot";
28374
+ asset: "DOT";
28375
+ }>, z.ZodObject<{
28376
+ chain: z.ZodLiteral<"Ethereum">;
28377
+ asset: z.ZodLiteral<"FLIP">;
28378
+ }, "strip", z.ZodTypeAny, {
28379
+ chain: "Ethereum";
28380
+ asset: "FLIP";
28381
+ }, {
28382
+ chain: "Ethereum";
28383
+ asset: "FLIP";
28384
+ }>, z.ZodObject<{
28385
+ chain: z.ZodLiteral<"Ethereum">;
28386
+ asset: z.ZodLiteral<"ETH">;
28387
+ }, "strip", z.ZodTypeAny, {
28388
+ chain: "Ethereum";
28389
+ asset: "ETH";
28390
+ }, {
28391
+ chain: "Ethereum";
28392
+ asset: "ETH";
28393
+ }>, z.ZodObject<{
28394
+ chain: z.ZodLiteral<"Ethereum">;
28395
+ asset: z.ZodLiteral<"USDC">;
28396
+ }, "strip", z.ZodTypeAny, {
28397
+ chain: "Ethereum";
28398
+ asset: "USDC";
28399
+ }, {
28400
+ chain: "Ethereum";
28401
+ asset: "USDC";
28402
+ }>, z.ZodObject<{
28403
+ chain: z.ZodLiteral<"Ethereum">;
28404
+ asset: z.ZodLiteral<"USDT">;
28405
+ }, "strip", z.ZodTypeAny, {
28406
+ chain: "Ethereum";
28407
+ asset: "USDT";
28408
+ }, {
28409
+ chain: "Ethereum";
28410
+ asset: "USDT";
28411
+ }>, z.ZodObject<{
28412
+ chain: z.ZodLiteral<"Arbitrum">;
28413
+ asset: z.ZodLiteral<"ETH">;
28414
+ }, "strip", z.ZodTypeAny, {
28415
+ chain: "Arbitrum";
28416
+ asset: "ETH";
28417
+ }, {
28418
+ chain: "Arbitrum";
28419
+ asset: "ETH";
28420
+ }>, z.ZodObject<{
28421
+ chain: z.ZodLiteral<"Arbitrum">;
28422
+ asset: z.ZodLiteral<"USDC">;
28423
+ }, "strip", z.ZodTypeAny, {
28424
+ chain: "Arbitrum";
28425
+ asset: "USDC";
28426
+ }, {
28427
+ chain: "Arbitrum";
28428
+ asset: "USDC";
28429
+ }>, z.ZodObject<{
28430
+ chain: z.ZodLiteral<"Solana">;
28431
+ asset: z.ZodLiteral<"SOL">;
28432
+ }, "strip", z.ZodTypeAny, {
28433
+ chain: "Solana";
28434
+ asset: "SOL";
28435
+ }, {
28436
+ chain: "Solana";
28437
+ asset: "SOL";
28438
+ }>, z.ZodObject<{
28439
+ chain: z.ZodLiteral<"Solana">;
28440
+ asset: z.ZodLiteral<"USDC">;
28441
+ }, "strip", z.ZodTypeAny, {
28442
+ chain: "Solana";
28443
+ asset: "USDC";
28444
+ }, {
28445
+ chain: "Solana";
28446
+ asset: "USDC";
28447
+ }>, z.ZodObject<{
28448
+ chain: z.ZodLiteral<"Assethub">;
28449
+ asset: z.ZodLiteral<"DOT">;
28450
+ }, "strip", z.ZodTypeAny, {
28451
+ chain: "Assethub";
28452
+ asset: "DOT";
28453
+ }, {
28454
+ chain: "Assethub";
28455
+ asset: "DOT";
28456
+ }>, z.ZodObject<{
28457
+ chain: z.ZodLiteral<"Assethub">;
28458
+ asset: z.ZodLiteral<"USDC">;
28459
+ }, "strip", z.ZodTypeAny, {
28460
+ chain: "Assethub";
28461
+ asset: "USDC";
28462
+ }, {
28463
+ chain: "Assethub";
28464
+ asset: "USDC";
28465
+ }>, z.ZodObject<{
28466
+ chain: z.ZodLiteral<"Assethub">;
28467
+ asset: z.ZodLiteral<"USDT">;
28468
+ }, "strip", z.ZodTypeAny, {
28469
+ chain: "Assethub";
28470
+ asset: "USDT";
28471
+ }, {
28472
+ chain: "Assethub";
28473
+ asset: "USDT";
28474
+ }>]>, "many">>;
28475
+ }, "strip", z.ZodTypeAny, {
28247
28476
  add_boost_funds_enabled: boolean;
28248
28477
  stop_boosting_enabled: boolean;
28249
- deposits_enabled: boolean;
28250
- };
28251
- ingress_egress_assethub: {
28252
- boost_deposits_enabled: boolean;
28478
+ borrowing_enabled?: ({
28479
+ chain: "Bitcoin";
28480
+ asset: "BTC";
28481
+ } | {
28482
+ chain: "Polkadot";
28483
+ asset: "DOT";
28484
+ } | {
28485
+ chain: "Ethereum";
28486
+ asset: "FLIP";
28487
+ } | {
28488
+ chain: "Ethereum";
28489
+ asset: "ETH";
28490
+ } | {
28491
+ chain: "Ethereum";
28492
+ asset: "USDC";
28493
+ } | {
28494
+ chain: "Ethereum";
28495
+ asset: "USDT";
28496
+ } | {
28497
+ chain: "Arbitrum";
28498
+ asset: "ETH";
28499
+ } | {
28500
+ chain: "Arbitrum";
28501
+ asset: "USDC";
28502
+ } | {
28503
+ chain: "Solana";
28504
+ asset: "SOL";
28505
+ } | {
28506
+ chain: "Solana";
28507
+ asset: "USDC";
28508
+ } | {
28509
+ chain: "Assethub";
28510
+ asset: "DOT";
28511
+ } | {
28512
+ chain: "Assethub";
28513
+ asset: "USDC";
28514
+ } | {
28515
+ chain: "Assethub";
28516
+ asset: "USDT";
28517
+ })[] | undefined;
28518
+ add_lender_funds_enabled?: ({
28519
+ chain: "Bitcoin";
28520
+ asset: "BTC";
28521
+ } | {
28522
+ chain: "Polkadot";
28523
+ asset: "DOT";
28524
+ } | {
28525
+ chain: "Ethereum";
28526
+ asset: "FLIP";
28527
+ } | {
28528
+ chain: "Ethereum";
28529
+ asset: "ETH";
28530
+ } | {
28531
+ chain: "Ethereum";
28532
+ asset: "USDC";
28533
+ } | {
28534
+ chain: "Ethereum";
28535
+ asset: "USDT";
28536
+ } | {
28537
+ chain: "Arbitrum";
28538
+ asset: "ETH";
28539
+ } | {
28540
+ chain: "Arbitrum";
28541
+ asset: "USDC";
28542
+ } | {
28543
+ chain: "Solana";
28544
+ asset: "SOL";
28545
+ } | {
28546
+ chain: "Solana";
28547
+ asset: "USDC";
28548
+ } | {
28549
+ chain: "Assethub";
28550
+ asset: "DOT";
28551
+ } | {
28552
+ chain: "Assethub";
28553
+ asset: "USDC";
28554
+ } | {
28555
+ chain: "Assethub";
28556
+ asset: "USDT";
28557
+ })[] | undefined;
28558
+ withdraw_lender_funds_enabled?: ({
28559
+ chain: "Bitcoin";
28560
+ asset: "BTC";
28561
+ } | {
28562
+ chain: "Polkadot";
28563
+ asset: "DOT";
28564
+ } | {
28565
+ chain: "Ethereum";
28566
+ asset: "FLIP";
28567
+ } | {
28568
+ chain: "Ethereum";
28569
+ asset: "ETH";
28570
+ } | {
28571
+ chain: "Ethereum";
28572
+ asset: "USDC";
28573
+ } | {
28574
+ chain: "Ethereum";
28575
+ asset: "USDT";
28576
+ } | {
28577
+ chain: "Arbitrum";
28578
+ asset: "ETH";
28579
+ } | {
28580
+ chain: "Arbitrum";
28581
+ asset: "USDC";
28582
+ } | {
28583
+ chain: "Solana";
28584
+ asset: "SOL";
28585
+ } | {
28586
+ chain: "Solana";
28587
+ asset: "USDC";
28588
+ } | {
28589
+ chain: "Assethub";
28590
+ asset: "DOT";
28591
+ } | {
28592
+ chain: "Assethub";
28593
+ asset: "USDC";
28594
+ } | {
28595
+ chain: "Assethub";
28596
+ asset: "USDT";
28597
+ })[] | undefined;
28598
+ add_collateral_enabled?: ({
28599
+ chain: "Bitcoin";
28600
+ asset: "BTC";
28601
+ } | {
28602
+ chain: "Polkadot";
28603
+ asset: "DOT";
28604
+ } | {
28605
+ chain: "Ethereum";
28606
+ asset: "FLIP";
28607
+ } | {
28608
+ chain: "Ethereum";
28609
+ asset: "ETH";
28610
+ } | {
28611
+ chain: "Ethereum";
28612
+ asset: "USDC";
28613
+ } | {
28614
+ chain: "Ethereum";
28615
+ asset: "USDT";
28616
+ } | {
28617
+ chain: "Arbitrum";
28618
+ asset: "ETH";
28619
+ } | {
28620
+ chain: "Arbitrum";
28621
+ asset: "USDC";
28622
+ } | {
28623
+ chain: "Solana";
28624
+ asset: "SOL";
28625
+ } | {
28626
+ chain: "Solana";
28627
+ asset: "USDC";
28628
+ } | {
28629
+ chain: "Assethub";
28630
+ asset: "DOT";
28631
+ } | {
28632
+ chain: "Assethub";
28633
+ asset: "USDC";
28634
+ } | {
28635
+ chain: "Assethub";
28636
+ asset: "USDT";
28637
+ })[] | undefined;
28638
+ remove_collateral_enabled?: ({
28639
+ chain: "Bitcoin";
28640
+ asset: "BTC";
28641
+ } | {
28642
+ chain: "Polkadot";
28643
+ asset: "DOT";
28644
+ } | {
28645
+ chain: "Ethereum";
28646
+ asset: "FLIP";
28647
+ } | {
28648
+ chain: "Ethereum";
28649
+ asset: "ETH";
28650
+ } | {
28651
+ chain: "Ethereum";
28652
+ asset: "USDC";
28653
+ } | {
28654
+ chain: "Ethereum";
28655
+ asset: "USDT";
28656
+ } | {
28657
+ chain: "Arbitrum";
28658
+ asset: "ETH";
28659
+ } | {
28660
+ chain: "Arbitrum";
28661
+ asset: "USDC";
28662
+ } | {
28663
+ chain: "Solana";
28664
+ asset: "SOL";
28665
+ } | {
28666
+ chain: "Solana";
28667
+ asset: "USDC";
28668
+ } | {
28669
+ chain: "Assethub";
28670
+ asset: "DOT";
28671
+ } | {
28672
+ chain: "Assethub";
28673
+ asset: "USDC";
28674
+ } | {
28675
+ chain: "Assethub";
28676
+ asset: "USDT";
28677
+ })[] | undefined;
28678
+ }, {
28253
28679
  add_boost_funds_enabled: boolean;
28254
28680
  stop_boosting_enabled: boolean;
28255
- deposits_enabled: boolean;
28256
- };
28257
- }>, z.ZodObject<{
28258
- emissions: z.ZodObject<{
28259
- emissions_sync_enabled: z.ZodBoolean;
28260
- }, "strip", z.ZodTypeAny, {
28261
- emissions_sync_enabled: boolean;
28262
- }, {
28263
- emissions_sync_enabled: boolean;
28264
- }>;
28265
- funding: z.ZodObject<{
28266
- redeem_enabled: z.ZodBoolean;
28267
- }, "strip", z.ZodTypeAny, {
28268
- redeem_enabled: boolean;
28269
- }, {
28270
- redeem_enabled: boolean;
28271
- }>;
28272
- swapping: z.ZodObject<{
28273
- swaps_enabled: z.ZodBoolean;
28274
- withdrawals_enabled: z.ZodBoolean;
28275
- broker_registration_enabled: z.ZodBoolean;
28276
- }, "strip", z.ZodTypeAny, {
28277
- swaps_enabled: boolean;
28278
- withdrawals_enabled: boolean;
28279
- broker_registration_enabled: boolean;
28280
- }, {
28281
- swaps_enabled: boolean;
28282
- withdrawals_enabled: boolean;
28283
- broker_registration_enabled: boolean;
28284
- }>;
28285
- liquidity_provider: z.ZodObject<{
28286
- deposit_enabled: z.ZodBoolean;
28287
- withdrawal_enabled: z.ZodBoolean;
28288
- internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
28289
- }, "strip", z.ZodTypeAny, {
28290
- deposit_enabled: boolean;
28291
- withdrawal_enabled: boolean;
28292
- internal_swaps_enabled: boolean;
28293
- }, {
28294
- deposit_enabled: boolean;
28295
- withdrawal_enabled: boolean;
28296
- internal_swaps_enabled?: boolean | undefined;
28297
- }>;
28298
- validator: z.ZodObject<{
28299
- authority_rotation_enabled: z.ZodBoolean;
28300
- start_bidding_enabled: z.ZodBoolean;
28301
- stop_bidding_enabled: z.ZodBoolean;
28302
- }, "strip", z.ZodTypeAny, {
28303
- authority_rotation_enabled: boolean;
28304
- start_bidding_enabled: boolean;
28305
- stop_bidding_enabled: boolean;
28306
- }, {
28307
- authority_rotation_enabled: boolean;
28308
- start_bidding_enabled: boolean;
28309
- stop_bidding_enabled: boolean;
28310
- }>;
28311
- pools: z.ZodObject<{
28312
- range_order_update_enabled: z.ZodBoolean;
28313
- limit_order_update_enabled: z.ZodBoolean;
28314
- }, "strip", z.ZodTypeAny, {
28315
- range_order_update_enabled: boolean;
28316
- limit_order_update_enabled: boolean;
28317
- }, {
28318
- range_order_update_enabled: boolean;
28319
- limit_order_update_enabled: boolean;
28320
- }>;
28321
- trading_strategies: z.ZodObject<{
28322
- strategy_updates_enabled: z.ZodBoolean;
28323
- strategy_closure_enabled: z.ZodBoolean;
28324
- strategy_execution_enabled: z.ZodBoolean;
28325
- }, "strip", z.ZodTypeAny, {
28326
- strategy_updates_enabled: boolean;
28327
- strategy_closure_enabled: boolean;
28328
- strategy_execution_enabled: boolean;
28329
- }, {
28330
- strategy_updates_enabled: boolean;
28331
- strategy_closure_enabled: boolean;
28332
- strategy_execution_enabled: boolean;
28333
- }>;
28334
- reputation: z.ZodObject<{
28335
- reporting_enabled: z.ZodBoolean;
28336
- }, "strip", z.ZodTypeAny, {
28337
- reporting_enabled: boolean;
28338
- }, {
28339
- reporting_enabled: boolean;
28340
- }>;
28341
- asset_balances: z.ZodObject<{
28342
- reconciliation_enabled: z.ZodBoolean;
28343
- }, "strip", z.ZodTypeAny, {
28344
- reconciliation_enabled: boolean;
28345
- }, {
28346
- reconciliation_enabled: boolean;
28347
- }>;
28348
- threshold_signature_evm: z.ZodObject<{
28349
- slashing_enabled: z.ZodBoolean;
28350
- }, "strip", z.ZodTypeAny, {
28351
- slashing_enabled: boolean;
28352
- }, {
28353
- slashing_enabled: boolean;
28354
- }>;
28355
- threshold_signature_bitcoin: z.ZodObject<{
28356
- slashing_enabled: z.ZodBoolean;
28357
- }, "strip", z.ZodTypeAny, {
28358
- slashing_enabled: boolean;
28359
- }, {
28360
- slashing_enabled: boolean;
28361
- }>;
28362
- threshold_signature_polkadot: z.ZodObject<{
28363
- slashing_enabled: z.ZodBoolean;
28364
- }, "strip", z.ZodTypeAny, {
28365
- slashing_enabled: boolean;
28366
- }, {
28367
- slashing_enabled: boolean;
28368
- }>;
28369
- threshold_signature_solana: z.ZodObject<{
28370
- slashing_enabled: z.ZodBoolean;
28371
- }, "strip", z.ZodTypeAny, {
28372
- slashing_enabled: boolean;
28373
- }, {
28374
- slashing_enabled: boolean;
28681
+ borrowing_enabled?: ({
28682
+ chain: "Bitcoin";
28683
+ asset: "BTC";
28684
+ } | {
28685
+ chain: "Polkadot";
28686
+ asset: "DOT";
28687
+ } | {
28688
+ chain: "Ethereum";
28689
+ asset: "FLIP";
28690
+ } | {
28691
+ chain: "Ethereum";
28692
+ asset: "ETH";
28693
+ } | {
28694
+ chain: "Ethereum";
28695
+ asset: "USDC";
28696
+ } | {
28697
+ chain: "Ethereum";
28698
+ asset: "USDT";
28699
+ } | {
28700
+ chain: "Arbitrum";
28701
+ asset: "ETH";
28702
+ } | {
28703
+ chain: "Arbitrum";
28704
+ asset: "USDC";
28705
+ } | {
28706
+ chain: "Solana";
28707
+ asset: "SOL";
28708
+ } | {
28709
+ chain: "Solana";
28710
+ asset: "USDC";
28711
+ } | {
28712
+ chain: "Assethub";
28713
+ asset: "DOT";
28714
+ } | {
28715
+ chain: "Assethub";
28716
+ asset: "USDC";
28717
+ } | {
28718
+ chain: "Assethub";
28719
+ asset: "USDT";
28720
+ })[] | undefined;
28721
+ add_lender_funds_enabled?: ({
28722
+ chain: "Bitcoin";
28723
+ asset: "BTC";
28724
+ } | {
28725
+ chain: "Polkadot";
28726
+ asset: "DOT";
28727
+ } | {
28728
+ chain: "Ethereum";
28729
+ asset: "FLIP";
28730
+ } | {
28731
+ chain: "Ethereum";
28732
+ asset: "ETH";
28733
+ } | {
28734
+ chain: "Ethereum";
28735
+ asset: "USDC";
28736
+ } | {
28737
+ chain: "Ethereum";
28738
+ asset: "USDT";
28739
+ } | {
28740
+ chain: "Arbitrum";
28741
+ asset: "ETH";
28742
+ } | {
28743
+ chain: "Arbitrum";
28744
+ asset: "USDC";
28745
+ } | {
28746
+ chain: "Solana";
28747
+ asset: "SOL";
28748
+ } | {
28749
+ chain: "Solana";
28750
+ asset: "USDC";
28751
+ } | {
28752
+ chain: "Assethub";
28753
+ asset: "DOT";
28754
+ } | {
28755
+ chain: "Assethub";
28756
+ asset: "USDC";
28757
+ } | {
28758
+ chain: "Assethub";
28759
+ asset: "USDT";
28760
+ })[] | undefined;
28761
+ withdraw_lender_funds_enabled?: ({
28762
+ chain: "Bitcoin";
28763
+ asset: "BTC";
28764
+ } | {
28765
+ chain: "Polkadot";
28766
+ asset: "DOT";
28767
+ } | {
28768
+ chain: "Ethereum";
28769
+ asset: "FLIP";
28770
+ } | {
28771
+ chain: "Ethereum";
28772
+ asset: "ETH";
28773
+ } | {
28774
+ chain: "Ethereum";
28775
+ asset: "USDC";
28776
+ } | {
28777
+ chain: "Ethereum";
28778
+ asset: "USDT";
28779
+ } | {
28780
+ chain: "Arbitrum";
28781
+ asset: "ETH";
28782
+ } | {
28783
+ chain: "Arbitrum";
28784
+ asset: "USDC";
28785
+ } | {
28786
+ chain: "Solana";
28787
+ asset: "SOL";
28788
+ } | {
28789
+ chain: "Solana";
28790
+ asset: "USDC";
28791
+ } | {
28792
+ chain: "Assethub";
28793
+ asset: "DOT";
28794
+ } | {
28795
+ chain: "Assethub";
28796
+ asset: "USDC";
28797
+ } | {
28798
+ chain: "Assethub";
28799
+ asset: "USDT";
28800
+ })[] | undefined;
28801
+ add_collateral_enabled?: ({
28802
+ chain: "Bitcoin";
28803
+ asset: "BTC";
28804
+ } | {
28805
+ chain: "Polkadot";
28806
+ asset: "DOT";
28807
+ } | {
28808
+ chain: "Ethereum";
28809
+ asset: "FLIP";
28810
+ } | {
28811
+ chain: "Ethereum";
28812
+ asset: "ETH";
28813
+ } | {
28814
+ chain: "Ethereum";
28815
+ asset: "USDC";
28816
+ } | {
28817
+ chain: "Ethereum";
28818
+ asset: "USDT";
28819
+ } | {
28820
+ chain: "Arbitrum";
28821
+ asset: "ETH";
28822
+ } | {
28823
+ chain: "Arbitrum";
28824
+ asset: "USDC";
28825
+ } | {
28826
+ chain: "Solana";
28827
+ asset: "SOL";
28828
+ } | {
28829
+ chain: "Solana";
28830
+ asset: "USDC";
28831
+ } | {
28832
+ chain: "Assethub";
28833
+ asset: "DOT";
28834
+ } | {
28835
+ chain: "Assethub";
28836
+ asset: "USDC";
28837
+ } | {
28838
+ chain: "Assethub";
28839
+ asset: "USDT";
28840
+ })[] | undefined;
28841
+ remove_collateral_enabled?: ({
28842
+ chain: "Bitcoin";
28843
+ asset: "BTC";
28844
+ } | {
28845
+ chain: "Polkadot";
28846
+ asset: "DOT";
28847
+ } | {
28848
+ chain: "Ethereum";
28849
+ asset: "FLIP";
28850
+ } | {
28851
+ chain: "Ethereum";
28852
+ asset: "ETH";
28853
+ } | {
28854
+ chain: "Ethereum";
28855
+ asset: "USDC";
28856
+ } | {
28857
+ chain: "Ethereum";
28858
+ asset: "USDT";
28859
+ } | {
28860
+ chain: "Arbitrum";
28861
+ asset: "ETH";
28862
+ } | {
28863
+ chain: "Arbitrum";
28864
+ asset: "USDC";
28865
+ } | {
28866
+ chain: "Solana";
28867
+ asset: "SOL";
28868
+ } | {
28869
+ chain: "Solana";
28870
+ asset: "USDC";
28871
+ } | {
28872
+ chain: "Assethub";
28873
+ asset: "DOT";
28874
+ } | {
28875
+ chain: "Assethub";
28876
+ asset: "USDC";
28877
+ } | {
28878
+ chain: "Assethub";
28879
+ asset: "USDT";
28880
+ })[] | undefined;
28375
28881
  }>;
28376
28882
  broadcast_ethereum: z.ZodObject<{
28377
28883
  retry_enabled: z.ZodBoolean;
28378
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
28884
+ egress_witnessing_enabled: z.ZodBoolean;
28379
28885
  }, "strip", z.ZodTypeAny, {
28380
28886
  retry_enabled: boolean;
28381
- egress_witnessing_enabled?: boolean | undefined;
28887
+ egress_witnessing_enabled: boolean;
28382
28888
  }, {
28383
28889
  retry_enabled: boolean;
28384
- egress_witnessing_enabled?: boolean | undefined;
28890
+ egress_witnessing_enabled: boolean;
28385
28891
  }>;
28386
28892
  broadcast_bitcoin: z.ZodObject<{
28387
28893
  retry_enabled: z.ZodBoolean;
28388
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
28894
+ egress_witnessing_enabled: z.ZodBoolean;
28389
28895
  }, "strip", z.ZodTypeAny, {
28390
28896
  retry_enabled: boolean;
28391
- egress_witnessing_enabled?: boolean | undefined;
28897
+ egress_witnessing_enabled: boolean;
28392
28898
  }, {
28393
28899
  retry_enabled: boolean;
28394
- egress_witnessing_enabled?: boolean | undefined;
28900
+ egress_witnessing_enabled: boolean;
28395
28901
  }>;
28396
28902
  broadcast_polkadot: z.ZodObject<{
28397
28903
  retry_enabled: z.ZodBoolean;
28398
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
28904
+ egress_witnessing_enabled: z.ZodBoolean;
28399
28905
  }, "strip", z.ZodTypeAny, {
28400
28906
  retry_enabled: boolean;
28401
- egress_witnessing_enabled?: boolean | undefined;
28907
+ egress_witnessing_enabled: boolean;
28402
28908
  }, {
28403
28909
  retry_enabled: boolean;
28404
- egress_witnessing_enabled?: boolean | undefined;
28910
+ egress_witnessing_enabled: boolean;
28405
28911
  }>;
28406
28912
  broadcast_arbitrum: z.ZodObject<{
28407
28913
  retry_enabled: z.ZodBoolean;
28408
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
28914
+ egress_witnessing_enabled: z.ZodBoolean;
28409
28915
  }, "strip", z.ZodTypeAny, {
28410
28916
  retry_enabled: boolean;
28411
- egress_witnessing_enabled?: boolean | undefined;
28917
+ egress_witnessing_enabled: boolean;
28412
28918
  }, {
28413
28919
  retry_enabled: boolean;
28414
- egress_witnessing_enabled?: boolean | undefined;
28920
+ egress_witnessing_enabled: boolean;
28415
28921
  }>;
28416
28922
  broadcast_solana: z.ZodObject<{
28417
28923
  retry_enabled: z.ZodBoolean;
28418
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
28924
+ egress_witnessing_enabled: z.ZodBoolean;
28419
28925
  }, "strip", z.ZodTypeAny, {
28420
28926
  retry_enabled: boolean;
28421
- egress_witnessing_enabled?: boolean | undefined;
28927
+ egress_witnessing_enabled: boolean;
28422
28928
  }, {
28423
28929
  retry_enabled: boolean;
28424
- egress_witnessing_enabled?: boolean | undefined;
28930
+ egress_witnessing_enabled: boolean;
28425
28931
  }>;
28426
28932
  broadcast_assethub: z.ZodObject<{
28427
28933
  retry_enabled: z.ZodBoolean;
28428
- egress_witnessing_enabled: z.ZodOptional<z.ZodBoolean>;
28934
+ egress_witnessing_enabled: z.ZodBoolean;
28429
28935
  }, "strip", z.ZodTypeAny, {
28430
28936
  retry_enabled: boolean;
28431
- egress_witnessing_enabled?: boolean | undefined;
28937
+ egress_witnessing_enabled: boolean;
28432
28938
  }, {
28433
28939
  retry_enabled: boolean;
28434
- egress_witnessing_enabled?: boolean | undefined;
28435
- }>;
28436
- } & {
28437
- lending_pools: z.ZodObject<{
28438
- add_boost_funds_enabled: z.ZodBoolean;
28439
- stop_boosting_enabled: z.ZodBoolean;
28440
- }, "strip", z.ZodTypeAny, {
28441
- add_boost_funds_enabled: boolean;
28442
- stop_boosting_enabled: boolean;
28443
- }, {
28444
- add_boost_funds_enabled: boolean;
28445
- stop_boosting_enabled: boolean;
28940
+ egress_witnessing_enabled: boolean;
28446
28941
  }>;
28447
28942
  ingress_egress_ethereum: z.ZodObject<{
28448
28943
  boost_deposits_enabled: z.ZodBoolean;
@@ -28540,6 +29035,14 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
28540
29035
  deposit_channel_witnessing_enabled: boolean;
28541
29036
  vault_deposit_witnessing_enabled: boolean;
28542
29037
  }>;
29038
+ witnesser: z.ZodEnum<["CodeRed", "CodeGreen", "CodeAmber"]>;
29039
+ elections_generic: z.ZodObject<{
29040
+ oracle_price_elections: z.ZodBoolean;
29041
+ }, "strip", z.ZodTypeAny, {
29042
+ oracle_price_elections: boolean;
29043
+ }, {
29044
+ oracle_price_elections: boolean;
29045
+ }>;
28543
29046
  }, "strip", z.ZodTypeAny, {
28544
29047
  asset_balances: {
28545
29048
  reconciliation_enabled: boolean;
@@ -28589,29 +29092,233 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
28589
29092
  threshold_signature_solana: {
28590
29093
  slashing_enabled: boolean;
28591
29094
  };
29095
+ lending_pools: {
29096
+ add_boost_funds_enabled: boolean;
29097
+ stop_boosting_enabled: boolean;
29098
+ borrowing_enabled?: ({
29099
+ chain: "Bitcoin";
29100
+ asset: "BTC";
29101
+ } | {
29102
+ chain: "Polkadot";
29103
+ asset: "DOT";
29104
+ } | {
29105
+ chain: "Ethereum";
29106
+ asset: "FLIP";
29107
+ } | {
29108
+ chain: "Ethereum";
29109
+ asset: "ETH";
29110
+ } | {
29111
+ chain: "Ethereum";
29112
+ asset: "USDC";
29113
+ } | {
29114
+ chain: "Ethereum";
29115
+ asset: "USDT";
29116
+ } | {
29117
+ chain: "Arbitrum";
29118
+ asset: "ETH";
29119
+ } | {
29120
+ chain: "Arbitrum";
29121
+ asset: "USDC";
29122
+ } | {
29123
+ chain: "Solana";
29124
+ asset: "SOL";
29125
+ } | {
29126
+ chain: "Solana";
29127
+ asset: "USDC";
29128
+ } | {
29129
+ chain: "Assethub";
29130
+ asset: "DOT";
29131
+ } | {
29132
+ chain: "Assethub";
29133
+ asset: "USDC";
29134
+ } | {
29135
+ chain: "Assethub";
29136
+ asset: "USDT";
29137
+ })[] | undefined;
29138
+ add_lender_funds_enabled?: ({
29139
+ chain: "Bitcoin";
29140
+ asset: "BTC";
29141
+ } | {
29142
+ chain: "Polkadot";
29143
+ asset: "DOT";
29144
+ } | {
29145
+ chain: "Ethereum";
29146
+ asset: "FLIP";
29147
+ } | {
29148
+ chain: "Ethereum";
29149
+ asset: "ETH";
29150
+ } | {
29151
+ chain: "Ethereum";
29152
+ asset: "USDC";
29153
+ } | {
29154
+ chain: "Ethereum";
29155
+ asset: "USDT";
29156
+ } | {
29157
+ chain: "Arbitrum";
29158
+ asset: "ETH";
29159
+ } | {
29160
+ chain: "Arbitrum";
29161
+ asset: "USDC";
29162
+ } | {
29163
+ chain: "Solana";
29164
+ asset: "SOL";
29165
+ } | {
29166
+ chain: "Solana";
29167
+ asset: "USDC";
29168
+ } | {
29169
+ chain: "Assethub";
29170
+ asset: "DOT";
29171
+ } | {
29172
+ chain: "Assethub";
29173
+ asset: "USDC";
29174
+ } | {
29175
+ chain: "Assethub";
29176
+ asset: "USDT";
29177
+ })[] | undefined;
29178
+ withdraw_lender_funds_enabled?: ({
29179
+ chain: "Bitcoin";
29180
+ asset: "BTC";
29181
+ } | {
29182
+ chain: "Polkadot";
29183
+ asset: "DOT";
29184
+ } | {
29185
+ chain: "Ethereum";
29186
+ asset: "FLIP";
29187
+ } | {
29188
+ chain: "Ethereum";
29189
+ asset: "ETH";
29190
+ } | {
29191
+ chain: "Ethereum";
29192
+ asset: "USDC";
29193
+ } | {
29194
+ chain: "Ethereum";
29195
+ asset: "USDT";
29196
+ } | {
29197
+ chain: "Arbitrum";
29198
+ asset: "ETH";
29199
+ } | {
29200
+ chain: "Arbitrum";
29201
+ asset: "USDC";
29202
+ } | {
29203
+ chain: "Solana";
29204
+ asset: "SOL";
29205
+ } | {
29206
+ chain: "Solana";
29207
+ asset: "USDC";
29208
+ } | {
29209
+ chain: "Assethub";
29210
+ asset: "DOT";
29211
+ } | {
29212
+ chain: "Assethub";
29213
+ asset: "USDC";
29214
+ } | {
29215
+ chain: "Assethub";
29216
+ asset: "USDT";
29217
+ })[] | undefined;
29218
+ add_collateral_enabled?: ({
29219
+ chain: "Bitcoin";
29220
+ asset: "BTC";
29221
+ } | {
29222
+ chain: "Polkadot";
29223
+ asset: "DOT";
29224
+ } | {
29225
+ chain: "Ethereum";
29226
+ asset: "FLIP";
29227
+ } | {
29228
+ chain: "Ethereum";
29229
+ asset: "ETH";
29230
+ } | {
29231
+ chain: "Ethereum";
29232
+ asset: "USDC";
29233
+ } | {
29234
+ chain: "Ethereum";
29235
+ asset: "USDT";
29236
+ } | {
29237
+ chain: "Arbitrum";
29238
+ asset: "ETH";
29239
+ } | {
29240
+ chain: "Arbitrum";
29241
+ asset: "USDC";
29242
+ } | {
29243
+ chain: "Solana";
29244
+ asset: "SOL";
29245
+ } | {
29246
+ chain: "Solana";
29247
+ asset: "USDC";
29248
+ } | {
29249
+ chain: "Assethub";
29250
+ asset: "DOT";
29251
+ } | {
29252
+ chain: "Assethub";
29253
+ asset: "USDC";
29254
+ } | {
29255
+ chain: "Assethub";
29256
+ asset: "USDT";
29257
+ })[] | undefined;
29258
+ remove_collateral_enabled?: ({
29259
+ chain: "Bitcoin";
29260
+ asset: "BTC";
29261
+ } | {
29262
+ chain: "Polkadot";
29263
+ asset: "DOT";
29264
+ } | {
29265
+ chain: "Ethereum";
29266
+ asset: "FLIP";
29267
+ } | {
29268
+ chain: "Ethereum";
29269
+ asset: "ETH";
29270
+ } | {
29271
+ chain: "Ethereum";
29272
+ asset: "USDC";
29273
+ } | {
29274
+ chain: "Ethereum";
29275
+ asset: "USDT";
29276
+ } | {
29277
+ chain: "Arbitrum";
29278
+ asset: "ETH";
29279
+ } | {
29280
+ chain: "Arbitrum";
29281
+ asset: "USDC";
29282
+ } | {
29283
+ chain: "Solana";
29284
+ asset: "SOL";
29285
+ } | {
29286
+ chain: "Solana";
29287
+ asset: "USDC";
29288
+ } | {
29289
+ chain: "Assethub";
29290
+ asset: "DOT";
29291
+ } | {
29292
+ chain: "Assethub";
29293
+ asset: "USDC";
29294
+ } | {
29295
+ chain: "Assethub";
29296
+ asset: "USDT";
29297
+ })[] | undefined;
29298
+ };
28592
29299
  broadcast_ethereum: {
28593
29300
  retry_enabled: boolean;
28594
- egress_witnessing_enabled?: boolean | undefined;
29301
+ egress_witnessing_enabled: boolean;
28595
29302
  };
28596
29303
  broadcast_bitcoin: {
28597
29304
  retry_enabled: boolean;
28598
- egress_witnessing_enabled?: boolean | undefined;
29305
+ egress_witnessing_enabled: boolean;
28599
29306
  };
28600
29307
  broadcast_polkadot: {
28601
29308
  retry_enabled: boolean;
28602
- egress_witnessing_enabled?: boolean | undefined;
29309
+ egress_witnessing_enabled: boolean;
28603
29310
  };
28604
29311
  broadcast_arbitrum: {
28605
29312
  retry_enabled: boolean;
28606
- egress_witnessing_enabled?: boolean | undefined;
29313
+ egress_witnessing_enabled: boolean;
28607
29314
  };
28608
29315
  broadcast_solana: {
28609
29316
  retry_enabled: boolean;
28610
- egress_witnessing_enabled?: boolean | undefined;
29317
+ egress_witnessing_enabled: boolean;
28611
29318
  };
28612
29319
  broadcast_assethub: {
28613
29320
  retry_enabled: boolean;
28614
- egress_witnessing_enabled?: boolean | undefined;
29321
+ egress_witnessing_enabled: boolean;
28615
29322
  };
28616
29323
  ingress_egress_ethereum: {
28617
29324
  boost_deposits_enabled: boolean;
@@ -28649,9 +29356,9 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
28649
29356
  deposit_channel_witnessing_enabled: boolean;
28650
29357
  vault_deposit_witnessing_enabled: boolean;
28651
29358
  };
28652
- lending_pools: {
28653
- add_boost_funds_enabled: boolean;
28654
- stop_boosting_enabled: boolean;
29359
+ witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
29360
+ elections_generic: {
29361
+ oracle_price_elections: boolean;
28655
29362
  };
28656
29363
  }, {
28657
29364
  asset_balances: {
@@ -28660,7 +29367,7 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
28660
29367
  liquidity_provider: {
28661
29368
  deposit_enabled: boolean;
28662
29369
  withdrawal_enabled: boolean;
28663
- internal_swaps_enabled?: boolean | undefined;
29370
+ internal_swaps_enabled: boolean;
28664
29371
  };
28665
29372
  validator: {
28666
29373
  authority_rotation_enabled: boolean;
@@ -28702,29 +29409,233 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
28702
29409
  threshold_signature_solana: {
28703
29410
  slashing_enabled: boolean;
28704
29411
  };
29412
+ lending_pools: {
29413
+ add_boost_funds_enabled: boolean;
29414
+ stop_boosting_enabled: boolean;
29415
+ borrowing_enabled?: ({
29416
+ chain: "Bitcoin";
29417
+ asset: "BTC";
29418
+ } | {
29419
+ chain: "Polkadot";
29420
+ asset: "DOT";
29421
+ } | {
29422
+ chain: "Ethereum";
29423
+ asset: "FLIP";
29424
+ } | {
29425
+ chain: "Ethereum";
29426
+ asset: "ETH";
29427
+ } | {
29428
+ chain: "Ethereum";
29429
+ asset: "USDC";
29430
+ } | {
29431
+ chain: "Ethereum";
29432
+ asset: "USDT";
29433
+ } | {
29434
+ chain: "Arbitrum";
29435
+ asset: "ETH";
29436
+ } | {
29437
+ chain: "Arbitrum";
29438
+ asset: "USDC";
29439
+ } | {
29440
+ chain: "Solana";
29441
+ asset: "SOL";
29442
+ } | {
29443
+ chain: "Solana";
29444
+ asset: "USDC";
29445
+ } | {
29446
+ chain: "Assethub";
29447
+ asset: "DOT";
29448
+ } | {
29449
+ chain: "Assethub";
29450
+ asset: "USDC";
29451
+ } | {
29452
+ chain: "Assethub";
29453
+ asset: "USDT";
29454
+ })[] | undefined;
29455
+ add_lender_funds_enabled?: ({
29456
+ chain: "Bitcoin";
29457
+ asset: "BTC";
29458
+ } | {
29459
+ chain: "Polkadot";
29460
+ asset: "DOT";
29461
+ } | {
29462
+ chain: "Ethereum";
29463
+ asset: "FLIP";
29464
+ } | {
29465
+ chain: "Ethereum";
29466
+ asset: "ETH";
29467
+ } | {
29468
+ chain: "Ethereum";
29469
+ asset: "USDC";
29470
+ } | {
29471
+ chain: "Ethereum";
29472
+ asset: "USDT";
29473
+ } | {
29474
+ chain: "Arbitrum";
29475
+ asset: "ETH";
29476
+ } | {
29477
+ chain: "Arbitrum";
29478
+ asset: "USDC";
29479
+ } | {
29480
+ chain: "Solana";
29481
+ asset: "SOL";
29482
+ } | {
29483
+ chain: "Solana";
29484
+ asset: "USDC";
29485
+ } | {
29486
+ chain: "Assethub";
29487
+ asset: "DOT";
29488
+ } | {
29489
+ chain: "Assethub";
29490
+ asset: "USDC";
29491
+ } | {
29492
+ chain: "Assethub";
29493
+ asset: "USDT";
29494
+ })[] | undefined;
29495
+ withdraw_lender_funds_enabled?: ({
29496
+ chain: "Bitcoin";
29497
+ asset: "BTC";
29498
+ } | {
29499
+ chain: "Polkadot";
29500
+ asset: "DOT";
29501
+ } | {
29502
+ chain: "Ethereum";
29503
+ asset: "FLIP";
29504
+ } | {
29505
+ chain: "Ethereum";
29506
+ asset: "ETH";
29507
+ } | {
29508
+ chain: "Ethereum";
29509
+ asset: "USDC";
29510
+ } | {
29511
+ chain: "Ethereum";
29512
+ asset: "USDT";
29513
+ } | {
29514
+ chain: "Arbitrum";
29515
+ asset: "ETH";
29516
+ } | {
29517
+ chain: "Arbitrum";
29518
+ asset: "USDC";
29519
+ } | {
29520
+ chain: "Solana";
29521
+ asset: "SOL";
29522
+ } | {
29523
+ chain: "Solana";
29524
+ asset: "USDC";
29525
+ } | {
29526
+ chain: "Assethub";
29527
+ asset: "DOT";
29528
+ } | {
29529
+ chain: "Assethub";
29530
+ asset: "USDC";
29531
+ } | {
29532
+ chain: "Assethub";
29533
+ asset: "USDT";
29534
+ })[] | undefined;
29535
+ add_collateral_enabled?: ({
29536
+ chain: "Bitcoin";
29537
+ asset: "BTC";
29538
+ } | {
29539
+ chain: "Polkadot";
29540
+ asset: "DOT";
29541
+ } | {
29542
+ chain: "Ethereum";
29543
+ asset: "FLIP";
29544
+ } | {
29545
+ chain: "Ethereum";
29546
+ asset: "ETH";
29547
+ } | {
29548
+ chain: "Ethereum";
29549
+ asset: "USDC";
29550
+ } | {
29551
+ chain: "Ethereum";
29552
+ asset: "USDT";
29553
+ } | {
29554
+ chain: "Arbitrum";
29555
+ asset: "ETH";
29556
+ } | {
29557
+ chain: "Arbitrum";
29558
+ asset: "USDC";
29559
+ } | {
29560
+ chain: "Solana";
29561
+ asset: "SOL";
29562
+ } | {
29563
+ chain: "Solana";
29564
+ asset: "USDC";
29565
+ } | {
29566
+ chain: "Assethub";
29567
+ asset: "DOT";
29568
+ } | {
29569
+ chain: "Assethub";
29570
+ asset: "USDC";
29571
+ } | {
29572
+ chain: "Assethub";
29573
+ asset: "USDT";
29574
+ })[] | undefined;
29575
+ remove_collateral_enabled?: ({
29576
+ chain: "Bitcoin";
29577
+ asset: "BTC";
29578
+ } | {
29579
+ chain: "Polkadot";
29580
+ asset: "DOT";
29581
+ } | {
29582
+ chain: "Ethereum";
29583
+ asset: "FLIP";
29584
+ } | {
29585
+ chain: "Ethereum";
29586
+ asset: "ETH";
29587
+ } | {
29588
+ chain: "Ethereum";
29589
+ asset: "USDC";
29590
+ } | {
29591
+ chain: "Ethereum";
29592
+ asset: "USDT";
29593
+ } | {
29594
+ chain: "Arbitrum";
29595
+ asset: "ETH";
29596
+ } | {
29597
+ chain: "Arbitrum";
29598
+ asset: "USDC";
29599
+ } | {
29600
+ chain: "Solana";
29601
+ asset: "SOL";
29602
+ } | {
29603
+ chain: "Solana";
29604
+ asset: "USDC";
29605
+ } | {
29606
+ chain: "Assethub";
29607
+ asset: "DOT";
29608
+ } | {
29609
+ chain: "Assethub";
29610
+ asset: "USDC";
29611
+ } | {
29612
+ chain: "Assethub";
29613
+ asset: "USDT";
29614
+ })[] | undefined;
29615
+ };
28705
29616
  broadcast_ethereum: {
28706
29617
  retry_enabled: boolean;
28707
- egress_witnessing_enabled?: boolean | undefined;
29618
+ egress_witnessing_enabled: boolean;
28708
29619
  };
28709
29620
  broadcast_bitcoin: {
28710
29621
  retry_enabled: boolean;
28711
- egress_witnessing_enabled?: boolean | undefined;
29622
+ egress_witnessing_enabled: boolean;
28712
29623
  };
28713
29624
  broadcast_polkadot: {
28714
29625
  retry_enabled: boolean;
28715
- egress_witnessing_enabled?: boolean | undefined;
29626
+ egress_witnessing_enabled: boolean;
28716
29627
  };
28717
29628
  broadcast_arbitrum: {
28718
29629
  retry_enabled: boolean;
28719
- egress_witnessing_enabled?: boolean | undefined;
29630
+ egress_witnessing_enabled: boolean;
28720
29631
  };
28721
29632
  broadcast_solana: {
28722
29633
  retry_enabled: boolean;
28723
- egress_witnessing_enabled?: boolean | undefined;
29634
+ egress_witnessing_enabled: boolean;
28724
29635
  };
28725
29636
  broadcast_assethub: {
28726
29637
  retry_enabled: boolean;
28727
- egress_witnessing_enabled?: boolean | undefined;
29638
+ egress_witnessing_enabled: boolean;
28728
29639
  };
28729
29640
  ingress_egress_ethereum: {
28730
29641
  boost_deposits_enabled: boolean;
@@ -28762,11 +29673,11 @@ declare const cfSafeModeStatuses: z.ZodUnion<[z.ZodObject<{
28762
29673
  deposit_channel_witnessing_enabled: boolean;
28763
29674
  vault_deposit_witnessing_enabled: boolean;
28764
29675
  };
28765
- lending_pools: {
28766
- add_boost_funds_enabled: boolean;
28767
- stop_boosting_enabled: boolean;
29676
+ witnesser: "CodeRed" | "CodeGreen" | "CodeAmber";
29677
+ elections_generic: {
29678
+ oracle_price_elections: boolean;
28768
29679
  };
28769
- }>]>;
29680
+ }>;
28770
29681
  declare const cfLendingPools: z.ZodArray<z.ZodObject<{
28771
29682
  asset: z.ZodUnion<[z.ZodObject<{
28772
29683
  chain: z.ZodLiteral<"Bitcoin">;