@chainflip/processor 1.5.2 → 1.5.4

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 (303) 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 +24 -24
  6. package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
  7. package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
  8. package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
  9. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
  10. package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
  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/common.cjs +12 -12
  16. package/dist/100/common.d.cts +64 -28
  17. package/dist/100/common.d.ts +64 -28
  18. package/dist/100/common.mjs +12 -12
  19. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  20. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  21. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  22. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  23. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  24. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  25. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  26. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  27. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  28. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  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/liquidityPools/limitOrderUpdated.d.cts +8 -8
  40. package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
  41. package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
  42. package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
  43. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
  44. package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
  45. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  46. package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
  47. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
  48. package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
  49. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  50. package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  51. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  52. package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  53. package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  54. package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  55. package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
  56. package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
  57. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  58. package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  59. package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
  60. package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
  61. package/dist/100/swapping/ccmDepositReceived.d.cts +39 -21
  62. package/dist/100/swapping/ccmDepositReceived.d.ts +39 -21
  63. package/dist/100/swapping/ccmFailed.d.cts +35 -17
  64. package/dist/100/swapping/ccmFailed.d.ts +35 -17
  65. package/dist/100/swapping/swapAmountTooLow.d.cts +76 -40
  66. package/dist/100/swapping/swapAmountTooLow.d.ts +76 -40
  67. package/dist/100/swapping/swapDepositAddressReady.d.cts +76 -40
  68. package/dist/100/swapping/swapDepositAddressReady.d.ts +76 -40
  69. package/dist/100/swapping/swapScheduled.d.cts +78 -42
  70. package/dist/100/swapping/swapScheduled.d.ts +78 -42
  71. package/dist/100/swapping/withdrawalRequested.d.cts +35 -17
  72. package/dist/100/swapping/withdrawalRequested.d.ts +35 -17
  73. package/dist/100/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  74. package/dist/100/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  75. package/dist/100/tokenholderGovernance/proposalPassed.d.cts +8 -8
  76. package/dist/100/tokenholderGovernance/proposalPassed.d.ts +8 -8
  77. package/dist/100/tokenholderGovernance/proposalRejected.d.cts +8 -8
  78. package/dist/100/tokenholderGovernance/proposalRejected.d.ts +8 -8
  79. package/dist/100/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  80. package/dist/100/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  81. package/dist/100/witnesser/witnessExecutionFailed.d.cts +2 -2
  82. package/dist/100/witnesser/witnessExecutionFailed.d.ts +2 -2
  83. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  84. package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  85. package/dist/120/common.cjs +12 -12
  86. package/dist/120/common.d.cts +29 -11
  87. package/dist/120/common.d.ts +29 -11
  88. package/dist/120/common.mjs +12 -12
  89. package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  90. package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  91. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +39 -21
  92. package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +39 -21
  93. package/dist/120/swapping/ccmFailed.d.cts +35 -17
  94. package/dist/120/swapping/ccmFailed.d.ts +35 -17
  95. package/dist/120/swapping/withdrawalRequested.d.cts +35 -17
  96. package/dist/120/swapping/withdrawalRequested.d.ts +35 -17
  97. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  98. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  99. package/dist/131/common.cjs +12 -12
  100. package/dist/131/common.d.cts +64 -28
  101. package/dist/131/common.d.ts +64 -28
  102. package/dist/131/common.mjs +12 -12
  103. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +40 -40
  104. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +40 -40
  105. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
  106. package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
  107. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
  108. package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
  109. package/dist/131/reputation/offencePenalty.d.cts +2 -2
  110. package/dist/131/reputation/offencePenalty.d.ts +2 -2
  111. package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
  112. package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
  113. package/dist/131/swapping/ccmFailed.d.cts +76 -40
  114. package/dist/131/swapping/ccmFailed.d.ts +76 -40
  115. package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
  116. package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
  117. package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
  118. package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
  119. package/dist/131/swapping/swapDepositAddressReady.d.cts +88 -52
  120. package/dist/131/swapping/swapDepositAddressReady.d.ts +88 -52
  121. package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
  122. package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
  123. package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
  124. package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
  125. package/dist/131/swapping/swapExecuted.d.cts +12 -12
  126. package/dist/131/swapping/swapExecuted.d.ts +12 -12
  127. package/dist/131/swapping/swapScheduled.d.cts +90 -54
  128. package/dist/131/swapping/swapScheduled.d.ts +90 -54
  129. package/dist/131/swapping/withdrawalRequested.d.cts +41 -23
  130. package/dist/131/swapping/withdrawalRequested.d.ts +41 -23
  131. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
  132. package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
  133. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  134. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  135. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
  136. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
  137. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  138. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  139. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
  140. package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
  141. package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
  142. package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
  143. package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
  144. package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
  145. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  146. package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  147. package/dist/141/common.cjs +16 -16
  148. package/dist/141/common.d.cts +84 -36
  149. package/dist/141/common.d.ts +84 -36
  150. package/dist/141/common.mjs +16 -16
  151. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +46 -22
  152. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +46 -22
  153. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  154. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
  155. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +46 -22
  156. package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +46 -22
  157. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  158. package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  159. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
  160. package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
  161. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
  162. package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +2 -2
  163. package/dist/141/swapping/ccmDepositReceived.d.cts +46 -22
  164. package/dist/141/swapping/ccmDepositReceived.d.ts +46 -22
  165. package/dist/141/swapping/ccmFailed.d.cts +100 -52
  166. package/dist/141/swapping/ccmFailed.d.ts +100 -52
  167. package/dist/141/swapping/swapDepositAddressReady.d.cts +92 -44
  168. package/dist/141/swapping/swapDepositAddressReady.d.ts +92 -44
  169. package/dist/141/swapping/swapScheduled.d.cts +100 -52
  170. package/dist/141/swapping/swapScheduled.d.ts +100 -52
  171. package/dist/141/swapping/withdrawalRequested.d.cts +46 -22
  172. package/dist/141/swapping/withdrawalRequested.d.ts +46 -22
  173. package/dist/150/assetBalances/refundScheduled.d.cts +50 -50
  174. package/dist/150/assetBalances/refundScheduled.d.ts +50 -50
  175. package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
  176. package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
  177. package/dist/150/common.cjs +20 -20
  178. package/dist/150/common.d.cts +164 -74
  179. package/dist/150/common.d.ts +164 -74
  180. package/dist/150/common.mjs +20 -20
  181. package/dist/150/liquidityPools/limitOrderUpdated.d.cts +10 -10
  182. package/dist/150/liquidityPools/limitOrderUpdated.d.ts +10 -10
  183. package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  184. package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  185. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +58 -28
  186. package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +58 -28
  187. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
  188. package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
  189. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
  190. package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
  191. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  192. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  193. package/dist/150/swapping/ccmDepositReceived.d.cts +136 -106
  194. package/dist/150/swapping/ccmDepositReceived.d.ts +136 -106
  195. package/dist/150/swapping/ccmFailed.d.cts +217 -157
  196. package/dist/150/swapping/ccmFailed.d.ts +217 -157
  197. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  198. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  199. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  200. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  201. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  202. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  203. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  204. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  205. package/dist/150/swapping/swapDepositAddressReady.d.cts +225 -135
  206. package/dist/150/swapping/swapDepositAddressReady.d.ts +225 -135
  207. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  208. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  209. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  210. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  211. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  212. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  213. package/dist/150/swapping/swapScheduled.d.cts +241 -181
  214. package/dist/150/swapping/swapScheduled.d.ts +241 -181
  215. package/dist/150/swapping/withdrawalRequested.d.cts +72 -42
  216. package/dist/150/swapping/withdrawalRequested.d.ts +72 -42
  217. package/dist/150/tokenholderGovernance/proposalEnacted.d.cts +8 -8
  218. package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +8 -8
  219. package/dist/150/tokenholderGovernance/proposalPassed.d.cts +8 -8
  220. package/dist/150/tokenholderGovernance/proposalPassed.d.ts +8 -8
  221. package/dist/150/tokenholderGovernance/proposalRejected.d.cts +8 -8
  222. package/dist/150/tokenholderGovernance/proposalRejected.d.ts +8 -8
  223. package/dist/150/tokenholderGovernance/proposalSubmitted.d.cts +8 -8
  224. package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +8 -8
  225. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
  226. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
  227. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
  228. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
  229. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
  230. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
  231. package/dist/160/common.cjs +23 -23
  232. package/dist/160/common.d.cts +273 -256
  233. package/dist/160/common.d.ts +273 -256
  234. package/dist/160/common.mjs +23 -23
  235. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
  236. package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
  237. package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +10 -10
  238. package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +10 -10
  239. package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +4 -4
  240. package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +4 -4
  241. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +2 -2
  242. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +2 -2
  243. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +2 -2
  244. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +2 -2
  245. package/dist/160/liquidityProvider/accountCredited.d.cts +2 -2
  246. package/dist/160/liquidityProvider/accountCredited.d.ts +2 -2
  247. package/dist/160/liquidityProvider/accountDebited.d.cts +2 -2
  248. package/dist/160/liquidityProvider/accountDebited.d.ts +2 -2
  249. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +62 -32
  250. package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +62 -32
  251. package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  252. package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  253. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
  254. package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
  255. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
  256. package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
  257. package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
  258. package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
  259. package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
  260. package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
  261. package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
  262. package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
  263. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +14 -14
  264. package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +14 -14
  265. package/dist/160/solanaIngressEgress/depositBoosted.d.cts +4 -4
  266. package/dist/160/solanaIngressEgress/depositBoosted.d.ts +4 -4
  267. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  268. package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  269. package/dist/160/solanaIngressEgress/depositFinalised.d.cts +5 -5
  270. package/dist/160/solanaIngressEgress/depositFinalised.d.ts +5 -5
  271. package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
  272. package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
  273. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +12 -12
  274. package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +12 -12
  275. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  276. package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  277. package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
  278. package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
  279. package/dist/160/swapping/ccmFailed.d.cts +126 -66
  280. package/dist/160/swapping/ccmFailed.d.ts +126 -66
  281. package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
  282. package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
  283. package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
  284. package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
  285. package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
  286. package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
  287. package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
  288. package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
  289. package/dist/160/swapping/swapDepositAddressReady.cjs +1 -1
  290. package/dist/160/swapping/swapDepositAddressReady.d.cts +194 -275
  291. package/dist/160/swapping/swapDepositAddressReady.d.ts +194 -275
  292. package/dist/160/swapping/swapDepositAddressReady.mjs +2 -2
  293. package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
  294. package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
  295. package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
  296. package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
  297. package/dist/160/swapping/swapExecuted.d.cts +12 -12
  298. package/dist/160/swapping/swapExecuted.d.ts +12 -12
  299. package/dist/160/swapping/swapRequested.d.cts +218 -128
  300. package/dist/160/swapping/swapRequested.d.ts +218 -128
  301. package/dist/160/swapping/withdrawalRequested.d.cts +64 -34
  302. package/dist/160/swapping/withdrawalRequested.d.ts +64 -34
  303. package/package.json +1 -1
@@ -5,51 +5,81 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
5
5
  principalSwapId: 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>>>;
6
6
  gasSwapId: 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>>>;
7
7
  depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
8
- destinationAddress: z.ZodUnion<[z.ZodObject<{
9
- __kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
8
+ destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
9
+ __kind: z.ZodLiteral<"Eth">;
10
10
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- __kind: "Ethereum";
13
12
  value: `0x${string}`;
13
+ __kind: "Eth";
14
14
  }, {
15
+ value: string;
15
16
  __kind: "Eth";
17
+ }>, {
18
+ chain: "Ethereum";
19
+ address: `0x${string}`;
20
+ }, {
16
21
  value: string;
17
- }>, z.ZodObject<{
18
- __kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
19
- value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
22
+ __kind: "Eth";
23
+ }>, z.ZodEffects<z.ZodObject<{
24
+ __kind: z.ZodLiteral<"Dot">;
25
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
20
26
  }, "strip", z.ZodTypeAny, {
21
- __kind: "Polkadot";
22
- value: string;
27
+ value: `0x${string}`;
28
+ __kind: "Dot";
23
29
  }, {
30
+ value: string;
24
31
  __kind: "Dot";
32
+ }>, {
33
+ chain: "Polkadot";
34
+ address: string;
35
+ }, {
25
36
  value: string;
26
- }>, z.ZodObject<{
27
- __kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
28
- value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
37
+ __kind: "Dot";
38
+ }>, z.ZodEffects<z.ZodObject<{
39
+ __kind: z.ZodLiteral<"Btc">;
40
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
41
  }, "strip", z.ZodTypeAny, {
30
- __kind: "Bitcoin";
31
- value: string;
42
+ value: `0x${string}`;
43
+ __kind: "Btc";
32
44
  }, {
45
+ value: string;
33
46
  __kind: "Btc";
47
+ }>, {
48
+ chain: "Bitcoin";
49
+ address: string;
50
+ }, {
34
51
  value: string;
35
- }>, z.ZodObject<{
36
- __kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
52
+ __kind: "Btc";
53
+ }>, z.ZodEffects<z.ZodObject<{
54
+ __kind: z.ZodLiteral<"Arb">;
37
55
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
38
56
  }, "strip", z.ZodTypeAny, {
39
- __kind: "Arbitrum";
40
57
  value: `0x${string}`;
58
+ __kind: "Arb";
41
59
  }, {
60
+ value: string;
42
61
  __kind: "Arb";
62
+ }>, {
63
+ chain: "Arbitrum";
64
+ address: `0x${string}`;
65
+ }, {
43
66
  value: string;
44
- }>, z.ZodObject<{
45
- __kind: z.ZodEffects<z.ZodLiteral<"Sol">, "Solana", "Sol">;
46
- value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
67
+ __kind: "Arb";
68
+ }>, z.ZodEffects<z.ZodObject<{
69
+ __kind: z.ZodLiteral<"Sol">;
70
+ value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
47
71
  }, "strip", z.ZodTypeAny, {
48
- __kind: "Solana";
49
- value: string;
72
+ value: `0x${string}`;
73
+ __kind: "Sol";
50
74
  }, {
75
+ value: string;
51
76
  __kind: "Sol";
77
+ }>, {
78
+ chain: "Solana";
79
+ address: string;
80
+ }, {
52
81
  value: string;
82
+ __kind: "Sol";
53
83
  }>]>;
54
84
  depositMetadata: z.ZodObject<{
55
85
  sourceChain: z.ZodEffects<z.ZodObject<{
@@ -65,67 +95,67 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
65
95
  __kind: z.ZodLiteral<"Eth">;
66
96
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
67
97
  }, "strip", z.ZodTypeAny, {
68
- __kind: "Eth";
69
98
  value: `0x${string}`;
70
- }, {
71
99
  __kind: "Eth";
100
+ }, {
72
101
  value: string;
102
+ __kind: "Eth";
73
103
  }>, z.ZodObject<{
74
104
  __kind: z.ZodLiteral<"Dot">;
75
105
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
76
106
  }, "strip", z.ZodTypeAny, {
77
- __kind: "Dot";
78
107
  value: `0x${string}`;
79
- }, {
80
108
  __kind: "Dot";
109
+ }, {
81
110
  value: string;
111
+ __kind: "Dot";
82
112
  }>, z.ZodObject<{
83
113
  __kind: z.ZodLiteral<"Btc">;
84
114
  value: z.ZodUnion<[z.ZodObject<{
85
115
  __kind: z.ZodLiteral<"P2PKH">;
86
116
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
87
117
  }, "strip", z.ZodTypeAny, {
88
- __kind: "P2PKH";
89
118
  value: `0x${string}`;
90
- }, {
91
119
  __kind: "P2PKH";
120
+ }, {
92
121
  value: string;
122
+ __kind: "P2PKH";
93
123
  }>, z.ZodObject<{
94
124
  __kind: z.ZodLiteral<"P2SH">;
95
125
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
96
126
  }, "strip", z.ZodTypeAny, {
97
- __kind: "P2SH";
98
127
  value: `0x${string}`;
99
- }, {
100
128
  __kind: "P2SH";
129
+ }, {
101
130
  value: string;
131
+ __kind: "P2SH";
102
132
  }>, z.ZodObject<{
103
133
  __kind: z.ZodLiteral<"P2WPKH">;
104
134
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
105
135
  }, "strip", z.ZodTypeAny, {
106
- __kind: "P2WPKH";
107
136
  value: `0x${string}`;
108
- }, {
109
137
  __kind: "P2WPKH";
138
+ }, {
110
139
  value: string;
140
+ __kind: "P2WPKH";
111
141
  }>, z.ZodObject<{
112
142
  __kind: z.ZodLiteral<"P2WSH">;
113
143
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
114
144
  }, "strip", z.ZodTypeAny, {
115
- __kind: "P2WSH";
116
145
  value: `0x${string}`;
117
- }, {
118
146
  __kind: "P2WSH";
147
+ }, {
119
148
  value: string;
149
+ __kind: "P2WSH";
120
150
  }>, z.ZodObject<{
121
151
  __kind: z.ZodLiteral<"Taproot">;
122
152
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
123
153
  }, "strip", z.ZodTypeAny, {
124
- __kind: "Taproot";
125
154
  value: `0x${string}`;
126
- }, {
127
155
  __kind: "Taproot";
156
+ }, {
128
157
  value: string;
158
+ __kind: "Taproot";
129
159
  }>, z.ZodObject<{
130
160
  __kind: z.ZodLiteral<"OtherSegwit">;
131
161
  version: z.ZodNumber;
@@ -140,67 +170,67 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
140
170
  program: string;
141
171
  }>]>;
142
172
  }, "strip", z.ZodTypeAny, {
143
- __kind: "Btc";
144
173
  value: {
145
- __kind: "P2PKH";
146
174
  value: `0x${string}`;
175
+ __kind: "P2PKH";
147
176
  } | {
148
- __kind: "P2SH";
149
177
  value: `0x${string}`;
178
+ __kind: "P2SH";
150
179
  } | {
151
- __kind: "P2WPKH";
152
180
  value: `0x${string}`;
181
+ __kind: "P2WPKH";
153
182
  } | {
154
- __kind: "P2WSH";
155
183
  value: `0x${string}`;
184
+ __kind: "P2WSH";
156
185
  } | {
157
- __kind: "Taproot";
158
186
  value: `0x${string}`;
187
+ __kind: "Taproot";
159
188
  } | {
160
189
  __kind: "OtherSegwit";
161
190
  version: number;
162
191
  program: `0x${string}`;
163
192
  };
164
- }, {
165
193
  __kind: "Btc";
194
+ }, {
166
195
  value: {
167
- __kind: "P2PKH";
168
196
  value: string;
197
+ __kind: "P2PKH";
169
198
  } | {
170
- __kind: "P2SH";
171
199
  value: string;
200
+ __kind: "P2SH";
172
201
  } | {
173
- __kind: "P2WPKH";
174
202
  value: string;
203
+ __kind: "P2WPKH";
175
204
  } | {
176
- __kind: "P2WSH";
177
205
  value: string;
206
+ __kind: "P2WSH";
178
207
  } | {
179
- __kind: "Taproot";
180
208
  value: string;
209
+ __kind: "Taproot";
181
210
  } | {
182
211
  __kind: "OtherSegwit";
183
212
  version: number;
184
213
  program: string;
185
214
  };
215
+ __kind: "Btc";
186
216
  }>, z.ZodObject<{
187
217
  __kind: z.ZodLiteral<"Arb">;
188
218
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
189
219
  }, "strip", z.ZodTypeAny, {
190
- __kind: "Arb";
191
220
  value: `0x${string}`;
192
- }, {
193
221
  __kind: "Arb";
222
+ }, {
194
223
  value: string;
224
+ __kind: "Arb";
195
225
  }>, z.ZodObject<{
196
226
  __kind: z.ZodLiteral<"Sol">;
197
227
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
198
228
  }, "strip", z.ZodTypeAny, {
199
- __kind: "Sol";
200
229
  value: `0x${string}`;
201
- }, {
202
230
  __kind: "Sol";
231
+ }, {
203
232
  value: string;
233
+ __kind: "Sol";
204
234
  }>]>>>;
205
235
  channelMetadata: z.ZodObject<{
206
236
  message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
@@ -223,39 +253,39 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
223
253
  cfParameters: `0x${string}`;
224
254
  };
225
255
  sourceAddress?: {
226
- __kind: "Eth";
227
256
  value: `0x${string}`;
257
+ __kind: "Eth";
228
258
  } | {
229
- __kind: "Dot";
230
259
  value: `0x${string}`;
260
+ __kind: "Dot";
231
261
  } | {
232
- __kind: "Btc";
233
262
  value: {
234
- __kind: "P2PKH";
235
263
  value: `0x${string}`;
264
+ __kind: "P2PKH";
236
265
  } | {
237
- __kind: "P2SH";
238
266
  value: `0x${string}`;
267
+ __kind: "P2SH";
239
268
  } | {
240
- __kind: "P2WPKH";
241
269
  value: `0x${string}`;
270
+ __kind: "P2WPKH";
242
271
  } | {
243
- __kind: "P2WSH";
244
272
  value: `0x${string}`;
273
+ __kind: "P2WSH";
245
274
  } | {
246
- __kind: "Taproot";
247
275
  value: `0x${string}`;
276
+ __kind: "Taproot";
248
277
  } | {
249
278
  __kind: "OtherSegwit";
250
279
  version: number;
251
280
  program: `0x${string}`;
252
281
  };
282
+ __kind: "Btc";
253
283
  } | {
254
- __kind: "Arb";
255
284
  value: `0x${string}`;
285
+ __kind: "Arb";
256
286
  } | {
257
- __kind: "Sol";
258
287
  value: `0x${string}`;
288
+ __kind: "Sol";
259
289
  } | null | undefined;
260
290
  }, {
261
291
  sourceChain: {
@@ -267,59 +297,59 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
267
297
  cfParameters: string;
268
298
  };
269
299
  sourceAddress?: {
270
- __kind: "Eth";
271
300
  value: string;
301
+ __kind: "Eth";
272
302
  } | {
273
- __kind: "Dot";
274
303
  value: string;
304
+ __kind: "Dot";
275
305
  } | {
276
- __kind: "Btc";
277
306
  value: {
278
- __kind: "P2PKH";
279
307
  value: string;
308
+ __kind: "P2PKH";
280
309
  } | {
281
- __kind: "P2SH";
282
310
  value: string;
311
+ __kind: "P2SH";
283
312
  } | {
284
- __kind: "P2WPKH";
285
313
  value: string;
314
+ __kind: "P2WPKH";
286
315
  } | {
287
- __kind: "P2WSH";
288
316
  value: string;
317
+ __kind: "P2WSH";
289
318
  } | {
290
- __kind: "Taproot";
291
319
  value: string;
320
+ __kind: "Taproot";
292
321
  } | {
293
322
  __kind: "OtherSegwit";
294
323
  version: number;
295
324
  program: string;
296
325
  };
326
+ __kind: "Btc";
297
327
  } | {
298
- __kind: "Arb";
299
328
  value: string;
329
+ __kind: "Arb";
300
330
  } | {
301
- __kind: "Sol";
302
331
  value: string;
332
+ __kind: "Sol";
303
333
  } | null | undefined;
304
334
  }>;
305
335
  }, "strip", z.ZodTypeAny, {
306
336
  ccmId: bigint;
307
337
  depositAmount: bigint;
308
338
  destinationAddress: {
309
- __kind: "Ethereum";
310
- value: `0x${string}`;
339
+ chain: "Ethereum";
340
+ address: `0x${string}`;
311
341
  } | {
312
- __kind: "Polkadot";
313
- value: string;
342
+ chain: "Polkadot";
343
+ address: string;
314
344
  } | {
315
- __kind: "Bitcoin";
316
- value: string;
345
+ chain: "Bitcoin";
346
+ address: string;
317
347
  } | {
318
- __kind: "Arbitrum";
319
- value: `0x${string}`;
348
+ chain: "Arbitrum";
349
+ address: `0x${string}`;
320
350
  } | {
321
- __kind: "Solana";
322
- value: string;
351
+ chain: "Solana";
352
+ address: string;
323
353
  };
324
354
  depositMetadata: {
325
355
  sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
@@ -329,39 +359,39 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
329
359
  cfParameters: `0x${string}`;
330
360
  };
331
361
  sourceAddress?: {
332
- __kind: "Eth";
333
362
  value: `0x${string}`;
363
+ __kind: "Eth";
334
364
  } | {
335
- __kind: "Dot";
336
365
  value: `0x${string}`;
366
+ __kind: "Dot";
337
367
  } | {
338
- __kind: "Btc";
339
368
  value: {
340
- __kind: "P2PKH";
341
369
  value: `0x${string}`;
370
+ __kind: "P2PKH";
342
371
  } | {
343
- __kind: "P2SH";
344
372
  value: `0x${string}`;
373
+ __kind: "P2SH";
345
374
  } | {
346
- __kind: "P2WPKH";
347
375
  value: `0x${string}`;
376
+ __kind: "P2WPKH";
348
377
  } | {
349
- __kind: "P2WSH";
350
378
  value: `0x${string}`;
379
+ __kind: "P2WSH";
351
380
  } | {
352
- __kind: "Taproot";
353
381
  value: `0x${string}`;
382
+ __kind: "Taproot";
354
383
  } | {
355
384
  __kind: "OtherSegwit";
356
385
  version: number;
357
386
  program: `0x${string}`;
358
387
  };
388
+ __kind: "Btc";
359
389
  } | {
360
- __kind: "Arb";
361
390
  value: `0x${string}`;
391
+ __kind: "Arb";
362
392
  } | {
363
- __kind: "Sol";
364
393
  value: `0x${string}`;
394
+ __kind: "Sol";
365
395
  } | null | undefined;
366
396
  };
367
397
  principalSwapId?: bigint | null | undefined;
@@ -370,20 +400,20 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
370
400
  ccmId: string | number;
371
401
  depositAmount: string | number;
372
402
  destinationAddress: {
373
- __kind: "Eth";
374
403
  value: string;
404
+ __kind: "Eth";
375
405
  } | {
376
- __kind: "Dot";
377
406
  value: string;
407
+ __kind: "Dot";
378
408
  } | {
379
- __kind: "Btc";
380
409
  value: string;
410
+ __kind: "Btc";
381
411
  } | {
382
- __kind: "Arb";
383
412
  value: string;
413
+ __kind: "Arb";
384
414
  } | {
385
- __kind: "Sol";
386
415
  value: string;
416
+ __kind: "Sol";
387
417
  };
388
418
  depositMetadata: {
389
419
  sourceChain: {
@@ -395,39 +425,39 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
395
425
  cfParameters: string;
396
426
  };
397
427
  sourceAddress?: {
398
- __kind: "Eth";
399
428
  value: string;
429
+ __kind: "Eth";
400
430
  } | {
401
- __kind: "Dot";
402
431
  value: string;
432
+ __kind: "Dot";
403
433
  } | {
404
- __kind: "Btc";
405
434
  value: {
406
- __kind: "P2PKH";
407
435
  value: string;
436
+ __kind: "P2PKH";
408
437
  } | {
409
- __kind: "P2SH";
410
438
  value: string;
439
+ __kind: "P2SH";
411
440
  } | {
412
- __kind: "P2WPKH";
413
441
  value: string;
442
+ __kind: "P2WPKH";
414
443
  } | {
415
- __kind: "P2WSH";
416
444
  value: string;
445
+ __kind: "P2WSH";
417
446
  } | {
418
- __kind: "Taproot";
419
447
  value: string;
448
+ __kind: "Taproot";
420
449
  } | {
421
450
  __kind: "OtherSegwit";
422
451
  version: number;
423
452
  program: string;
424
453
  };
454
+ __kind: "Btc";
425
455
  } | {
426
- __kind: "Arb";
427
456
  value: string;
457
+ __kind: "Arb";
428
458
  } | {
429
- __kind: "Sol";
430
459
  value: string;
460
+ __kind: "Sol";
431
461
  } | null | undefined;
432
462
  };
433
463
  principalSwapId?: string | number | null | undefined;