@chainflip/processor 2.0.0 → 2.0.2

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 (261) hide show
  1. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  2. package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  3. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  4. package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  5. package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
  6. package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
  7. package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
  8. package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
  9. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  10. package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  11. package/dist/100/system/extrinsicFailed.d.cts +16 -16
  12. package/dist/100/system/extrinsicFailed.d.ts +16 -16
  13. package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
  14. package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
  15. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
  16. package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
  17. package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
  18. package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
  19. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
  20. package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
  21. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +107 -107
  22. package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +107 -107
  23. package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +401 -401
  24. package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +401 -401
  25. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
  26. package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
  27. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.cts +20 -20
  28. package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +20 -20
  29. package/dist/11000/common.cjs +38 -8
  30. package/dist/11000/common.d.cts +2131 -801
  31. package/dist/11000/common.d.ts +2131 -801
  32. package/dist/11000/common.mjs +38 -8
  33. package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
  34. package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
  35. package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
  36. package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
  37. package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
  38. package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
  39. package/dist/11000/swapping/swapDepositAddressReady.d.cts +27 -27
  40. package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
  41. package/dist/11000/swapping/swapRequested.d.cts +92 -92
  42. package/dist/11000/swapping/swapRequested.d.ts +92 -92
  43. package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
  44. package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
  45. package/dist/11100/common.cjs +38 -8
  46. package/dist/11100/common.d.cts +2067 -737
  47. package/dist/11100/common.d.ts +2067 -737
  48. package/dist/11100/common.mjs +38 -8
  49. package/dist/11100/solanaIngressEgress/depositFailed.d.cts +166 -166
  50. package/dist/11100/solanaIngressEgress/depositFailed.d.ts +166 -166
  51. package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +218 -9
  52. package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +218 -9
  53. package/dist/11200/common.cjs +85 -15
  54. package/dist/11200/common.d.cts +4493 -2569
  55. package/dist/11200/common.d.ts +4493 -2569
  56. package/dist/11200/common.mjs +86 -16
  57. package/dist/11200/swapping/swapRescheduled.d.cts +2 -2
  58. package/dist/11200/swapping/swapRescheduled.d.ts +2 -2
  59. package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
  60. package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
  61. package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
  62. package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
  63. package/dist/120/emissions/flipBurnSkipped.d.cts +16 -16
  64. package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
  65. package/dist/120/swapping/ccmFailed.d.cts +62 -62
  66. package/dist/120/swapping/ccmFailed.d.ts +62 -62
  67. package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
  68. package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
  69. package/dist/120/swapping/swapEgressScheduled.d.cts +10 -10
  70. package/dist/120/swapping/swapEgressScheduled.d.ts +10 -10
  71. package/dist/120/swapping/swapExecuted.d.cts +12 -12
  72. package/dist/120/swapping/swapExecuted.d.ts +12 -12
  73. package/dist/120/swapping/withdrawalRequested.d.cts +8 -8
  74. package/dist/120/swapping/withdrawalRequested.d.ts +8 -8
  75. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
  76. package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
  77. package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
  78. package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
  79. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  80. package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  81. package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
  82. package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
  83. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  84. package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  85. package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
  86. package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
  87. package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
  88. package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
  89. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  90. package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  91. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  92. package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  93. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  94. package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  95. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  96. package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  97. package/dist/141/environment/runtimeSafeModeUpdated.d.cts +28 -28
  98. package/dist/141/environment/runtimeSafeModeUpdated.d.ts +28 -28
  99. package/dist/141/liquidityProvider/accountCredited.d.cts +2 -2
  100. package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
  101. package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
  102. package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
  103. package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
  104. package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
  105. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
  106. package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
  107. package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
  108. package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
  109. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
  110. package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
  111. package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
  112. package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
  113. package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
  114. package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
  115. package/dist/141/swapping/ccmFailed.d.cts +73 -73
  116. package/dist/141/swapping/ccmFailed.d.ts +73 -73
  117. package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
  118. package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
  119. package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
  120. package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
  121. package/dist/141/swapping/swapDepositAddressReady.d.cts +20 -20
  122. package/dist/141/swapping/swapDepositAddressReady.d.ts +20 -20
  123. package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
  124. package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
  125. package/dist/141/swapping/swapEgressScheduled.d.cts +11 -11
  126. package/dist/141/swapping/swapEgressScheduled.d.ts +11 -11
  127. package/dist/141/swapping/swapExecuted.d.cts +88 -88
  128. package/dist/141/swapping/swapExecuted.d.ts +88 -88
  129. package/dist/141/swapping/swapScheduled.d.cts +97 -97
  130. package/dist/141/swapping/swapScheduled.d.ts +97 -97
  131. package/dist/141/swapping/withdrawalRequested.d.cts +14 -14
  132. package/dist/141/swapping/withdrawalRequested.d.ts +14 -14
  133. package/dist/141/validator/rotationPhaseUpdated.d.cts +20 -20
  134. package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
  135. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  136. package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  137. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  138. package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  139. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
  140. package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
  141. package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
  142. package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
  143. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
  144. package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
  145. package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
  146. package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
  147. package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
  148. package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
  149. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
  150. package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
  151. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  152. package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  153. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  154. package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  155. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
  156. package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
  157. package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
  158. package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
  159. package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
  160. package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
  161. package/dist/150/swapping/ccmFailed.d.cts +79 -79
  162. package/dist/150/swapping/ccmFailed.d.ts +79 -79
  163. package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
  164. package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
  165. package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
  166. package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
  167. package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
  168. package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
  169. package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
  170. package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
  171. package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
  172. package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
  173. package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
  174. package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
  175. package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
  176. package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
  177. package/dist/150/swapping/swapExecuted.d.cts +94 -94
  178. package/dist/150/swapping/swapExecuted.d.ts +94 -94
  179. package/dist/150/swapping/swapScheduled.d.cts +103 -103
  180. package/dist/150/swapping/swapScheduled.d.ts +103 -103
  181. package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
  182. package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
  183. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  184. package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  185. package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
  186. package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
  187. package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
  188. package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
  189. package/dist/160/liquidityPools/limitOrderUpdated.d.cts +10 -10
  190. package/dist/160/liquidityPools/limitOrderUpdated.d.ts +10 -10
  191. package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +10 -10
  192. package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +10 -10
  193. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
  194. package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
  195. package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
  196. package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
  197. package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +6 -6
  198. package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
  199. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
  200. package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
  201. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
  202. package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
  203. package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +2 -2
  204. package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +2 -2
  205. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
  206. package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
  207. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
  208. package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
  209. package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
  210. package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
  211. package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
  212. package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
  213. package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
  214. package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
  215. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  216. package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  217. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  218. package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  219. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
  220. package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
  221. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
  222. package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
  223. package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
  224. package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
  225. package/dist/180/solanaIngressEgress/depositFailed.d.cts +161 -161
  226. package/dist/180/solanaIngressEgress/depositFailed.d.ts +161 -161
  227. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
  228. package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
  229. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
  230. package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
  231. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
  232. package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
  233. package/dist/190/assetBalances/accountCredited.d.cts +2 -2
  234. package/dist/190/assetBalances/accountCredited.d.ts +2 -2
  235. package/dist/190/assetBalances/accountDebited.d.cts +2 -2
  236. package/dist/190/assetBalances/accountDebited.d.ts +2 -2
  237. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  238. package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  239. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +4 -4
  240. package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +4 -4
  241. package/dist/200/common.cjs +25 -1
  242. package/dist/200/common.d.cts +37 -1
  243. package/dist/200/common.d.ts +37 -1
  244. package/dist/200/common.mjs +24 -0
  245. package/dist/200/lendingPools/collateralAdded.cjs +7 -1
  246. package/dist/200/lendingPools/collateralAdded.d.cts +13 -0
  247. package/dist/200/lendingPools/collateralAdded.d.ts +13 -0
  248. package/dist/200/lendingPools/collateralAdded.mjs +8 -2
  249. package/dist/200/lendingPools/liquidationCompleted.cjs +13 -0
  250. package/dist/200/lendingPools/liquidationCompleted.d.cts +24 -0
  251. package/dist/200/lendingPools/liquidationCompleted.d.ts +24 -0
  252. package/dist/200/lendingPools/liquidationCompleted.mjs +13 -0
  253. package/dist/200/lendingPools/liquidationInitiated.cjs +5 -1
  254. package/dist/200/lendingPools/liquidationInitiated.d.cts +13 -3
  255. package/dist/200/lendingPools/liquidationInitiated.d.ts +13 -3
  256. package/dist/200/lendingPools/liquidationInitiated.mjs +6 -2
  257. package/dist/200/swapping/swapRequestCompleted.cjs +10 -0
  258. package/dist/200/swapping/swapRequestCompleted.d.cts +24 -0
  259. package/dist/200/swapping/swapRequestCompleted.d.ts +24 -0
  260. package/dist/200/swapping/swapRequestCompleted.mjs +10 -0
  261. package/package.json +1 -1
@@ -5,11 +5,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
6
6
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- value: `0x${string}`;
9
8
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
9
+ value: `0x${string}`;
10
10
  }, {
11
- value: string;
12
11
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
12
+ value: string;
13
13
  }>, {
14
14
  readonly chain: "Ethereum";
15
15
  readonly address: `0x${string}`;
@@ -23,18 +23,18 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
23
23
  readonly chain: "Arbitrum";
24
24
  readonly address: `0x${string}`;
25
25
  }, {
26
- value: string;
27
26
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
27
+ value: string;
28
28
  }>;
29
29
  destinationAddress: z.ZodEffects<z.ZodObject<{
30
30
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
31
31
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
32
32
  }, "strip", z.ZodTypeAny, {
33
- value: `0x${string}`;
34
33
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
34
+ value: `0x${string}`;
35
35
  }, {
36
- value: string;
37
36
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
37
+ value: string;
38
38
  }>, {
39
39
  readonly chain: "Ethereum";
40
40
  readonly address: `0x${string}`;
@@ -48,26 +48,26 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
48
48
  readonly chain: "Arbitrum";
49
49
  readonly address: `0x${string}`;
50
50
  }, {
51
- value: string;
52
51
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
52
+ value: string;
53
53
  }>;
54
54
  sourceAsset: z.ZodEffects<z.ZodObject<{
55
55
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
57
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
58
58
  }, {
59
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
60
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
61
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
59
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
60
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
61
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
62
62
  }>;
63
63
  destinationAsset: z.ZodEffects<z.ZodObject<{
64
64
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
66
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
67
67
  }, {
68
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
69
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
70
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
68
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
69
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
70
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
71
71
  }>;
72
72
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
73
73
  brokerCommissionRate: z.ZodNumber;
@@ -125,8 +125,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
125
125
  readonly chain: "Arbitrum";
126
126
  readonly address: `0x${string}`;
127
127
  };
128
- sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
129
- destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
128
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
129
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
130
130
  brokerCommissionRate: number;
131
131
  sourceChainExpiryBlock: bigint;
132
132
  boostFee: number;
@@ -142,19 +142,19 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
142
142
  } | null | undefined;
143
143
  }, {
144
144
  depositAddress: {
145
- value: string;
146
145
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
146
+ value: string;
147
147
  };
148
148
  channelId: string | number;
149
149
  destinationAddress: {
150
- value: string;
151
150
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
151
+ value: string;
152
152
  };
153
153
  sourceAsset: {
154
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
154
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
155
155
  };
156
156
  destinationAsset: {
157
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
157
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
158
158
  };
159
159
  brokerCommissionRate: number;
160
160
  sourceChainExpiryBlock: string | number;
@@ -5,11 +5,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
6
6
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- value: `0x${string}`;
9
8
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
9
+ value: `0x${string}`;
10
10
  }, {
11
- value: string;
12
11
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
12
+ value: string;
13
13
  }>, {
14
14
  readonly chain: "Ethereum";
15
15
  readonly address: `0x${string}`;
@@ -23,18 +23,18 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
23
23
  readonly chain: "Arbitrum";
24
24
  readonly address: `0x${string}`;
25
25
  }, {
26
- value: string;
27
26
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
27
+ value: string;
28
28
  }>;
29
29
  destinationAddress: z.ZodEffects<z.ZodObject<{
30
30
  __kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb"]>;
31
31
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
32
32
  }, "strip", z.ZodTypeAny, {
33
- value: `0x${string}`;
34
33
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
34
+ value: `0x${string}`;
35
35
  }, {
36
- value: string;
37
36
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
37
+ value: string;
38
38
  }>, {
39
39
  readonly chain: "Ethereum";
40
40
  readonly address: `0x${string}`;
@@ -48,26 +48,26 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
48
48
  readonly chain: "Arbitrum";
49
49
  readonly address: `0x${string}`;
50
50
  }, {
51
- value: string;
52
51
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
52
+ value: string;
53
53
  }>;
54
54
  sourceAsset: z.ZodEffects<z.ZodObject<{
55
55
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
56
56
  }, "strip", z.ZodTypeAny, {
57
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
57
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
58
58
  }, {
59
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
60
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
61
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
59
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
60
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
61
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
62
62
  }>;
63
63
  destinationAsset: z.ZodEffects<z.ZodObject<{
64
64
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
66
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
67
67
  }, {
68
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
69
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
70
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
68
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
69
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
70
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
71
71
  }>;
72
72
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
73
73
  brokerCommissionRate: z.ZodNumber;
@@ -125,8 +125,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
125
125
  readonly chain: "Arbitrum";
126
126
  readonly address: `0x${string}`;
127
127
  };
128
- sourceAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
129
- destinationAsset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
128
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
129
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
130
130
  brokerCommissionRate: number;
131
131
  sourceChainExpiryBlock: bigint;
132
132
  boostFee: number;
@@ -142,19 +142,19 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
142
142
  } | null | undefined;
143
143
  }, {
144
144
  depositAddress: {
145
- value: string;
146
145
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
146
+ value: string;
147
147
  };
148
148
  channelId: string | number;
149
149
  destinationAddress: {
150
- value: string;
151
150
  __kind: "Eth" | "Dot" | "Btc" | "Arb";
151
+ value: string;
152
152
  };
153
153
  sourceAsset: {
154
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
154
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
155
155
  };
156
156
  destinationAsset: {
157
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
157
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
158
158
  };
159
159
  brokerCommissionRate: number;
160
160
  sourceChainExpiryBlock: string | number;
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
9
9
  }, {
10
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
11
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
12
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -43,17 +43,17 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
43
43
  error: string;
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
+ __kind: "Module";
46
47
  value: {
47
48
  index: number;
48
49
  error: `0x${string}`;
49
50
  };
50
- __kind: "Module";
51
51
  }, {
52
+ __kind: "Module";
52
53
  value: {
53
54
  index: number;
54
55
  error: string;
55
56
  };
56
- __kind: "Module";
57
57
  }>, z.ZodObject<{
58
58
  __kind: z.ZodLiteral<"ConsumerRemaining">;
59
59
  }, "strip", z.ZodTypeAny, {
@@ -84,13 +84,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
84
84
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
85
85
  }>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
88
87
  __kind: "Token";
88
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
89
89
  }, {
90
+ __kind: "Token";
90
91
  value: {
91
92
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
93
  };
93
- __kind: "Token";
94
94
  }>, z.ZodObject<{
95
95
  __kind: z.ZodLiteral<"Arithmetic">;
96
96
  value: z.ZodEffects<z.ZodObject<{
@@ -103,13 +103,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
103
103
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
104
104
  }>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- value: "Underflow" | "Overflow" | "DivisionByZero";
107
106
  __kind: "Arithmetic";
107
+ value: "Underflow" | "Overflow" | "DivisionByZero";
108
108
  }, {
109
+ __kind: "Arithmetic";
109
110
  value: {
110
111
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
111
112
  };
112
- __kind: "Arithmetic";
113
113
  }>, z.ZodObject<{
114
114
  __kind: z.ZodLiteral<"Transactional">;
115
115
  value: z.ZodEffects<z.ZodObject<{
@@ -122,13 +122,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
122
122
  __kind: "LimitReached" | "NoLayer";
123
123
  }>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- value: "LimitReached" | "NoLayer";
126
125
  __kind: "Transactional";
126
+ value: "LimitReached" | "NoLayer";
127
127
  }, {
128
+ __kind: "Transactional";
128
129
  value: {
129
130
  __kind: "LimitReached" | "NoLayer";
130
131
  };
131
- __kind: "Transactional";
132
132
  }>, z.ZodObject<{
133
133
  __kind: z.ZodLiteral<"Exhausted">;
134
134
  }, "strip", z.ZodTypeAny, {
@@ -155,9 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
158
159
  amount: bigint;
159
160
  swapId: bigint;
160
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
161
161
  reason: {
162
162
  __kind: "Other";
163
163
  } | {
@@ -165,11 +165,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
165
165
  } | {
166
166
  __kind: "BadOrigin";
167
167
  } | {
168
+ __kind: "Module";
168
169
  value: {
169
170
  index: number;
170
171
  error: `0x${string}`;
171
172
  };
172
- __kind: "Module";
173
173
  } | {
174
174
  __kind: "ConsumerRemaining";
175
175
  } | {
@@ -177,14 +177,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
177
177
  } | {
178
178
  __kind: "TooManyConsumers";
179
179
  } | {
180
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
180
  __kind: "Token";
181
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
182
182
  } | {
183
- value: "Underflow" | "Overflow" | "DivisionByZero";
184
183
  __kind: "Arithmetic";
184
+ value: "Underflow" | "Overflow" | "DivisionByZero";
185
185
  } | {
186
- value: "LimitReached" | "NoLayer";
187
186
  __kind: "Transactional";
187
+ value: "LimitReached" | "NoLayer";
188
188
  } | {
189
189
  __kind: "Exhausted";
190
190
  } | {
@@ -195,11 +195,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
195
195
  __kind: "RootNotAllowed";
196
196
  };
197
197
  }, {
198
- amount: string | number;
199
- swapId: string | number;
200
198
  asset: {
201
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
199
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
202
200
  };
201
+ amount: string | number;
202
+ swapId: string | number;
203
203
  reason: {
204
204
  __kind: "Other";
205
205
  } | {
@@ -207,11 +207,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
207
207
  } | {
208
208
  __kind: "BadOrigin";
209
209
  } | {
210
+ __kind: "Module";
210
211
  value: {
211
212
  index: number;
212
213
  error: string;
213
214
  };
214
- __kind: "Module";
215
215
  } | {
216
216
  __kind: "ConsumerRemaining";
217
217
  } | {
@@ -219,20 +219,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
219
219
  } | {
220
220
  __kind: "TooManyConsumers";
221
221
  } | {
222
+ __kind: "Token";
222
223
  value: {
223
224
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
224
225
  };
225
- __kind: "Token";
226
226
  } | {
227
+ __kind: "Arithmetic";
227
228
  value: {
228
229
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
229
230
  };
230
- __kind: "Arithmetic";
231
231
  } | {
232
+ __kind: "Transactional";
232
233
  value: {
233
234
  __kind: "LimitReached" | "NoLayer";
234
235
  };
235
- __kind: "Transactional";
236
236
  } | {
237
237
  __kind: "Exhausted";
238
238
  } | {
@@ -5,11 +5,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
5
5
  asset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
8
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
9
9
  }, {
10
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
11
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
12
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
10
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
13
13
  }>;
14
14
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  reason: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
@@ -43,17 +43,17 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
43
43
  error: string;
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
+ __kind: "Module";
46
47
  value: {
47
48
  index: number;
48
49
  error: `0x${string}`;
49
50
  };
50
- __kind: "Module";
51
51
  }, {
52
+ __kind: "Module";
52
53
  value: {
53
54
  index: number;
54
55
  error: string;
55
56
  };
56
- __kind: "Module";
57
57
  }>, z.ZodObject<{
58
58
  __kind: z.ZodLiteral<"ConsumerRemaining">;
59
59
  }, "strip", z.ZodTypeAny, {
@@ -84,13 +84,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
84
84
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
85
85
  }>;
86
86
  }, "strip", z.ZodTypeAny, {
87
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
88
87
  __kind: "Token";
88
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
89
89
  }, {
90
+ __kind: "Token";
90
91
  value: {
91
92
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
92
93
  };
93
- __kind: "Token";
94
94
  }>, z.ZodObject<{
95
95
  __kind: z.ZodLiteral<"Arithmetic">;
96
96
  value: z.ZodEffects<z.ZodObject<{
@@ -103,13 +103,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
103
103
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
104
104
  }>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- value: "Underflow" | "Overflow" | "DivisionByZero";
107
106
  __kind: "Arithmetic";
107
+ value: "Underflow" | "Overflow" | "DivisionByZero";
108
108
  }, {
109
+ __kind: "Arithmetic";
109
110
  value: {
110
111
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
111
112
  };
112
- __kind: "Arithmetic";
113
113
  }>, z.ZodObject<{
114
114
  __kind: z.ZodLiteral<"Transactional">;
115
115
  value: z.ZodEffects<z.ZodObject<{
@@ -122,13 +122,13 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
122
122
  __kind: "LimitReached" | "NoLayer";
123
123
  }>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- value: "LimitReached" | "NoLayer";
126
125
  __kind: "Transactional";
126
+ value: "LimitReached" | "NoLayer";
127
127
  }, {
128
+ __kind: "Transactional";
128
129
  value: {
129
130
  __kind: "LimitReached" | "NoLayer";
130
131
  };
131
- __kind: "Transactional";
132
132
  }>, z.ZodObject<{
133
133
  __kind: z.ZodLiteral<"Exhausted">;
134
134
  }, "strip", z.ZodTypeAny, {
@@ -155,9 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
158
159
  amount: bigint;
159
160
  swapId: bigint;
160
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
161
161
  reason: {
162
162
  __kind: "Other";
163
163
  } | {
@@ -165,11 +165,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
165
165
  } | {
166
166
  __kind: "BadOrigin";
167
167
  } | {
168
+ __kind: "Module";
168
169
  value: {
169
170
  index: number;
170
171
  error: `0x${string}`;
171
172
  };
172
- __kind: "Module";
173
173
  } | {
174
174
  __kind: "ConsumerRemaining";
175
175
  } | {
@@ -177,14 +177,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
177
177
  } | {
178
178
  __kind: "TooManyConsumers";
179
179
  } | {
180
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
180
  __kind: "Token";
181
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
182
182
  } | {
183
- value: "Underflow" | "Overflow" | "DivisionByZero";
184
183
  __kind: "Arithmetic";
184
+ value: "Underflow" | "Overflow" | "DivisionByZero";
185
185
  } | {
186
- value: "LimitReached" | "NoLayer";
187
186
  __kind: "Transactional";
187
+ value: "LimitReached" | "NoLayer";
188
188
  } | {
189
189
  __kind: "Exhausted";
190
190
  } | {
@@ -195,11 +195,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
195
195
  __kind: "RootNotAllowed";
196
196
  };
197
197
  }, {
198
- amount: string | number;
199
- swapId: string | number;
200
198
  asset: {
201
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
199
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
202
200
  };
201
+ amount: string | number;
202
+ swapId: string | number;
203
203
  reason: {
204
204
  __kind: "Other";
205
205
  } | {
@@ -207,11 +207,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
207
207
  } | {
208
208
  __kind: "BadOrigin";
209
209
  } | {
210
+ __kind: "Module";
210
211
  value: {
211
212
  index: number;
212
213
  error: string;
213
214
  };
214
- __kind: "Module";
215
215
  } | {
216
216
  __kind: "ConsumerRemaining";
217
217
  } | {
@@ -219,20 +219,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
219
219
  } | {
220
220
  __kind: "TooManyConsumers";
221
221
  } | {
222
+ __kind: "Token";
222
223
  value: {
223
224
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
224
225
  };
225
- __kind: "Token";
226
226
  } | {
227
+ __kind: "Arithmetic";
227
228
  value: {
228
229
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
229
230
  };
230
- __kind: "Arithmetic";
231
231
  } | {
232
+ __kind: "Transactional";
232
233
  value: {
233
234
  __kind: "LimitReached" | "NoLayer";
234
235
  };
235
- __kind: "Transactional";
236
236
  } | {
237
237
  __kind: "Exhausted";
238
238
  } | {
@@ -14,29 +14,29 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
14
14
  asset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
17
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
18
18
  }, {
19
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
20
- }>, "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt", {
21
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
19
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
20
+ }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
21
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
22
22
  }>;
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
- egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
26
+ asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
27
27
  amount: bigint;
28
28
  swapId: bigint;
29
- asset: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
29
+ egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum", bigint];
30
30
  fee: bigint;
31
31
  }, {
32
+ asset: {
33
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
34
+ };
35
+ amount: string | number;
36
+ swapId: string | number;
32
37
  egressId: [{
33
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
34
39
  }, string | number];
35
- amount: string | number;
36
- swapId: string | number;
37
- asset: {
38
- __kind: "ArbEth" | "ArbUsdc" | "Eth" | "Dot" | "Btc" | "Flip" | "Usdc" | "Usdt";
39
- };
40
40
  fee: string | number;
41
41
  }>;
42
42