@chainflip/processor 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/dist/100/BitcoinIngressEgress/ccmBroadcastRequested.d.cts +2 -2
  2. package/dist/100/BitcoinIngressEgress/ccmBroadcastRequested.d.ts +2 -2
  3. package/dist/100/BitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
  4. package/dist/100/BitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
  5. package/dist/100/Environment/runtimeSafeModeUpdated.d.cts +28 -28
  6. package/dist/100/Environment/runtimeSafeModeUpdated.d.ts +28 -28
  7. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  8. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  9. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  10. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  11. package/dist/100/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  12. package/dist/100/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  13. package/dist/100/EthereumIngressEgress/depositReceived.d.cts +2 -2
  14. package/dist/100/EthereumIngressEgress/depositReceived.d.ts +2 -2
  15. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  16. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  17. package/dist/100/Funding/boundExecutorAddress.d.cts +2 -2
  18. package/dist/100/Funding/boundExecutorAddress.d.ts +2 -2
  19. package/dist/100/Funding/boundRedeemAddress.d.cts +2 -2
  20. package/dist/100/Funding/boundRedeemAddress.d.ts +2 -2
  21. package/dist/100/Funding/failedFundingAttempt.d.cts +2 -2
  22. package/dist/100/Funding/failedFundingAttempt.d.ts +2 -2
  23. package/dist/100/Funding/funded.d.cts +2 -2
  24. package/dist/100/Funding/funded.d.ts +2 -2
  25. package/dist/100/Funding/redemptionRequested.d.cts +4 -4
  26. package/dist/100/Funding/redemptionRequested.d.ts +4 -4
  27. package/dist/100/LiquidityProvider/accountCredited.d.cts +2 -2
  28. package/dist/100/LiquidityProvider/accountCredited.d.ts +2 -2
  29. package/dist/100/LiquidityProvider/accountDebited.d.cts +2 -2
  30. package/dist/100/LiquidityProvider/accountDebited.d.ts +2 -2
  31. package/dist/100/LiquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  32. package/dist/100/LiquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  33. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
  34. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
  35. package/dist/100/Swapping/batchSwapFailed.d.cts +8 -8
  36. package/dist/100/Swapping/batchSwapFailed.d.ts +8 -8
  37. package/dist/100/Swapping/ccmDepositReceived.d.cts +78 -78
  38. package/dist/100/Swapping/ccmDepositReceived.d.ts +78 -78
  39. package/dist/100/Swapping/ccmFailed.d.cts +78 -78
  40. package/dist/100/Swapping/ccmFailed.d.ts +78 -78
  41. package/dist/100/Swapping/minimumSwapAmountSet.d.cts +6 -6
  42. package/dist/100/Swapping/minimumSwapAmountSet.d.ts +6 -6
  43. package/dist/100/Swapping/swapAmountTooLow.d.cts +50 -50
  44. package/dist/100/Swapping/swapAmountTooLow.d.ts +50 -50
  45. package/dist/100/Swapping/swapDepositAddressReady.d.cts +42 -42
  46. package/dist/100/Swapping/swapDepositAddressReady.d.ts +42 -42
  47. package/dist/100/Swapping/swapEgressScheduled.d.cts +6 -6
  48. package/dist/100/Swapping/swapEgressScheduled.d.ts +6 -6
  49. package/dist/100/Swapping/swapExecuted.d.cts +12 -12
  50. package/dist/100/Swapping/swapExecuted.d.ts +12 -12
  51. package/dist/100/Swapping/swapScheduled.d.cts +130 -130
  52. package/dist/100/Swapping/swapScheduled.d.ts +130 -130
  53. package/dist/100/Swapping/withdrawalRequested.d.cts +12 -12
  54. package/dist/100/Swapping/withdrawalRequested.d.ts +12 -12
  55. package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
  56. package/dist/111/LiquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
  57. package/dist/120/PolkadotIngressEgress/depositReceived.d.cts +4 -4
  58. package/dist/120/PolkadotIngressEgress/depositReceived.d.ts +4 -4
  59. package/dist/120/Swapping/ccmFailed.d.cts +78 -78
  60. package/dist/120/Swapping/ccmFailed.d.ts +78 -78
  61. package/dist/120/Swapping/swapEgressIgnored.d.cts +28 -28
  62. package/dist/120/Swapping/swapEgressIgnored.d.ts +28 -28
  63. package/dist/120/Swapping/swapEgressScheduled.d.cts +6 -6
  64. package/dist/120/Swapping/swapEgressScheduled.d.ts +6 -6
  65. package/dist/120/Swapping/swapExecuted.d.cts +12 -12
  66. package/dist/120/Swapping/swapExecuted.d.ts +12 -12
  67. package/dist/120/Swapping/withdrawalRequested.d.cts +12 -12
  68. package/dist/120/Swapping/withdrawalRequested.d.ts +12 -12
  69. package/dist/131/Environment/runtimeSafeModeUpdated.d.cts +40 -40
  70. package/dist/131/Environment/runtimeSafeModeUpdated.d.ts +40 -40
  71. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  72. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  73. package/dist/131/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  74. package/dist/131/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  75. package/dist/131/EthereumIngressEgress/depositReceived.d.cts +6 -6
  76. package/dist/131/EthereumIngressEgress/depositReceived.d.ts +6 -6
  77. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  78. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  79. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  80. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  81. package/dist/131/LiquidityPools/limitOrderUpdated.d.cts +10 -10
  82. package/dist/131/LiquidityPools/limitOrderUpdated.d.ts +10 -10
  83. package/dist/131/LiquidityPools/rangeOrderUpdated.d.cts +10 -10
  84. package/dist/131/LiquidityPools/rangeOrderUpdated.d.ts +10 -10
  85. package/dist/131/LiquidityProvider/accountCredited.d.cts +2 -2
  86. package/dist/131/LiquidityProvider/accountCredited.d.ts +2 -2
  87. package/dist/131/LiquidityProvider/accountDebited.d.cts +2 -2
  88. package/dist/131/LiquidityProvider/accountDebited.d.ts +2 -2
  89. package/dist/131/LiquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
  90. package/dist/131/LiquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
  91. package/dist/131/LiquidityProvider/liquidityDepositCredited.d.cts +2 -2
  92. package/dist/131/LiquidityProvider/liquidityDepositCredited.d.ts +2 -2
  93. package/dist/131/Swapping/batchSwapFailed.d.cts +6 -6
  94. package/dist/131/Swapping/batchSwapFailed.d.ts +6 -6
  95. package/dist/131/Swapping/ccmFailed.d.cts +106 -106
  96. package/dist/131/Swapping/ccmFailed.d.ts +106 -106
  97. package/dist/131/Swapping/maximumSwapAmountSet.d.cts +6 -6
  98. package/dist/131/Swapping/maximumSwapAmountSet.d.ts +6 -6
  99. package/dist/131/Swapping/swapAmountConfiscated.d.cts +12 -12
  100. package/dist/131/Swapping/swapAmountConfiscated.d.ts +12 -12
  101. package/dist/131/Swapping/swapDepositAddressReady.d.cts +46 -46
  102. package/dist/131/Swapping/swapDepositAddressReady.d.ts +46 -46
  103. package/dist/131/Swapping/swapEgressIgnored.d.cts +28 -28
  104. package/dist/131/Swapping/swapEgressIgnored.d.ts +28 -28
  105. package/dist/131/Swapping/swapEgressScheduled.d.cts +6 -6
  106. package/dist/131/Swapping/swapEgressScheduled.d.ts +6 -6
  107. package/dist/131/Swapping/swapExecuted.d.cts +12 -12
  108. package/dist/131/Swapping/swapExecuted.d.ts +12 -12
  109. package/dist/131/Swapping/swapScheduled.d.cts +136 -136
  110. package/dist/131/Swapping/swapScheduled.d.ts +136 -136
  111. package/dist/131/Swapping/withdrawalRequested.d.cts +18 -18
  112. package/dist/131/Swapping/withdrawalRequested.d.ts +18 -18
  113. package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  114. package/dist/141/ArbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  115. package/dist/141/ArbitrumIngressEgress/depositBoosted.d.cts +8 -8
  116. package/dist/141/ArbitrumIngressEgress/depositBoosted.d.ts +8 -8
  117. package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  118. package/dist/141/ArbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  119. package/dist/141/ArbitrumIngressEgress/depositFinalised.d.cts +8 -8
  120. package/dist/141/ArbitrumIngressEgress/depositFinalised.d.ts +8 -8
  121. package/dist/141/ArbitrumIngressEgress/depositIgnored.d.cts +3 -3
  122. package/dist/141/ArbitrumIngressEgress/depositIgnored.d.ts +3 -3
  123. package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
  124. package/dist/141/ArbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
  125. package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  126. package/dist/141/ArbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  127. package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  128. package/dist/141/ArbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  129. package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
  130. package/dist/141/ArbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
  131. package/dist/141/Environment/runtimeSafeModeUpdated.d.cts +12 -12
  132. package/dist/141/Environment/runtimeSafeModeUpdated.d.ts +12 -12
  133. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.cts +2 -2
  134. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.ts +2 -2
  135. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  136. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  137. package/dist/141/EthereumIngressEgress/depositBoosted.d.cts +4 -4
  138. package/dist/141/EthereumIngressEgress/depositBoosted.d.ts +4 -4
  139. package/dist/141/EthereumIngressEgress/depositFinalised.d.cts +4 -4
  140. package/dist/141/EthereumIngressEgress/depositFinalised.d.ts +4 -4
  141. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.cts +2 -2
  142. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.ts +2 -2
  143. package/dist/141/LiquidityPools/limitOrderUpdated.d.cts +10 -10
  144. package/dist/141/LiquidityPools/limitOrderUpdated.d.ts +10 -10
  145. package/dist/141/LiquidityPools/rangeOrderUpdated.d.cts +10 -10
  146. package/dist/141/LiquidityPools/rangeOrderUpdated.d.ts +10 -10
  147. package/dist/141/Swapping/ccmDepositReceived.d.cts +92 -92
  148. package/dist/141/Swapping/ccmDepositReceived.d.ts +92 -92
  149. package/dist/141/Swapping/ccmFailed.d.cts +128 -128
  150. package/dist/141/Swapping/ccmFailed.d.ts +128 -128
  151. package/dist/141/Swapping/swapDepositAddressReady.d.cts +32 -32
  152. package/dist/141/Swapping/swapDepositAddressReady.d.ts +32 -32
  153. package/dist/141/Swapping/swapEgressIgnored.d.cts +24 -24
  154. package/dist/141/Swapping/swapEgressIgnored.d.ts +24 -24
  155. package/dist/141/Swapping/swapExecuted.d.cts +86 -86
  156. package/dist/141/Swapping/swapExecuted.d.ts +86 -86
  157. package/dist/141/Swapping/swapScheduled.d.cts +140 -140
  158. package/dist/141/Swapping/swapScheduled.d.ts +140 -140
  159. package/dist/141/Swapping/withdrawalRequested.d.cts +16 -16
  160. package/dist/141/Swapping/withdrawalRequested.d.ts +16 -16
  161. package/dist/141/TokenholderGovernance/proposalEnacted.d.cts +8 -8
  162. package/dist/141/TokenholderGovernance/proposalEnacted.d.ts +8 -8
  163. package/dist/141/TokenholderGovernance/proposalPassed.d.cts +8 -8
  164. package/dist/141/TokenholderGovernance/proposalPassed.d.ts +8 -8
  165. package/dist/141/TokenholderGovernance/proposalRejected.d.cts +8 -8
  166. package/dist/141/TokenholderGovernance/proposalRejected.d.ts +8 -8
  167. package/dist/141/TokenholderGovernance/proposalSubmitted.d.cts +8 -8
  168. package/dist/141/TokenholderGovernance/proposalSubmitted.d.ts +8 -8
  169. package/dist/Processor.cjs +11 -5
  170. package/dist/Processor.d.cts +2 -0
  171. package/dist/Processor.d.ts +2 -0
  172. package/dist/Processor.mjs +11 -5
  173. package/dist/types.d.cts +5 -1
  174. package/dist/types.d.ts +5 -1
  175. package/package.json +1 -1
@@ -44,17 +44,17 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
44
44
  gasSwapId?: string | number | null | undefined;
45
45
  }>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- __kind: "CcmTransfer";
48
47
  value: {
49
48
  principalSwapId?: bigint | null | undefined;
50
49
  gasSwapId?: bigint | null | undefined;
51
50
  };
52
- }, {
53
51
  __kind: "CcmTransfer";
52
+ }, {
54
53
  value: {
55
54
  principalSwapId?: string | number | null | undefined;
56
55
  gasSwapId?: string | number | null | undefined;
57
56
  };
57
+ __kind: "CcmTransfer";
58
58
  }>, z.ZodObject<{
59
59
  __kind: z.ZodLiteral<"NoAction">;
60
60
  }, "strip", z.ZodTypeAny, {
@@ -63,8 +63,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
63
63
  __kind: "NoAction";
64
64
  }>]>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
67
66
  depositAddress: `0x${string}`;
67
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
68
68
  amount: bigint;
69
69
  ingressFee: bigint;
70
70
  action: {
@@ -74,19 +74,19 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
74
74
  __kind: "LiquidityProvision";
75
75
  lpAccount: string;
76
76
  } | {
77
- __kind: "CcmTransfer";
78
77
  value: {
79
78
  principalSwapId?: bigint | null | undefined;
80
79
  gasSwapId?: bigint | null | undefined;
81
80
  };
81
+ __kind: "CcmTransfer";
82
82
  } | {
83
83
  __kind: "NoAction";
84
84
  };
85
85
  }, {
86
+ depositAddress: string;
86
87
  asset: {
87
88
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
88
89
  };
89
- depositAddress: string;
90
90
  amount: string | number;
91
91
  ingressFee: string | number;
92
92
  action: {
@@ -96,11 +96,11 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
96
96
  __kind: "LiquidityProvision";
97
97
  lpAccount: string;
98
98
  } | {
99
- __kind: "CcmTransfer";
100
99
  value: {
101
100
  principalSwapId?: string | number | null | undefined;
102
101
  gasSwapId?: string | number | null | undefined;
103
102
  };
103
+ __kind: "CcmTransfer";
104
104
  } | {
105
105
  __kind: "NoAction";
106
106
  };
@@ -44,17 +44,17 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
44
44
  gasSwapId?: string | number | null | undefined;
45
45
  }>;
46
46
  }, "strip", z.ZodTypeAny, {
47
- __kind: "CcmTransfer";
48
47
  value: {
49
48
  principalSwapId?: bigint | null | undefined;
50
49
  gasSwapId?: bigint | null | undefined;
51
50
  };
52
- }, {
53
51
  __kind: "CcmTransfer";
52
+ }, {
54
53
  value: {
55
54
  principalSwapId?: string | number | null | undefined;
56
55
  gasSwapId?: string | number | null | undefined;
57
56
  };
57
+ __kind: "CcmTransfer";
58
58
  }>, z.ZodObject<{
59
59
  __kind: z.ZodLiteral<"NoAction">;
60
60
  }, "strip", z.ZodTypeAny, {
@@ -63,8 +63,8 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
63
63
  __kind: "NoAction";
64
64
  }>]>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
67
66
  depositAddress: `0x${string}`;
67
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
68
68
  amount: bigint;
69
69
  ingressFee: bigint;
70
70
  action: {
@@ -74,19 +74,19 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
74
74
  __kind: "LiquidityProvision";
75
75
  lpAccount: string;
76
76
  } | {
77
- __kind: "CcmTransfer";
78
77
  value: {
79
78
  principalSwapId?: bigint | null | undefined;
80
79
  gasSwapId?: bigint | null | undefined;
81
80
  };
81
+ __kind: "CcmTransfer";
82
82
  } | {
83
83
  __kind: "NoAction";
84
84
  };
85
85
  }, {
86
+ depositAddress: string;
86
87
  asset: {
87
88
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
88
89
  };
89
- depositAddress: string;
90
90
  amount: string | number;
91
91
  ingressFee: string | number;
92
92
  action: {
@@ -96,11 +96,11 @@ declare const ethereumIngressEgressDepositReceived: z.ZodObject<{
96
96
  __kind: "LiquidityProvision";
97
97
  lpAccount: string;
98
98
  } | {
99
- __kind: "CcmTransfer";
100
99
  value: {
101
100
  principalSwapId?: string | number | null | undefined;
102
101
  gasSwapId?: string | number | null | undefined;
103
102
  };
103
+ __kind: "CcmTransfer";
104
104
  } | {
105
105
  __kind: "NoAction";
106
106
  };
@@ -32,17 +32,17 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
32
32
  error: string;
33
33
  }>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- __kind: "Module";
36
35
  value: {
37
36
  index: number;
38
37
  error: `0x${string}`;
39
38
  };
40
- }, {
41
39
  __kind: "Module";
40
+ }, {
42
41
  value: {
43
42
  index: number;
44
43
  error: string;
45
44
  };
45
+ __kind: "Module";
46
46
  }>, z.ZodObject<{
47
47
  __kind: z.ZodLiteral<"ConsumerRemaining">;
48
48
  }, "strip", z.ZodTypeAny, {
@@ -73,13 +73,13 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
73
73
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
74
74
  }>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- __kind: "Token";
77
76
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
78
- }, {
79
77
  __kind: "Token";
78
+ }, {
80
79
  value: {
81
80
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
82
81
  };
82
+ __kind: "Token";
83
83
  }>, z.ZodObject<{
84
84
  __kind: z.ZodLiteral<"Arithmetic">;
85
85
  value: z.ZodEffects<z.ZodObject<{
@@ -92,13 +92,13 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
92
92
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
93
93
  }>;
94
94
  }, "strip", z.ZodTypeAny, {
95
- __kind: "Arithmetic";
96
95
  value: "Underflow" | "Overflow" | "DivisionByZero";
97
- }, {
98
96
  __kind: "Arithmetic";
97
+ }, {
99
98
  value: {
100
99
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
101
100
  };
101
+ __kind: "Arithmetic";
102
102
  }>, z.ZodObject<{
103
103
  __kind: z.ZodLiteral<"Transactional">;
104
104
  value: z.ZodEffects<z.ZodObject<{
@@ -111,13 +111,13 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
111
111
  __kind: "LimitReached" | "NoLayer";
112
112
  }>;
113
113
  }, "strip", z.ZodTypeAny, {
114
- __kind: "Transactional";
115
114
  value: "LimitReached" | "NoLayer";
116
- }, {
117
115
  __kind: "Transactional";
116
+ }, {
118
117
  value: {
119
118
  __kind: "LimitReached" | "NoLayer";
120
119
  };
120
+ __kind: "Transactional";
121
121
  }>, z.ZodObject<{
122
122
  __kind: z.ZodLiteral<"Exhausted">;
123
123
  }, "strip", z.ZodTypeAny, {
@@ -156,14 +156,14 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
156
156
  }>;
157
157
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
158
158
  }, "strip", z.ZodTypeAny, {
159
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
160
159
  depositAddress: `0x${string}`;
160
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
161
161
  amount: bigint;
162
162
  }, {
163
+ depositAddress: string;
163
164
  asset: {
164
165
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
165
166
  };
166
- depositAddress: string;
167
167
  amount: string | number;
168
168
  }>;
169
169
  }, "strip", z.ZodTypeAny, {
@@ -174,11 +174,11 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
174
174
  } | {
175
175
  __kind: "BadOrigin";
176
176
  } | {
177
- __kind: "Module";
178
177
  value: {
179
178
  index: number;
180
179
  error: `0x${string}`;
181
180
  };
181
+ __kind: "Module";
182
182
  } | {
183
183
  __kind: "ConsumerRemaining";
184
184
  } | {
@@ -186,14 +186,14 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
186
186
  } | {
187
187
  __kind: "TooManyConsumers";
188
188
  } | {
189
- __kind: "Token";
190
189
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
190
+ __kind: "Token";
191
191
  } | {
192
- __kind: "Arithmetic";
193
192
  value: "Underflow" | "Overflow" | "DivisionByZero";
193
+ __kind: "Arithmetic";
194
194
  } | {
195
- __kind: "Transactional";
196
195
  value: "LimitReached" | "NoLayer";
196
+ __kind: "Transactional";
197
197
  } | {
198
198
  __kind: "Exhausted";
199
199
  } | {
@@ -204,8 +204,8 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
204
204
  __kind: "RootNotAllowed";
205
205
  };
206
206
  depositWitness: {
207
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
208
207
  depositAddress: `0x${string}`;
208
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
209
209
  amount: bigint;
210
210
  };
211
211
  }, {
@@ -216,11 +216,11 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
216
216
  } | {
217
217
  __kind: "BadOrigin";
218
218
  } | {
219
- __kind: "Module";
220
219
  value: {
221
220
  index: number;
222
221
  error: string;
223
222
  };
223
+ __kind: "Module";
224
224
  } | {
225
225
  __kind: "ConsumerRemaining";
226
226
  } | {
@@ -228,20 +228,20 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
228
228
  } | {
229
229
  __kind: "TooManyConsumers";
230
230
  } | {
231
- __kind: "Token";
232
231
  value: {
233
232
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
234
233
  };
234
+ __kind: "Token";
235
235
  } | {
236
- __kind: "Arithmetic";
237
236
  value: {
238
237
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
239
238
  };
239
+ __kind: "Arithmetic";
240
240
  } | {
241
- __kind: "Transactional";
242
241
  value: {
243
242
  __kind: "LimitReached" | "NoLayer";
244
243
  };
244
+ __kind: "Transactional";
245
245
  } | {
246
246
  __kind: "Exhausted";
247
247
  } | {
@@ -252,10 +252,10 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
252
252
  __kind: "RootNotAllowed";
253
253
  };
254
254
  depositWitness: {
255
+ depositAddress: string;
255
256
  asset: {
256
257
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
257
258
  };
258
- depositAddress: string;
259
259
  amount: string | number;
260
260
  };
261
261
  }>;
@@ -32,17 +32,17 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
32
32
  error: string;
33
33
  }>;
34
34
  }, "strip", z.ZodTypeAny, {
35
- __kind: "Module";
36
35
  value: {
37
36
  index: number;
38
37
  error: `0x${string}`;
39
38
  };
40
- }, {
41
39
  __kind: "Module";
40
+ }, {
42
41
  value: {
43
42
  index: number;
44
43
  error: string;
45
44
  };
45
+ __kind: "Module";
46
46
  }>, z.ZodObject<{
47
47
  __kind: z.ZodLiteral<"ConsumerRemaining">;
48
48
  }, "strip", z.ZodTypeAny, {
@@ -73,13 +73,13 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
73
73
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
74
74
  }>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- __kind: "Token";
77
76
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
78
- }, {
79
77
  __kind: "Token";
78
+ }, {
80
79
  value: {
81
80
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
82
81
  };
82
+ __kind: "Token";
83
83
  }>, z.ZodObject<{
84
84
  __kind: z.ZodLiteral<"Arithmetic">;
85
85
  value: z.ZodEffects<z.ZodObject<{
@@ -92,13 +92,13 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
92
92
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
93
93
  }>;
94
94
  }, "strip", z.ZodTypeAny, {
95
- __kind: "Arithmetic";
96
95
  value: "Underflow" | "Overflow" | "DivisionByZero";
97
- }, {
98
96
  __kind: "Arithmetic";
97
+ }, {
99
98
  value: {
100
99
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
101
100
  };
101
+ __kind: "Arithmetic";
102
102
  }>, z.ZodObject<{
103
103
  __kind: z.ZodLiteral<"Transactional">;
104
104
  value: z.ZodEffects<z.ZodObject<{
@@ -111,13 +111,13 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
111
111
  __kind: "LimitReached" | "NoLayer";
112
112
  }>;
113
113
  }, "strip", z.ZodTypeAny, {
114
- __kind: "Transactional";
115
114
  value: "LimitReached" | "NoLayer";
116
- }, {
117
115
  __kind: "Transactional";
116
+ }, {
118
117
  value: {
119
118
  __kind: "LimitReached" | "NoLayer";
120
119
  };
120
+ __kind: "Transactional";
121
121
  }>, z.ZodObject<{
122
122
  __kind: z.ZodLiteral<"Exhausted">;
123
123
  }, "strip", z.ZodTypeAny, {
@@ -156,14 +156,14 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
156
156
  }>;
157
157
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
158
158
  }, "strip", z.ZodTypeAny, {
159
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
160
159
  depositAddress: `0x${string}`;
160
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
161
161
  amount: bigint;
162
162
  }, {
163
+ depositAddress: string;
163
164
  asset: {
164
165
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
165
166
  };
166
- depositAddress: string;
167
167
  amount: string | number;
168
168
  }>;
169
169
  }, "strip", z.ZodTypeAny, {
@@ -174,11 +174,11 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
174
174
  } | {
175
175
  __kind: "BadOrigin";
176
176
  } | {
177
- __kind: "Module";
178
177
  value: {
179
178
  index: number;
180
179
  error: `0x${string}`;
181
180
  };
181
+ __kind: "Module";
182
182
  } | {
183
183
  __kind: "ConsumerRemaining";
184
184
  } | {
@@ -186,14 +186,14 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
186
186
  } | {
187
187
  __kind: "TooManyConsumers";
188
188
  } | {
189
- __kind: "Token";
190
189
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
190
+ __kind: "Token";
191
191
  } | {
192
- __kind: "Arithmetic";
193
192
  value: "Underflow" | "Overflow" | "DivisionByZero";
193
+ __kind: "Arithmetic";
194
194
  } | {
195
- __kind: "Transactional";
196
195
  value: "LimitReached" | "NoLayer";
196
+ __kind: "Transactional";
197
197
  } | {
198
198
  __kind: "Exhausted";
199
199
  } | {
@@ -204,8 +204,8 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
204
204
  __kind: "RootNotAllowed";
205
205
  };
206
206
  depositWitness: {
207
- asset: "Eth" | "Flip" | "Usdc" | "Usdt";
208
207
  depositAddress: `0x${string}`;
208
+ asset: "Eth" | "Flip" | "Usdc" | "Usdt";
209
209
  amount: bigint;
210
210
  };
211
211
  }, {
@@ -216,11 +216,11 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
216
216
  } | {
217
217
  __kind: "BadOrigin";
218
218
  } | {
219
- __kind: "Module";
220
219
  value: {
221
220
  index: number;
222
221
  error: string;
223
222
  };
223
+ __kind: "Module";
224
224
  } | {
225
225
  __kind: "ConsumerRemaining";
226
226
  } | {
@@ -228,20 +228,20 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
228
228
  } | {
229
229
  __kind: "TooManyConsumers";
230
230
  } | {
231
- __kind: "Token";
232
231
  value: {
233
232
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
234
233
  };
234
+ __kind: "Token";
235
235
  } | {
236
- __kind: "Arithmetic";
237
236
  value: {
238
237
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
239
238
  };
239
+ __kind: "Arithmetic";
240
240
  } | {
241
- __kind: "Transactional";
242
241
  value: {
243
242
  __kind: "LimitReached" | "NoLayer";
244
243
  };
244
+ __kind: "Transactional";
245
245
  } | {
246
246
  __kind: "Exhausted";
247
247
  } | {
@@ -252,10 +252,10 @@ declare const ethereumIngressEgressDepositWitnessRejected: z.ZodObject<{
252
252
  __kind: "RootNotAllowed";
253
253
  };
254
254
  depositWitness: {
255
+ depositAddress: string;
255
256
  asset: {
256
257
  __kind: "Eth" | "Flip" | "Usdc" | "Usdt";
257
258
  };
258
- depositAddress: string;
259
259
  amount: string | number;
260
260
  };
261
261
  }>;