@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
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  declare const validatorRotationPhaseUpdated: z.ZodObject<{
4
- newPhase: z.ZodUnion<[z.ZodObject<{
4
+ newPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Idle">;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  __kind: "Idle";
@@ -29,6 +29,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
29
29
  newEpochIndex: number;
30
30
  }>;
31
31
  }, "strip", z.ZodTypeAny, {
32
+ __kind: "KeygensInProgress";
32
33
  value: {
33
34
  primaryCandidates: string[];
34
35
  secondaryCandidates: string[];
@@ -36,8 +37,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
36
37
  bond: bigint;
37
38
  newEpochIndex: number;
38
39
  };
39
- __kind: "KeygensInProgress";
40
40
  }, {
41
+ __kind: "KeygensInProgress";
41
42
  value: {
42
43
  primaryCandidates: string[];
43
44
  secondaryCandidates: string[];
@@ -45,7 +46,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
45
46
  bond: string | number;
46
47
  newEpochIndex: number;
47
48
  };
48
- __kind: "KeygensInProgress";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"KeyHandoversInProgress">;
51
51
  value: z.ZodObject<{
@@ -68,6 +68,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
68
68
  newEpochIndex: number;
69
69
  }>;
70
70
  }, "strip", z.ZodTypeAny, {
71
+ __kind: "KeyHandoversInProgress";
71
72
  value: {
72
73
  primaryCandidates: string[];
73
74
  secondaryCandidates: string[];
@@ -75,8 +76,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
75
76
  bond: bigint;
76
77
  newEpochIndex: number;
77
78
  };
78
- __kind: "KeyHandoversInProgress";
79
79
  }, {
80
+ __kind: "KeyHandoversInProgress";
80
81
  value: {
81
82
  primaryCandidates: string[];
82
83
  secondaryCandidates: string[];
@@ -84,7 +85,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
84
85
  bond: string | number;
85
86
  newEpochIndex: number;
86
87
  };
87
- __kind: "KeyHandoversInProgress";
88
88
  }>, z.ZodObject<{
89
89
  __kind: z.ZodLiteral<"ActivatingKeys">;
90
90
  value: z.ZodObject<{
@@ -107,6 +107,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
107
107
  newEpochIndex: number;
108
108
  }>;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ __kind: "ActivatingKeys";
110
111
  value: {
111
112
  primaryCandidates: string[];
112
113
  secondaryCandidates: string[];
@@ -114,8 +115,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
114
115
  bond: bigint;
115
116
  newEpochIndex: number;
116
117
  };
117
- __kind: "ActivatingKeys";
118
118
  }, {
119
+ __kind: "ActivatingKeys";
119
120
  value: {
120
121
  primaryCandidates: string[];
121
122
  secondaryCandidates: string[];
@@ -123,7 +124,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
123
124
  bond: string | number;
124
125
  newEpochIndex: number;
125
126
  };
126
- __kind: "ActivatingKeys";
127
127
  }>, z.ZodObject<{
128
128
  __kind: z.ZodLiteral<"NewKeysActivated">;
129
129
  value: z.ZodObject<{
@@ -146,6 +146,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
146
146
  newEpochIndex: number;
147
147
  }>;
148
148
  }, "strip", z.ZodTypeAny, {
149
+ __kind: "NewKeysActivated";
149
150
  value: {
150
151
  primaryCandidates: string[];
151
152
  secondaryCandidates: string[];
@@ -153,8 +154,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
153
154
  bond: bigint;
154
155
  newEpochIndex: number;
155
156
  };
156
- __kind: "NewKeysActivated";
157
157
  }, {
158
+ __kind: "NewKeysActivated";
158
159
  value: {
159
160
  primaryCandidates: string[];
160
161
  secondaryCandidates: string[];
@@ -162,21 +163,21 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
162
163
  bond: string | number;
163
164
  newEpochIndex: number;
164
165
  };
165
- __kind: "NewKeysActivated";
166
166
  }>, z.ZodObject<{
167
167
  __kind: z.ZodLiteral<"SessionRotating">;
168
168
  value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
169
169
  }, "strip", z.ZodTypeAny, {
170
- value: [string[], bigint];
171
170
  __kind: "SessionRotating";
171
+ value: [string[], bigint];
172
172
  }, {
173
- value: [string[], string | number];
174
173
  __kind: "SessionRotating";
174
+ value: [string[], string | number];
175
175
  }>]>;
176
176
  }, "strip", z.ZodTypeAny, {
177
177
  newPhase: {
178
178
  __kind: "Idle";
179
179
  } | {
180
+ __kind: "KeygensInProgress";
180
181
  value: {
181
182
  primaryCandidates: string[];
182
183
  secondaryCandidates: string[];
@@ -184,8 +185,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
184
185
  bond: bigint;
185
186
  newEpochIndex: number;
186
187
  };
187
- __kind: "KeygensInProgress";
188
188
  } | {
189
+ __kind: "KeyHandoversInProgress";
189
190
  value: {
190
191
  primaryCandidates: string[];
191
192
  secondaryCandidates: string[];
@@ -193,8 +194,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
193
194
  bond: bigint;
194
195
  newEpochIndex: number;
195
196
  };
196
- __kind: "KeyHandoversInProgress";
197
197
  } | {
198
+ __kind: "ActivatingKeys";
198
199
  value: {
199
200
  primaryCandidates: string[];
200
201
  secondaryCandidates: string[];
@@ -202,8 +203,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
202
203
  bond: bigint;
203
204
  newEpochIndex: number;
204
205
  };
205
- __kind: "ActivatingKeys";
206
206
  } | {
207
+ __kind: "NewKeysActivated";
207
208
  value: {
208
209
  primaryCandidates: string[];
209
210
  secondaryCandidates: string[];
@@ -211,15 +212,15 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
211
212
  bond: bigint;
212
213
  newEpochIndex: number;
213
214
  };
214
- __kind: "NewKeysActivated";
215
215
  } | {
216
- value: [string[], bigint];
217
216
  __kind: "SessionRotating";
217
+ value: [string[], bigint];
218
218
  };
219
219
  }, {
220
220
  newPhase: {
221
221
  __kind: "Idle";
222
222
  } | {
223
+ __kind: "KeygensInProgress";
223
224
  value: {
224
225
  primaryCandidates: string[];
225
226
  secondaryCandidates: string[];
@@ -227,8 +228,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
227
228
  bond: string | number;
228
229
  newEpochIndex: number;
229
230
  };
230
- __kind: "KeygensInProgress";
231
231
  } | {
232
+ __kind: "KeyHandoversInProgress";
232
233
  value: {
233
234
  primaryCandidates: string[];
234
235
  secondaryCandidates: string[];
@@ -236,8 +237,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
236
237
  bond: string | number;
237
238
  newEpochIndex: number;
238
239
  };
239
- __kind: "KeyHandoversInProgress";
240
240
  } | {
241
+ __kind: "ActivatingKeys";
241
242
  value: {
242
243
  primaryCandidates: string[];
243
244
  secondaryCandidates: string[];
@@ -245,8 +246,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
245
246
  bond: string | number;
246
247
  newEpochIndex: number;
247
248
  };
248
- __kind: "ActivatingKeys";
249
249
  } | {
250
+ __kind: "NewKeysActivated";
250
251
  value: {
251
252
  primaryCandidates: string[];
252
253
  secondaryCandidates: string[];
@@ -254,10 +255,9 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
254
255
  bond: string | number;
255
256
  newEpochIndex: number;
256
257
  };
257
- __kind: "NewKeysActivated";
258
258
  } | {
259
- value: [string[], string | number];
260
259
  __kind: "SessionRotating";
260
+ value: [string[], string | number];
261
261
  };
262
262
  }>;
263
263
 
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  declare const validatorRotationPhaseUpdated: z.ZodObject<{
4
- newPhase: z.ZodUnion<[z.ZodObject<{
4
+ newPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Idle">;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  __kind: "Idle";
@@ -29,6 +29,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
29
29
  newEpochIndex: number;
30
30
  }>;
31
31
  }, "strip", z.ZodTypeAny, {
32
+ __kind: "KeygensInProgress";
32
33
  value: {
33
34
  primaryCandidates: string[];
34
35
  secondaryCandidates: string[];
@@ -36,8 +37,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
36
37
  bond: bigint;
37
38
  newEpochIndex: number;
38
39
  };
39
- __kind: "KeygensInProgress";
40
40
  }, {
41
+ __kind: "KeygensInProgress";
41
42
  value: {
42
43
  primaryCandidates: string[];
43
44
  secondaryCandidates: string[];
@@ -45,7 +46,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
45
46
  bond: string | number;
46
47
  newEpochIndex: number;
47
48
  };
48
- __kind: "KeygensInProgress";
49
49
  }>, z.ZodObject<{
50
50
  __kind: z.ZodLiteral<"KeyHandoversInProgress">;
51
51
  value: z.ZodObject<{
@@ -68,6 +68,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
68
68
  newEpochIndex: number;
69
69
  }>;
70
70
  }, "strip", z.ZodTypeAny, {
71
+ __kind: "KeyHandoversInProgress";
71
72
  value: {
72
73
  primaryCandidates: string[];
73
74
  secondaryCandidates: string[];
@@ -75,8 +76,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
75
76
  bond: bigint;
76
77
  newEpochIndex: number;
77
78
  };
78
- __kind: "KeyHandoversInProgress";
79
79
  }, {
80
+ __kind: "KeyHandoversInProgress";
80
81
  value: {
81
82
  primaryCandidates: string[];
82
83
  secondaryCandidates: string[];
@@ -84,7 +85,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
84
85
  bond: string | number;
85
86
  newEpochIndex: number;
86
87
  };
87
- __kind: "KeyHandoversInProgress";
88
88
  }>, z.ZodObject<{
89
89
  __kind: z.ZodLiteral<"ActivatingKeys">;
90
90
  value: z.ZodObject<{
@@ -107,6 +107,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
107
107
  newEpochIndex: number;
108
108
  }>;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ __kind: "ActivatingKeys";
110
111
  value: {
111
112
  primaryCandidates: string[];
112
113
  secondaryCandidates: string[];
@@ -114,8 +115,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
114
115
  bond: bigint;
115
116
  newEpochIndex: number;
116
117
  };
117
- __kind: "ActivatingKeys";
118
118
  }, {
119
+ __kind: "ActivatingKeys";
119
120
  value: {
120
121
  primaryCandidates: string[];
121
122
  secondaryCandidates: string[];
@@ -123,7 +124,6 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
123
124
  bond: string | number;
124
125
  newEpochIndex: number;
125
126
  };
126
- __kind: "ActivatingKeys";
127
127
  }>, z.ZodObject<{
128
128
  __kind: z.ZodLiteral<"NewKeysActivated">;
129
129
  value: z.ZodObject<{
@@ -146,6 +146,7 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
146
146
  newEpochIndex: number;
147
147
  }>;
148
148
  }, "strip", z.ZodTypeAny, {
149
+ __kind: "NewKeysActivated";
149
150
  value: {
150
151
  primaryCandidates: string[];
151
152
  secondaryCandidates: string[];
@@ -153,8 +154,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
153
154
  bond: bigint;
154
155
  newEpochIndex: number;
155
156
  };
156
- __kind: "NewKeysActivated";
157
157
  }, {
158
+ __kind: "NewKeysActivated";
158
159
  value: {
159
160
  primaryCandidates: string[];
160
161
  secondaryCandidates: string[];
@@ -162,21 +163,21 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
162
163
  bond: string | number;
163
164
  newEpochIndex: number;
164
165
  };
165
- __kind: "NewKeysActivated";
166
166
  }>, z.ZodObject<{
167
167
  __kind: z.ZodLiteral<"SessionRotating">;
168
168
  value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
169
169
  }, "strip", z.ZodTypeAny, {
170
- value: [string[], bigint];
171
170
  __kind: "SessionRotating";
171
+ value: [string[], bigint];
172
172
  }, {
173
- value: [string[], string | number];
174
173
  __kind: "SessionRotating";
174
+ value: [string[], string | number];
175
175
  }>]>;
176
176
  }, "strip", z.ZodTypeAny, {
177
177
  newPhase: {
178
178
  __kind: "Idle";
179
179
  } | {
180
+ __kind: "KeygensInProgress";
180
181
  value: {
181
182
  primaryCandidates: string[];
182
183
  secondaryCandidates: string[];
@@ -184,8 +185,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
184
185
  bond: bigint;
185
186
  newEpochIndex: number;
186
187
  };
187
- __kind: "KeygensInProgress";
188
188
  } | {
189
+ __kind: "KeyHandoversInProgress";
189
190
  value: {
190
191
  primaryCandidates: string[];
191
192
  secondaryCandidates: string[];
@@ -193,8 +194,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
193
194
  bond: bigint;
194
195
  newEpochIndex: number;
195
196
  };
196
- __kind: "KeyHandoversInProgress";
197
197
  } | {
198
+ __kind: "ActivatingKeys";
198
199
  value: {
199
200
  primaryCandidates: string[];
200
201
  secondaryCandidates: string[];
@@ -202,8 +203,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
202
203
  bond: bigint;
203
204
  newEpochIndex: number;
204
205
  };
205
- __kind: "ActivatingKeys";
206
206
  } | {
207
+ __kind: "NewKeysActivated";
207
208
  value: {
208
209
  primaryCandidates: string[];
209
210
  secondaryCandidates: string[];
@@ -211,15 +212,15 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
211
212
  bond: bigint;
212
213
  newEpochIndex: number;
213
214
  };
214
- __kind: "NewKeysActivated";
215
215
  } | {
216
- value: [string[], bigint];
217
216
  __kind: "SessionRotating";
217
+ value: [string[], bigint];
218
218
  };
219
219
  }, {
220
220
  newPhase: {
221
221
  __kind: "Idle";
222
222
  } | {
223
+ __kind: "KeygensInProgress";
223
224
  value: {
224
225
  primaryCandidates: string[];
225
226
  secondaryCandidates: string[];
@@ -227,8 +228,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
227
228
  bond: string | number;
228
229
  newEpochIndex: number;
229
230
  };
230
- __kind: "KeygensInProgress";
231
231
  } | {
232
+ __kind: "KeyHandoversInProgress";
232
233
  value: {
233
234
  primaryCandidates: string[];
234
235
  secondaryCandidates: string[];
@@ -236,8 +237,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
236
237
  bond: string | number;
237
238
  newEpochIndex: number;
238
239
  };
239
- __kind: "KeyHandoversInProgress";
240
240
  } | {
241
+ __kind: "ActivatingKeys";
241
242
  value: {
242
243
  primaryCandidates: string[];
243
244
  secondaryCandidates: string[];
@@ -245,8 +246,8 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
245
246
  bond: string | number;
246
247
  newEpochIndex: number;
247
248
  };
248
- __kind: "ActivatingKeys";
249
249
  } | {
250
+ __kind: "NewKeysActivated";
250
251
  value: {
251
252
  primaryCandidates: string[];
252
253
  secondaryCandidates: string[];
@@ -254,10 +255,9 @@ declare const validatorRotationPhaseUpdated: z.ZodObject<{
254
255
  bond: string | number;
255
256
  newEpochIndex: number;
256
257
  };
257
- __kind: "NewKeysActivated";
258
258
  } | {
259
- value: [string[], string | number];
260
259
  __kind: "SessionRotating";
260
+ value: [string[], string | number];
261
261
  };
262
262
  }>;
263
263
 
@@ -10,7 +10,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
10
10
  }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
11
11
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
12
12
  }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
13
- error: z.ZodUnion<[z.ZodObject<{
13
+ error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Other">;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  __kind: "Other";
@@ -10,7 +10,7 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
10
10
  }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
11
11
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
12
12
  }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
13
- error: z.ZodUnion<[z.ZodObject<{
13
+ error: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Other">;
15
15
  }, "strip", z.ZodTypeAny, {
16
16
  __kind: "Other";
@@ -24,7 +24,7 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
24
24
  blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
- action: z.ZodUnion<[z.ZodObject<{
27
+ action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
28
28
  __kind: z.ZodLiteral<"Swap">;
29
29
  swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
30
30
  }, "strip", z.ZodTypeAny, {
@@ -24,7 +24,7 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
24
24
  blockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  boostFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
- action: z.ZodUnion<[z.ZodObject<{
27
+ action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
28
28
  __kind: z.ZodLiteral<"Swap">;
29
29
  swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
30
30
  }, "strip", z.ZodTypeAny, {
@@ -21,7 +21,7 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
21
21
  txHashes?: string[] | null | undefined;
22
22
  }>;
23
23
  ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
- action: z.ZodUnion<[z.ZodObject<{
24
+ action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Swap">;
26
26
  swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  }, "strip", z.ZodTypeAny, {
@@ -21,7 +21,7 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
21
21
  txHashes?: string[] | null | undefined;
22
22
  }>;
23
23
  ingressFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
- action: z.ZodUnion<[z.ZodObject<{
24
+ action: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
25
25
  __kind: z.ZodLiteral<"Swap">;
26
26
  swapId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
27
27
  }, "strip", z.ZodTypeAny, {
@@ -1,9 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/150/arbitrumIngressEgress/depositWitnessRejected.ts
2
2
  var _zod = require('zod');
3
+
4
+
5
+
3
6
  var _commoncjs = require('../common.cjs');
4
7
  var arbitrumIngressEgressDepositWitnessRejected = _zod.z.object({
5
8
  reason: _commoncjs.spRuntimeDispatchError,
6
- depositWitness: _commoncjs.palletCfIngressEgressDepositWitnessArbitrum
9
+ depositWitness: _commoncjs.palletCfArbitrumIngressEgressDepositWitnessArbitrum
7
10
  });
8
11
 
9
12
 
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  declare const arbitrumIngressEgressDepositWitnessRejected: z.ZodObject<{
4
- reason: z.ZodUnion<[z.ZodObject<{
4
+ reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Other">;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  __kind: "Other";
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  declare const arbitrumIngressEgressDepositWitnessRejected: z.ZodObject<{
4
- reason: z.ZodUnion<[z.ZodObject<{
4
+ reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Other">;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  __kind: "Other";
@@ -1,9 +1,12 @@
1
1
  // generated/150/arbitrumIngressEgress/depositWitnessRejected.ts
2
2
  import { z } from "zod";
3
- import { palletCfIngressEgressDepositWitnessArbitrum, spRuntimeDispatchError } from "../common.mjs";
3
+ import {
4
+ palletCfArbitrumIngressEgressDepositWitnessArbitrum,
5
+ spRuntimeDispatchError
6
+ } from "../common.mjs";
4
7
  var arbitrumIngressEgressDepositWitnessRejected = z.object({
5
8
  reason: spRuntimeDispatchError,
6
- depositWitness: palletCfIngressEgressDepositWitnessArbitrum
9
+ depositWitness: palletCfArbitrumIngressEgressDepositWitnessArbitrum
7
10
  });
8
11
  export {
9
12
  arbitrumIngressEgressDepositWitnessRejected
@@ -10,7 +10,7 @@ declare const assetBalancesRefundScheduled: z.ZodObject<{
10
10
  }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
11
11
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
12
12
  }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
13
- destination: z.ZodUnion<[z.ZodObject<{
13
+ destination: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Eth">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
@@ -30,7 +30,7 @@ declare const assetBalancesRefundScheduled: z.ZodObject<{
30
30
  __kind: "Dot";
31
31
  }>, z.ZodObject<{
32
32
  __kind: z.ZodLiteral<"Btc">;
33
- value: z.ZodUnion<[z.ZodObject<{
33
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"P2PKH">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
@@ -10,7 +10,7 @@ declare const assetBalancesRefundScheduled: z.ZodObject<{
10
10
  }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
11
11
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
12
12
  }>, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
13
- destination: z.ZodUnion<[z.ZodObject<{
13
+ destination: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
14
14
  __kind: z.ZodLiteral<"Eth">;
15
15
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
16
16
  }, "strip", z.ZodTypeAny, {
@@ -30,7 +30,7 @@ declare const assetBalancesRefundScheduled: z.ZodObject<{
30
30
  __kind: "Dot";
31
31
  }>, z.ZodObject<{
32
32
  __kind: z.ZodLiteral<"Btc">;
33
- value: z.ZodUnion<[z.ZodObject<{
33
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
34
34
  __kind: z.ZodLiteral<"P2PKH">;
35
35
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
36
36
  }, "strip", z.ZodTypeAny, {
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
 
3
3
  declare const assetBalancesRefundSkipped: z.ZodObject<{
4
- reason: z.ZodUnion<[z.ZodObject<{
4
+ reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
5
5
  __kind: z.ZodLiteral<"Other">;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  __kind: "Other";
@@ -152,7 +152,7 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
152
152
  }>, "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana", {
153
153
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
154
154
  }>;
155
- address: z.ZodUnion<[z.ZodObject<{
155
+ address: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
156
156
  __kind: z.ZodLiteral<"Eth">;
157
157
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
158
158
  }, "strip", z.ZodTypeAny, {
@@ -172,7 +172,7 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
172
172
  __kind: "Dot";
173
173
  }>, z.ZodObject<{
174
174
  __kind: z.ZodLiteral<"Btc">;
175
- value: z.ZodUnion<[z.ZodObject<{
175
+ value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
176
176
  __kind: z.ZodLiteral<"P2PKH">;
177
177
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
178
178
  }, "strip", z.ZodTypeAny, {
@@ -294,6 +294,7 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
294
294
  __kind: "Sol";
295
295
  }>]>;
296
296
  }, "strip", z.ZodTypeAny, {
297
+ chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
297
298
  address: {
298
299
  value: `0x${string}`;
299
300
  __kind: "Eth";
@@ -329,7 +330,6 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
329
330
  value: `0x${string}`;
330
331
  __kind: "Sol";
331
332
  };
332
- chain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
333
333
  reason: {
334
334
  __kind: "Other";
335
335
  } | {
@@ -367,6 +367,9 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
367
367
  __kind: "RootNotAllowed";
368
368
  };
369
369
  }, {
370
+ chain: {
371
+ __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
372
+ };
370
373
  address: {
371
374
  value: string;
372
375
  __kind: "Eth";
@@ -402,9 +405,6 @@ declare const assetBalancesRefundSkipped: z.ZodObject<{
402
405
  value: string;
403
406
  __kind: "Sol";
404
407
  };
405
- chain: {
406
- __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana";
407
- };
408
408
  reason: {
409
409
  __kind: "Other";
410
410
  } | {