@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
@@ -14,11 +14,11 @@ declare const swappingCcmFailed: z.ZodObject<{
14
14
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Dot" | "Btc";
18
17
  value: `0x${string}`;
19
- }, {
20
18
  __kind: "Eth" | "Dot" | "Btc";
19
+ }, {
21
20
  value: string;
21
+ __kind: "Eth" | "Dot" | "Btc";
22
22
  }>, {
23
23
  readonly chain: "Ethereum";
24
24
  readonly address: `0x${string}`;
@@ -29,8 +29,8 @@ declare const swappingCcmFailed: z.ZodObject<{
29
29
  readonly chain: "Bitcoin";
30
30
  readonly address: string;
31
31
  }, {
32
- __kind: "Eth" | "Dot" | "Btc";
33
32
  value: string;
33
+ __kind: "Eth" | "Dot" | "Btc";
34
34
  }>;
35
35
  depositMetadata: z.ZodObject<{
36
36
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -46,67 +46,67 @@ declare const swappingCcmFailed: z.ZodObject<{
46
46
  __kind: z.ZodLiteral<"Eth">;
47
47
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- __kind: "Eth";
50
49
  value: `0x${string}`;
51
- }, {
52
50
  __kind: "Eth";
51
+ }, {
53
52
  value: string;
53
+ __kind: "Eth";
54
54
  }>, z.ZodObject<{
55
55
  __kind: z.ZodLiteral<"Dot">;
56
56
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- __kind: "Dot";
59
58
  value: `0x${string}`;
60
- }, {
61
59
  __kind: "Dot";
60
+ }, {
62
61
  value: string;
62
+ __kind: "Dot";
63
63
  }>, z.ZodObject<{
64
64
  __kind: z.ZodLiteral<"Btc">;
65
65
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
66
66
  __kind: z.ZodLiteral<"P2PKH">;
67
67
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- __kind: "P2PKH";
70
69
  value: `0x${string}`;
71
- }, {
72
70
  __kind: "P2PKH";
71
+ }, {
73
72
  value: string;
73
+ __kind: "P2PKH";
74
74
  }>, z.ZodObject<{
75
75
  __kind: z.ZodLiteral<"P2SH">;
76
76
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
77
77
  }, "strip", z.ZodTypeAny, {
78
- __kind: "P2SH";
79
78
  value: `0x${string}`;
80
- }, {
81
79
  __kind: "P2SH";
80
+ }, {
82
81
  value: string;
82
+ __kind: "P2SH";
83
83
  }>, z.ZodObject<{
84
84
  __kind: z.ZodLiteral<"P2WPKH">;
85
85
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- __kind: "P2WPKH";
88
87
  value: `0x${string}`;
89
- }, {
90
88
  __kind: "P2WPKH";
89
+ }, {
91
90
  value: string;
91
+ __kind: "P2WPKH";
92
92
  }>, z.ZodObject<{
93
93
  __kind: z.ZodLiteral<"P2WSH">;
94
94
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
95
95
  }, "strip", z.ZodTypeAny, {
96
- __kind: "P2WSH";
97
96
  value: `0x${string}`;
98
- }, {
99
97
  __kind: "P2WSH";
98
+ }, {
100
99
  value: string;
100
+ __kind: "P2WSH";
101
101
  }>, z.ZodObject<{
102
102
  __kind: z.ZodLiteral<"Taproot">;
103
103
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
104
104
  }, "strip", z.ZodTypeAny, {
105
- __kind: "Taproot";
106
105
  value: `0x${string}`;
107
- }, {
108
106
  __kind: "Taproot";
107
+ }, {
109
108
  value: string;
109
+ __kind: "Taproot";
110
110
  }>, z.ZodObject<{
111
111
  __kind: z.ZodLiteral<"OtherSegwit">;
112
112
  version: z.ZodNumber;
@@ -121,49 +121,49 @@ declare const swappingCcmFailed: z.ZodObject<{
121
121
  program: string;
122
122
  }>]>;
123
123
  }, "strip", z.ZodTypeAny, {
124
- __kind: "Btc";
125
124
  value: {
126
- __kind: "P2PKH";
127
125
  value: `0x${string}`;
126
+ __kind: "P2PKH";
128
127
  } | {
129
- __kind: "P2SH";
130
128
  value: `0x${string}`;
129
+ __kind: "P2SH";
131
130
  } | {
132
- __kind: "P2WPKH";
133
131
  value: `0x${string}`;
132
+ __kind: "P2WPKH";
134
133
  } | {
135
- __kind: "P2WSH";
136
134
  value: `0x${string}`;
135
+ __kind: "P2WSH";
137
136
  } | {
138
- __kind: "Taproot";
139
137
  value: `0x${string}`;
138
+ __kind: "Taproot";
140
139
  } | {
141
140
  __kind: "OtherSegwit";
142
141
  version: number;
143
142
  program: `0x${string}`;
144
143
  };
145
- }, {
146
144
  __kind: "Btc";
145
+ }, {
147
146
  value: {
148
- __kind: "P2PKH";
149
147
  value: string;
148
+ __kind: "P2PKH";
150
149
  } | {
151
- __kind: "P2SH";
152
150
  value: string;
151
+ __kind: "P2SH";
153
152
  } | {
154
- __kind: "P2WPKH";
155
153
  value: string;
154
+ __kind: "P2WPKH";
156
155
  } | {
157
- __kind: "P2WSH";
158
156
  value: string;
157
+ __kind: "P2WSH";
159
158
  } | {
160
- __kind: "Taproot";
161
159
  value: string;
160
+ __kind: "Taproot";
162
161
  } | {
163
162
  __kind: "OtherSegwit";
164
163
  version: number;
165
164
  program: string;
166
165
  };
166
+ __kind: "Btc";
167
167
  }>]>>>;
168
168
  channelMetadata: z.ZodObject<{
169
169
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -186,33 +186,33 @@ declare const swappingCcmFailed: z.ZodObject<{
186
186
  cfParameters: `0x${string}`;
187
187
  };
188
188
  sourceAddress?: {
189
- __kind: "Eth";
190
189
  value: `0x${string}`;
190
+ __kind: "Eth";
191
191
  } | {
192
- __kind: "Dot";
193
192
  value: `0x${string}`;
193
+ __kind: "Dot";
194
194
  } | {
195
- __kind: "Btc";
196
195
  value: {
197
- __kind: "P2PKH";
198
196
  value: `0x${string}`;
197
+ __kind: "P2PKH";
199
198
  } | {
200
- __kind: "P2SH";
201
199
  value: `0x${string}`;
200
+ __kind: "P2SH";
202
201
  } | {
203
- __kind: "P2WPKH";
204
202
  value: `0x${string}`;
203
+ __kind: "P2WPKH";
205
204
  } | {
206
- __kind: "P2WSH";
207
205
  value: `0x${string}`;
206
+ __kind: "P2WSH";
208
207
  } | {
209
- __kind: "Taproot";
210
208
  value: `0x${string}`;
209
+ __kind: "Taproot";
211
210
  } | {
212
211
  __kind: "OtherSegwit";
213
212
  version: number;
214
213
  program: `0x${string}`;
215
214
  };
215
+ __kind: "Btc";
216
216
  } | null | undefined;
217
217
  }, {
218
218
  sourceChain: {
@@ -224,37 +224,36 @@ declare const swappingCcmFailed: z.ZodObject<{
224
224
  cfParameters: string;
225
225
  };
226
226
  sourceAddress?: {
227
- __kind: "Eth";
228
227
  value: string;
228
+ __kind: "Eth";
229
229
  } | {
230
- __kind: "Dot";
231
230
  value: string;
231
+ __kind: "Dot";
232
232
  } | {
233
- __kind: "Btc";
234
233
  value: {
235
- __kind: "P2PKH";
236
234
  value: string;
235
+ __kind: "P2PKH";
237
236
  } | {
238
- __kind: "P2SH";
239
237
  value: string;
238
+ __kind: "P2SH";
240
239
  } | {
241
- __kind: "P2WPKH";
242
240
  value: string;
241
+ __kind: "P2WPKH";
243
242
  } | {
244
- __kind: "P2WSH";
245
243
  value: string;
244
+ __kind: "P2WSH";
246
245
  } | {
247
- __kind: "Taproot";
248
246
  value: string;
247
+ __kind: "Taproot";
249
248
  } | {
250
249
  __kind: "OtherSegwit";
251
250
  version: number;
252
251
  program: string;
253
252
  };
253
+ __kind: "Btc";
254
254
  } | null | undefined;
255
255
  }>;
256
256
  }, "strip", z.ZodTypeAny, {
257
- reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
258
257
  destinationAddress: {
259
258
  readonly chain: "Ethereum";
260
259
  readonly address: `0x${string}`;
@@ -273,42 +272,40 @@ declare const swappingCcmFailed: z.ZodObject<{
273
272
  cfParameters: `0x${string}`;
274
273
  };
275
274
  sourceAddress?: {
276
- __kind: "Eth";
277
275
  value: `0x${string}`;
276
+ __kind: "Eth";
278
277
  } | {
279
- __kind: "Dot";
280
278
  value: `0x${string}`;
279
+ __kind: "Dot";
281
280
  } | {
282
- __kind: "Btc";
283
281
  value: {
284
- __kind: "P2PKH";
285
282
  value: `0x${string}`;
283
+ __kind: "P2PKH";
286
284
  } | {
287
- __kind: "P2SH";
288
285
  value: `0x${string}`;
286
+ __kind: "P2SH";
289
287
  } | {
290
- __kind: "P2WPKH";
291
288
  value: `0x${string}`;
289
+ __kind: "P2WPKH";
292
290
  } | {
293
- __kind: "P2WSH";
294
291
  value: `0x${string}`;
292
+ __kind: "P2WSH";
295
293
  } | {
296
- __kind: "Taproot";
297
294
  value: `0x${string}`;
295
+ __kind: "Taproot";
298
296
  } | {
299
297
  __kind: "OtherSegwit";
300
298
  version: number;
301
299
  program: `0x${string}`;
302
300
  };
301
+ __kind: "Btc";
303
302
  } | null | undefined;
304
303
  };
304
+ reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
305
305
  }, {
306
- reason: {
307
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
308
- };
309
306
  destinationAddress: {
310
- __kind: "Eth" | "Dot" | "Btc";
311
307
  value: string;
308
+ __kind: "Eth" | "Dot" | "Btc";
312
309
  };
313
310
  depositMetadata: {
314
311
  sourceChain: {
@@ -320,35 +317,38 @@ declare const swappingCcmFailed: z.ZodObject<{
320
317
  cfParameters: string;
321
318
  };
322
319
  sourceAddress?: {
323
- __kind: "Eth";
324
320
  value: string;
321
+ __kind: "Eth";
325
322
  } | {
326
- __kind: "Dot";
327
323
  value: string;
324
+ __kind: "Dot";
328
325
  } | {
329
- __kind: "Btc";
330
326
  value: {
331
- __kind: "P2PKH";
332
327
  value: string;
328
+ __kind: "P2PKH";
333
329
  } | {
334
- __kind: "P2SH";
335
330
  value: string;
331
+ __kind: "P2SH";
336
332
  } | {
337
- __kind: "P2WPKH";
338
333
  value: string;
334
+ __kind: "P2WPKH";
339
335
  } | {
340
- __kind: "P2WSH";
341
336
  value: string;
337
+ __kind: "P2WSH";
342
338
  } | {
343
- __kind: "Taproot";
344
339
  value: string;
340
+ __kind: "Taproot";
345
341
  } | {
346
342
  __kind: "OtherSegwit";
347
343
  version: number;
348
344
  program: string;
349
345
  };
346
+ __kind: "Btc";
350
347
  } | null | undefined;
351
348
  };
349
+ reason: {
350
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
351
+ };
352
352
  }>;
353
353
 
354
354
  export { swappingCcmFailed };
@@ -14,11 +14,11 @@ declare const swappingCcmFailed: z.ZodObject<{
14
14
  __kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Dot" | "Btc";
18
17
  value: `0x${string}`;
19
- }, {
20
18
  __kind: "Eth" | "Dot" | "Btc";
19
+ }, {
21
20
  value: string;
21
+ __kind: "Eth" | "Dot" | "Btc";
22
22
  }>, {
23
23
  readonly chain: "Ethereum";
24
24
  readonly address: `0x${string}`;
@@ -29,8 +29,8 @@ declare const swappingCcmFailed: z.ZodObject<{
29
29
  readonly chain: "Bitcoin";
30
30
  readonly address: string;
31
31
  }, {
32
- __kind: "Eth" | "Dot" | "Btc";
33
32
  value: string;
33
+ __kind: "Eth" | "Dot" | "Btc";
34
34
  }>;
35
35
  depositMetadata: z.ZodObject<{
36
36
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -46,67 +46,67 @@ declare const swappingCcmFailed: z.ZodObject<{
46
46
  __kind: z.ZodLiteral<"Eth">;
47
47
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- __kind: "Eth";
50
49
  value: `0x${string}`;
51
- }, {
52
50
  __kind: "Eth";
51
+ }, {
53
52
  value: string;
53
+ __kind: "Eth";
54
54
  }>, z.ZodObject<{
55
55
  __kind: z.ZodLiteral<"Dot">;
56
56
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- __kind: "Dot";
59
58
  value: `0x${string}`;
60
- }, {
61
59
  __kind: "Dot";
60
+ }, {
62
61
  value: string;
62
+ __kind: "Dot";
63
63
  }>, z.ZodObject<{
64
64
  __kind: z.ZodLiteral<"Btc">;
65
65
  value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
66
66
  __kind: z.ZodLiteral<"P2PKH">;
67
67
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- __kind: "P2PKH";
70
69
  value: `0x${string}`;
71
- }, {
72
70
  __kind: "P2PKH";
71
+ }, {
73
72
  value: string;
73
+ __kind: "P2PKH";
74
74
  }>, z.ZodObject<{
75
75
  __kind: z.ZodLiteral<"P2SH">;
76
76
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
77
77
  }, "strip", z.ZodTypeAny, {
78
- __kind: "P2SH";
79
78
  value: `0x${string}`;
80
- }, {
81
79
  __kind: "P2SH";
80
+ }, {
82
81
  value: string;
82
+ __kind: "P2SH";
83
83
  }>, z.ZodObject<{
84
84
  __kind: z.ZodLiteral<"P2WPKH">;
85
85
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- __kind: "P2WPKH";
88
87
  value: `0x${string}`;
89
- }, {
90
88
  __kind: "P2WPKH";
89
+ }, {
91
90
  value: string;
91
+ __kind: "P2WPKH";
92
92
  }>, z.ZodObject<{
93
93
  __kind: z.ZodLiteral<"P2WSH">;
94
94
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
95
95
  }, "strip", z.ZodTypeAny, {
96
- __kind: "P2WSH";
97
96
  value: `0x${string}`;
98
- }, {
99
97
  __kind: "P2WSH";
98
+ }, {
100
99
  value: string;
100
+ __kind: "P2WSH";
101
101
  }>, z.ZodObject<{
102
102
  __kind: z.ZodLiteral<"Taproot">;
103
103
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
104
104
  }, "strip", z.ZodTypeAny, {
105
- __kind: "Taproot";
106
105
  value: `0x${string}`;
107
- }, {
108
106
  __kind: "Taproot";
107
+ }, {
109
108
  value: string;
109
+ __kind: "Taproot";
110
110
  }>, z.ZodObject<{
111
111
  __kind: z.ZodLiteral<"OtherSegwit">;
112
112
  version: z.ZodNumber;
@@ -121,49 +121,49 @@ declare const swappingCcmFailed: z.ZodObject<{
121
121
  program: string;
122
122
  }>]>;
123
123
  }, "strip", z.ZodTypeAny, {
124
- __kind: "Btc";
125
124
  value: {
126
- __kind: "P2PKH";
127
125
  value: `0x${string}`;
126
+ __kind: "P2PKH";
128
127
  } | {
129
- __kind: "P2SH";
130
128
  value: `0x${string}`;
129
+ __kind: "P2SH";
131
130
  } | {
132
- __kind: "P2WPKH";
133
131
  value: `0x${string}`;
132
+ __kind: "P2WPKH";
134
133
  } | {
135
- __kind: "P2WSH";
136
134
  value: `0x${string}`;
135
+ __kind: "P2WSH";
137
136
  } | {
138
- __kind: "Taproot";
139
137
  value: `0x${string}`;
138
+ __kind: "Taproot";
140
139
  } | {
141
140
  __kind: "OtherSegwit";
142
141
  version: number;
143
142
  program: `0x${string}`;
144
143
  };
145
- }, {
146
144
  __kind: "Btc";
145
+ }, {
147
146
  value: {
148
- __kind: "P2PKH";
149
147
  value: string;
148
+ __kind: "P2PKH";
150
149
  } | {
151
- __kind: "P2SH";
152
150
  value: string;
151
+ __kind: "P2SH";
153
152
  } | {
154
- __kind: "P2WPKH";
155
153
  value: string;
154
+ __kind: "P2WPKH";
156
155
  } | {
157
- __kind: "P2WSH";
158
156
  value: string;
157
+ __kind: "P2WSH";
159
158
  } | {
160
- __kind: "Taproot";
161
159
  value: string;
160
+ __kind: "Taproot";
162
161
  } | {
163
162
  __kind: "OtherSegwit";
164
163
  version: number;
165
164
  program: string;
166
165
  };
166
+ __kind: "Btc";
167
167
  }>]>>>;
168
168
  channelMetadata: z.ZodObject<{
169
169
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -186,33 +186,33 @@ declare const swappingCcmFailed: z.ZodObject<{
186
186
  cfParameters: `0x${string}`;
187
187
  };
188
188
  sourceAddress?: {
189
- __kind: "Eth";
190
189
  value: `0x${string}`;
190
+ __kind: "Eth";
191
191
  } | {
192
- __kind: "Dot";
193
192
  value: `0x${string}`;
193
+ __kind: "Dot";
194
194
  } | {
195
- __kind: "Btc";
196
195
  value: {
197
- __kind: "P2PKH";
198
196
  value: `0x${string}`;
197
+ __kind: "P2PKH";
199
198
  } | {
200
- __kind: "P2SH";
201
199
  value: `0x${string}`;
200
+ __kind: "P2SH";
202
201
  } | {
203
- __kind: "P2WPKH";
204
202
  value: `0x${string}`;
203
+ __kind: "P2WPKH";
205
204
  } | {
206
- __kind: "P2WSH";
207
205
  value: `0x${string}`;
206
+ __kind: "P2WSH";
208
207
  } | {
209
- __kind: "Taproot";
210
208
  value: `0x${string}`;
209
+ __kind: "Taproot";
211
210
  } | {
212
211
  __kind: "OtherSegwit";
213
212
  version: number;
214
213
  program: `0x${string}`;
215
214
  };
215
+ __kind: "Btc";
216
216
  } | null | undefined;
217
217
  }, {
218
218
  sourceChain: {
@@ -224,37 +224,36 @@ declare const swappingCcmFailed: z.ZodObject<{
224
224
  cfParameters: string;
225
225
  };
226
226
  sourceAddress?: {
227
- __kind: "Eth";
228
227
  value: string;
228
+ __kind: "Eth";
229
229
  } | {
230
- __kind: "Dot";
231
230
  value: string;
231
+ __kind: "Dot";
232
232
  } | {
233
- __kind: "Btc";
234
233
  value: {
235
- __kind: "P2PKH";
236
234
  value: string;
235
+ __kind: "P2PKH";
237
236
  } | {
238
- __kind: "P2SH";
239
237
  value: string;
238
+ __kind: "P2SH";
240
239
  } | {
241
- __kind: "P2WPKH";
242
240
  value: string;
241
+ __kind: "P2WPKH";
243
242
  } | {
244
- __kind: "P2WSH";
245
243
  value: string;
244
+ __kind: "P2WSH";
246
245
  } | {
247
- __kind: "Taproot";
248
246
  value: string;
247
+ __kind: "Taproot";
249
248
  } | {
250
249
  __kind: "OtherSegwit";
251
250
  version: number;
252
251
  program: string;
253
252
  };
253
+ __kind: "Btc";
254
254
  } | null | undefined;
255
255
  }>;
256
256
  }, "strip", z.ZodTypeAny, {
257
- reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
258
257
  destinationAddress: {
259
258
  readonly chain: "Ethereum";
260
259
  readonly address: `0x${string}`;
@@ -273,42 +272,40 @@ declare const swappingCcmFailed: z.ZodObject<{
273
272
  cfParameters: `0x${string}`;
274
273
  };
275
274
  sourceAddress?: {
276
- __kind: "Eth";
277
275
  value: `0x${string}`;
276
+ __kind: "Eth";
278
277
  } | {
279
- __kind: "Dot";
280
278
  value: `0x${string}`;
279
+ __kind: "Dot";
281
280
  } | {
282
- __kind: "Btc";
283
281
  value: {
284
- __kind: "P2PKH";
285
282
  value: `0x${string}`;
283
+ __kind: "P2PKH";
286
284
  } | {
287
- __kind: "P2SH";
288
285
  value: `0x${string}`;
286
+ __kind: "P2SH";
289
287
  } | {
290
- __kind: "P2WPKH";
291
288
  value: `0x${string}`;
289
+ __kind: "P2WPKH";
292
290
  } | {
293
- __kind: "P2WSH";
294
291
  value: `0x${string}`;
292
+ __kind: "P2WSH";
295
293
  } | {
296
- __kind: "Taproot";
297
294
  value: `0x${string}`;
295
+ __kind: "Taproot";
298
296
  } | {
299
297
  __kind: "OtherSegwit";
300
298
  version: number;
301
299
  program: `0x${string}`;
302
300
  };
301
+ __kind: "Btc";
303
302
  } | null | undefined;
304
303
  };
304
+ reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
305
305
  }, {
306
- reason: {
307
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
308
- };
309
306
  destinationAddress: {
310
- __kind: "Eth" | "Dot" | "Btc";
311
307
  value: string;
308
+ __kind: "Eth" | "Dot" | "Btc";
312
309
  };
313
310
  depositMetadata: {
314
311
  sourceChain: {
@@ -320,35 +317,38 @@ declare const swappingCcmFailed: z.ZodObject<{
320
317
  cfParameters: string;
321
318
  };
322
319
  sourceAddress?: {
323
- __kind: "Eth";
324
320
  value: string;
321
+ __kind: "Eth";
325
322
  } | {
326
- __kind: "Dot";
327
323
  value: string;
324
+ __kind: "Dot";
328
325
  } | {
329
- __kind: "Btc";
330
326
  value: {
331
- __kind: "P2PKH";
332
327
  value: string;
328
+ __kind: "P2PKH";
333
329
  } | {
334
- __kind: "P2SH";
335
330
  value: string;
331
+ __kind: "P2SH";
336
332
  } | {
337
- __kind: "P2WPKH";
338
333
  value: string;
334
+ __kind: "P2WPKH";
339
335
  } | {
340
- __kind: "P2WSH";
341
336
  value: string;
337
+ __kind: "P2WSH";
342
338
  } | {
343
- __kind: "Taproot";
344
339
  value: string;
340
+ __kind: "Taproot";
345
341
  } | {
346
342
  __kind: "OtherSegwit";
347
343
  version: number;
348
344
  program: string;
349
345
  };
346
+ __kind: "Btc";
350
347
  } | null | undefined;
351
348
  };
349
+ reason: {
350
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
351
+ };
352
352
  }>;
353
353
 
354
354
  export { swappingCcmFailed };