@chainflip/processor 1.11.15 → 2.0.0

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.
Files changed (495) hide show
  1. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
  2. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
  3. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
  4. package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
  5. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  6. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
  7. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  8. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +20 -20
  9. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  10. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
  11. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
  12. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
  13. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
  14. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
  15. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
  16. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
  17. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  18. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  19. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  20. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  21. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  23. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  24. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  25. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  26. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  27. package/dist/100/flip/remainingImbalance.d.cts +22 -22
  28. package/dist/100/flip/remainingImbalance.d.ts +22 -22
  29. package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
  30. package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
  31. package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
  32. package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
  33. package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
  34. package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
  35. package/dist/100/funding/funded.d.cts +2 -2
  36. package/dist/100/funding/funded.d.ts +2 -2
  37. package/dist/100/funding/redemptionRequested.d.cts +2 -2
  38. package/dist/100/funding/redemptionRequested.d.ts +2 -2
  39. package/dist/100/swapping/ccmDepositReceived.d.cts +66 -66
  40. package/dist/100/swapping/ccmDepositReceived.d.ts +66 -66
  41. package/dist/100/swapping/ccmFailed.d.cts +66 -66
  42. package/dist/100/swapping/ccmFailed.d.ts +66 -66
  43. package/dist/100/swapping/swapAmountTooLow.d.cts +9 -9
  44. package/dist/100/swapping/swapAmountTooLow.d.ts +9 -9
  45. package/dist/100/swapping/swapDepositAddressReady.d.cts +8 -8
  46. package/dist/100/swapping/swapDepositAddressReady.d.ts +8 -8
  47. package/dist/100/swapping/swapScheduled.d.cts +81 -81
  48. package/dist/100/swapping/swapScheduled.d.ts +81 -81
  49. package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
  50. package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
  51. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  52. package/dist/100/system/extrinsicFailed.d.ts +16 -16
  53. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  54. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
  55. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
  56. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
  57. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  58. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  59. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
  60. package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
  61. package/dist/11000/assethubIngressEgress/depositFailed.d.cts +203 -203
  62. package/dist/11000/assethubIngressEgress/depositFailed.d.ts +203 -203
  63. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  64. package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  65. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
  66. package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
  67. package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +161 -161
  68. package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +161 -161
  69. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  70. package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  71. package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
  72. package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
  73. package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
  74. package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
  75. package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
  76. package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
  77. package/dist/11000/swapping/swapRequested.d.cts +92 -92
  78. package/dist/11000/swapping/swapRequested.d.ts +92 -92
  79. package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +166 -166
  80. package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +166 -166
  81. package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +166 -166
  82. package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +166 -166
  83. package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
  84. package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
  85. package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
  86. package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
  87. package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
  88. package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
  89. package/dist/11100/swapping/swapExecuted.d.cts +4 -4
  90. package/dist/11100/swapping/swapExecuted.d.ts +4 -4
  91. package/dist/11100/swapping/swapRequested.d.cts +2 -2
  92. package/dist/11100/swapping/swapRequested.d.ts +2 -2
  93. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  94. package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
  95. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
  96. package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
  97. package/dist/11200/arbitrumIngressEgress/depositFailed.d.cts +184 -184
  98. package/dist/11200/arbitrumIngressEgress/depositFailed.d.ts +184 -184
  99. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
  100. package/dist/11200/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
  101. package/dist/11200/common.cjs +19 -102
  102. package/dist/11200/common.d.cts +57 -1534
  103. package/dist/11200/common.d.ts +57 -1534
  104. package/dist/11200/common.mjs +18 -101
  105. package/dist/11200/environment/runtimeSafeModeUpdated.d.cts +40 -560
  106. package/dist/11200/environment/runtimeSafeModeUpdated.d.ts +40 -560
  107. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  108. package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
  109. package/dist/11200/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  110. package/dist/11200/ethereumIngressEgress/depositBoosted.d.ts +6 -6
  111. package/dist/11200/ethereumIngressEgress/depositFailed.d.cts +184 -184
  112. package/dist/11200/ethereumIngressEgress/depositFailed.d.ts +184 -184
  113. package/dist/11200/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  114. package/dist/11200/ethereumIngressEgress/depositFinalised.d.ts +2 -2
  115. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.cts +2 -2
  116. package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.d.ts +2 -2
  117. package/dist/11200/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  118. package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +6 -6
  119. package/dist/11200/polkadotIngressEgress/depositFailed.d.cts +184 -184
  120. package/dist/11200/polkadotIngressEgress/depositFailed.d.ts +184 -184
  121. package/dist/11200/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  122. package/dist/11200/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  123. package/dist/11200/swapping/swapAborted.d.cts +7 -7
  124. package/dist/11200/swapping/swapAborted.d.ts +7 -7
  125. package/dist/11200/swapping/swapRequested.d.cts +0 -57
  126. package/dist/11200/swapping/swapRequested.d.ts +0 -57
  127. package/dist/11200/swapping/swapRescheduled.d.cts +7 -7
  128. package/dist/11200/swapping/swapRescheduled.d.ts +7 -7
  129. package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
  130. package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
  131. package/dist/120/swapping/ccmFailed.d.cts +62 -62
  132. package/dist/120/swapping/ccmFailed.d.ts +62 -62
  133. package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
  134. package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
  135. package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
  136. package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
  137. package/dist/120/swapping/swapExecuted.d.cts +12 -12
  138. package/dist/120/swapping/swapExecuted.d.ts +12 -12
  139. package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
  140. package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
  141. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  142. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  143. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  144. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
  145. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  146. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -20
  147. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
  148. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
  149. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  150. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  151. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  152. package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  153. package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  154. package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  155. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
  156. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
  157. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  158. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  159. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  160. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  161. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
  162. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
  163. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  164. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  165. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
  166. package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
  167. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
  168. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
  169. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  170. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  171. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  172. package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  173. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  174. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  175. package/dist/141/swapping/batchSwapFailed.d.cts +6 -6
  176. package/dist/141/swapping/batchSwapFailed.d.ts +6 -6
  177. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  178. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  179. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  180. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  181. package/dist/141/swapping/swapDepositAddressReady.d.cts +18 -18
  182. package/dist/141/swapping/swapDepositAddressReady.d.ts +18 -18
  183. package/dist/141/swapping/swapEgressIgnored.d.cts +6 -6
  184. package/dist/141/swapping/swapEgressIgnored.d.ts +6 -6
  185. package/dist/141/swapping/swapEgressScheduled.d.cts +10 -10
  186. package/dist/141/swapping/swapEgressScheduled.d.ts +10 -10
  187. package/dist/141/swapping/swapExecuted.d.cts +14 -14
  188. package/dist/141/swapping/swapExecuted.d.ts +14 -14
  189. package/dist/141/swapping/swapScheduled.d.cts +14 -14
  190. package/dist/141/swapping/swapScheduled.d.ts +14 -14
  191. package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
  192. package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
  193. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  194. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  195. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  196. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  197. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
  198. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
  199. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  200. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  201. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  202. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
  203. package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
  204. package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
  205. package/dist/150/assetBalances/refundSkipped.d.cts +97 -97
  206. package/dist/150/assetBalances/refundSkipped.d.ts +97 -97
  207. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  208. package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  209. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  210. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  211. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
  212. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
  213. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  214. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  215. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  216. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  217. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  218. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  219. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  220. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  221. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  222. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  223. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  224. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  225. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  226. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  227. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  228. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  229. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  230. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  231. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  232. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  233. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  234. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  235. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  236. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  237. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  238. package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
  239. package/dist/150/swapping/ccmFailed.d.cts +79 -79
  240. package/dist/150/swapping/ccmFailed.d.ts +79 -79
  241. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  242. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  243. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  244. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  245. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  246. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  247. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  248. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  249. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  250. package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
  251. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  252. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  253. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  254. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  255. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  256. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  257. package/dist/150/swapping/swapScheduled.d.cts +103 -103
  258. package/dist/150/swapping/swapScheduled.d.ts +103 -103
  259. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  260. package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
  261. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  262. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  263. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  264. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  265. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  266. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  267. package/dist/160/assetBalances/accountCredited.d.cts +2 -2
  268. package/dist/160/assetBalances/accountCredited.d.ts +2 -2
  269. package/dist/160/assetBalances/accountDebited.d.cts +2 -2
  270. package/dist/160/assetBalances/accountDebited.d.ts +2 -2
  271. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  272. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  273. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  274. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  275. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  276. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  277. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +40 -40
  278. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +40 -40
  279. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +10 -10
  280. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +10 -10
  281. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  282. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  283. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  284. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  285. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
  286. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
  287. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
  288. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
  289. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  290. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  291. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +57 -57
  292. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +57 -57
  293. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +2 -2
  294. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +2 -2
  295. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +194 -194
  296. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +194 -194
  297. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  298. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  299. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  300. package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  301. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
  302. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
  303. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  304. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  305. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
  306. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
  307. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  308. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  309. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
  310. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
  311. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  312. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  313. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  314. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  315. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
  316. package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
  317. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +179 -179
  318. package/dist/180/ethereumIngressEgress/depositFailed.d.ts +179 -179
  319. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
  320. package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
  321. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  322. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  323. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  324. package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  325. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  326. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  327. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
  328. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
  329. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +179 -179
  330. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
  331. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
  332. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
  333. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  334. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  335. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  336. package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  337. package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
  338. package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
  339. package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
  340. package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
  341. package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
  342. package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
  343. package/dist/180/swapping/swapRequested.d.cts +4 -4
  344. package/dist/180/swapping/swapRequested.d.ts +4 -4
  345. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  346. package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  347. package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
  348. package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
  349. package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +26 -26
  350. package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +26 -26
  351. package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
  352. package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
  353. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.cts +2 -2
  354. package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +2 -2
  355. package/dist/190/assetBalances/accountCredited.d.cts +8 -8
  356. package/dist/190/assetBalances/accountCredited.d.ts +8 -8
  357. package/dist/190/assetBalances/accountDebited.d.cts +8 -8
  358. package/dist/190/assetBalances/accountDebited.d.ts +8 -8
  359. package/dist/190/assetBalances/refundScheduled.d.cts +2 -2
  360. package/dist/190/assetBalances/refundScheduled.d.ts +2 -2
  361. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
  362. package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
  363. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  364. package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  365. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  366. package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  367. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  368. package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  369. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
  370. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
  371. package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
  372. package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
  373. package/dist/190/solanaIngressEgress/depositFailed.d.cts +172 -172
  374. package/dist/190/solanaIngressEgress/depositFailed.d.ts +172 -172
  375. package/dist/190/solanaIngressEgress/depositFinalised.d.cts +6 -6
  376. package/dist/190/solanaIngressEgress/depositFinalised.d.ts +6 -6
  377. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  378. package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  379. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  380. package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  381. package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
  382. package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
  383. package/dist/190/swapping/creditedOnChain.d.cts +4 -4
  384. package/dist/190/swapping/creditedOnChain.d.ts +4 -4
  385. package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
  386. package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
  387. package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
  388. package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
  389. package/dist/190/swapping/refundedOnChain.d.cts +4 -4
  390. package/dist/190/swapping/refundedOnChain.d.ts +4 -4
  391. package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
  392. package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
  393. package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
  394. package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
  395. package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
  396. package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
  397. package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
  398. package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
  399. package/dist/190/swapping/swapRequested.d.cts +70 -70
  400. package/dist/190/swapping/swapRequested.d.ts +70 -70
  401. package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
  402. package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
  403. package/dist/200/common.cjs +437 -0
  404. package/dist/200/common.d.cts +10084 -0
  405. package/dist/200/common.d.ts +10084 -0
  406. package/dist/200/common.mjs +437 -0
  407. package/dist/{11200 → 200}/environment/batchCompleted.cjs +1 -1
  408. package/dist/{11200 → 200}/environment/batchCompleted.mjs +1 -1
  409. package/dist/{11200 → 200}/environment/nonNativeSignedCall.cjs +1 -1
  410. package/dist/{11200 → 200}/environment/nonNativeSignedCall.mjs +1 -1
  411. package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
  412. package/dist/200/environment/runtimeSafeModeUpdated.d.cts +1910 -0
  413. package/dist/200/environment/runtimeSafeModeUpdated.d.ts +1910 -0
  414. package/dist/200/environment/runtimeSafeModeUpdated.mjs +9 -0
  415. package/dist/{11200 → 200}/lendingPools/collateralAdded.cjs +1 -1
  416. package/dist/{11200 → 200}/lendingPools/collateralAdded.mjs +1 -1
  417. package/dist/{11200 → 200}/lendingPools/collateralRemoved.cjs +1 -1
  418. package/dist/{11200 → 200}/lendingPools/collateralRemoved.mjs +1 -1
  419. package/dist/{11200 → 200}/lendingPools/interestTaken.cjs +1 -1
  420. package/dist/{11200 → 200}/lendingPools/interestTaken.mjs +1 -1
  421. package/dist/200/lendingPools/lendingFundsAdded.cjs +11 -0
  422. package/dist/200/lendingPools/lendingFundsAdded.d.cts +27 -0
  423. package/dist/200/lendingPools/lendingFundsAdded.d.ts +27 -0
  424. package/dist/200/lendingPools/lendingFundsAdded.mjs +11 -0
  425. package/dist/200/lendingPools/lendingFundsRemoved.cjs +11 -0
  426. package/dist/200/lendingPools/lendingFundsRemoved.d.cts +27 -0
  427. package/dist/200/lendingPools/lendingFundsRemoved.d.ts +27 -0
  428. package/dist/200/lendingPools/lendingFundsRemoved.mjs +11 -0
  429. package/dist/{11200 → 200}/lendingPools/lendingNetworkFeeSwapInitiated.cjs +1 -1
  430. package/dist/{11200 → 200}/lendingPools/lendingNetworkFeeSwapInitiated.mjs +1 -1
  431. package/dist/200/lendingPools/lendingPoolCreated.cjs +7 -0
  432. package/dist/200/lendingPools/lendingPoolCreated.d.cts +21 -0
  433. package/dist/200/lendingPools/lendingPoolCreated.d.ts +21 -0
  434. package/dist/200/lendingPools/lendingPoolCreated.mjs +7 -0
  435. package/dist/{11200 → 200}/lendingPools/liquidationFeeTaken.cjs +1 -1
  436. package/dist/{11200 → 200}/lendingPools/liquidationFeeTaken.mjs +1 -1
  437. package/dist/200/lendingPools/liquidationInitiated.cjs +11 -0
  438. package/dist/200/lendingPools/liquidationInitiated.d.cts +17 -0
  439. package/dist/200/lendingPools/liquidationInitiated.d.ts +17 -0
  440. package/dist/200/lendingPools/liquidationInitiated.mjs +11 -0
  441. package/dist/{11200 → 200}/lendingPools/loanCreated.cjs +1 -1
  442. package/dist/{11200 → 200}/lendingPools/loanCreated.mjs +1 -1
  443. package/dist/{11200 → 200}/lendingPools/loanRepaid.cjs +1 -1
  444. package/dist/{11200 → 200}/lendingPools/loanRepaid.mjs +1 -1
  445. package/dist/{11200 → 200}/lendingPools/loanSettled.cjs +1 -1
  446. package/dist/{11200 → 200}/lendingPools/loanSettled.mjs +1 -1
  447. package/dist/{11200 → 200}/lendingPools/loanUpdated.cjs +1 -1
  448. package/dist/{11200 → 200}/lendingPools/loanUpdated.mjs +1 -1
  449. package/dist/{11200 → 200}/lendingPools/originationFeeTaken.cjs +1 -1
  450. package/dist/{11200 → 200}/lendingPools/originationFeeTaken.mjs +1 -1
  451. package/dist/{11200 → 200}/lendingPools/palletConfigUpdated.cjs +1 -1
  452. package/dist/{11200 → 200}/lendingPools/palletConfigUpdated.mjs +1 -1
  453. package/dist/{11200 → 200}/lendingPools/primaryCollateralAssetUpdated.cjs +1 -1
  454. package/dist/{11200 → 200}/lendingPools/primaryCollateralAssetUpdated.mjs +1 -1
  455. package/dist/200/swapping/swapAborted.cjs +10 -0
  456. package/dist/200/swapping/swapAborted.d.cts +24 -0
  457. package/dist/200/swapping/swapAborted.d.ts +24 -0
  458. package/dist/200/swapping/swapAborted.mjs +10 -0
  459. package/dist/200/swapping/swapRequested.cjs +25 -0
  460. package/dist/200/swapping/swapRequested.d.cts +2978 -0
  461. package/dist/200/swapping/swapRequested.d.ts +2978 -0
  462. package/dist/200/swapping/swapRequested.mjs +25 -0
  463. package/dist/200/swapping/swapRescheduled.cjs +11 -0
  464. package/dist/200/swapping/swapRescheduled.d.cts +27 -0
  465. package/dist/200/swapping/swapRescheduled.d.ts +27 -0
  466. package/dist/200/swapping/swapRescheduled.mjs +11 -0
  467. package/package.json +1 -1
  468. package/dist/{11200 → 200}/environment/batchCompleted.d.cts +0 -0
  469. package/dist/{11200 → 200}/environment/batchCompleted.d.ts +0 -0
  470. package/dist/{11200 → 200}/environment/nonNativeSignedCall.d.cts +0 -0
  471. package/dist/{11200 → 200}/environment/nonNativeSignedCall.d.ts +0 -0
  472. package/dist/{11200 → 200}/lendingPools/collateralAdded.d.cts +0 -0
  473. package/dist/{11200 → 200}/lendingPools/collateralAdded.d.ts +0 -0
  474. package/dist/{11200 → 200}/lendingPools/collateralRemoved.d.cts +0 -0
  475. package/dist/{11200 → 200}/lendingPools/collateralRemoved.d.ts +0 -0
  476. package/dist/{11200 → 200}/lendingPools/interestTaken.d.cts +0 -0
  477. package/dist/{11200 → 200}/lendingPools/interestTaken.d.ts +0 -0
  478. package/dist/{11200 → 200}/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +0 -0
  479. package/dist/{11200 → 200}/lendingPools/lendingNetworkFeeSwapInitiated.d.ts +0 -0
  480. package/dist/{11200 → 200}/lendingPools/liquidationFeeTaken.d.cts +2 -2
  481. package/dist/{11200 → 200}/lendingPools/liquidationFeeTaken.d.ts +2 -2
  482. package/dist/{11200 → 200}/lendingPools/loanCreated.d.cts +0 -0
  483. package/dist/{11200 → 200}/lendingPools/loanCreated.d.ts +0 -0
  484. package/dist/{11200 → 200}/lendingPools/loanRepaid.d.cts +0 -0
  485. package/dist/{11200 → 200}/lendingPools/loanRepaid.d.ts +0 -0
  486. package/dist/{11200 → 200}/lendingPools/loanSettled.d.cts +0 -0
  487. package/dist/{11200 → 200}/lendingPools/loanSettled.d.ts +0 -0
  488. package/dist/{11200 → 200}/lendingPools/loanUpdated.d.cts +0 -0
  489. package/dist/{11200 → 200}/lendingPools/loanUpdated.d.ts +0 -0
  490. package/dist/{11200 → 200}/lendingPools/originationFeeTaken.d.cts +2 -2
  491. package/dist/{11200 → 200}/lendingPools/originationFeeTaken.d.ts +2 -2
  492. /package/dist/{11200 → 200}/lendingPools/palletConfigUpdated.d.cts +0 -0
  493. /package/dist/{11200 → 200}/lendingPools/palletConfigUpdated.d.ts +0 -0
  494. /package/dist/{11200 → 200}/lendingPools/primaryCollateralAssetUpdated.d.cts +0 -0
  495. /package/dist/{11200 → 200}/lendingPools/primaryCollateralAssetUpdated.d.ts +0 -0
@@ -76,317 +76,15 @@ declare const palletCfTradingStrategyPalletSafeMode: z.ZodObject<{
76
76
  strategyClosureEnabled: boolean;
77
77
  strategyExecutionEnabled: boolean;
78
78
  }>;
79
- declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
80
- __kind: z.ZodEnum<z.Writeable<T>>;
81
- }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
82
- __kind: z.ZodEnum<z.Writeable<T>>;
83
- }>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
84
- __kind: z.ZodEnum<z.Writeable<T>>;
85
- }> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
86
- __kind: z.ZodEnum<z.Writeable<T>>;
87
- }>, any>["__kind"], z.baseObjectInputType<{
88
- __kind: z.ZodEnum<z.Writeable<T>>;
89
- }> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
90
- declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
91
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
92
- }, "strip", z.ZodTypeAny, {
93
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
94
- }, {
95
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
96
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
97
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
98
- }>;
99
- declare const cfTraitsSafeModeSafeModeSet: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
100
- __kind: z.ZodLiteral<"Green">;
101
- }, "strip", z.ZodTypeAny, {
102
- __kind: "Green";
103
- }, {
104
- __kind: "Green";
105
- }>, z.ZodObject<{
106
- __kind: z.ZodLiteral<"Red">;
107
- }, "strip", z.ZodTypeAny, {
108
- __kind: "Red";
109
- }, {
110
- __kind: "Red";
111
- }>, z.ZodObject<{
112
- __kind: z.ZodLiteral<"Amber">;
113
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
114
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
115
- }, "strip", z.ZodTypeAny, {
116
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
117
- }, {
118
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
119
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
120
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
121
- }>, "many">;
122
- }, "strip", z.ZodTypeAny, {
123
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
124
- __kind: "Amber";
125
- }, {
126
- value: {
127
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
128
- }[];
129
- __kind: "Amber";
130
- }>]>;
131
79
  declare const palletCfLendingPoolsPalletSafeMode: z.ZodObject<{
132
80
  addBoostFundsEnabled: z.ZodBoolean;
133
81
  stopBoostingEnabled: z.ZodBoolean;
134
- borrowing: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
135
- __kind: z.ZodLiteral<"Green">;
136
- }, "strip", z.ZodTypeAny, {
137
- __kind: "Green";
138
- }, {
139
- __kind: "Green";
140
- }>, z.ZodObject<{
141
- __kind: z.ZodLiteral<"Red">;
142
- }, "strip", z.ZodTypeAny, {
143
- __kind: "Red";
144
- }, {
145
- __kind: "Red";
146
- }>, z.ZodObject<{
147
- __kind: z.ZodLiteral<"Amber">;
148
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
149
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
150
- }, "strip", z.ZodTypeAny, {
151
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
152
- }, {
153
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
154
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
155
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
156
- }>, "many">;
157
- }, "strip", z.ZodTypeAny, {
158
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
159
- __kind: "Amber";
160
- }, {
161
- value: {
162
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
163
- }[];
164
- __kind: "Amber";
165
- }>]>;
166
- addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
167
- __kind: z.ZodLiteral<"Green">;
168
- }, "strip", z.ZodTypeAny, {
169
- __kind: "Green";
170
- }, {
171
- __kind: "Green";
172
- }>, z.ZodObject<{
173
- __kind: z.ZodLiteral<"Red">;
174
- }, "strip", z.ZodTypeAny, {
175
- __kind: "Red";
176
- }, {
177
- __kind: "Red";
178
- }>, z.ZodObject<{
179
- __kind: z.ZodLiteral<"Amber">;
180
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
181
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
182
- }, "strip", z.ZodTypeAny, {
183
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
184
- }, {
185
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
186
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
187
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
188
- }>, "many">;
189
- }, "strip", z.ZodTypeAny, {
190
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
191
- __kind: "Amber";
192
- }, {
193
- value: {
194
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
195
- }[];
196
- __kind: "Amber";
197
- }>]>;
198
- withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
199
- __kind: z.ZodLiteral<"Green">;
200
- }, "strip", z.ZodTypeAny, {
201
- __kind: "Green";
202
- }, {
203
- __kind: "Green";
204
- }>, z.ZodObject<{
205
- __kind: z.ZodLiteral<"Red">;
206
- }, "strip", z.ZodTypeAny, {
207
- __kind: "Red";
208
- }, {
209
- __kind: "Red";
210
- }>, z.ZodObject<{
211
- __kind: z.ZodLiteral<"Amber">;
212
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
213
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
214
- }, "strip", z.ZodTypeAny, {
215
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
216
- }, {
217
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
218
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
219
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
220
- }>, "many">;
221
- }, "strip", z.ZodTypeAny, {
222
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
223
- __kind: "Amber";
224
- }, {
225
- value: {
226
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
227
- }[];
228
- __kind: "Amber";
229
- }>]>;
230
- addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
231
- __kind: z.ZodLiteral<"Green">;
232
- }, "strip", z.ZodTypeAny, {
233
- __kind: "Green";
234
- }, {
235
- __kind: "Green";
236
- }>, z.ZodObject<{
237
- __kind: z.ZodLiteral<"Red">;
238
- }, "strip", z.ZodTypeAny, {
239
- __kind: "Red";
240
- }, {
241
- __kind: "Red";
242
- }>, z.ZodObject<{
243
- __kind: z.ZodLiteral<"Amber">;
244
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
245
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
246
- }, "strip", z.ZodTypeAny, {
247
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
248
- }, {
249
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
250
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
251
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
252
- }>, "many">;
253
- }, "strip", z.ZodTypeAny, {
254
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
255
- __kind: "Amber";
256
- }, {
257
- value: {
258
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
259
- }[];
260
- __kind: "Amber";
261
- }>]>;
262
- removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
263
- __kind: z.ZodLiteral<"Green">;
264
- }, "strip", z.ZodTypeAny, {
265
- __kind: "Green";
266
- }, {
267
- __kind: "Green";
268
- }>, z.ZodObject<{
269
- __kind: z.ZodLiteral<"Red">;
270
- }, "strip", z.ZodTypeAny, {
271
- __kind: "Red";
272
- }, {
273
- __kind: "Red";
274
- }>, z.ZodObject<{
275
- __kind: z.ZodLiteral<"Amber">;
276
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
277
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
278
- }, "strip", z.ZodTypeAny, {
279
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
280
- }, {
281
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
282
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
283
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
284
- }>, "many">;
285
- }, "strip", z.ZodTypeAny, {
286
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
287
- __kind: "Amber";
288
- }, {
289
- value: {
290
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
291
- }[];
292
- __kind: "Amber";
293
- }>]>;
294
82
  }, "strip", z.ZodTypeAny, {
295
83
  addBoostFundsEnabled: boolean;
296
84
  stopBoostingEnabled: boolean;
297
- borrowing: {
298
- __kind: "Green";
299
- } | {
300
- __kind: "Red";
301
- } | {
302
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
303
- __kind: "Amber";
304
- };
305
- addLenderFunds: {
306
- __kind: "Green";
307
- } | {
308
- __kind: "Red";
309
- } | {
310
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
311
- __kind: "Amber";
312
- };
313
- withdrawLenderFunds: {
314
- __kind: "Green";
315
- } | {
316
- __kind: "Red";
317
- } | {
318
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
319
- __kind: "Amber";
320
- };
321
- addCollateral: {
322
- __kind: "Green";
323
- } | {
324
- __kind: "Red";
325
- } | {
326
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
327
- __kind: "Amber";
328
- };
329
- removeCollateral: {
330
- __kind: "Green";
331
- } | {
332
- __kind: "Red";
333
- } | {
334
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
335
- __kind: "Amber";
336
- };
337
85
  }, {
338
86
  addBoostFundsEnabled: boolean;
339
87
  stopBoostingEnabled: boolean;
340
- borrowing: {
341
- __kind: "Green";
342
- } | {
343
- __kind: "Red";
344
- } | {
345
- value: {
346
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
347
- }[];
348
- __kind: "Amber";
349
- };
350
- addLenderFunds: {
351
- __kind: "Green";
352
- } | {
353
- __kind: "Red";
354
- } | {
355
- value: {
356
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
357
- }[];
358
- __kind: "Amber";
359
- };
360
- withdrawLenderFunds: {
361
- __kind: "Green";
362
- } | {
363
- __kind: "Red";
364
- } | {
365
- value: {
366
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
367
- }[];
368
- __kind: "Amber";
369
- };
370
- addCollateral: {
371
- __kind: "Green";
372
- } | {
373
- __kind: "Red";
374
- } | {
375
- value: {
376
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
377
- }[];
378
- __kind: "Amber";
379
- };
380
- removeCollateral: {
381
- __kind: "Green";
382
- } | {
383
- __kind: "Red";
384
- } | {
385
- value: {
386
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
387
- }[];
388
- __kind: "Amber";
389
- };
390
88
  }>;
391
89
  declare const palletCfReputationPalletSafeMode: z.ZodObject<{
392
90
  reportingEnabled: z.ZodBoolean;
@@ -753,262 +451,12 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
753
451
  lendingPools: z.ZodObject<{
754
452
  addBoostFundsEnabled: z.ZodBoolean;
755
453
  stopBoostingEnabled: z.ZodBoolean;
756
- borrowing: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
757
- __kind: z.ZodLiteral<"Green">;
758
- }, "strip", z.ZodTypeAny, {
759
- __kind: "Green";
760
- }, {
761
- __kind: "Green";
762
- }>, z.ZodObject<{
763
- __kind: z.ZodLiteral<"Red">;
764
- }, "strip", z.ZodTypeAny, {
765
- __kind: "Red";
766
- }, {
767
- __kind: "Red";
768
- }>, z.ZodObject<{
769
- __kind: z.ZodLiteral<"Amber">;
770
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
771
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
772
- }, "strip", z.ZodTypeAny, {
773
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
774
- }, {
775
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
776
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
777
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
778
- }>, "many">;
779
- }, "strip", z.ZodTypeAny, {
780
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
781
- __kind: "Amber";
782
- }, {
783
- value: {
784
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
785
- }[];
786
- __kind: "Amber";
787
- }>]>;
788
- addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
789
- __kind: z.ZodLiteral<"Green">;
790
- }, "strip", z.ZodTypeAny, {
791
- __kind: "Green";
792
- }, {
793
- __kind: "Green";
794
- }>, z.ZodObject<{
795
- __kind: z.ZodLiteral<"Red">;
796
- }, "strip", z.ZodTypeAny, {
797
- __kind: "Red";
798
- }, {
799
- __kind: "Red";
800
- }>, z.ZodObject<{
801
- __kind: z.ZodLiteral<"Amber">;
802
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
803
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
804
- }, "strip", z.ZodTypeAny, {
805
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
806
- }, {
807
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
808
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
809
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
810
- }>, "many">;
811
- }, "strip", z.ZodTypeAny, {
812
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
813
- __kind: "Amber";
814
- }, {
815
- value: {
816
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
817
- }[];
818
- __kind: "Amber";
819
- }>]>;
820
- withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
821
- __kind: z.ZodLiteral<"Green">;
822
- }, "strip", z.ZodTypeAny, {
823
- __kind: "Green";
824
- }, {
825
- __kind: "Green";
826
- }>, z.ZodObject<{
827
- __kind: z.ZodLiteral<"Red">;
828
- }, "strip", z.ZodTypeAny, {
829
- __kind: "Red";
830
- }, {
831
- __kind: "Red";
832
- }>, z.ZodObject<{
833
- __kind: z.ZodLiteral<"Amber">;
834
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
835
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
836
- }, "strip", z.ZodTypeAny, {
837
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
838
- }, {
839
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
840
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
841
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
842
- }>, "many">;
843
- }, "strip", z.ZodTypeAny, {
844
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
845
- __kind: "Amber";
846
- }, {
847
- value: {
848
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
849
- }[];
850
- __kind: "Amber";
851
- }>]>;
852
- addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
853
- __kind: z.ZodLiteral<"Green">;
854
- }, "strip", z.ZodTypeAny, {
855
- __kind: "Green";
856
- }, {
857
- __kind: "Green";
858
- }>, z.ZodObject<{
859
- __kind: z.ZodLiteral<"Red">;
860
- }, "strip", z.ZodTypeAny, {
861
- __kind: "Red";
862
- }, {
863
- __kind: "Red";
864
- }>, z.ZodObject<{
865
- __kind: z.ZodLiteral<"Amber">;
866
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
867
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
868
- }, "strip", z.ZodTypeAny, {
869
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
870
- }, {
871
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
872
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
873
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
874
- }>, "many">;
875
- }, "strip", z.ZodTypeAny, {
876
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
877
- __kind: "Amber";
878
- }, {
879
- value: {
880
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
881
- }[];
882
- __kind: "Amber";
883
- }>]>;
884
- removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
885
- __kind: z.ZodLiteral<"Green">;
886
- }, "strip", z.ZodTypeAny, {
887
- __kind: "Green";
888
- }, {
889
- __kind: "Green";
890
- }>, z.ZodObject<{
891
- __kind: z.ZodLiteral<"Red">;
892
- }, "strip", z.ZodTypeAny, {
893
- __kind: "Red";
894
- }, {
895
- __kind: "Red";
896
- }>, z.ZodObject<{
897
- __kind: z.ZodLiteral<"Amber">;
898
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
899
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
900
- }, "strip", z.ZodTypeAny, {
901
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
902
- }, {
903
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
904
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
905
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
906
- }>, "many">;
907
- }, "strip", z.ZodTypeAny, {
908
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
909
- __kind: "Amber";
910
- }, {
911
- value: {
912
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
913
- }[];
914
- __kind: "Amber";
915
- }>]>;
916
454
  }, "strip", z.ZodTypeAny, {
917
455
  addBoostFundsEnabled: boolean;
918
456
  stopBoostingEnabled: boolean;
919
- borrowing: {
920
- __kind: "Green";
921
- } | {
922
- __kind: "Red";
923
- } | {
924
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
925
- __kind: "Amber";
926
- };
927
- addLenderFunds: {
928
- __kind: "Green";
929
- } | {
930
- __kind: "Red";
931
- } | {
932
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
933
- __kind: "Amber";
934
- };
935
- withdrawLenderFunds: {
936
- __kind: "Green";
937
- } | {
938
- __kind: "Red";
939
- } | {
940
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
941
- __kind: "Amber";
942
- };
943
- addCollateral: {
944
- __kind: "Green";
945
- } | {
946
- __kind: "Red";
947
- } | {
948
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
949
- __kind: "Amber";
950
- };
951
- removeCollateral: {
952
- __kind: "Green";
953
- } | {
954
- __kind: "Red";
955
- } | {
956
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
957
- __kind: "Amber";
958
- };
959
457
  }, {
960
458
  addBoostFundsEnabled: boolean;
961
459
  stopBoostingEnabled: boolean;
962
- borrowing: {
963
- __kind: "Green";
964
- } | {
965
- __kind: "Red";
966
- } | {
967
- value: {
968
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
969
- }[];
970
- __kind: "Amber";
971
- };
972
- addLenderFunds: {
973
- __kind: "Green";
974
- } | {
975
- __kind: "Red";
976
- } | {
977
- value: {
978
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
979
- }[];
980
- __kind: "Amber";
981
- };
982
- withdrawLenderFunds: {
983
- __kind: "Green";
984
- } | {
985
- __kind: "Red";
986
- } | {
987
- value: {
988
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
989
- }[];
990
- __kind: "Amber";
991
- };
992
- addCollateral: {
993
- __kind: "Green";
994
- } | {
995
- __kind: "Red";
996
- } | {
997
- value: {
998
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
999
- }[];
1000
- __kind: "Amber";
1001
- };
1002
- removeCollateral: {
1003
- __kind: "Green";
1004
- } | {
1005
- __kind: "Red";
1006
- } | {
1007
- value: {
1008
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1009
- }[];
1010
- __kind: "Amber";
1011
- };
1012
460
  }>;
1013
461
  reputation: z.ZodObject<{
1014
462
  reportingEnabled: z.ZodBoolean;
@@ -1401,46 +849,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1401
849
  lendingPools: {
1402
850
  addBoostFundsEnabled: boolean;
1403
851
  stopBoostingEnabled: boolean;
1404
- borrowing: {
1405
- __kind: "Green";
1406
- } | {
1407
- __kind: "Red";
1408
- } | {
1409
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1410
- __kind: "Amber";
1411
- };
1412
- addLenderFunds: {
1413
- __kind: "Green";
1414
- } | {
1415
- __kind: "Red";
1416
- } | {
1417
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1418
- __kind: "Amber";
1419
- };
1420
- withdrawLenderFunds: {
1421
- __kind: "Green";
1422
- } | {
1423
- __kind: "Red";
1424
- } | {
1425
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1426
- __kind: "Amber";
1427
- };
1428
- addCollateral: {
1429
- __kind: "Green";
1430
- } | {
1431
- __kind: "Red";
1432
- } | {
1433
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1434
- __kind: "Amber";
1435
- };
1436
- removeCollateral: {
1437
- __kind: "Green";
1438
- } | {
1439
- __kind: "Red";
1440
- } | {
1441
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1442
- __kind: "Amber";
1443
- };
1444
852
  };
1445
853
  reputation: {
1446
854
  reportingEnabled: boolean;
@@ -1591,56 +999,6 @@ declare const stateChainRuntimeSafeModeInnerRuntimeSafeMode: z.ZodObject<{
1591
999
  lendingPools: {
1592
1000
  addBoostFundsEnabled: boolean;
1593
1001
  stopBoostingEnabled: boolean;
1594
- borrowing: {
1595
- __kind: "Green";
1596
- } | {
1597
- __kind: "Red";
1598
- } | {
1599
- value: {
1600
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1601
- }[];
1602
- __kind: "Amber";
1603
- };
1604
- addLenderFunds: {
1605
- __kind: "Green";
1606
- } | {
1607
- __kind: "Red";
1608
- } | {
1609
- value: {
1610
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1611
- }[];
1612
- __kind: "Amber";
1613
- };
1614
- withdrawLenderFunds: {
1615
- __kind: "Green";
1616
- } | {
1617
- __kind: "Red";
1618
- } | {
1619
- value: {
1620
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1621
- }[];
1622
- __kind: "Amber";
1623
- };
1624
- addCollateral: {
1625
- __kind: "Green";
1626
- } | {
1627
- __kind: "Red";
1628
- } | {
1629
- value: {
1630
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1631
- }[];
1632
- __kind: "Amber";
1633
- };
1634
- removeCollateral: {
1635
- __kind: "Green";
1636
- } | {
1637
- __kind: "Red";
1638
- } | {
1639
- value: {
1640
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1641
- }[];
1642
- __kind: "Amber";
1643
- };
1644
1002
  };
1645
1003
  reputation: {
1646
1004
  reportingEnabled: boolean;
@@ -1821,293 +1179,43 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
1821
1179
  authorityRotationEnabled: boolean;
1822
1180
  startBiddingEnabled: boolean;
1823
1181
  stopBiddingEnabled: boolean;
1824
- }, {
1825
- authorityRotationEnabled: boolean;
1826
- startBiddingEnabled: boolean;
1827
- stopBiddingEnabled: boolean;
1828
- }>;
1829
- pools: z.ZodObject<{
1830
- rangeOrderUpdateEnabled: z.ZodBoolean;
1831
- limitOrderUpdateEnabled: z.ZodBoolean;
1832
- }, "strip", z.ZodTypeAny, {
1833
- rangeOrderUpdateEnabled: boolean;
1834
- limitOrderUpdateEnabled: boolean;
1835
- }, {
1836
- rangeOrderUpdateEnabled: boolean;
1837
- limitOrderUpdateEnabled: boolean;
1838
- }>;
1839
- tradingStrategies: z.ZodObject<{
1840
- strategyUpdatesEnabled: z.ZodBoolean;
1841
- strategyClosureEnabled: z.ZodBoolean;
1842
- strategyExecutionEnabled: z.ZodBoolean;
1843
- }, "strip", z.ZodTypeAny, {
1844
- strategyUpdatesEnabled: boolean;
1845
- strategyClosureEnabled: boolean;
1846
- strategyExecutionEnabled: boolean;
1847
- }, {
1848
- strategyUpdatesEnabled: boolean;
1849
- strategyClosureEnabled: boolean;
1850
- strategyExecutionEnabled: boolean;
1851
- }>;
1852
- lendingPools: z.ZodObject<{
1853
- addBoostFundsEnabled: z.ZodBoolean;
1854
- stopBoostingEnabled: z.ZodBoolean;
1855
- borrowing: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1856
- __kind: z.ZodLiteral<"Green">;
1857
- }, "strip", z.ZodTypeAny, {
1858
- __kind: "Green";
1859
- }, {
1860
- __kind: "Green";
1861
- }>, z.ZodObject<{
1862
- __kind: z.ZodLiteral<"Red">;
1863
- }, "strip", z.ZodTypeAny, {
1864
- __kind: "Red";
1865
- }, {
1866
- __kind: "Red";
1867
- }>, z.ZodObject<{
1868
- __kind: z.ZodLiteral<"Amber">;
1869
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1870
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1871
- }, "strip", z.ZodTypeAny, {
1872
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1873
- }, {
1874
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1875
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1876
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1877
- }>, "many">;
1878
- }, "strip", z.ZodTypeAny, {
1879
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1880
- __kind: "Amber";
1881
- }, {
1882
- value: {
1883
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1884
- }[];
1885
- __kind: "Amber";
1886
- }>]>;
1887
- addLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1888
- __kind: z.ZodLiteral<"Green">;
1889
- }, "strip", z.ZodTypeAny, {
1890
- __kind: "Green";
1891
- }, {
1892
- __kind: "Green";
1893
- }>, z.ZodObject<{
1894
- __kind: z.ZodLiteral<"Red">;
1895
- }, "strip", z.ZodTypeAny, {
1896
- __kind: "Red";
1897
- }, {
1898
- __kind: "Red";
1899
- }>, z.ZodObject<{
1900
- __kind: z.ZodLiteral<"Amber">;
1901
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1902
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1903
- }, "strip", z.ZodTypeAny, {
1904
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1905
- }, {
1906
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1907
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1908
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1909
- }>, "many">;
1910
- }, "strip", z.ZodTypeAny, {
1911
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1912
- __kind: "Amber";
1913
- }, {
1914
- value: {
1915
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1916
- }[];
1917
- __kind: "Amber";
1918
- }>]>;
1919
- withdrawLenderFunds: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1920
- __kind: z.ZodLiteral<"Green">;
1921
- }, "strip", z.ZodTypeAny, {
1922
- __kind: "Green";
1923
- }, {
1924
- __kind: "Green";
1925
- }>, z.ZodObject<{
1926
- __kind: z.ZodLiteral<"Red">;
1927
- }, "strip", z.ZodTypeAny, {
1928
- __kind: "Red";
1929
- }, {
1930
- __kind: "Red";
1931
- }>, z.ZodObject<{
1932
- __kind: z.ZodLiteral<"Amber">;
1933
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1934
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1935
- }, "strip", z.ZodTypeAny, {
1936
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1937
- }, {
1938
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1939
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1940
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1941
- }>, "many">;
1942
- }, "strip", z.ZodTypeAny, {
1943
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1944
- __kind: "Amber";
1945
- }, {
1946
- value: {
1947
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1948
- }[];
1949
- __kind: "Amber";
1950
- }>]>;
1951
- addCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1952
- __kind: z.ZodLiteral<"Green">;
1953
- }, "strip", z.ZodTypeAny, {
1954
- __kind: "Green";
1955
- }, {
1956
- __kind: "Green";
1957
- }>, z.ZodObject<{
1958
- __kind: z.ZodLiteral<"Red">;
1959
- }, "strip", z.ZodTypeAny, {
1960
- __kind: "Red";
1961
- }, {
1962
- __kind: "Red";
1963
- }>, z.ZodObject<{
1964
- __kind: z.ZodLiteral<"Amber">;
1965
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1966
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1967
- }, "strip", z.ZodTypeAny, {
1968
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1969
- }, {
1970
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1971
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
1972
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1973
- }>, "many">;
1974
- }, "strip", z.ZodTypeAny, {
1975
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
1976
- __kind: "Amber";
1977
- }, {
1978
- value: {
1979
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
1980
- }[];
1981
- __kind: "Amber";
1982
- }>]>;
1983
- removeCollateral: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1984
- __kind: z.ZodLiteral<"Green">;
1985
- }, "strip", z.ZodTypeAny, {
1986
- __kind: "Green";
1987
- }, {
1988
- __kind: "Green";
1989
- }>, z.ZodObject<{
1990
- __kind: z.ZodLiteral<"Red">;
1991
- }, "strip", z.ZodTypeAny, {
1992
- __kind: "Red";
1993
- }, {
1994
- __kind: "Red";
1995
- }>, z.ZodObject<{
1996
- __kind: z.ZodLiteral<"Amber">;
1997
- value: z.ZodArray<z.ZodEffects<z.ZodObject<{
1998
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
1999
- }, "strip", z.ZodTypeAny, {
2000
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2001
- }, {
2002
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2003
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
2004
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2005
- }>, "many">;
2006
- }, "strip", z.ZodTypeAny, {
2007
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2008
- __kind: "Amber";
2009
- }, {
2010
- value: {
2011
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2012
- }[];
2013
- __kind: "Amber";
2014
- }>]>;
1182
+ }, {
1183
+ authorityRotationEnabled: boolean;
1184
+ startBiddingEnabled: boolean;
1185
+ stopBiddingEnabled: boolean;
1186
+ }>;
1187
+ pools: z.ZodObject<{
1188
+ rangeOrderUpdateEnabled: z.ZodBoolean;
1189
+ limitOrderUpdateEnabled: z.ZodBoolean;
1190
+ }, "strip", z.ZodTypeAny, {
1191
+ rangeOrderUpdateEnabled: boolean;
1192
+ limitOrderUpdateEnabled: boolean;
1193
+ }, {
1194
+ rangeOrderUpdateEnabled: boolean;
1195
+ limitOrderUpdateEnabled: boolean;
1196
+ }>;
1197
+ tradingStrategies: z.ZodObject<{
1198
+ strategyUpdatesEnabled: z.ZodBoolean;
1199
+ strategyClosureEnabled: z.ZodBoolean;
1200
+ strategyExecutionEnabled: z.ZodBoolean;
1201
+ }, "strip", z.ZodTypeAny, {
1202
+ strategyUpdatesEnabled: boolean;
1203
+ strategyClosureEnabled: boolean;
1204
+ strategyExecutionEnabled: boolean;
1205
+ }, {
1206
+ strategyUpdatesEnabled: boolean;
1207
+ strategyClosureEnabled: boolean;
1208
+ strategyExecutionEnabled: boolean;
1209
+ }>;
1210
+ lendingPools: z.ZodObject<{
1211
+ addBoostFundsEnabled: z.ZodBoolean;
1212
+ stopBoostingEnabled: z.ZodBoolean;
2015
1213
  }, "strip", z.ZodTypeAny, {
2016
1214
  addBoostFundsEnabled: boolean;
2017
1215
  stopBoostingEnabled: boolean;
2018
- borrowing: {
2019
- __kind: "Green";
2020
- } | {
2021
- __kind: "Red";
2022
- } | {
2023
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2024
- __kind: "Amber";
2025
- };
2026
- addLenderFunds: {
2027
- __kind: "Green";
2028
- } | {
2029
- __kind: "Red";
2030
- } | {
2031
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2032
- __kind: "Amber";
2033
- };
2034
- withdrawLenderFunds: {
2035
- __kind: "Green";
2036
- } | {
2037
- __kind: "Red";
2038
- } | {
2039
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2040
- __kind: "Amber";
2041
- };
2042
- addCollateral: {
2043
- __kind: "Green";
2044
- } | {
2045
- __kind: "Red";
2046
- } | {
2047
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2048
- __kind: "Amber";
2049
- };
2050
- removeCollateral: {
2051
- __kind: "Green";
2052
- } | {
2053
- __kind: "Red";
2054
- } | {
2055
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2056
- __kind: "Amber";
2057
- };
2058
1216
  }, {
2059
1217
  addBoostFundsEnabled: boolean;
2060
1218
  stopBoostingEnabled: boolean;
2061
- borrowing: {
2062
- __kind: "Green";
2063
- } | {
2064
- __kind: "Red";
2065
- } | {
2066
- value: {
2067
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2068
- }[];
2069
- __kind: "Amber";
2070
- };
2071
- addLenderFunds: {
2072
- __kind: "Green";
2073
- } | {
2074
- __kind: "Red";
2075
- } | {
2076
- value: {
2077
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2078
- }[];
2079
- __kind: "Amber";
2080
- };
2081
- withdrawLenderFunds: {
2082
- __kind: "Green";
2083
- } | {
2084
- __kind: "Red";
2085
- } | {
2086
- value: {
2087
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2088
- }[];
2089
- __kind: "Amber";
2090
- };
2091
- addCollateral: {
2092
- __kind: "Green";
2093
- } | {
2094
- __kind: "Red";
2095
- } | {
2096
- value: {
2097
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2098
- }[];
2099
- __kind: "Amber";
2100
- };
2101
- removeCollateral: {
2102
- __kind: "Green";
2103
- } | {
2104
- __kind: "Red";
2105
- } | {
2106
- value: {
2107
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2108
- }[];
2109
- __kind: "Amber";
2110
- };
2111
1219
  }>;
2112
1220
  reputation: z.ZodObject<{
2113
1221
  reportingEnabled: z.ZodBoolean;
@@ -2500,46 +1608,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2500
1608
  lendingPools: {
2501
1609
  addBoostFundsEnabled: boolean;
2502
1610
  stopBoostingEnabled: boolean;
2503
- borrowing: {
2504
- __kind: "Green";
2505
- } | {
2506
- __kind: "Red";
2507
- } | {
2508
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2509
- __kind: "Amber";
2510
- };
2511
- addLenderFunds: {
2512
- __kind: "Green";
2513
- } | {
2514
- __kind: "Red";
2515
- } | {
2516
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2517
- __kind: "Amber";
2518
- };
2519
- withdrawLenderFunds: {
2520
- __kind: "Green";
2521
- } | {
2522
- __kind: "Red";
2523
- } | {
2524
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2525
- __kind: "Amber";
2526
- };
2527
- addCollateral: {
2528
- __kind: "Green";
2529
- } | {
2530
- __kind: "Red";
2531
- } | {
2532
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2533
- __kind: "Amber";
2534
- };
2535
- removeCollateral: {
2536
- __kind: "Green";
2537
- } | {
2538
- __kind: "Red";
2539
- } | {
2540
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2541
- __kind: "Amber";
2542
- };
2543
1611
  };
2544
1612
  reputation: {
2545
1613
  reportingEnabled: boolean;
@@ -2690,56 +1758,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2690
1758
  lendingPools: {
2691
1759
  addBoostFundsEnabled: boolean;
2692
1760
  stopBoostingEnabled: boolean;
2693
- borrowing: {
2694
- __kind: "Green";
2695
- } | {
2696
- __kind: "Red";
2697
- } | {
2698
- value: {
2699
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2700
- }[];
2701
- __kind: "Amber";
2702
- };
2703
- addLenderFunds: {
2704
- __kind: "Green";
2705
- } | {
2706
- __kind: "Red";
2707
- } | {
2708
- value: {
2709
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2710
- }[];
2711
- __kind: "Amber";
2712
- };
2713
- withdrawLenderFunds: {
2714
- __kind: "Green";
2715
- } | {
2716
- __kind: "Red";
2717
- } | {
2718
- value: {
2719
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2720
- }[];
2721
- __kind: "Amber";
2722
- };
2723
- addCollateral: {
2724
- __kind: "Green";
2725
- } | {
2726
- __kind: "Red";
2727
- } | {
2728
- value: {
2729
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2730
- }[];
2731
- __kind: "Amber";
2732
- };
2733
- removeCollateral: {
2734
- __kind: "Green";
2735
- } | {
2736
- __kind: "Red";
2737
- } | {
2738
- value: {
2739
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2740
- }[];
2741
- __kind: "Amber";
2742
- };
2743
1761
  };
2744
1762
  reputation: {
2745
1763
  reportingEnabled: boolean;
@@ -2892,46 +1910,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
2892
1910
  lendingPools: {
2893
1911
  addBoostFundsEnabled: boolean;
2894
1912
  stopBoostingEnabled: boolean;
2895
- borrowing: {
2896
- __kind: "Green";
2897
- } | {
2898
- __kind: "Red";
2899
- } | {
2900
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2901
- __kind: "Amber";
2902
- };
2903
- addLenderFunds: {
2904
- __kind: "Green";
2905
- } | {
2906
- __kind: "Red";
2907
- } | {
2908
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2909
- __kind: "Amber";
2910
- };
2911
- withdrawLenderFunds: {
2912
- __kind: "Green";
2913
- } | {
2914
- __kind: "Red";
2915
- } | {
2916
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2917
- __kind: "Amber";
2918
- };
2919
- addCollateral: {
2920
- __kind: "Green";
2921
- } | {
2922
- __kind: "Red";
2923
- } | {
2924
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2925
- __kind: "Amber";
2926
- };
2927
- removeCollateral: {
2928
- __kind: "Green";
2929
- } | {
2930
- __kind: "Red";
2931
- } | {
2932
- value: ("Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc")[];
2933
- __kind: "Amber";
2934
- };
2935
1913
  };
2936
1914
  reputation: {
2937
1915
  reportingEnabled: boolean;
@@ -3085,56 +2063,6 @@ declare const palletCfEnvironmentSafeModeUpdate: z.ZodDiscriminatedUnion<"__kind
3085
2063
  lendingPools: {
3086
2064
  addBoostFundsEnabled: boolean;
3087
2065
  stopBoostingEnabled: boolean;
3088
- borrowing: {
3089
- __kind: "Green";
3090
- } | {
3091
- __kind: "Red";
3092
- } | {
3093
- value: {
3094
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3095
- }[];
3096
- __kind: "Amber";
3097
- };
3098
- addLenderFunds: {
3099
- __kind: "Green";
3100
- } | {
3101
- __kind: "Red";
3102
- } | {
3103
- value: {
3104
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3105
- }[];
3106
- __kind: "Amber";
3107
- };
3108
- withdrawLenderFunds: {
3109
- __kind: "Green";
3110
- } | {
3111
- __kind: "Red";
3112
- } | {
3113
- value: {
3114
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3115
- }[];
3116
- __kind: "Amber";
3117
- };
3118
- addCollateral: {
3119
- __kind: "Green";
3120
- } | {
3121
- __kind: "Red";
3122
- } | {
3123
- value: {
3124
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3125
- }[];
3126
- __kind: "Amber";
3127
- };
3128
- removeCollateral: {
3129
- __kind: "Green";
3130
- } | {
3131
- __kind: "Red";
3132
- } | {
3133
- value: {
3134
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
3135
- }[];
3136
- __kind: "Amber";
3137
- };
3138
2066
  };
3139
2067
  reputation: {
3140
2068
  reportingEnabled: boolean;
@@ -3404,6 +2332,17 @@ declare const palletCfValidatorPalletConfigUpdate: z.ZodDiscriminatedUnion<"__ki
3404
2332
  }>]>;
3405
2333
  declare const hexString: z.ZodEffects<z.ZodString, `0x${string}`, string>;
3406
2334
  declare const accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
2335
+ declare const simpleEnum: <U extends string, T extends readonly [U, ...U[]]>(values: T) => z.ZodEffects<z.ZodObject<{
2336
+ __kind: z.ZodEnum<z.Writeable<T>>;
2337
+ }, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
2338
+ __kind: z.ZodEnum<z.Writeable<T>>;
2339
+ }>, any> extends infer T_1 ? { [k in keyof T_1]: T_1[k]; } : never, z.baseObjectInputType<{
2340
+ __kind: z.ZodEnum<z.Writeable<T>>;
2341
+ }> extends infer T_2 ? { [k_1 in keyof T_2]: T_2[k_1]; } : never>, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
2342
+ __kind: z.ZodEnum<z.Writeable<T>>;
2343
+ }>, any>["__kind"], z.baseObjectInputType<{
2344
+ __kind: z.ZodEnum<z.Writeable<T>>;
2345
+ }> extends infer T_3 ? { [k_1 in keyof T_3]: T_3[k_1]; } : never>;
3407
2346
  declare const palletCfValidatorDelegationDelegationAcceptance: z.ZodEffects<z.ZodObject<{
3408
2347
  __kind: z.ZodEnum<["Allow", "Deny"]>;
3409
2348
  }, "strip", z.ZodTypeAny, {
@@ -3435,6 +2374,15 @@ declare const palletCfValidatorDelegationOperatorSettings: z.ZodObject<{
3435
2374
  }>;
3436
2375
  declare const numericString: z.ZodEffects<z.ZodString, string, string>;
3437
2376
  declare const numberOrHex: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
2377
+ declare const cfPrimitivesChainsAssetsAnyAsset: z.ZodEffects<z.ZodObject<{
2378
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
2379
+ }, "strip", z.ZodTypeAny, {
2380
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2381
+ }, {
2382
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2383
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
2384
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
2385
+ }>;
3438
2386
  declare const cfChainsAddressEncodedAddress: z.ZodEffects<z.ZodObject<{
3439
2387
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
3440
2388
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -4872,19 +3820,6 @@ declare const cfChainsCcmDepositMetadataEncodedAddress: z.ZodObject<{
4872
3820
  __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
4873
3821
  } | null | undefined;
4874
3822
  }>;
4875
- declare const cfTraitsSwappingLendingSwapType: z.ZodObject<{
4876
- __kind: z.ZodLiteral<"Liquidation">;
4877
- borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
4878
- loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
4879
- }, "strip", z.ZodTypeAny, {
4880
- __kind: "Liquidation";
4881
- borrowerId: string;
4882
- loanId: bigint;
4883
- }, {
4884
- __kind: "Liquidation";
4885
- borrowerId: string;
4886
- loanId: string | number;
4887
- }>;
4888
3823
  declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
4889
3824
  __kind: z.ZodLiteral<"Egress">;
4890
3825
  ccmDepositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -5495,35 +4430,6 @@ declare const cfTraitsSwappingSwapOutputActionGenericEncodedAddress: z.ZodDiscri
5495
4430
  }, {
5496
4431
  __kind: "CreditOnChain";
5497
4432
  accountId: string;
5498
- }>, z.ZodObject<{
5499
- __kind: z.ZodLiteral<"CreditLendingPool">;
5500
- swapType: z.ZodObject<{
5501
- __kind: z.ZodLiteral<"Liquidation">;
5502
- borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
5503
- loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5504
- }, "strip", z.ZodTypeAny, {
5505
- __kind: "Liquidation";
5506
- borrowerId: string;
5507
- loanId: bigint;
5508
- }, {
5509
- __kind: "Liquidation";
5510
- borrowerId: string;
5511
- loanId: string | number;
5512
- }>;
5513
- }, "strip", z.ZodTypeAny, {
5514
- __kind: "CreditLendingPool";
5515
- swapType: {
5516
- __kind: "Liquidation";
5517
- borrowerId: string;
5518
- loanId: bigint;
5519
- };
5520
- }, {
5521
- __kind: "CreditLendingPool";
5522
- swapType: {
5523
- __kind: "Liquidation";
5524
- borrowerId: string;
5525
- loanId: string | number;
5526
- };
5527
4433
  }>]>;
5528
4434
  declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5529
4435
  __kind: z.ZodLiteral<"NetworkFee">;
@@ -6149,35 +5055,6 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6149
5055
  }, {
6150
5056
  __kind: "CreditOnChain";
6151
5057
  accountId: string;
6152
- }>, z.ZodObject<{
6153
- __kind: z.ZodLiteral<"CreditLendingPool">;
6154
- swapType: z.ZodObject<{
6155
- __kind: z.ZodLiteral<"Liquidation">;
6156
- borrowerId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
6157
- loanId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6158
- }, "strip", z.ZodTypeAny, {
6159
- __kind: "Liquidation";
6160
- borrowerId: string;
6161
- loanId: bigint;
6162
- }, {
6163
- __kind: "Liquidation";
6164
- borrowerId: string;
6165
- loanId: string | number;
6166
- }>;
6167
- }, "strip", z.ZodTypeAny, {
6168
- __kind: "CreditLendingPool";
6169
- swapType: {
6170
- __kind: "Liquidation";
6171
- borrowerId: string;
6172
- loanId: bigint;
6173
- };
6174
- }, {
6175
- __kind: "CreditLendingPool";
6176
- swapType: {
6177
- __kind: "Liquidation";
6178
- borrowerId: string;
6179
- loanId: string | number;
6180
- };
6181
5058
  }>]>;
6182
5059
  }, "strip", z.ZodTypeAny, {
6183
5060
  __kind: "Regular";
@@ -6264,13 +5141,6 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6264
5141
  } | {
6265
5142
  __kind: "CreditOnChain";
6266
5143
  accountId: string;
6267
- } | {
6268
- __kind: "CreditLendingPool";
6269
- swapType: {
6270
- __kind: "Liquidation";
6271
- borrowerId: string;
6272
- loanId: bigint;
6273
- };
6274
5144
  };
6275
5145
  }, {
6276
5146
  __kind: "Regular";
@@ -6329,13 +5199,6 @@ declare const cfTraitsSwappingSwapRequestTypeGeneric: z.ZodDiscriminatedUnion<"_
6329
5199
  } | {
6330
5200
  __kind: "CreditOnChain";
6331
5201
  accountId: string;
6332
- } | {
6333
- __kind: "CreditLendingPool";
6334
- swapType: {
6335
- __kind: "Liquidation";
6336
- borrowerId: string;
6337
- loanId: string | number;
6338
- };
6339
5202
  };
6340
5203
  }>]>;
6341
5204
  declare const cfPrimitivesBeneficiaryAccountId32: z.ZodObject<{
@@ -9909,13 +8772,13 @@ declare const cfPrimitivesDcaParameters: z.ZodObject<{
9909
8772
  chunkInterval: number;
9910
8773
  }>;
9911
8774
  declare const palletCfSwappingSwapFailureReason: z.ZodEffects<z.ZodObject<{
9912
- __kind: z.ZodEnum<["PriceImpactLimit", "MinPriceViolation", "OraclePriceSlippageExceeded", "OraclePriceStale", "PredecessorSwapFailure", "SafeModeActive", "AbortedFromOrigin", "LogicError"]>;
8775
+ __kind: z.ZodEnum<["PriceImpactLimit", "MinPriceViolation", "OraclePriceSlippageExceeded", "OraclePriceStale", "PredecessorSwapFailure", "SafeModeActive", "LogicError"]>;
9913
8776
  }, "strip", z.ZodTypeAny, {
9914
- __kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin" | "LogicError";
8777
+ __kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "LogicError";
9915
8778
  }, {
9916
- __kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin" | "LogicError";
9917
- }>, "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin" | "LogicError", {
9918
- __kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "AbortedFromOrigin" | "LogicError";
8779
+ __kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "LogicError";
8780
+ }>, "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "LogicError", {
8781
+ __kind: "PriceImpactLimit" | "MinPriceViolation" | "OraclePriceSlippageExceeded" | "OraclePriceStale" | "PredecessorSwapFailure" | "SafeModeActive" | "LogicError";
9919
8782
  }>;
9920
8783
  declare const cfPrimitivesChainsAssetsEthAsset: z.ZodEffects<z.ZodObject<{
9921
8784
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
@@ -23186,345 +22049,5 @@ declare const palletCfAssethubIngressEgressPalletConfigUpdateAssethub: z.ZodDisc
23186
22049
  __kind: "SetIngressDelayAssethub";
23187
22050
  delayBlocks: number;
23188
22051
  }>]>;
23189
- declare const palletCfLendingPoolsGeneralLendingInterestRateConfiguration: z.ZodObject<{
23190
- interestAtZeroUtilisation: z.ZodNumber;
23191
- junctionUtilisation: z.ZodNumber;
23192
- interestAtJunctionUtilisation: z.ZodNumber;
23193
- interestAtMaxUtilisation: z.ZodNumber;
23194
- }, "strip", z.ZodTypeAny, {
23195
- interestAtZeroUtilisation: number;
23196
- junctionUtilisation: number;
23197
- interestAtJunctionUtilisation: number;
23198
- interestAtMaxUtilisation: number;
23199
- }, {
23200
- interestAtZeroUtilisation: number;
23201
- junctionUtilisation: number;
23202
- interestAtJunctionUtilisation: number;
23203
- interestAtMaxUtilisation: number;
23204
- }>;
23205
- declare const palletCfLendingPoolsGeneralLendingLendingPoolConfiguration: z.ZodObject<{
23206
- originationFee: z.ZodNumber;
23207
- liquidationFee: z.ZodNumber;
23208
- interestRateCurve: z.ZodObject<{
23209
- interestAtZeroUtilisation: z.ZodNumber;
23210
- junctionUtilisation: z.ZodNumber;
23211
- interestAtJunctionUtilisation: z.ZodNumber;
23212
- interestAtMaxUtilisation: z.ZodNumber;
23213
- }, "strip", z.ZodTypeAny, {
23214
- interestAtZeroUtilisation: number;
23215
- junctionUtilisation: number;
23216
- interestAtJunctionUtilisation: number;
23217
- interestAtMaxUtilisation: number;
23218
- }, {
23219
- interestAtZeroUtilisation: number;
23220
- junctionUtilisation: number;
23221
- interestAtJunctionUtilisation: number;
23222
- interestAtMaxUtilisation: number;
23223
- }>;
23224
- }, "strip", z.ZodTypeAny, {
23225
- originationFee: number;
23226
- liquidationFee: number;
23227
- interestRateCurve: {
23228
- interestAtZeroUtilisation: number;
23229
- junctionUtilisation: number;
23230
- interestAtJunctionUtilisation: number;
23231
- interestAtMaxUtilisation: number;
23232
- };
23233
- }, {
23234
- originationFee: number;
23235
- liquidationFee: number;
23236
- interestRateCurve: {
23237
- interestAtZeroUtilisation: number;
23238
- junctionUtilisation: number;
23239
- interestAtJunctionUtilisation: number;
23240
- interestAtMaxUtilisation: number;
23241
- };
23242
- }>;
23243
- declare const palletCfLendingPoolsGeneralLendingLtvThresholds: z.ZodObject<{
23244
- target: z.ZodNumber;
23245
- topup: z.ZodNumber;
23246
- softLiquidation: z.ZodNumber;
23247
- softLiquidationAbort: z.ZodNumber;
23248
- hardLiquidation: z.ZodNumber;
23249
- hardLiquidationAbort: z.ZodNumber;
23250
- lowLtv: z.ZodNumber;
23251
- }, "strip", z.ZodTypeAny, {
23252
- target: number;
23253
- topup: number;
23254
- softLiquidation: number;
23255
- softLiquidationAbort: number;
23256
- hardLiquidation: number;
23257
- hardLiquidationAbort: number;
23258
- lowLtv: number;
23259
- }, {
23260
- target: number;
23261
- topup: number;
23262
- softLiquidation: number;
23263
- softLiquidationAbort: number;
23264
- hardLiquidation: number;
23265
- hardLiquidationAbort: number;
23266
- lowLtv: number;
23267
- }>;
23268
- declare const palletCfLendingPoolsGeneralLendingNetworkFeeContributions: z.ZodObject<{
23269
- extraInterest: z.ZodNumber;
23270
- fromOriginationFee: z.ZodNumber;
23271
- fromLiquidationFee: z.ZodNumber;
23272
- interestOnCollateralMax: z.ZodNumber;
23273
- }, "strip", z.ZodTypeAny, {
23274
- extraInterest: number;
23275
- fromOriginationFee: number;
23276
- fromLiquidationFee: number;
23277
- interestOnCollateralMax: number;
23278
- }, {
23279
- extraInterest: number;
23280
- fromOriginationFee: number;
23281
- fromLiquidationFee: number;
23282
- interestOnCollateralMax: number;
23283
- }>;
23284
- declare const palletCfLendingPoolsPalletConfigUpdate: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
23285
- __kind: z.ZodLiteral<"SetNetworkFeeDeductionFromBoost">;
23286
- deductionPercent: z.ZodNumber;
23287
- }, "strip", z.ZodTypeAny, {
23288
- __kind: "SetNetworkFeeDeductionFromBoost";
23289
- deductionPercent: number;
23290
- }, {
23291
- __kind: "SetNetworkFeeDeductionFromBoost";
23292
- deductionPercent: number;
23293
- }>, z.ZodObject<{
23294
- __kind: z.ZodLiteral<"SetLendingPoolConfiguration">;
23295
- asset: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
23296
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
23297
- }, "strip", z.ZodTypeAny, {
23298
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23299
- }, {
23300
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23301
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc", {
23302
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23303
- }>>>;
23304
- config: z.ZodOptional<z.ZodNullable<z.ZodObject<{
23305
- originationFee: z.ZodNumber;
23306
- liquidationFee: z.ZodNumber;
23307
- interestRateCurve: z.ZodObject<{
23308
- interestAtZeroUtilisation: z.ZodNumber;
23309
- junctionUtilisation: z.ZodNumber;
23310
- interestAtJunctionUtilisation: z.ZodNumber;
23311
- interestAtMaxUtilisation: z.ZodNumber;
23312
- }, "strip", z.ZodTypeAny, {
23313
- interestAtZeroUtilisation: number;
23314
- junctionUtilisation: number;
23315
- interestAtJunctionUtilisation: number;
23316
- interestAtMaxUtilisation: number;
23317
- }, {
23318
- interestAtZeroUtilisation: number;
23319
- junctionUtilisation: number;
23320
- interestAtJunctionUtilisation: number;
23321
- interestAtMaxUtilisation: number;
23322
- }>;
23323
- }, "strip", z.ZodTypeAny, {
23324
- originationFee: number;
23325
- liquidationFee: number;
23326
- interestRateCurve: {
23327
- interestAtZeroUtilisation: number;
23328
- junctionUtilisation: number;
23329
- interestAtJunctionUtilisation: number;
23330
- interestAtMaxUtilisation: number;
23331
- };
23332
- }, {
23333
- originationFee: number;
23334
- liquidationFee: number;
23335
- interestRateCurve: {
23336
- interestAtZeroUtilisation: number;
23337
- junctionUtilisation: number;
23338
- interestAtJunctionUtilisation: number;
23339
- interestAtMaxUtilisation: number;
23340
- };
23341
- }>>>;
23342
- }, "strip", z.ZodTypeAny, {
23343
- __kind: "SetLendingPoolConfiguration";
23344
- asset?: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | null | undefined;
23345
- config?: {
23346
- originationFee: number;
23347
- liquidationFee: number;
23348
- interestRateCurve: {
23349
- interestAtZeroUtilisation: number;
23350
- junctionUtilisation: number;
23351
- interestAtJunctionUtilisation: number;
23352
- interestAtMaxUtilisation: number;
23353
- };
23354
- } | null | undefined;
23355
- }, {
23356
- __kind: "SetLendingPoolConfiguration";
23357
- asset?: {
23358
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
23359
- } | null | undefined;
23360
- config?: {
23361
- originationFee: number;
23362
- liquidationFee: number;
23363
- interestRateCurve: {
23364
- interestAtZeroUtilisation: number;
23365
- junctionUtilisation: number;
23366
- interestAtJunctionUtilisation: number;
23367
- interestAtMaxUtilisation: number;
23368
- };
23369
- } | null | undefined;
23370
- }>, z.ZodObject<{
23371
- __kind: z.ZodLiteral<"SetLtvThresholds">;
23372
- ltvThresholds: z.ZodObject<{
23373
- target: z.ZodNumber;
23374
- topup: z.ZodNumber;
23375
- softLiquidation: z.ZodNumber;
23376
- softLiquidationAbort: z.ZodNumber;
23377
- hardLiquidation: z.ZodNumber;
23378
- hardLiquidationAbort: z.ZodNumber;
23379
- lowLtv: z.ZodNumber;
23380
- }, "strip", z.ZodTypeAny, {
23381
- target: number;
23382
- topup: number;
23383
- softLiquidation: number;
23384
- softLiquidationAbort: number;
23385
- hardLiquidation: number;
23386
- hardLiquidationAbort: number;
23387
- lowLtv: number;
23388
- }, {
23389
- target: number;
23390
- topup: number;
23391
- softLiquidation: number;
23392
- softLiquidationAbort: number;
23393
- hardLiquidation: number;
23394
- hardLiquidationAbort: number;
23395
- lowLtv: number;
23396
- }>;
23397
- }, "strip", z.ZodTypeAny, {
23398
- __kind: "SetLtvThresholds";
23399
- ltvThresholds: {
23400
- target: number;
23401
- topup: number;
23402
- softLiquidation: number;
23403
- softLiquidationAbort: number;
23404
- hardLiquidation: number;
23405
- hardLiquidationAbort: number;
23406
- lowLtv: number;
23407
- };
23408
- }, {
23409
- __kind: "SetLtvThresholds";
23410
- ltvThresholds: {
23411
- target: number;
23412
- topup: number;
23413
- softLiquidation: number;
23414
- softLiquidationAbort: number;
23415
- hardLiquidation: number;
23416
- hardLiquidationAbort: number;
23417
- lowLtv: number;
23418
- };
23419
- }>, z.ZodObject<{
23420
- __kind: z.ZodLiteral<"SetNetworkFeeContributions">;
23421
- contributions: z.ZodObject<{
23422
- extraInterest: z.ZodNumber;
23423
- fromOriginationFee: z.ZodNumber;
23424
- fromLiquidationFee: z.ZodNumber;
23425
- interestOnCollateralMax: z.ZodNumber;
23426
- }, "strip", z.ZodTypeAny, {
23427
- extraInterest: number;
23428
- fromOriginationFee: number;
23429
- fromLiquidationFee: number;
23430
- interestOnCollateralMax: number;
23431
- }, {
23432
- extraInterest: number;
23433
- fromOriginationFee: number;
23434
- fromLiquidationFee: number;
23435
- interestOnCollateralMax: number;
23436
- }>;
23437
- }, "strip", z.ZodTypeAny, {
23438
- __kind: "SetNetworkFeeContributions";
23439
- contributions: {
23440
- extraInterest: number;
23441
- fromOriginationFee: number;
23442
- fromLiquidationFee: number;
23443
- interestOnCollateralMax: number;
23444
- };
23445
- }, {
23446
- __kind: "SetNetworkFeeContributions";
23447
- contributions: {
23448
- extraInterest: number;
23449
- fromOriginationFee: number;
23450
- fromLiquidationFee: number;
23451
- interestOnCollateralMax: number;
23452
- };
23453
- }>, z.ZodObject<{
23454
- __kind: z.ZodLiteral<"SetFeeSwapIntervalBlocks">;
23455
- value: z.ZodNumber;
23456
- }, "strip", z.ZodTypeAny, {
23457
- value: number;
23458
- __kind: "SetFeeSwapIntervalBlocks";
23459
- }, {
23460
- value: number;
23461
- __kind: "SetFeeSwapIntervalBlocks";
23462
- }>, z.ZodObject<{
23463
- __kind: z.ZodLiteral<"SetInterestPaymentIntervalBlocks">;
23464
- value: z.ZodNumber;
23465
- }, "strip", z.ZodTypeAny, {
23466
- value: number;
23467
- __kind: "SetInterestPaymentIntervalBlocks";
23468
- }, {
23469
- value: number;
23470
- __kind: "SetInterestPaymentIntervalBlocks";
23471
- }>, z.ZodObject<{
23472
- __kind: z.ZodLiteral<"SetFeeSwapThresholdUsd">;
23473
- value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23474
- }, "strip", z.ZodTypeAny, {
23475
- value: bigint;
23476
- __kind: "SetFeeSwapThresholdUsd";
23477
- }, {
23478
- value: string | number;
23479
- __kind: "SetFeeSwapThresholdUsd";
23480
- }>, z.ZodObject<{
23481
- __kind: z.ZodLiteral<"SetInterestCollectionThresholdUsd">;
23482
- value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23483
- }, "strip", z.ZodTypeAny, {
23484
- value: bigint;
23485
- __kind: "SetInterestCollectionThresholdUsd";
23486
- }, {
23487
- value: string | number;
23488
- __kind: "SetInterestCollectionThresholdUsd";
23489
- }>, z.ZodObject<{
23490
- __kind: z.ZodLiteral<"SetOracleSlippageForSwaps">;
23491
- softLiquidation: z.ZodNumber;
23492
- hardLiquidation: z.ZodNumber;
23493
- feeSwap: z.ZodNumber;
23494
- }, "strip", z.ZodTypeAny, {
23495
- __kind: "SetOracleSlippageForSwaps";
23496
- softLiquidation: number;
23497
- hardLiquidation: number;
23498
- feeSwap: number;
23499
- }, {
23500
- __kind: "SetOracleSlippageForSwaps";
23501
- softLiquidation: number;
23502
- hardLiquidation: number;
23503
- feeSwap: number;
23504
- }>, z.ZodObject<{
23505
- __kind: z.ZodLiteral<"SetLiquidationSwapChunkSizeUsd">;
23506
- value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23507
- }, "strip", z.ZodTypeAny, {
23508
- value: bigint;
23509
- __kind: "SetLiquidationSwapChunkSizeUsd";
23510
- }, {
23511
- value: string | number;
23512
- __kind: "SetLiquidationSwapChunkSizeUsd";
23513
- }>, z.ZodObject<{
23514
- __kind: z.ZodLiteral<"SetMinimumAmounts">;
23515
- minimumLoanAmountUsd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23516
- minimumUpdateLoanAmountUsd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23517
- minimumUpdateCollateralAmountUsd: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23518
- }, "strip", z.ZodTypeAny, {
23519
- __kind: "SetMinimumAmounts";
23520
- minimumLoanAmountUsd: bigint;
23521
- minimumUpdateLoanAmountUsd: bigint;
23522
- minimumUpdateCollateralAmountUsd: bigint;
23523
- }, {
23524
- __kind: "SetMinimumAmounts";
23525
- minimumLoanAmountUsd: string | number;
23526
- minimumUpdateLoanAmountUsd: string | number;
23527
- minimumUpdateCollateralAmountUsd: string | number;
23528
- }>]>;
23529
22052
 
23530
- export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsDepositOriginType, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParameters, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSolVaultSwapOrDepositChannelId, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSemVer, cfPrimitivesTxId, cfTraitsSafeModeSafeModeSet, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingLendingSwapType, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressRefundReason, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositAction, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressRefundReason, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositAction, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressRefundReason, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressRefundReason, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsGeneralLendingInterestRateConfiguration, palletCfLendingPoolsGeneralLendingLendingPoolConfiguration, palletCfLendingPoolsGeneralLendingLtvThresholds, palletCfLendingPoolsGeneralLendingNetworkFeeContributions, palletCfLendingPoolsPalletConfigUpdate, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositAction, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressRefundReason, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressRefundReason, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfSwappingSwapFailureReason, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };
22053
+ export { accountId, cfChainsAddressEncodedAddress, cfChainsAddressForeignChainAddress, cfChainsBtcBitcoinScript, cfChainsBtcDepositAddress, cfChainsBtcDepositAddressTapscriptPath, cfChainsBtcScriptPubkey, cfChainsBtcUtxo, cfChainsBtcUtxoId, cfChainsCcmChannelMetadataCcmAdditionalData, cfChainsCcmChannelMetadataDecodedCcmAdditionalData, cfChainsCcmCheckerDecodedCcmAdditionalData, cfChainsCcmCheckerVersionedSolanaCcmAdditionalData, cfChainsCcmDepositMetadata, cfChainsCcmDepositMetadataEncodedAddress, cfChainsCcmDepositMetadataForeignChainAddress, cfChainsDepositOriginType, cfChainsEvmDepositDetails, cfChainsRefundParametersAccountOrAddress, cfChainsRefundParametersChannelRefundParameters, cfChainsSolSolTxCoreCcmAccounts, cfChainsSolSolTxCoreCcmAddress, cfChainsSolVaultSwapOrDepositChannelId, cfChainsSwapOrigin, cfChainsTransactionInIdForAnyChain, cfPrimitivesAccountRole, cfPrimitivesBeneficiaryAccountId32, cfPrimitivesBeneficiaryAffiliateShortId, cfPrimitivesChainsAssetsAnyAsset, cfPrimitivesChainsAssetsArbAsset, cfPrimitivesChainsAssetsBtcAsset, cfPrimitivesChainsAssetsDotAsset, cfPrimitivesChainsAssetsEthAsset, cfPrimitivesChainsAssetsHubAsset, cfPrimitivesChainsAssetsSolAsset, cfPrimitivesChainsForeignChain, cfPrimitivesDcaParameters, cfPrimitivesSemVer, cfPrimitivesTxId, cfTraitsSwappingExpiryBehaviour, cfTraitsSwappingPriceLimitsAndExpiry, cfTraitsSwappingSwapOutputActionGenericEncodedAddress, cfTraitsSwappingSwapRequestTypeGeneric, hexString, numberOrHex, numericString, palletCfArbitrumIngressEgressDepositAction, palletCfArbitrumIngressEgressDepositFailedDetailsArbitrum, palletCfArbitrumIngressEgressDepositFailedReason, palletCfArbitrumIngressEgressDepositWitnessArbitrum, palletCfArbitrumIngressEgressPalletConfigUpdateArbitrum, palletCfArbitrumIngressEgressRefundReason, palletCfArbitrumIngressEgressVaultDepositWitnessArbitrum, palletCfAssetBalancesPalletSafeMode, palletCfAssethubIngressEgressDepositAction, palletCfAssethubIngressEgressDepositFailedDetailsAssethub, palletCfAssethubIngressEgressDepositFailedReason, palletCfAssethubIngressEgressDepositWitnessAssethub, palletCfAssethubIngressEgressPalletConfigUpdateAssethub, palletCfAssethubIngressEgressRefundReason, palletCfAssethubIngressEgressVaultDepositWitnessAssethub, palletCfBitcoinIngressEgressDepositAction, palletCfBitcoinIngressEgressDepositFailedDetailsBitcoin, palletCfBitcoinIngressEgressDepositFailedReason, palletCfBitcoinIngressEgressDepositWitnessBitcoin, palletCfBitcoinIngressEgressPalletConfigUpdateBitcoin, palletCfBitcoinIngressEgressRefundReason, palletCfBitcoinIngressEgressVaultDepositWitnessBitcoin, palletCfBroadcastPalletSafeMode, palletCfEmissionsPalletSafeMode, palletCfEnvironmentSafeModeUpdate, palletCfEthereumIngressEgressDepositAction, palletCfEthereumIngressEgressDepositFailedDetailsEthereum, palletCfEthereumIngressEgressDepositFailedReason, palletCfEthereumIngressEgressDepositWitnessEthereum, palletCfEthereumIngressEgressPalletConfigUpdateEthereum, palletCfEthereumIngressEgressRefundReason, palletCfEthereumIngressEgressVaultDepositWitnessEthereum, palletCfFundingPalletSafeMode, palletCfIngressEgressPalletSafeMode, palletCfLendingPoolsPalletSafeMode, palletCfLpPalletSafeMode, palletCfPolkadotIngressEgressDepositAction, palletCfPolkadotIngressEgressDepositFailedDetailsPolkadot, palletCfPolkadotIngressEgressDepositFailedReason, palletCfPolkadotIngressEgressDepositWitnessPolkadot, palletCfPolkadotIngressEgressPalletConfigUpdatePolkadot, palletCfPolkadotIngressEgressRefundReason, palletCfPolkadotIngressEgressVaultDepositWitnessPolkadot, palletCfPoolsPalletSafeMode, palletCfReputationPalletSafeMode, palletCfSolanaIngressEgressDepositAction, palletCfSolanaIngressEgressDepositFailedDetailsSolana, palletCfSolanaIngressEgressDepositFailedReason, palletCfSolanaIngressEgressDepositWitnessSolana, palletCfSolanaIngressEgressPalletConfigUpdateSolana, palletCfSolanaIngressEgressRefundReason, palletCfSolanaIngressEgressVaultDepositWitnessSolana, palletCfSwappingPalletSafeMode, palletCfSwappingSwapFailureReason, palletCfThresholdSignaturePalletSafeMode, palletCfTradingStrategyPalletSafeMode, palletCfValidatorAuctionResolverSetSizeParameters, palletCfValidatorDelegationDelegationAcceptance, palletCfValidatorDelegationOperatorSettings, palletCfValidatorPalletConfigUpdate, palletCfValidatorPalletSafeMode, palletCfWitnesserPalletSafeMode, simpleEnum, spArithmeticArithmeticError, spRuntimeDispatchError, spRuntimeModuleError, spRuntimeTokenError, spRuntimeTransactionalError, stateChainRuntimeChainflipGenericElectionsGenericElectionsSafeMode, stateChainRuntimeSafeModeInnerRuntimeSafeMode, stateChainRuntimeSafeModeWitnesserCallPermission };