@chainflip/processor 1.8.3 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (595) hide show
  1. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  2. package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
  3. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +1 -1
  4. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +1 -1
  5. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +1 -1
  6. package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +1 -1
  7. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
  8. package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
  9. package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
  10. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
  11. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +1 -1
  12. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +1 -1
  13. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
  14. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
  15. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
  16. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
  17. package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +1 -1
  18. package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +1 -1
  19. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +1 -1
  20. package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +1 -1
  21. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  22. package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  23. package/dist/100/common.cjs +34 -33
  24. package/dist/100/common.d.cts +64 -118
  25. package/dist/100/common.d.ts +64 -118
  26. package/dist/100/common.mjs +36 -35
  27. package/dist/100/environment/runtimeSafeModeUpdated.d.cts +2 -2
  28. package/dist/100/environment/runtimeSafeModeUpdated.d.ts +2 -2
  29. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  30. package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
  31. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
  32. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
  33. package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
  34. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
  35. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
  36. package/dist/100/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
  37. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  38. package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  39. package/dist/100/flip/remainingImbalance.d.cts +2 -2
  40. package/dist/100/flip/remainingImbalance.d.ts +2 -2
  41. package/dist/100/governance/failedExecution.d.cts +1 -1
  42. package/dist/100/governance/failedExecution.d.ts +1 -1
  43. package/dist/100/governance/govKeyCallExecutionFailed.d.cts +1 -1
  44. package/dist/100/governance/govKeyCallExecutionFailed.d.ts +1 -1
  45. package/dist/100/liquidityPools/limitOrderUpdated.d.cts +1 -1
  46. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +1 -1
  47. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +1 -1
  48. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +1 -1
  49. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
  50. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
  51. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
  52. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
  53. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
  54. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
  55. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  56. package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
  57. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
  58. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
  59. package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
  60. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
  61. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
  62. package/dist/100/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
  63. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  64. package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  65. package/dist/100/swapping/ccmDepositReceived.d.cts +23 -53
  66. package/dist/100/swapping/ccmDepositReceived.d.ts +23 -53
  67. package/dist/100/swapping/ccmFailed.d.cts +23 -53
  68. package/dist/100/swapping/ccmFailed.d.ts +23 -53
  69. package/dist/100/swapping/swapAmountTooLow.d.cts +50 -116
  70. package/dist/100/swapping/swapAmountTooLow.d.ts +50 -116
  71. package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -102
  72. package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -102
  73. package/dist/100/swapping/swapScheduled.d.cts +53 -119
  74. package/dist/100/swapping/swapScheduled.d.ts +53 -119
  75. package/dist/100/swapping/withdrawalRequested.d.cts +21 -51
  76. package/dist/100/swapping/withdrawalRequested.d.ts +21 -51
  77. package/dist/100/system/extrinsicFailed.d.cts +1 -1
  78. package/dist/100/system/extrinsicFailed.d.ts +1 -1
  79. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +1 -1
  80. package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +1 -1
  81. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +1 -1
  82. package/dist/100/tokenholderGovernance/proposalPassed.d.ts +1 -1
  83. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +1 -1
  84. package/dist/100/tokenholderGovernance/proposalRejected.d.ts +1 -1
  85. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
  86. package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
  87. package/dist/100/validator/palletConfigUpdated.d.cts +1 -1
  88. package/dist/100/validator/palletConfigUpdated.d.ts +1 -1
  89. package/dist/100/validator/rotationPhaseUpdated.d.cts +1 -1
  90. package/dist/100/validator/rotationPhaseUpdated.d.ts +1 -1
  91. package/dist/100/witnesser/witnessExecutionFailed.d.cts +1 -1
  92. package/dist/100/witnesser/witnessExecutionFailed.d.ts +1 -1
  93. package/dist/102/common.cjs +1 -1
  94. package/dist/102/common.d.cts +1 -1
  95. package/dist/102/common.d.ts +1 -1
  96. package/dist/102/common.mjs +1 -1
  97. package/dist/102/validator/palletConfigUpdated.d.cts +1 -1
  98. package/dist/102/validator/palletConfigUpdated.d.ts +1 -1
  99. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
  100. package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
  101. package/dist/111/common.cjs +4 -4
  102. package/dist/111/common.d.cts +4 -4
  103. package/dist/111/common.d.ts +4 -4
  104. package/dist/111/common.mjs +4 -4
  105. package/dist/111/liquidityPools/limitOrderUpdated.d.cts +1 -1
  106. package/dist/111/liquidityPools/limitOrderUpdated.d.ts +1 -1
  107. package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +1 -1
  108. package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +1 -1
  109. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +1 -1
  110. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +1 -1
  111. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +21 -21
  112. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +21 -21
  113. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +22 -22
  114. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +22 -22
  115. package/dist/120/common.cjs +21 -20
  116. package/dist/120/common.d.cts +23 -47
  117. package/dist/120/common.d.ts +23 -47
  118. package/dist/120/common.mjs +21 -20
  119. package/dist/120/emissions/flipBurnSkipped.d.cts +1 -1
  120. package/dist/120/emissions/flipBurnSkipped.d.ts +1 -1
  121. package/dist/120/ethereumIngressEgress/depositReceived.d.cts +1 -1
  122. package/dist/120/ethereumIngressEgress/depositReceived.d.ts +1 -1
  123. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
  124. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
  125. package/dist/120/polkadotIngressEgress/depositReceived.d.cts +1 -1
  126. package/dist/120/polkadotIngressEgress/depositReceived.d.ts +1 -1
  127. package/dist/120/swapping/ccmFailed.d.cts +23 -53
  128. package/dist/120/swapping/ccmFailed.d.ts +23 -53
  129. package/dist/120/swapping/swapEgressIgnored.d.cts +1 -1
  130. package/dist/120/swapping/swapEgressIgnored.d.ts +1 -1
  131. package/dist/120/swapping/withdrawalRequested.d.cts +21 -51
  132. package/dist/120/swapping/withdrawalRequested.d.ts +21 -51
  133. package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
  134. package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
  135. package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +2 -2
  136. package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +2 -2
  137. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
  138. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
  139. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
  140. package/dist/131/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
  141. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
  142. package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
  143. package/dist/131/common.cjs +30 -29
  144. package/dist/131/common.d.cts +60 -114
  145. package/dist/131/common.d.ts +60 -114
  146. package/dist/131/common.mjs +31 -30
  147. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +2 -2
  148. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +2 -2
  149. package/dist/131/ethereumIngressEgress/depositReceived.d.cts +1 -1
  150. package/dist/131/ethereumIngressEgress/depositReceived.d.ts +1 -1
  151. package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
  152. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
  153. package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
  154. package/dist/131/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
  155. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
  156. package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
  157. package/dist/131/liquidityPools/limitOrderUpdated.d.cts +3 -3
  158. package/dist/131/liquidityPools/limitOrderUpdated.d.ts +3 -3
  159. package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +3 -3
  160. package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +3 -3
  161. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +21 -51
  162. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +21 -51
  163. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +21 -51
  164. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +21 -51
  165. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
  166. package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
  167. package/dist/131/swapping/ccmFailed.d.cts +52 -118
  168. package/dist/131/swapping/ccmFailed.d.ts +52 -118
  169. package/dist/131/swapping/swapDepositAddressReady.d.cts +42 -102
  170. package/dist/131/swapping/swapDepositAddressReady.d.ts +42 -102
  171. package/dist/131/swapping/swapEgressIgnored.d.cts +1 -1
  172. package/dist/131/swapping/swapEgressIgnored.d.ts +1 -1
  173. package/dist/131/swapping/swapScheduled.d.cts +53 -119
  174. package/dist/131/swapping/swapScheduled.d.ts +53 -119
  175. package/dist/131/swapping/withdrawalRequested.d.cts +21 -51
  176. package/dist/131/swapping/withdrawalRequested.d.ts +21 -51
  177. package/dist/131/witnesser/prewitnessExecutionFailed.d.cts +17 -17
  178. package/dist/131/witnesser/prewitnessExecutionFailed.d.ts +17 -17
  179. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  180. package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
  181. package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +5 -1
  182. package/dist/141/arbitrumIngressEgress/boostFundsAdded.mjs +6 -2
  183. package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +1 -1
  184. package/dist/141/arbitrumIngressEgress/boostPoolCreated.mjs +2 -2
  185. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
  186. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
  187. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
  188. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
  189. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
  190. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
  191. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
  192. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
  193. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
  194. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
  195. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
  196. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
  197. package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +5 -1
  198. package/dist/141/arbitrumIngressEgress/stoppedBoosting.mjs +6 -2
  199. package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +1 -1
  200. package/dist/141/bitcoinIngressEgress/boostFundsAdded.mjs +2 -2
  201. package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +1 -1
  202. package/dist/141/bitcoinIngressEgress/boostPoolCreated.mjs +2 -2
  203. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
  204. package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
  205. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  206. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
  207. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  208. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  209. package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +1 -1
  210. package/dist/141/bitcoinIngressEgress/stoppedBoosting.mjs +2 -2
  211. package/dist/141/common.cjs +40 -41
  212. package/dist/141/common.d.cts +76 -157
  213. package/dist/141/common.d.ts +76 -157
  214. package/dist/141/common.mjs +44 -45
  215. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +2 -2
  216. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +2 -2
  217. package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +5 -1
  218. package/dist/141/ethereumIngressEgress/boostFundsAdded.mjs +6 -2
  219. package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +1 -1
  220. package/dist/141/ethereumIngressEgress/boostPoolCreated.mjs +2 -2
  221. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
  222. package/dist/141/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
  223. package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +1 -1
  224. package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +1 -1
  225. package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +1 -1
  226. package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +1 -1
  227. package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +5 -1
  228. package/dist/141/ethereumIngressEgress/stoppedBoosting.mjs +6 -2
  229. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  230. package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  231. package/dist/141/liquidityPools/limitOrderUpdated.d.cts +11 -11
  232. package/dist/141/liquidityPools/limitOrderUpdated.d.ts +11 -11
  233. package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +11 -11
  234. package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +11 -11
  235. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  236. package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
  237. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  238. package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
  239. package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
  240. package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
  241. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +28 -73
  242. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -73
  243. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  244. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  245. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +8 -8
  246. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +8 -8
  247. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +26 -71
  248. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +26 -71
  249. package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +5 -1
  250. package/dist/141/polkadotIngressEgress/boostFundsAdded.mjs +6 -2
  251. package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +1 -1
  252. package/dist/141/polkadotIngressEgress/boostPoolCreated.mjs +2 -2
  253. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
  254. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
  255. package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +1 -1
  256. package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +1 -1
  257. package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +1 -1
  258. package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +1 -1
  259. package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +5 -1
  260. package/dist/141/polkadotIngressEgress/stoppedBoosting.mjs +6 -2
  261. package/dist/141/swapping/ccmDepositReceived.d.cts +28 -73
  262. package/dist/141/swapping/ccmDepositReceived.d.ts +28 -73
  263. package/dist/141/swapping/ccmFailed.d.cts +64 -163
  264. package/dist/141/swapping/ccmFailed.d.ts +64 -163
  265. package/dist/141/swapping/swapDepositAddressReady.d.cts +52 -142
  266. package/dist/141/swapping/swapDepositAddressReady.d.ts +52 -142
  267. package/dist/141/swapping/swapEgressIgnored.d.cts +1 -1
  268. package/dist/141/swapping/swapEgressIgnored.d.ts +1 -1
  269. package/dist/141/swapping/swapExecuted.d.cts +3 -3
  270. package/dist/141/swapping/swapExecuted.d.ts +3 -3
  271. package/dist/141/swapping/swapScheduled.d.cts +65 -164
  272. package/dist/141/swapping/swapScheduled.d.ts +65 -164
  273. package/dist/141/swapping/withdrawalRequested.d.cts +26 -71
  274. package/dist/141/swapping/withdrawalRequested.d.ts +26 -71
  275. package/dist/141/tokenholderGovernance/proposalEnacted.d.cts +1 -1
  276. package/dist/141/tokenholderGovernance/proposalEnacted.d.ts +1 -1
  277. package/dist/141/tokenholderGovernance/proposalPassed.d.cts +1 -1
  278. package/dist/141/tokenholderGovernance/proposalPassed.d.ts +1 -1
  279. package/dist/141/tokenholderGovernance/proposalRejected.d.cts +1 -1
  280. package/dist/141/tokenholderGovernance/proposalRejected.d.ts +1 -1
  281. package/dist/141/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
  282. package/dist/141/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
  283. package/dist/141/validator/rotationPhaseUpdated.d.cts +21 -21
  284. package/dist/141/validator/rotationPhaseUpdated.d.ts +21 -21
  285. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +1 -1
  286. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +1 -1
  287. package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
  288. package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
  289. package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
  290. package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
  291. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +4 -1
  292. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +1 -1
  293. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +1 -1
  294. package/dist/150/arbitrumIngressEgress/depositWitnessRejected.mjs +5 -2
  295. package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
  296. package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
  297. package/dist/150/assetBalances/refundSkipped.d.cts +7 -7
  298. package/dist/150/assetBalances/refundSkipped.d.ts +7 -7
  299. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +1 -1
  300. package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +1 -1
  301. package/dist/150/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  302. package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
  303. package/dist/150/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  304. package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  305. package/dist/150/common.cjs +42 -45
  306. package/dist/150/common.d.cts +114 -282
  307. package/dist/150/common.d.ts +114 -282
  308. package/dist/150/common.mjs +46 -49
  309. package/dist/150/environment/runtimeSafeModeUpdated.d.cts +14 -14
  310. package/dist/150/environment/runtimeSafeModeUpdated.d.ts +14 -14
  311. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +1 -1
  312. package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +1 -1
  313. package/dist/150/ethereumIngressEgress/depositBoosted.d.cts +1 -1
  314. package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +1 -1
  315. package/dist/150/ethereumIngressEgress/depositFinalised.d.cts +1 -1
  316. package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +1 -1
  317. package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +4 -1
  318. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.cts +1 -1
  319. package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +1 -1
  320. package/dist/150/ethereumIngressEgress/depositWitnessRejected.mjs +5 -2
  321. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +1 -1
  322. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +1 -1
  323. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +1 -1
  324. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +1 -1
  325. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
  326. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
  327. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +6 -6
  328. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +6 -6
  329. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
  330. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
  331. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +1 -1
  332. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +1 -1
  333. package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +1 -1
  334. package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +1 -1
  335. package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +1 -1
  336. package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +1 -1
  337. package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +4 -1
  338. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +1 -1
  339. package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +1 -1
  340. package/dist/150/polkadotIngressEgress/depositWitnessRejected.mjs +5 -2
  341. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.cts +2 -2
  342. package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +2 -2
  343. package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +1 -1
  344. package/dist/150/solanaIngressEgress/boostFundsAdded.mjs +2 -2
  345. package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +1 -1
  346. package/dist/150/solanaIngressEgress/boostPoolCreated.mjs +2 -2
  347. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +1 -1
  348. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +1 -1
  349. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +1 -1
  350. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +1 -1
  351. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +1 -1
  352. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +1 -1
  353. package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
  354. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
  355. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
  356. package/dist/150/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
  357. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +2 -2
  358. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +2 -2
  359. package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +1 -1
  360. package/dist/150/solanaIngressEgress/stoppedBoosting.mjs +2 -2
  361. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
  362. package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
  363. package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
  364. package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
  365. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +4 -4
  366. package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +4 -4
  367. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  368. package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  369. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  370. package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  371. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  372. package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  373. package/dist/150/swapping/ccmDepositReceived.d.cts +33 -93
  374. package/dist/150/swapping/ccmDepositReceived.d.ts +33 -93
  375. package/dist/150/swapping/ccmFailed.d.cts +76 -208
  376. package/dist/150/swapping/ccmFailed.d.ts +76 -208
  377. package/dist/150/swapping/refundEgressIgnored.d.cts +1 -1
  378. package/dist/150/swapping/refundEgressIgnored.d.ts +1 -1
  379. package/dist/150/swapping/swapDepositAddressReady.d.cts +104 -296
  380. package/dist/150/swapping/swapDepositAddressReady.d.ts +104 -296
  381. package/dist/150/swapping/swapEgressIgnored.d.cts +1 -1
  382. package/dist/150/swapping/swapEgressIgnored.d.ts +1 -1
  383. package/dist/150/swapping/swapExecuted.d.cts +3 -3
  384. package/dist/150/swapping/swapExecuted.d.ts +3 -3
  385. package/dist/150/swapping/swapScheduled.d.cts +77 -209
  386. package/dist/150/swapping/swapScheduled.d.ts +77 -209
  387. package/dist/150/swapping/withdrawalRequested.d.cts +31 -91
  388. package/dist/150/swapping/withdrawalRequested.d.ts +31 -91
  389. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +1 -1
  390. package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +1 -1
  391. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +1 -1
  392. package/dist/150/tokenholderGovernance/proposalPassed.d.ts +1 -1
  393. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +1 -1
  394. package/dist/150/tokenholderGovernance/proposalRejected.d.ts +1 -1
  395. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +1 -1
  396. package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +1 -1
  397. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +3 -3
  398. package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +3 -3
  399. package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
  400. package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
  401. package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
  402. package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
  403. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +3 -3
  404. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +3 -3
  405. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  406. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
  407. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  408. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  409. package/dist/160/common.cjs +38 -41
  410. package/dist/160/common.d.cts +240 -660
  411. package/dist/160/common.d.ts +240 -660
  412. package/dist/160/common.mjs +39 -42
  413. package/dist/160/environment/runtimeSafeModeUpdated.d.cts +2 -2
  414. package/dist/160/environment/runtimeSafeModeUpdated.d.ts +2 -2
  415. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +3 -3
  416. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +3 -3
  417. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +1 -1
  418. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +1 -1
  419. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +1 -1
  420. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +1 -1
  421. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +1 -1
  422. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +1 -1
  423. package/dist/160/liquidityPools/orderDeletionFailed.d.cts +1 -1
  424. package/dist/160/liquidityPools/orderDeletionFailed.d.ts +1 -1
  425. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +1 -1
  426. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +1 -1
  427. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +31 -91
  428. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +31 -91
  429. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +31 -91
  430. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +31 -91
  431. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +3 -3
  432. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +3 -3
  433. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +1 -1
  434. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +1 -1
  435. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +1 -1
  436. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +1 -1
  437. package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +1 -1
  438. package/dist/160/solanaIngressEgress/boostFundsAdded.mjs +2 -2
  439. package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +1 -1
  440. package/dist/160/solanaIngressEgress/boostPoolCreated.mjs +2 -2
  441. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +3 -3
  442. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +3 -3
  443. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +1 -1
  444. package/dist/160/solanaIngressEgress/depositBoosted.d.ts +1 -1
  445. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +1 -1
  446. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +1 -1
  447. package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +1 -1
  448. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +1 -1
  449. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +1 -1
  450. package/dist/160/solanaIngressEgress/depositWitnessRejected.mjs +2 -2
  451. package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +1 -1
  452. package/dist/160/solanaIngressEgress/stoppedBoosting.mjs +2 -2
  453. package/dist/160/swapping/ccmFailed.d.cts +116 -320
  454. package/dist/160/swapping/ccmFailed.d.ts +116 -320
  455. package/dist/160/swapping/refundEgressIgnored.d.cts +1 -1
  456. package/dist/160/swapping/refundEgressIgnored.d.ts +1 -1
  457. package/dist/160/swapping/swapDepositAddressReady.d.cts +104 -296
  458. package/dist/160/swapping/swapDepositAddressReady.d.ts +104 -296
  459. package/dist/160/swapping/swapEgressIgnored.d.cts +1 -1
  460. package/dist/160/swapping/swapEgressIgnored.d.ts +1 -1
  461. package/dist/160/swapping/swapRequested.d.cts +223 -595
  462. package/dist/160/swapping/swapRequested.d.ts +223 -595
  463. package/dist/160/swapping/withdrawalRequested.d.cts +31 -91
  464. package/dist/160/swapping/withdrawalRequested.d.ts +31 -91
  465. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +116 -320
  466. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +116 -320
  467. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
  468. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
  469. package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +116 -320
  470. package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +116 -320
  471. package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  472. package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
  473. package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  474. package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  475. package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +1 -1
  476. package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +1 -1
  477. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +4 -1
  478. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +2 -2
  479. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +2 -2
  480. package/dist/170/bitcoinIngressEgress/depositWitnessRejected.mjs +5 -2
  481. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
  482. package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
  483. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.cts +1 -1
  484. package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.d.ts +1 -1
  485. package/dist/170/common.cjs +30 -33
  486. package/dist/170/common.d.cts +284 -788
  487. package/dist/170/common.d.ts +284 -788
  488. package/dist/170/common.mjs +30 -33
  489. package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +116 -320
  490. package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +116 -320
  491. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
  492. package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
  493. package/dist/170/evmThresholdSigner/palletConfigUpdated.d.cts +1 -1
  494. package/dist/170/evmThresholdSigner/palletConfigUpdated.d.ts +1 -1
  495. package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +116 -320
  496. package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +116 -320
  497. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +3 -3
  498. package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +3 -3
  499. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.cts +1 -1
  500. package/dist/170/polkadotThresholdSigner/palletConfigUpdated.d.ts +1 -1
  501. package/dist/170/reputation/offencePenalty.d.cts +3 -3
  502. package/dist/170/reputation/offencePenalty.d.ts +3 -3
  503. package/dist/170/reputation/penaltyUpdated.d.cts +1 -1
  504. package/dist/170/reputation/penaltyUpdated.d.ts +1 -1
  505. package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
  506. package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
  507. package/dist/170/solanaIngressEgress/ccmFailed.d.cts +129 -333
  508. package/dist/170/solanaIngressEgress/ccmFailed.d.ts +129 -333
  509. package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
  510. package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
  511. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +53 -53
  512. package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +53 -53
  513. package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.cts +1 -1
  514. package/dist/170/solanaThresholdSigner/palletConfigUpdated.d.ts +1 -1
  515. package/dist/170/swapping/swapRequested.d.cts +234 -618
  516. package/dist/170/swapping/swapRequested.d.ts +234 -618
  517. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  518. package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +14 -14
  519. package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +1 -1
  520. package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +1 -1
  521. package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +78 -574
  522. package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +78 -574
  523. package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +1 -1
  524. package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +1 -1
  525. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
  526. package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
  527. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  528. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
  529. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +2 -2
  530. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +2 -2
  531. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +545 -482
  532. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +545 -482
  533. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
  534. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
  535. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
  536. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
  537. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +1 -1
  538. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +1 -1
  539. package/dist/180/common.cjs +194 -68
  540. package/dist/180/common.d.cts +6039 -5896
  541. package/dist/180/common.d.ts +6039 -5896
  542. package/dist/180/common.mjs +200 -74
  543. package/dist/180/environment/solanaGovCallDispatched.d.cts +1 -1
  544. package/dist/180/environment/solanaGovCallDispatched.d.ts +1 -1
  545. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +14 -14
  546. package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +14 -14
  547. package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +1 -1
  548. package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +1 -1
  549. package/dist/180/ethereumIngressEgress/depositFailed.d.cts +67 -563
  550. package/dist/180/ethereumIngressEgress/depositFailed.d.ts +67 -563
  551. package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +1 -1
  552. package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +1 -1
  553. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
  554. package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
  555. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +14 -14
  556. package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +14 -14
  557. package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +1 -1
  558. package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +1 -1
  559. package/dist/180/polkadotIngressEgress/depositFailed.d.cts +113 -600
  560. package/dist/180/polkadotIngressEgress/depositFailed.d.ts +113 -600
  561. package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +1 -1
  562. package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +1 -1
  563. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
  564. package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
  565. package/dist/180/solanaElections/unknownElection.cjs +13 -0
  566. package/dist/180/solanaElections/unknownElection.d.cts +47 -0
  567. package/dist/180/solanaElections/unknownElection.d.ts +47 -0
  568. package/dist/180/solanaElections/unknownElection.mjs +13 -0
  569. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
  570. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
  571. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +1 -1
  572. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +1 -1
  573. package/dist/180/solanaIngressEgress/depositFailed.d.cts +85 -606
  574. package/dist/180/solanaIngressEgress/depositFailed.d.ts +85 -606
  575. package/dist/180/solanaIngressEgress/depositFinalised.d.cts +1 -1
  576. package/dist/180/solanaIngressEgress/depositFinalised.d.ts +1 -1
  577. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +14 -14
  578. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +14 -14
  579. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
  580. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
  581. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
  582. package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
  583. package/dist/180/swapping/affiliateRegistration.cjs +11 -0
  584. package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
  585. package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
  586. package/dist/180/swapping/affiliateRegistration.mjs +11 -0
  587. package/dist/180/swapping/swapDepositAddressReady.d.cts +104 -296
  588. package/dist/180/swapping/swapDepositAddressReady.d.ts +104 -296
  589. package/dist/180/swapping/swapRequested.d.cts +182 -482
  590. package/dist/180/swapping/swapRequested.d.ts +182 -482
  591. package/package.json +1 -1
  592. package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
  593. package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
  594. package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
  595. package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
@@ -2,7 +2,7 @@ import { z } from 'zod';
2
2
 
3
3
  declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
4
4
  blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
5
- reason: z.ZodUnion<[z.ZodObject<{
5
+ reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
6
6
  __kind: z.ZodLiteral<"BelowMinimumDeposit">;
7
7
  }, "strip", z.ZodTypeAny, {
8
8
  __kind: "BelowMinimumDeposit";
@@ -22,7 +22,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
22
22
  __kind: "TransactionRejectedByBroker";
23
23
  }>, z.ZodObject<{
24
24
  __kind: z.ZodLiteral<"DepositWitnessRejected">;
25
- value: z.ZodUnion<[z.ZodObject<{
25
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
26
26
  __kind: z.ZodLiteral<"Other">;
27
27
  }, "strip", z.ZodTypeAny, {
28
28
  __kind: "Other";
@@ -283,10 +283,10 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
283
283
  }, {
284
284
  __kind: "CcmInvalidMetadata";
285
285
  }>]>;
286
- details: z.ZodUnion<[z.ZodObject<{
286
+ details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
287
287
  __kind: z.ZodLiteral<"DepositChannel">;
288
288
  depositWitness: z.ZodObject<{
289
- depositAddress: z.ZodUnion<[z.ZodObject<{
289
+ depositAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
290
290
  __kind: z.ZodLiteral<"P2PKH">;
291
291
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
292
292
  }, "strip", z.ZodTypeAny, {
@@ -629,109 +629,207 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
629
629
  __kind: z.ZodLiteral<"Vault">;
630
630
  vaultWitness: z.ZodObject<{
631
631
  inputAsset: z.ZodEffects<z.ZodObject<{
632
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Usdt"]>;
633
- }, "strip", z.ZodTypeAny, {
634
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
635
- }, {
636
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
637
- }>, "Eth" | "Flip" | "Usdc" | "Usdt", {
638
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
639
- }>;
640
- depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
641
- channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
642
- depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
643
- depositDetails: z.ZodObject<{
644
- txHashes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">>>;
645
- }, "strip", z.ZodTypeAny, {
646
- txHashes?: `0x${string}`[] | null | undefined;
647
- }, {
648
- txHashes?: string[] | null | undefined;
649
- }>;
650
- outputAsset: z.ZodEffects<z.ZodObject<{
651
- __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
632
+ __kind: z.ZodEnum<["Btc"]>;
652
633
  }, "strip", z.ZodTypeAny, {
653
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
634
+ __kind: "Btc";
654
635
  }, {
655
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
656
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
657
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
636
+ __kind: "Btc";
637
+ }>, "Btc", {
638
+ __kind: "Btc";
658
639
  }>;
659
- destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
660
- __kind: z.ZodLiteral<"Eth">;
640
+ depositAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
641
+ __kind: z.ZodLiteral<"P2PKH">;
661
642
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
662
643
  }, "strip", z.ZodTypeAny, {
663
644
  value: `0x${string}`;
664
- __kind: "Eth";
665
- }, {
666
- value: string;
667
- __kind: "Eth";
668
- }>, {
669
- chain: "Ethereum";
670
- address: `0x${string}`;
645
+ __kind: "P2PKH";
671
646
  }, {
672
647
  value: string;
673
- __kind: "Eth";
674
- }>, z.ZodEffects<z.ZodObject<{
675
- __kind: z.ZodLiteral<"Dot">;
648
+ __kind: "P2PKH";
649
+ }>, z.ZodObject<{
650
+ __kind: z.ZodLiteral<"P2SH">;
676
651
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
677
652
  }, "strip", z.ZodTypeAny, {
678
653
  value: `0x${string}`;
679
- __kind: "Dot";
680
- }, {
681
- value: string;
682
- __kind: "Dot";
683
- }>, {
684
- chain: "Polkadot";
685
- address: string;
654
+ __kind: "P2SH";
686
655
  }, {
687
656
  value: string;
688
- __kind: "Dot";
689
- }>, z.ZodEffects<z.ZodObject<{
690
- __kind: z.ZodLiteral<"Btc">;
657
+ __kind: "P2SH";
658
+ }>, z.ZodObject<{
659
+ __kind: z.ZodLiteral<"P2WPKH">;
691
660
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
692
661
  }, "strip", z.ZodTypeAny, {
693
662
  value: `0x${string}`;
694
- __kind: "Btc";
663
+ __kind: "P2WPKH";
695
664
  }, {
696
665
  value: string;
697
- __kind: "Btc";
698
- }>, {
699
- chain: "Bitcoin";
700
- address: string;
666
+ __kind: "P2WPKH";
667
+ }>, z.ZodObject<{
668
+ __kind: z.ZodLiteral<"P2WSH">;
669
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
670
+ }, "strip", z.ZodTypeAny, {
671
+ value: `0x${string}`;
672
+ __kind: "P2WSH";
701
673
  }, {
702
674
  value: string;
703
- __kind: "Btc";
704
- }>, z.ZodEffects<z.ZodObject<{
705
- __kind: z.ZodLiteral<"Arb">;
675
+ __kind: "P2WSH";
676
+ }>, z.ZodObject<{
677
+ __kind: z.ZodLiteral<"Taproot">;
706
678
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
707
679
  }, "strip", z.ZodTypeAny, {
708
680
  value: `0x${string}`;
709
- __kind: "Arb";
681
+ __kind: "Taproot";
710
682
  }, {
711
683
  value: string;
712
- __kind: "Arb";
713
- }>, {
714
- chain: "Arbitrum";
715
- address: `0x${string}`;
684
+ __kind: "Taproot";
685
+ }>, z.ZodObject<{
686
+ __kind: z.ZodLiteral<"OtherSegwit">;
687
+ version: z.ZodNumber;
688
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
689
+ }, "strip", z.ZodTypeAny, {
690
+ __kind: "OtherSegwit";
691
+ version: number;
692
+ program: `0x${string}`;
716
693
  }, {
717
- value: string;
718
- __kind: "Arb";
719
- }>, z.ZodEffects<z.ZodObject<{
720
- __kind: z.ZodLiteral<"Sol">;
694
+ __kind: "OtherSegwit";
695
+ version: number;
696
+ program: string;
697
+ }>]>>>;
698
+ channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
699
+ depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
700
+ depositDetails: z.ZodObject<{
701
+ id: z.ZodObject<{
702
+ txId: z.ZodEffects<z.ZodString, `0x${string}`, string>;
703
+ vout: z.ZodNumber;
704
+ }, "strip", z.ZodTypeAny, {
705
+ txId: `0x${string}`;
706
+ vout: number;
707
+ }, {
708
+ txId: string;
709
+ vout: number;
710
+ }>;
711
+ amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
712
+ depositAddress: z.ZodObject<{
713
+ pubkeyX: z.ZodEffects<z.ZodString, `0x${string}`, string>;
714
+ scriptPath: z.ZodOptional<z.ZodNullable<z.ZodObject<{
715
+ salt: z.ZodNumber;
716
+ tweakedPubkeyBytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
717
+ tapleafHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
718
+ unlockScript: z.ZodObject<{
719
+ bytes: z.ZodEffects<z.ZodString, `0x${string}`, string>;
720
+ }, "strip", z.ZodTypeAny, {
721
+ bytes: `0x${string}`;
722
+ }, {
723
+ bytes: string;
724
+ }>;
725
+ }, "strip", z.ZodTypeAny, {
726
+ salt: number;
727
+ tweakedPubkeyBytes: `0x${string}`;
728
+ tapleafHash: `0x${string}`;
729
+ unlockScript: {
730
+ bytes: `0x${string}`;
731
+ };
732
+ }, {
733
+ salt: number;
734
+ tweakedPubkeyBytes: string;
735
+ tapleafHash: string;
736
+ unlockScript: {
737
+ bytes: string;
738
+ };
739
+ }>>>;
740
+ }, "strip", z.ZodTypeAny, {
741
+ pubkeyX: `0x${string}`;
742
+ scriptPath?: {
743
+ salt: number;
744
+ tweakedPubkeyBytes: `0x${string}`;
745
+ tapleafHash: `0x${string}`;
746
+ unlockScript: {
747
+ bytes: `0x${string}`;
748
+ };
749
+ } | null | undefined;
750
+ }, {
751
+ pubkeyX: string;
752
+ scriptPath?: {
753
+ salt: number;
754
+ tweakedPubkeyBytes: string;
755
+ tapleafHash: string;
756
+ unlockScript: {
757
+ bytes: string;
758
+ };
759
+ } | null | undefined;
760
+ }>;
761
+ }, "strip", z.ZodTypeAny, {
762
+ depositAddress: {
763
+ pubkeyX: `0x${string}`;
764
+ scriptPath?: {
765
+ salt: number;
766
+ tweakedPubkeyBytes: `0x${string}`;
767
+ tapleafHash: `0x${string}`;
768
+ unlockScript: {
769
+ bytes: `0x${string}`;
770
+ };
771
+ } | null | undefined;
772
+ };
773
+ amount: bigint;
774
+ id: {
775
+ txId: `0x${string}`;
776
+ vout: number;
777
+ };
778
+ }, {
779
+ depositAddress: {
780
+ pubkeyX: string;
781
+ scriptPath?: {
782
+ salt: number;
783
+ tweakedPubkeyBytes: string;
784
+ tapleafHash: string;
785
+ unlockScript: {
786
+ bytes: string;
787
+ };
788
+ } | null | undefined;
789
+ };
790
+ amount: string | number;
791
+ id: {
792
+ txId: string;
793
+ vout: number;
794
+ };
795
+ }>;
796
+ outputAsset: z.ZodEffects<z.ZodObject<{
797
+ __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
798
+ }, "strip", z.ZodTypeAny, {
799
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
800
+ }, {
801
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
802
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc", {
803
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
804
+ }>;
805
+ destinationAddress: z.ZodEffects<z.ZodObject<{
806
+ __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol"]>;
721
807
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
722
808
  }, "strip", z.ZodTypeAny, {
723
809
  value: `0x${string}`;
724
- __kind: "Sol";
810
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
725
811
  }, {
726
812
  value: string;
727
- __kind: "Sol";
813
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
728
814
  }>, {
729
- chain: "Solana";
730
- address: string;
815
+ readonly chain: "Ethereum";
816
+ readonly address: `0x${string}`;
817
+ } | {
818
+ readonly chain: "Polkadot";
819
+ readonly address: string;
820
+ } | {
821
+ readonly chain: "Bitcoin";
822
+ readonly address: string;
823
+ } | {
824
+ readonly chain: "Arbitrum";
825
+ readonly address: `0x${string}`;
826
+ } | {
827
+ readonly chain: "Solana";
828
+ readonly address: string;
731
829
  }, {
732
830
  value: string;
733
- __kind: "Sol";
734
- }>]>;
831
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
832
+ }>;
735
833
  depositMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
736
834
  channelMetadata: z.ZodObject<{
737
835
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -755,7 +853,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
755
853
  }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
756
854
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
757
855
  }>;
758
- sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
856
+ sourceAddress: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
759
857
  __kind: z.ZodLiteral<"Eth">;
760
858
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
761
859
  }, "strip", z.ZodTypeAny, {
@@ -775,7 +873,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
775
873
  __kind: "Dot";
776
874
  }>, z.ZodObject<{
777
875
  __kind: z.ZodLiteral<"Btc">;
778
- value: z.ZodUnion<[z.ZodObject<{
876
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
779
877
  __kind: z.ZodLiteral<"P2PKH">;
780
878
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
781
879
  }, "strip", z.ZodTypeAny, {
@@ -1006,222 +1104,109 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1006
1104
  }>, "many">;
1007
1105
  refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1008
1106
  retryDuration: z.ZodNumber;
1009
- refundAddress: z.ZodUnion<[z.ZodObject<{
1010
- __kind: z.ZodLiteral<"Eth">;
1107
+ refundAddress: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
1108
+ __kind: z.ZodLiteral<"P2PKH">;
1011
1109
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1012
1110
  }, "strip", z.ZodTypeAny, {
1013
1111
  value: `0x${string}`;
1014
- __kind: "Eth";
1112
+ __kind: "P2PKH";
1015
1113
  }, {
1016
1114
  value: string;
1017
- __kind: "Eth";
1115
+ __kind: "P2PKH";
1018
1116
  }>, z.ZodObject<{
1019
- __kind: z.ZodLiteral<"Dot">;
1117
+ __kind: z.ZodLiteral<"P2SH">;
1020
1118
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1021
1119
  }, "strip", z.ZodTypeAny, {
1022
1120
  value: `0x${string}`;
1023
- __kind: "Dot";
1121
+ __kind: "P2SH";
1024
1122
  }, {
1025
1123
  value: string;
1026
- __kind: "Dot";
1124
+ __kind: "P2SH";
1027
1125
  }>, z.ZodObject<{
1028
- __kind: z.ZodLiteral<"Btc">;
1029
- value: z.ZodUnion<[z.ZodObject<{
1030
- __kind: z.ZodLiteral<"P2PKH">;
1031
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1032
- }, "strip", z.ZodTypeAny, {
1033
- value: `0x${string}`;
1034
- __kind: "P2PKH";
1035
- }, {
1036
- value: string;
1037
- __kind: "P2PKH";
1038
- }>, z.ZodObject<{
1039
- __kind: z.ZodLiteral<"P2SH">;
1040
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1041
- }, "strip", z.ZodTypeAny, {
1042
- value: `0x${string}`;
1043
- __kind: "P2SH";
1044
- }, {
1045
- value: string;
1046
- __kind: "P2SH";
1047
- }>, z.ZodObject<{
1048
- __kind: z.ZodLiteral<"P2WPKH">;
1049
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1050
- }, "strip", z.ZodTypeAny, {
1051
- value: `0x${string}`;
1052
- __kind: "P2WPKH";
1053
- }, {
1054
- value: string;
1055
- __kind: "P2WPKH";
1056
- }>, z.ZodObject<{
1057
- __kind: z.ZodLiteral<"P2WSH">;
1058
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1059
- }, "strip", z.ZodTypeAny, {
1060
- value: `0x${string}`;
1061
- __kind: "P2WSH";
1062
- }, {
1063
- value: string;
1064
- __kind: "P2WSH";
1065
- }>, z.ZodObject<{
1066
- __kind: z.ZodLiteral<"Taproot">;
1067
- value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1068
- }, "strip", z.ZodTypeAny, {
1069
- value: `0x${string}`;
1070
- __kind: "Taproot";
1071
- }, {
1072
- value: string;
1073
- __kind: "Taproot";
1074
- }>, z.ZodObject<{
1075
- __kind: z.ZodLiteral<"OtherSegwit">;
1076
- version: z.ZodNumber;
1077
- program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1078
- }, "strip", z.ZodTypeAny, {
1079
- __kind: "OtherSegwit";
1080
- version: number;
1081
- program: `0x${string}`;
1082
- }, {
1083
- __kind: "OtherSegwit";
1084
- version: number;
1085
- program: string;
1086
- }>]>;
1126
+ __kind: z.ZodLiteral<"P2WPKH">;
1127
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1087
1128
  }, "strip", z.ZodTypeAny, {
1088
- value: {
1089
- value: `0x${string}`;
1090
- __kind: "P2PKH";
1091
- } | {
1092
- value: `0x${string}`;
1093
- __kind: "P2SH";
1094
- } | {
1095
- value: `0x${string}`;
1096
- __kind: "P2WPKH";
1097
- } | {
1098
- value: `0x${string}`;
1099
- __kind: "P2WSH";
1100
- } | {
1101
- value: `0x${string}`;
1102
- __kind: "Taproot";
1103
- } | {
1104
- __kind: "OtherSegwit";
1105
- version: number;
1106
- program: `0x${string}`;
1107
- };
1108
- __kind: "Btc";
1129
+ value: `0x${string}`;
1130
+ __kind: "P2WPKH";
1109
1131
  }, {
1110
- value: {
1111
- value: string;
1112
- __kind: "P2PKH";
1113
- } | {
1114
- value: string;
1115
- __kind: "P2SH";
1116
- } | {
1117
- value: string;
1118
- __kind: "P2WPKH";
1119
- } | {
1120
- value: string;
1121
- __kind: "P2WSH";
1122
- } | {
1123
- value: string;
1124
- __kind: "Taproot";
1125
- } | {
1126
- __kind: "OtherSegwit";
1127
- version: number;
1128
- program: string;
1129
- };
1130
- __kind: "Btc";
1132
+ value: string;
1133
+ __kind: "P2WPKH";
1131
1134
  }>, z.ZodObject<{
1132
- __kind: z.ZodLiteral<"Arb">;
1135
+ __kind: z.ZodLiteral<"P2WSH">;
1133
1136
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1134
1137
  }, "strip", z.ZodTypeAny, {
1135
1138
  value: `0x${string}`;
1136
- __kind: "Arb";
1139
+ __kind: "P2WSH";
1137
1140
  }, {
1138
1141
  value: string;
1139
- __kind: "Arb";
1142
+ __kind: "P2WSH";
1140
1143
  }>, z.ZodObject<{
1141
- __kind: z.ZodLiteral<"Sol">;
1144
+ __kind: z.ZodLiteral<"Taproot">;
1142
1145
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1143
1146
  }, "strip", z.ZodTypeAny, {
1144
1147
  value: `0x${string}`;
1145
- __kind: "Sol";
1148
+ __kind: "Taproot";
1146
1149
  }, {
1147
1150
  value: string;
1148
- __kind: "Sol";
1151
+ __kind: "Taproot";
1152
+ }>, z.ZodObject<{
1153
+ __kind: z.ZodLiteral<"OtherSegwit">;
1154
+ version: z.ZodNumber;
1155
+ program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
1156
+ }, "strip", z.ZodTypeAny, {
1157
+ __kind: "OtherSegwit";
1158
+ version: number;
1159
+ program: `0x${string}`;
1160
+ }, {
1161
+ __kind: "OtherSegwit";
1162
+ version: number;
1163
+ program: string;
1149
1164
  }>]>;
1150
1165
  minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
1151
1166
  }, "strip", z.ZodTypeAny, {
1152
1167
  retryDuration: number;
1153
1168
  refundAddress: {
1154
1169
  value: `0x${string}`;
1155
- __kind: "Eth";
1170
+ __kind: "P2PKH";
1156
1171
  } | {
1157
1172
  value: `0x${string}`;
1158
- __kind: "Dot";
1173
+ __kind: "P2SH";
1159
1174
  } | {
1160
- value: {
1161
- value: `0x${string}`;
1162
- __kind: "P2PKH";
1163
- } | {
1164
- value: `0x${string}`;
1165
- __kind: "P2SH";
1166
- } | {
1167
- value: `0x${string}`;
1168
- __kind: "P2WPKH";
1169
- } | {
1170
- value: `0x${string}`;
1171
- __kind: "P2WSH";
1172
- } | {
1173
- value: `0x${string}`;
1174
- __kind: "Taproot";
1175
- } | {
1176
- __kind: "OtherSegwit";
1177
- version: number;
1178
- program: `0x${string}`;
1179
- };
1180
- __kind: "Btc";
1175
+ value: `0x${string}`;
1176
+ __kind: "P2WPKH";
1181
1177
  } | {
1182
1178
  value: `0x${string}`;
1183
- __kind: "Arb";
1179
+ __kind: "P2WSH";
1184
1180
  } | {
1185
1181
  value: `0x${string}`;
1186
- __kind: "Sol";
1182
+ __kind: "Taproot";
1183
+ } | {
1184
+ __kind: "OtherSegwit";
1185
+ version: number;
1186
+ program: `0x${string}`;
1187
1187
  };
1188
1188
  minPrice: bigint;
1189
1189
  }, {
1190
1190
  retryDuration: number;
1191
1191
  refundAddress: {
1192
1192
  value: string;
1193
- __kind: "Eth";
1193
+ __kind: "P2PKH";
1194
1194
  } | {
1195
1195
  value: string;
1196
- __kind: "Dot";
1196
+ __kind: "P2SH";
1197
1197
  } | {
1198
- value: {
1199
- value: string;
1200
- __kind: "P2PKH";
1201
- } | {
1202
- value: string;
1203
- __kind: "P2SH";
1204
- } | {
1205
- value: string;
1206
- __kind: "P2WPKH";
1207
- } | {
1208
- value: string;
1209
- __kind: "P2WSH";
1210
- } | {
1211
- value: string;
1212
- __kind: "Taproot";
1213
- } | {
1214
- __kind: "OtherSegwit";
1215
- version: number;
1216
- program: string;
1217
- };
1218
- __kind: "Btc";
1198
+ value: string;
1199
+ __kind: "P2WPKH";
1219
1200
  } | {
1220
1201
  value: string;
1221
- __kind: "Arb";
1202
+ __kind: "P2WSH";
1222
1203
  } | {
1223
1204
  value: string;
1224
- __kind: "Sol";
1205
+ __kind: "Taproot";
1206
+ } | {
1207
+ __kind: "OtherSegwit";
1208
+ version: number;
1209
+ program: string;
1225
1210
  };
1226
1211
  minPrice: string | number;
1227
1212
  }>>>;
@@ -1239,33 +1224,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1239
1224
  }, "strip", z.ZodTypeAny, {
1240
1225
  txId: `0x${string}`;
1241
1226
  depositDetails: {
1242
- txHashes?: `0x${string}`[] | null | undefined;
1227
+ depositAddress: {
1228
+ pubkeyX: `0x${string}`;
1229
+ scriptPath?: {
1230
+ salt: number;
1231
+ tweakedPubkeyBytes: `0x${string}`;
1232
+ tapleafHash: `0x${string}`;
1233
+ unlockScript: {
1234
+ bytes: `0x${string}`;
1235
+ };
1236
+ } | null | undefined;
1237
+ };
1238
+ amount: bigint;
1239
+ id: {
1240
+ txId: `0x${string}`;
1241
+ vout: number;
1242
+ };
1243
1243
  };
1244
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
1244
+ inputAsset: "Btc";
1245
1245
  depositAmount: bigint;
1246
1246
  outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1247
1247
  destinationAddress: {
1248
- chain: "Ethereum";
1249
- address: `0x${string}`;
1248
+ readonly chain: "Ethereum";
1249
+ readonly address: `0x${string}`;
1250
1250
  } | {
1251
- chain: "Polkadot";
1252
- address: string;
1251
+ readonly chain: "Polkadot";
1252
+ readonly address: string;
1253
1253
  } | {
1254
- chain: "Bitcoin";
1255
- address: string;
1254
+ readonly chain: "Bitcoin";
1255
+ readonly address: string;
1256
1256
  } | {
1257
- chain: "Arbitrum";
1258
- address: `0x${string}`;
1257
+ readonly chain: "Arbitrum";
1258
+ readonly address: `0x${string}`;
1259
1259
  } | {
1260
- chain: "Solana";
1261
- address: string;
1260
+ readonly chain: "Solana";
1261
+ readonly address: string;
1262
1262
  };
1263
1263
  affiliateFees: {
1264
1264
  account: number;
1265
1265
  bps: number;
1266
1266
  }[];
1267
1267
  boostFee: number;
1268
- depositAddress?: `0x${string}` | null | undefined;
1268
+ depositAddress?: {
1269
+ value: `0x${string}`;
1270
+ __kind: "P2PKH";
1271
+ } | {
1272
+ value: `0x${string}`;
1273
+ __kind: "P2SH";
1274
+ } | {
1275
+ value: `0x${string}`;
1276
+ __kind: "P2WPKH";
1277
+ } | {
1278
+ value: `0x${string}`;
1279
+ __kind: "P2WSH";
1280
+ } | {
1281
+ value: `0x${string}`;
1282
+ __kind: "Taproot";
1283
+ } | {
1284
+ __kind: "OtherSegwit";
1285
+ version: number;
1286
+ program: `0x${string}`;
1287
+ } | null | undefined;
1269
1288
  channelId?: bigint | null | undefined;
1270
1289
  depositMetadata?: {
1271
1290
  channelMetadata: {
@@ -1318,38 +1337,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1318
1337
  retryDuration: number;
1319
1338
  refundAddress: {
1320
1339
  value: `0x${string}`;
1321
- __kind: "Eth";
1340
+ __kind: "P2PKH";
1322
1341
  } | {
1323
1342
  value: `0x${string}`;
1324
- __kind: "Dot";
1343
+ __kind: "P2SH";
1325
1344
  } | {
1326
- value: {
1327
- value: `0x${string}`;
1328
- __kind: "P2PKH";
1329
- } | {
1330
- value: `0x${string}`;
1331
- __kind: "P2SH";
1332
- } | {
1333
- value: `0x${string}`;
1334
- __kind: "P2WPKH";
1335
- } | {
1336
- value: `0x${string}`;
1337
- __kind: "P2WSH";
1338
- } | {
1339
- value: `0x${string}`;
1340
- __kind: "Taproot";
1341
- } | {
1342
- __kind: "OtherSegwit";
1343
- version: number;
1344
- program: `0x${string}`;
1345
- };
1346
- __kind: "Btc";
1345
+ value: `0x${string}`;
1346
+ __kind: "P2WPKH";
1347
1347
  } | {
1348
1348
  value: `0x${string}`;
1349
- __kind: "Arb";
1349
+ __kind: "P2WSH";
1350
1350
  } | {
1351
1351
  value: `0x${string}`;
1352
- __kind: "Sol";
1352
+ __kind: "Taproot";
1353
+ } | {
1354
+ __kind: "OtherSegwit";
1355
+ version: number;
1356
+ program: `0x${string}`;
1353
1357
  };
1354
1358
  minPrice: bigint;
1355
1359
  } | null | undefined;
@@ -1360,10 +1364,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1360
1364
  }, {
1361
1365
  txId: string;
1362
1366
  depositDetails: {
1363
- txHashes?: string[] | null | undefined;
1367
+ depositAddress: {
1368
+ pubkeyX: string;
1369
+ scriptPath?: {
1370
+ salt: number;
1371
+ tweakedPubkeyBytes: string;
1372
+ tapleafHash: string;
1373
+ unlockScript: {
1374
+ bytes: string;
1375
+ };
1376
+ } | null | undefined;
1377
+ };
1378
+ amount: string | number;
1379
+ id: {
1380
+ txId: string;
1381
+ vout: number;
1382
+ };
1364
1383
  };
1365
1384
  inputAsset: {
1366
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1385
+ __kind: "Btc";
1367
1386
  };
1368
1387
  depositAmount: string | number;
1369
1388
  outputAsset: {
@@ -1371,26 +1390,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1371
1390
  };
1372
1391
  destinationAddress: {
1373
1392
  value: string;
1374
- __kind: "Eth";
1393
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1394
+ };
1395
+ affiliateFees: {
1396
+ account: number;
1397
+ bps: number;
1398
+ }[];
1399
+ boostFee: number;
1400
+ depositAddress?: {
1401
+ value: string;
1402
+ __kind: "P2PKH";
1375
1403
  } | {
1376
1404
  value: string;
1377
- __kind: "Dot";
1405
+ __kind: "P2SH";
1378
1406
  } | {
1379
1407
  value: string;
1380
- __kind: "Btc";
1408
+ __kind: "P2WPKH";
1381
1409
  } | {
1382
1410
  value: string;
1383
- __kind: "Arb";
1411
+ __kind: "P2WSH";
1384
1412
  } | {
1385
1413
  value: string;
1386
- __kind: "Sol";
1387
- };
1388
- affiliateFees: {
1389
- account: number;
1390
- bps: number;
1391
- }[];
1392
- boostFee: number;
1393
- depositAddress?: string | null | undefined;
1414
+ __kind: "Taproot";
1415
+ } | {
1416
+ __kind: "OtherSegwit";
1417
+ version: number;
1418
+ program: string;
1419
+ } | null | undefined;
1394
1420
  channelId?: string | number | null | undefined;
1395
1421
  depositMetadata?: {
1396
1422
  channelMetadata: {
@@ -1445,78 +1471,97 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1445
1471
  retryDuration: number;
1446
1472
  refundAddress: {
1447
1473
  value: string;
1448
- __kind: "Eth";
1474
+ __kind: "P2PKH";
1449
1475
  } | {
1450
1476
  value: string;
1451
- __kind: "Dot";
1477
+ __kind: "P2SH";
1452
1478
  } | {
1453
- value: {
1454
- value: string;
1455
- __kind: "P2PKH";
1456
- } | {
1457
- value: string;
1458
- __kind: "P2SH";
1459
- } | {
1460
- value: string;
1461
- __kind: "P2WPKH";
1462
- } | {
1463
- value: string;
1464
- __kind: "P2WSH";
1465
- } | {
1466
- value: string;
1467
- __kind: "Taproot";
1468
- } | {
1469
- __kind: "OtherSegwit";
1470
- version: number;
1471
- program: string;
1472
- };
1473
- __kind: "Btc";
1479
+ value: string;
1480
+ __kind: "P2WPKH";
1474
1481
  } | {
1475
1482
  value: string;
1476
- __kind: "Arb";
1483
+ __kind: "P2WSH";
1477
1484
  } | {
1478
1485
  value: string;
1479
- __kind: "Sol";
1486
+ __kind: "Taproot";
1487
+ } | {
1488
+ __kind: "OtherSegwit";
1489
+ version: number;
1490
+ program: string;
1491
+ };
1492
+ minPrice: string | number;
1493
+ } | null | undefined;
1494
+ dcaParams?: {
1495
+ numberOfChunks: number;
1496
+ chunkInterval: number;
1497
+ } | null | undefined;
1498
+ }>;
1499
+ }, "strip", z.ZodTypeAny, {
1500
+ __kind: "Vault";
1501
+ vaultWitness: {
1502
+ txId: `0x${string}`;
1503
+ depositDetails: {
1504
+ depositAddress: {
1505
+ pubkeyX: `0x${string}`;
1506
+ scriptPath?: {
1507
+ salt: number;
1508
+ tweakedPubkeyBytes: `0x${string}`;
1509
+ tapleafHash: `0x${string}`;
1510
+ unlockScript: {
1511
+ bytes: `0x${string}`;
1512
+ };
1513
+ } | null | undefined;
1514
+ };
1515
+ amount: bigint;
1516
+ id: {
1517
+ txId: `0x${string}`;
1518
+ vout: number;
1480
1519
  };
1481
- minPrice: string | number;
1482
- } | null | undefined;
1483
- dcaParams?: {
1484
- numberOfChunks: number;
1485
- chunkInterval: number;
1486
- } | null | undefined;
1487
- }>;
1488
- }, "strip", z.ZodTypeAny, {
1489
- __kind: "Vault";
1490
- vaultWitness: {
1491
- txId: `0x${string}`;
1492
- depositDetails: {
1493
- txHashes?: `0x${string}`[] | null | undefined;
1494
1520
  };
1495
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
1521
+ inputAsset: "Btc";
1496
1522
  depositAmount: bigint;
1497
1523
  outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1498
1524
  destinationAddress: {
1499
- chain: "Ethereum";
1500
- address: `0x${string}`;
1525
+ readonly chain: "Ethereum";
1526
+ readonly address: `0x${string}`;
1501
1527
  } | {
1502
- chain: "Polkadot";
1503
- address: string;
1528
+ readonly chain: "Polkadot";
1529
+ readonly address: string;
1504
1530
  } | {
1505
- chain: "Bitcoin";
1506
- address: string;
1531
+ readonly chain: "Bitcoin";
1532
+ readonly address: string;
1507
1533
  } | {
1508
- chain: "Arbitrum";
1509
- address: `0x${string}`;
1534
+ readonly chain: "Arbitrum";
1535
+ readonly address: `0x${string}`;
1510
1536
  } | {
1511
- chain: "Solana";
1512
- address: string;
1537
+ readonly chain: "Solana";
1538
+ readonly address: string;
1513
1539
  };
1514
1540
  affiliateFees: {
1515
1541
  account: number;
1516
1542
  bps: number;
1517
1543
  }[];
1518
1544
  boostFee: number;
1519
- depositAddress?: `0x${string}` | null | undefined;
1545
+ depositAddress?: {
1546
+ value: `0x${string}`;
1547
+ __kind: "P2PKH";
1548
+ } | {
1549
+ value: `0x${string}`;
1550
+ __kind: "P2SH";
1551
+ } | {
1552
+ value: `0x${string}`;
1553
+ __kind: "P2WPKH";
1554
+ } | {
1555
+ value: `0x${string}`;
1556
+ __kind: "P2WSH";
1557
+ } | {
1558
+ value: `0x${string}`;
1559
+ __kind: "Taproot";
1560
+ } | {
1561
+ __kind: "OtherSegwit";
1562
+ version: number;
1563
+ program: `0x${string}`;
1564
+ } | null | undefined;
1520
1565
  channelId?: bigint | null | undefined;
1521
1566
  depositMetadata?: {
1522
1567
  channelMetadata: {
@@ -1569,38 +1614,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1569
1614
  retryDuration: number;
1570
1615
  refundAddress: {
1571
1616
  value: `0x${string}`;
1572
- __kind: "Eth";
1617
+ __kind: "P2PKH";
1573
1618
  } | {
1574
1619
  value: `0x${string}`;
1575
- __kind: "Dot";
1620
+ __kind: "P2SH";
1576
1621
  } | {
1577
- value: {
1578
- value: `0x${string}`;
1579
- __kind: "P2PKH";
1580
- } | {
1581
- value: `0x${string}`;
1582
- __kind: "P2SH";
1583
- } | {
1584
- value: `0x${string}`;
1585
- __kind: "P2WPKH";
1586
- } | {
1587
- value: `0x${string}`;
1588
- __kind: "P2WSH";
1589
- } | {
1590
- value: `0x${string}`;
1591
- __kind: "Taproot";
1592
- } | {
1593
- __kind: "OtherSegwit";
1594
- version: number;
1595
- program: `0x${string}`;
1596
- };
1597
- __kind: "Btc";
1622
+ value: `0x${string}`;
1623
+ __kind: "P2WPKH";
1598
1624
  } | {
1599
1625
  value: `0x${string}`;
1600
- __kind: "Arb";
1626
+ __kind: "P2WSH";
1601
1627
  } | {
1602
1628
  value: `0x${string}`;
1603
- __kind: "Sol";
1629
+ __kind: "Taproot";
1630
+ } | {
1631
+ __kind: "OtherSegwit";
1632
+ version: number;
1633
+ program: `0x${string}`;
1604
1634
  };
1605
1635
  minPrice: bigint;
1606
1636
  } | null | undefined;
@@ -1614,10 +1644,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1614
1644
  vaultWitness: {
1615
1645
  txId: string;
1616
1646
  depositDetails: {
1617
- txHashes?: string[] | null | undefined;
1647
+ depositAddress: {
1648
+ pubkeyX: string;
1649
+ scriptPath?: {
1650
+ salt: number;
1651
+ tweakedPubkeyBytes: string;
1652
+ tapleafHash: string;
1653
+ unlockScript: {
1654
+ bytes: string;
1655
+ };
1656
+ } | null | undefined;
1657
+ };
1658
+ amount: string | number;
1659
+ id: {
1660
+ txId: string;
1661
+ vout: number;
1662
+ };
1618
1663
  };
1619
1664
  inputAsset: {
1620
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
1665
+ __kind: "Btc";
1621
1666
  };
1622
1667
  depositAmount: string | number;
1623
1668
  outputAsset: {
@@ -1625,26 +1670,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1625
1670
  };
1626
1671
  destinationAddress: {
1627
1672
  value: string;
1628
- __kind: "Eth";
1673
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
1674
+ };
1675
+ affiliateFees: {
1676
+ account: number;
1677
+ bps: number;
1678
+ }[];
1679
+ boostFee: number;
1680
+ depositAddress?: {
1681
+ value: string;
1682
+ __kind: "P2PKH";
1629
1683
  } | {
1630
1684
  value: string;
1631
- __kind: "Dot";
1685
+ __kind: "P2SH";
1632
1686
  } | {
1633
1687
  value: string;
1634
- __kind: "Btc";
1688
+ __kind: "P2WPKH";
1635
1689
  } | {
1636
1690
  value: string;
1637
- __kind: "Arb";
1691
+ __kind: "P2WSH";
1638
1692
  } | {
1639
1693
  value: string;
1640
- __kind: "Sol";
1641
- };
1642
- affiliateFees: {
1643
- account: number;
1644
- bps: number;
1645
- }[];
1646
- boostFee: number;
1647
- depositAddress?: string | null | undefined;
1694
+ __kind: "Taproot";
1695
+ } | {
1696
+ __kind: "OtherSegwit";
1697
+ version: number;
1698
+ program: string;
1699
+ } | null | undefined;
1648
1700
  channelId?: string | number | null | undefined;
1649
1701
  depositMetadata?: {
1650
1702
  channelMetadata: {
@@ -1699,38 +1751,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1699
1751
  retryDuration: number;
1700
1752
  refundAddress: {
1701
1753
  value: string;
1702
- __kind: "Eth";
1754
+ __kind: "P2PKH";
1703
1755
  } | {
1704
1756
  value: string;
1705
- __kind: "Dot";
1757
+ __kind: "P2SH";
1706
1758
  } | {
1707
- value: {
1708
- value: string;
1709
- __kind: "P2PKH";
1710
- } | {
1711
- value: string;
1712
- __kind: "P2SH";
1713
- } | {
1714
- value: string;
1715
- __kind: "P2WPKH";
1716
- } | {
1717
- value: string;
1718
- __kind: "P2WSH";
1719
- } | {
1720
- value: string;
1721
- __kind: "Taproot";
1722
- } | {
1723
- __kind: "OtherSegwit";
1724
- version: number;
1725
- program: string;
1726
- };
1727
- __kind: "Btc";
1759
+ value: string;
1760
+ __kind: "P2WPKH";
1728
1761
  } | {
1729
1762
  value: string;
1730
- __kind: "Arb";
1763
+ __kind: "P2WSH";
1731
1764
  } | {
1732
1765
  value: string;
1733
- __kind: "Sol";
1766
+ __kind: "Taproot";
1767
+ } | {
1768
+ __kind: "OtherSegwit";
1769
+ version: number;
1770
+ program: string;
1734
1771
  };
1735
1772
  minPrice: string | number;
1736
1773
  } | null | undefined;
@@ -1848,33 +1885,67 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1848
1885
  vaultWitness: {
1849
1886
  txId: `0x${string}`;
1850
1887
  depositDetails: {
1851
- txHashes?: `0x${string}`[] | null | undefined;
1888
+ depositAddress: {
1889
+ pubkeyX: `0x${string}`;
1890
+ scriptPath?: {
1891
+ salt: number;
1892
+ tweakedPubkeyBytes: `0x${string}`;
1893
+ tapleafHash: `0x${string}`;
1894
+ unlockScript: {
1895
+ bytes: `0x${string}`;
1896
+ };
1897
+ } | null | undefined;
1898
+ };
1899
+ amount: bigint;
1900
+ id: {
1901
+ txId: `0x${string}`;
1902
+ vout: number;
1903
+ };
1852
1904
  };
1853
- inputAsset: "Eth" | "Flip" | "Usdc" | "Usdt";
1905
+ inputAsset: "Btc";
1854
1906
  depositAmount: bigint;
1855
1907
  outputAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
1856
1908
  destinationAddress: {
1857
- chain: "Ethereum";
1858
- address: `0x${string}`;
1909
+ readonly chain: "Ethereum";
1910
+ readonly address: `0x${string}`;
1859
1911
  } | {
1860
- chain: "Polkadot";
1861
- address: string;
1912
+ readonly chain: "Polkadot";
1913
+ readonly address: string;
1862
1914
  } | {
1863
- chain: "Bitcoin";
1864
- address: string;
1915
+ readonly chain: "Bitcoin";
1916
+ readonly address: string;
1865
1917
  } | {
1866
- chain: "Arbitrum";
1867
- address: `0x${string}`;
1918
+ readonly chain: "Arbitrum";
1919
+ readonly address: `0x${string}`;
1868
1920
  } | {
1869
- chain: "Solana";
1870
- address: string;
1921
+ readonly chain: "Solana";
1922
+ readonly address: string;
1871
1923
  };
1872
1924
  affiliateFees: {
1873
1925
  account: number;
1874
1926
  bps: number;
1875
1927
  }[];
1876
1928
  boostFee: number;
1877
- depositAddress?: `0x${string}` | null | undefined;
1929
+ depositAddress?: {
1930
+ value: `0x${string}`;
1931
+ __kind: "P2PKH";
1932
+ } | {
1933
+ value: `0x${string}`;
1934
+ __kind: "P2SH";
1935
+ } | {
1936
+ value: `0x${string}`;
1937
+ __kind: "P2WPKH";
1938
+ } | {
1939
+ value: `0x${string}`;
1940
+ __kind: "P2WSH";
1941
+ } | {
1942
+ value: `0x${string}`;
1943
+ __kind: "Taproot";
1944
+ } | {
1945
+ __kind: "OtherSegwit";
1946
+ version: number;
1947
+ program: `0x${string}`;
1948
+ } | null | undefined;
1878
1949
  channelId?: bigint | null | undefined;
1879
1950
  depositMetadata?: {
1880
1951
  channelMetadata: {
@@ -1927,38 +1998,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
1927
1998
  retryDuration: number;
1928
1999
  refundAddress: {
1929
2000
  value: `0x${string}`;
1930
- __kind: "Eth";
2001
+ __kind: "P2PKH";
1931
2002
  } | {
1932
2003
  value: `0x${string}`;
1933
- __kind: "Dot";
2004
+ __kind: "P2SH";
1934
2005
  } | {
1935
- value: {
1936
- value: `0x${string}`;
1937
- __kind: "P2PKH";
1938
- } | {
1939
- value: `0x${string}`;
1940
- __kind: "P2SH";
1941
- } | {
1942
- value: `0x${string}`;
1943
- __kind: "P2WPKH";
1944
- } | {
1945
- value: `0x${string}`;
1946
- __kind: "P2WSH";
1947
- } | {
1948
- value: `0x${string}`;
1949
- __kind: "Taproot";
1950
- } | {
1951
- __kind: "OtherSegwit";
1952
- version: number;
1953
- program: `0x${string}`;
1954
- };
1955
- __kind: "Btc";
2006
+ value: `0x${string}`;
2007
+ __kind: "P2WPKH";
1956
2008
  } | {
1957
2009
  value: `0x${string}`;
1958
- __kind: "Arb";
2010
+ __kind: "P2WSH";
1959
2011
  } | {
1960
2012
  value: `0x${string}`;
1961
- __kind: "Sol";
2013
+ __kind: "Taproot";
2014
+ } | {
2015
+ __kind: "OtherSegwit";
2016
+ version: number;
2017
+ program: `0x${string}`;
1962
2018
  };
1963
2019
  minPrice: bigint;
1964
2020
  } | null | undefined;
@@ -2084,10 +2140,25 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2084
2140
  vaultWitness: {
2085
2141
  txId: string;
2086
2142
  depositDetails: {
2087
- txHashes?: string[] | null | undefined;
2143
+ depositAddress: {
2144
+ pubkeyX: string;
2145
+ scriptPath?: {
2146
+ salt: number;
2147
+ tweakedPubkeyBytes: string;
2148
+ tapleafHash: string;
2149
+ unlockScript: {
2150
+ bytes: string;
2151
+ };
2152
+ } | null | undefined;
2153
+ };
2154
+ amount: string | number;
2155
+ id: {
2156
+ txId: string;
2157
+ vout: number;
2158
+ };
2088
2159
  };
2089
2160
  inputAsset: {
2090
- __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
2161
+ __kind: "Btc";
2091
2162
  };
2092
2163
  depositAmount: string | number;
2093
2164
  outputAsset: {
@@ -2095,26 +2166,33 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2095
2166
  };
2096
2167
  destinationAddress: {
2097
2168
  value: string;
2098
- __kind: "Eth";
2169
+ __kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb";
2170
+ };
2171
+ affiliateFees: {
2172
+ account: number;
2173
+ bps: number;
2174
+ }[];
2175
+ boostFee: number;
2176
+ depositAddress?: {
2177
+ value: string;
2178
+ __kind: "P2PKH";
2099
2179
  } | {
2100
2180
  value: string;
2101
- __kind: "Dot";
2181
+ __kind: "P2SH";
2102
2182
  } | {
2103
2183
  value: string;
2104
- __kind: "Btc";
2184
+ __kind: "P2WPKH";
2105
2185
  } | {
2106
2186
  value: string;
2107
- __kind: "Arb";
2187
+ __kind: "P2WSH";
2108
2188
  } | {
2109
2189
  value: string;
2110
- __kind: "Sol";
2111
- };
2112
- affiliateFees: {
2113
- account: number;
2114
- bps: number;
2115
- }[];
2116
- boostFee: number;
2117
- depositAddress?: string | null | undefined;
2190
+ __kind: "Taproot";
2191
+ } | {
2192
+ __kind: "OtherSegwit";
2193
+ version: number;
2194
+ program: string;
2195
+ } | null | undefined;
2118
2196
  channelId?: string | number | null | undefined;
2119
2197
  depositMetadata?: {
2120
2198
  channelMetadata: {
@@ -2169,38 +2247,23 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
2169
2247
  retryDuration: number;
2170
2248
  refundAddress: {
2171
2249
  value: string;
2172
- __kind: "Eth";
2250
+ __kind: "P2PKH";
2173
2251
  } | {
2174
2252
  value: string;
2175
- __kind: "Dot";
2253
+ __kind: "P2SH";
2176
2254
  } | {
2177
- value: {
2178
- value: string;
2179
- __kind: "P2PKH";
2180
- } | {
2181
- value: string;
2182
- __kind: "P2SH";
2183
- } | {
2184
- value: string;
2185
- __kind: "P2WPKH";
2186
- } | {
2187
- value: string;
2188
- __kind: "P2WSH";
2189
- } | {
2190
- value: string;
2191
- __kind: "Taproot";
2192
- } | {
2193
- __kind: "OtherSegwit";
2194
- version: number;
2195
- program: string;
2196
- };
2197
- __kind: "Btc";
2255
+ value: string;
2256
+ __kind: "P2WPKH";
2198
2257
  } | {
2199
2258
  value: string;
2200
- __kind: "Arb";
2259
+ __kind: "P2WSH";
2201
2260
  } | {
2202
2261
  value: string;
2203
- __kind: "Sol";
2262
+ __kind: "Taproot";
2263
+ } | {
2264
+ __kind: "OtherSegwit";
2265
+ version: number;
2266
+ program: string;
2204
2267
  };
2205
2268
  minPrice: string | number;
2206
2269
  } | null | undefined;