@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
@@ -41,17 +41,17 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
41
41
  error: string;
42
42
  }>;
43
43
  }, "strip", z.ZodTypeAny, {
44
+ __kind: "Module";
44
45
  value: {
45
46
  index: number;
46
47
  error: `0x${string}`;
47
48
  };
48
- __kind: "Module";
49
49
  }, {
50
+ __kind: "Module";
50
51
  value: {
51
52
  index: number;
52
53
  error: string;
53
54
  };
54
- __kind: "Module";
55
55
  }>, z.ZodObject<{
56
56
  __kind: z.ZodLiteral<"ConsumerRemaining">;
57
57
  }, "strip", z.ZodTypeAny, {
@@ -82,13 +82,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
82
82
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
83
83
  }>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
86
85
  __kind: "Token";
86
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
87
87
  }, {
88
+ __kind: "Token";
88
89
  value: {
89
90
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
90
91
  };
91
- __kind: "Token";
92
92
  }>, z.ZodObject<{
93
93
  __kind: z.ZodLiteral<"Arithmetic">;
94
94
  value: z.ZodEffects<z.ZodObject<{
@@ -101,13 +101,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
101
101
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
102
102
  }>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- value: "Underflow" | "Overflow" | "DivisionByZero";
105
104
  __kind: "Arithmetic";
105
+ value: "Underflow" | "Overflow" | "DivisionByZero";
106
106
  }, {
107
+ __kind: "Arithmetic";
107
108
  value: {
108
109
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
109
110
  };
110
- __kind: "Arithmetic";
111
111
  }>, z.ZodObject<{
112
112
  __kind: z.ZodLiteral<"Transactional">;
113
113
  value: z.ZodEffects<z.ZodObject<{
@@ -120,13 +120,13 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
120
120
  __kind: "LimitReached" | "NoLayer";
121
121
  }>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- value: "LimitReached" | "NoLayer";
124
123
  __kind: "Transactional";
124
+ value: "LimitReached" | "NoLayer";
125
125
  }, {
126
+ __kind: "Transactional";
126
127
  value: {
127
128
  __kind: "LimitReached" | "NoLayer";
128
129
  };
129
- __kind: "Transactional";
130
130
  }>, z.ZodObject<{
131
131
  __kind: z.ZodLiteral<"Exhausted">;
132
132
  }, "strip", z.ZodTypeAny, {
@@ -160,11 +160,11 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
160
160
  } | {
161
161
  __kind: "BadOrigin";
162
162
  } | {
163
+ __kind: "Module";
163
164
  value: {
164
165
  index: number;
165
166
  error: `0x${string}`;
166
167
  };
167
- __kind: "Module";
168
168
  } | {
169
169
  __kind: "ConsumerRemaining";
170
170
  } | {
@@ -172,14 +172,14 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
172
172
  } | {
173
173
  __kind: "TooManyConsumers";
174
174
  } | {
175
- value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
176
175
  __kind: "Token";
176
+ value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
177
177
  } | {
178
- value: "Underflow" | "Overflow" | "DivisionByZero";
179
178
  __kind: "Arithmetic";
179
+ value: "Underflow" | "Overflow" | "DivisionByZero";
180
180
  } | {
181
- value: "LimitReached" | "NoLayer";
182
181
  __kind: "Transactional";
182
+ value: "LimitReached" | "NoLayer";
183
183
  } | {
184
184
  __kind: "Exhausted";
185
185
  } | {
@@ -198,11 +198,11 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
198
198
  } | {
199
199
  __kind: "BadOrigin";
200
200
  } | {
201
+ __kind: "Module";
201
202
  value: {
202
203
  index: number;
203
204
  error: string;
204
205
  };
205
- __kind: "Module";
206
206
  } | {
207
207
  __kind: "ConsumerRemaining";
208
208
  } | {
@@ -210,20 +210,20 @@ declare const arbitrumIngressEgressCcmEgressInvalid: z.ZodObject<{
210
210
  } | {
211
211
  __kind: "TooManyConsumers";
212
212
  } | {
213
+ __kind: "Token";
213
214
  value: {
214
215
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
215
216
  };
216
- __kind: "Token";
217
217
  } | {
218
+ __kind: "Arithmetic";
218
219
  value: {
219
220
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
220
221
  };
221
- __kind: "Arithmetic";
222
222
  } | {
223
+ __kind: "Transactional";
223
224
  value: {
224
225
  __kind: "LimitReached" | "NoLayer";
225
226
  };
226
- __kind: "Transactional";
227
227
  } | {
228
228
  __kind: "Exhausted";
229
229
  } | {
@@ -36,28 +36,16 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
36
36
  lpAccount: string;
37
37
  }>, z.ZodObject<{
38
38
  __kind: z.ZodLiteral<"CcmTransfer">;
39
- value: z.ZodObject<{
40
- principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
41
- gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
42
- }, "strip", z.ZodTypeAny, {
43
- principalSwapId?: bigint | null | undefined;
44
- gasSwapId?: bigint | null | undefined;
45
- }, {
46
- principalSwapId?: string | number | null | undefined;
47
- gasSwapId?: string | number | null | undefined;
48
- }>;
39
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
40
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
49
41
  }, "strip", z.ZodTypeAny, {
50
- value: {
51
- principalSwapId?: bigint | null | undefined;
52
- gasSwapId?: bigint | null | undefined;
53
- };
54
42
  __kind: "CcmTransfer";
43
+ principalSwapId?: bigint | null | undefined;
44
+ gasSwapId?: bigint | null | undefined;
55
45
  }, {
56
- value: {
57
- principalSwapId?: string | number | null | undefined;
58
- gasSwapId?: string | number | null | undefined;
59
- };
60
46
  __kind: "CcmTransfer";
47
+ principalSwapId?: string | number | null | undefined;
48
+ gasSwapId?: string | number | null | undefined;
61
49
  }>, z.ZodObject<{
62
50
  __kind: z.ZodLiteral<"NoAction">;
63
51
  }, "strip", z.ZodTypeAny, {
@@ -75,10 +63,10 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
75
63
  prewitnessedDepositId: string | number;
76
64
  }>]>;
77
65
  }, "strip", z.ZodTypeAny, {
66
+ asset: "ArbEth" | "ArbUsdc";
78
67
  depositAddress: `0x${string}`;
79
68
  channelId: bigint;
80
69
  prewitnessedDepositId: bigint;
81
- asset: "ArbEth" | "ArbUsdc";
82
70
  amounts: [number, bigint][];
83
71
  ingressFee: bigint;
84
72
  boostFee: bigint;
@@ -89,11 +77,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
89
77
  __kind: "LiquidityProvision";
90
78
  lpAccount: string;
91
79
  } | {
92
- value: {
93
- principalSwapId?: bigint | null | undefined;
94
- gasSwapId?: bigint | null | undefined;
95
- };
96
80
  __kind: "CcmTransfer";
81
+ principalSwapId?: bigint | null | undefined;
82
+ gasSwapId?: bigint | null | undefined;
97
83
  } | {
98
84
  __kind: "NoAction";
99
85
  } | {
@@ -101,12 +87,12 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
101
87
  prewitnessedDepositId: bigint;
102
88
  };
103
89
  }, {
104
- depositAddress: string;
105
- channelId: string | number;
106
- prewitnessedDepositId: string | number;
107
90
  asset: {
108
91
  __kind: "ArbEth" | "ArbUsdc";
109
92
  };
93
+ depositAddress: string;
94
+ channelId: string | number;
95
+ prewitnessedDepositId: string | number;
110
96
  amounts: [number, string | number][];
111
97
  ingressFee: string | number;
112
98
  boostFee: string | number;
@@ -117,11 +103,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
117
103
  __kind: "LiquidityProvision";
118
104
  lpAccount: string;
119
105
  } | {
120
- value: {
121
- principalSwapId?: string | number | null | undefined;
122
- gasSwapId?: string | number | null | undefined;
123
- };
124
106
  __kind: "CcmTransfer";
107
+ principalSwapId?: string | number | null | undefined;
108
+ gasSwapId?: string | number | null | undefined;
125
109
  } | {
126
110
  __kind: "NoAction";
127
111
  } | {
@@ -36,28 +36,16 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
36
36
  lpAccount: string;
37
37
  }>, z.ZodObject<{
38
38
  __kind: z.ZodLiteral<"CcmTransfer">;
39
- value: z.ZodObject<{
40
- principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
41
- gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
42
- }, "strip", z.ZodTypeAny, {
43
- principalSwapId?: bigint | null | undefined;
44
- gasSwapId?: bigint | null | undefined;
45
- }, {
46
- principalSwapId?: string | number | null | undefined;
47
- gasSwapId?: string | number | null | undefined;
48
- }>;
39
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
40
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
49
41
  }, "strip", z.ZodTypeAny, {
50
- value: {
51
- principalSwapId?: bigint | null | undefined;
52
- gasSwapId?: bigint | null | undefined;
53
- };
54
42
  __kind: "CcmTransfer";
43
+ principalSwapId?: bigint | null | undefined;
44
+ gasSwapId?: bigint | null | undefined;
55
45
  }, {
56
- value: {
57
- principalSwapId?: string | number | null | undefined;
58
- gasSwapId?: string | number | null | undefined;
59
- };
60
46
  __kind: "CcmTransfer";
47
+ principalSwapId?: string | number | null | undefined;
48
+ gasSwapId?: string | number | null | undefined;
61
49
  }>, z.ZodObject<{
62
50
  __kind: z.ZodLiteral<"NoAction">;
63
51
  }, "strip", z.ZodTypeAny, {
@@ -75,10 +63,10 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
75
63
  prewitnessedDepositId: string | number;
76
64
  }>]>;
77
65
  }, "strip", z.ZodTypeAny, {
66
+ asset: "ArbEth" | "ArbUsdc";
78
67
  depositAddress: `0x${string}`;
79
68
  channelId: bigint;
80
69
  prewitnessedDepositId: bigint;
81
- asset: "ArbEth" | "ArbUsdc";
82
70
  amounts: [number, bigint][];
83
71
  ingressFee: bigint;
84
72
  boostFee: bigint;
@@ -89,11 +77,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
89
77
  __kind: "LiquidityProvision";
90
78
  lpAccount: string;
91
79
  } | {
92
- value: {
93
- principalSwapId?: bigint | null | undefined;
94
- gasSwapId?: bigint | null | undefined;
95
- };
96
80
  __kind: "CcmTransfer";
81
+ principalSwapId?: bigint | null | undefined;
82
+ gasSwapId?: bigint | null | undefined;
97
83
  } | {
98
84
  __kind: "NoAction";
99
85
  } | {
@@ -101,12 +87,12 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
101
87
  prewitnessedDepositId: bigint;
102
88
  };
103
89
  }, {
104
- depositAddress: string;
105
- channelId: string | number;
106
- prewitnessedDepositId: string | number;
107
90
  asset: {
108
91
  __kind: "ArbEth" | "ArbUsdc";
109
92
  };
93
+ depositAddress: string;
94
+ channelId: string | number;
95
+ prewitnessedDepositId: string | number;
110
96
  amounts: [number, string | number][];
111
97
  ingressFee: string | number;
112
98
  boostFee: string | number;
@@ -117,11 +103,9 @@ declare const arbitrumIngressEgressDepositBoosted: z.ZodObject<{
117
103
  __kind: "LiquidityProvision";
118
104
  lpAccount: string;
119
105
  } | {
120
- value: {
121
- principalSwapId?: string | number | null | undefined;
122
- gasSwapId?: string | number | null | undefined;
123
- };
124
106
  __kind: "CcmTransfer";
107
+ principalSwapId?: string | number | null | undefined;
108
+ gasSwapId?: string | number | null | undefined;
125
109
  } | {
126
110
  __kind: "NoAction";
127
111
  } | {
@@ -12,13 +12,13 @@ declare const arbitrumIngressEgressDepositFetchesScheduled: z.ZodObject<{
12
12
  __kind: "ArbEth" | "ArbUsdc";
13
13
  }>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- channelId: bigint;
16
15
  asset: "ArbEth" | "ArbUsdc";
16
+ channelId: bigint;
17
17
  }, {
18
- channelId: string | number;
19
18
  asset: {
20
19
  __kind: "ArbEth" | "ArbUsdc";
21
20
  };
21
+ channelId: string | number;
22
22
  }>;
23
23
 
24
24
  export { arbitrumIngressEgressDepositFetchesScheduled };
@@ -12,13 +12,13 @@ declare const arbitrumIngressEgressDepositFetchesScheduled: z.ZodObject<{
12
12
  __kind: "ArbEth" | "ArbUsdc";
13
13
  }>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- channelId: bigint;
16
15
  asset: "ArbEth" | "ArbUsdc";
16
+ channelId: bigint;
17
17
  }, {
18
- channelId: string | number;
19
18
  asset: {
20
19
  __kind: "ArbEth" | "ArbUsdc";
21
20
  };
21
+ channelId: string | number;
22
22
  }>;
23
23
 
24
24
  export { arbitrumIngressEgressDepositFetchesScheduled };
@@ -33,28 +33,16 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
33
33
  lpAccount: string;
34
34
  }>, z.ZodObject<{
35
35
  __kind: z.ZodLiteral<"CcmTransfer">;
36
- value: z.ZodObject<{
37
- principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
38
- gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
39
- }, "strip", z.ZodTypeAny, {
40
- principalSwapId?: bigint | null | undefined;
41
- gasSwapId?: bigint | null | undefined;
42
- }, {
43
- principalSwapId?: string | number | null | undefined;
44
- gasSwapId?: string | number | null | undefined;
45
- }>;
36
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
37
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
46
38
  }, "strip", z.ZodTypeAny, {
47
- value: {
48
- principalSwapId?: bigint | null | undefined;
49
- gasSwapId?: bigint | null | undefined;
50
- };
51
39
  __kind: "CcmTransfer";
40
+ principalSwapId?: bigint | null | undefined;
41
+ gasSwapId?: bigint | null | undefined;
52
42
  }, {
53
- value: {
54
- principalSwapId?: string | number | null | undefined;
55
- gasSwapId?: string | number | null | undefined;
56
- };
57
43
  __kind: "CcmTransfer";
44
+ principalSwapId?: string | number | null | undefined;
45
+ gasSwapId?: string | number | null | undefined;
58
46
  }>, z.ZodObject<{
59
47
  __kind: z.ZodLiteral<"NoAction">;
60
48
  }, "strip", z.ZodTypeAny, {
@@ -73,10 +61,10 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
73
61
  }>]>;
74
62
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
75
63
  }, "strip", z.ZodTypeAny, {
64
+ asset: "ArbEth" | "ArbUsdc";
76
65
  amount: bigint;
77
66
  depositAddress: `0x${string}`;
78
67
  channelId: bigint;
79
- asset: "ArbEth" | "ArbUsdc";
80
68
  ingressFee: bigint;
81
69
  action: {
82
70
  __kind: "Swap";
@@ -85,11 +73,9 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
85
73
  __kind: "LiquidityProvision";
86
74
  lpAccount: string;
87
75
  } | {
88
- value: {
89
- principalSwapId?: bigint | null | undefined;
90
- gasSwapId?: bigint | null | undefined;
91
- };
92
76
  __kind: "CcmTransfer";
77
+ principalSwapId?: bigint | null | undefined;
78
+ gasSwapId?: bigint | null | undefined;
93
79
  } | {
94
80
  __kind: "NoAction";
95
81
  } | {
@@ -97,12 +83,12 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
97
83
  prewitnessedDepositId: bigint;
98
84
  };
99
85
  }, {
100
- amount: string | number;
101
- depositAddress: string;
102
- channelId: string | number;
103
86
  asset: {
104
87
  __kind: "ArbEth" | "ArbUsdc";
105
88
  };
89
+ amount: string | number;
90
+ depositAddress: string;
91
+ channelId: string | number;
106
92
  ingressFee: string | number;
107
93
  action: {
108
94
  __kind: "Swap";
@@ -111,11 +97,9 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
111
97
  __kind: "LiquidityProvision";
112
98
  lpAccount: string;
113
99
  } | {
114
- value: {
115
- principalSwapId?: string | number | null | undefined;
116
- gasSwapId?: string | number | null | undefined;
117
- };
118
100
  __kind: "CcmTransfer";
101
+ principalSwapId?: string | number | null | undefined;
102
+ gasSwapId?: string | number | null | undefined;
119
103
  } | {
120
104
  __kind: "NoAction";
121
105
  } | {
@@ -33,28 +33,16 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
33
33
  lpAccount: string;
34
34
  }>, z.ZodObject<{
35
35
  __kind: z.ZodLiteral<"CcmTransfer">;
36
- value: z.ZodObject<{
37
- principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
38
- gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
39
- }, "strip", z.ZodTypeAny, {
40
- principalSwapId?: bigint | null | undefined;
41
- gasSwapId?: bigint | null | undefined;
42
- }, {
43
- principalSwapId?: string | number | null | undefined;
44
- gasSwapId?: string | number | null | undefined;
45
- }>;
36
+ principalSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
37
+ gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
46
38
  }, "strip", z.ZodTypeAny, {
47
- value: {
48
- principalSwapId?: bigint | null | undefined;
49
- gasSwapId?: bigint | null | undefined;
50
- };
51
39
  __kind: "CcmTransfer";
40
+ principalSwapId?: bigint | null | undefined;
41
+ gasSwapId?: bigint | null | undefined;
52
42
  }, {
53
- value: {
54
- principalSwapId?: string | number | null | undefined;
55
- gasSwapId?: string | number | null | undefined;
56
- };
57
43
  __kind: "CcmTransfer";
44
+ principalSwapId?: string | number | null | undefined;
45
+ gasSwapId?: string | number | null | undefined;
58
46
  }>, z.ZodObject<{
59
47
  __kind: z.ZodLiteral<"NoAction">;
60
48
  }, "strip", z.ZodTypeAny, {
@@ -73,10 +61,10 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
73
61
  }>]>;
74
62
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
75
63
  }, "strip", z.ZodTypeAny, {
64
+ asset: "ArbEth" | "ArbUsdc";
76
65
  amount: bigint;
77
66
  depositAddress: `0x${string}`;
78
67
  channelId: bigint;
79
- asset: "ArbEth" | "ArbUsdc";
80
68
  ingressFee: bigint;
81
69
  action: {
82
70
  __kind: "Swap";
@@ -85,11 +73,9 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
85
73
  __kind: "LiquidityProvision";
86
74
  lpAccount: string;
87
75
  } | {
88
- value: {
89
- principalSwapId?: bigint | null | undefined;
90
- gasSwapId?: bigint | null | undefined;
91
- };
92
76
  __kind: "CcmTransfer";
77
+ principalSwapId?: bigint | null | undefined;
78
+ gasSwapId?: bigint | null | undefined;
93
79
  } | {
94
80
  __kind: "NoAction";
95
81
  } | {
@@ -97,12 +83,12 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
97
83
  prewitnessedDepositId: bigint;
98
84
  };
99
85
  }, {
100
- amount: string | number;
101
- depositAddress: string;
102
- channelId: string | number;
103
86
  asset: {
104
87
  __kind: "ArbEth" | "ArbUsdc";
105
88
  };
89
+ amount: string | number;
90
+ depositAddress: string;
91
+ channelId: string | number;
106
92
  ingressFee: string | number;
107
93
  action: {
108
94
  __kind: "Swap";
@@ -111,11 +97,9 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
111
97
  __kind: "LiquidityProvision";
112
98
  lpAccount: string;
113
99
  } | {
114
- value: {
115
- principalSwapId?: string | number | null | undefined;
116
- gasSwapId?: string | number | null | undefined;
117
- };
118
100
  __kind: "CcmTransfer";
101
+ principalSwapId?: string | number | null | undefined;
102
+ gasSwapId?: string | number | null | undefined;
119
103
  } | {
120
104
  __kind: "NoAction";
121
105
  } | {
@@ -22,16 +22,16 @@ declare const arbitrumIngressEgressDepositIgnored: z.ZodObject<{
22
22
  __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
23
23
  }>;
24
24
  }, "strip", z.ZodTypeAny, {
25
+ asset: "ArbEth" | "ArbUsdc";
25
26
  amount: bigint;
26
27
  depositAddress: `0x${string}`;
27
- asset: "ArbEth" | "ArbUsdc";
28
28
  reason: "BelowMinimumDeposit" | "NotEnoughToPayFees";
29
29
  }, {
30
- amount: string | number;
31
- depositAddress: string;
32
30
  asset: {
33
31
  __kind: "ArbEth" | "ArbUsdc";
34
32
  };
33
+ amount: string | number;
34
+ depositAddress: string;
35
35
  reason: {
36
36
  __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
37
37
  };
@@ -22,16 +22,16 @@ declare const arbitrumIngressEgressDepositIgnored: z.ZodObject<{
22
22
  __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
23
23
  }>;
24
24
  }, "strip", z.ZodTypeAny, {
25
+ asset: "ArbEth" | "ArbUsdc";
25
26
  amount: bigint;
26
27
  depositAddress: `0x${string}`;
27
- asset: "ArbEth" | "ArbUsdc";
28
28
  reason: "BelowMinimumDeposit" | "NotEnoughToPayFees";
29
29
  }, {
30
- amount: string | number;
31
- depositAddress: string;
32
30
  asset: {
33
31
  __kind: "ArbEth" | "ArbUsdc";
34
32
  };
33
+ amount: string | number;
34
+ depositAddress: string;
35
35
  reason: {
36
36
  __kind: "BelowMinimumDeposit" | "NotEnoughToPayFees";
37
37
  };