@chainflip/processor 1.4.6 → 1.4.7

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