@chainflip/processor 1.4.3 → 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 (151) hide show
  1. package/dist/100/Environment/runtimeSafeModeUpdated.d.cts +40 -40
  2. package/dist/100/Environment/runtimeSafeModeUpdated.d.ts +40 -40
  3. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
  4. package/dist/100/EthereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
  5. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  6. package/dist/100/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  7. package/dist/100/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  8. package/dist/100/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  9. package/dist/100/EthereumIngressEgress/depositReceived.d.cts +2 -2
  10. package/dist/100/EthereumIngressEgress/depositReceived.d.ts +2 -2
  11. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  12. package/dist/100/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  13. package/dist/100/Funding/failedFundingAttempt.d.cts +2 -2
  14. package/dist/100/Funding/failedFundingAttempt.d.ts +2 -2
  15. package/dist/100/Funding/redemptionRequested.d.cts +2 -2
  16. package/dist/100/Funding/redemptionRequested.d.ts +2 -2
  17. package/dist/100/LiquidityPools/limitOrderUpdated.d.cts +8 -8
  18. package/dist/100/LiquidityPools/limitOrderUpdated.d.ts +8 -8
  19. package/dist/100/LiquidityPools/rangeOrderUpdated.d.cts +8 -8
  20. package/dist/100/LiquidityPools/rangeOrderUpdated.d.ts +8 -8
  21. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
  22. package/dist/100/PolkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
  23. package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
  24. package/dist/100/PolkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
  25. package/dist/100/PolkadotIngressEgress/depositIgnored.d.cts +2 -2
  26. package/dist/100/PolkadotIngressEgress/depositIgnored.d.ts +2 -2
  27. package/dist/100/PolkadotIngressEgress/depositReceived.d.cts +2 -2
  28. package/dist/100/PolkadotIngressEgress/depositReceived.d.ts +2 -2
  29. package/dist/100/PolkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
  30. package/dist/100/PolkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
  31. package/dist/100/Swapping/batchSwapFailed.d.cts +6 -6
  32. package/dist/100/Swapping/batchSwapFailed.d.ts +6 -6
  33. package/dist/100/Swapping/minimumSwapAmountSet.d.cts +6 -6
  34. package/dist/100/Swapping/minimumSwapAmountSet.d.ts +6 -6
  35. package/dist/100/Swapping/swapAmountTooLow.d.cts +10 -10
  36. package/dist/100/Swapping/swapAmountTooLow.d.ts +10 -10
  37. package/dist/100/Swapping/swapDepositAddressReady.d.cts +18 -18
  38. package/dist/100/Swapping/swapDepositAddressReady.d.ts +18 -18
  39. package/dist/100/Swapping/swapEgressScheduled.d.cts +10 -10
  40. package/dist/100/Swapping/swapEgressScheduled.d.ts +10 -10
  41. package/dist/100/Swapping/swapExecuted.d.cts +12 -12
  42. package/dist/100/Swapping/swapExecuted.d.ts +12 -12
  43. package/dist/100/Swapping/swapScheduled.d.cts +12 -12
  44. package/dist/100/Swapping/swapScheduled.d.ts +12 -12
  45. package/dist/100/Swapping/withdrawalRequested.d.cts +4 -4
  46. package/dist/100/Swapping/withdrawalRequested.d.ts +4 -4
  47. package/dist/100/Witnesser/witnessExecutionFailed.d.cts +2 -2
  48. package/dist/100/Witnesser/witnessExecutionFailed.d.ts +2 -2
  49. package/dist/120/PolkadotIngressEgress/depositReceived.d.cts +4 -4
  50. package/dist/120/PolkadotIngressEgress/depositReceived.d.ts +4 -4
  51. package/dist/120/Swapping/ccmFailed.d.cts +78 -78
  52. package/dist/120/Swapping/ccmFailed.d.ts +78 -78
  53. package/dist/120/Swapping/swapEgressIgnored.d.cts +28 -28
  54. package/dist/120/Swapping/swapEgressIgnored.d.ts +28 -28
  55. package/dist/120/Swapping/swapEgressScheduled.d.cts +6 -6
  56. package/dist/120/Swapping/swapEgressScheduled.d.ts +6 -6
  57. package/dist/120/Swapping/swapExecuted.d.cts +12 -12
  58. package/dist/120/Swapping/swapExecuted.d.ts +12 -12
  59. package/dist/120/Swapping/withdrawalRequested.d.cts +12 -12
  60. package/dist/120/Swapping/withdrawalRequested.d.ts +12 -12
  61. package/dist/131/Environment/runtimeSafeModeUpdated.d.cts +40 -40
  62. package/dist/131/Environment/runtimeSafeModeUpdated.d.ts +40 -40
  63. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
  64. package/dist/131/EthereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
  65. package/dist/131/EthereumIngressEgress/depositIgnored.d.cts +2 -2
  66. package/dist/131/EthereumIngressEgress/depositIgnored.d.ts +2 -2
  67. package/dist/131/EthereumIngressEgress/depositReceived.d.cts +6 -6
  68. package/dist/131/EthereumIngressEgress/depositReceived.d.ts +6 -6
  69. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.cts +20 -20
  70. package/dist/131/EthereumIngressEgress/depositWitnessRejected.d.ts +20 -20
  71. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
  72. package/dist/131/EthereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
  73. package/dist/131/LiquidityPools/limitOrderUpdated.d.cts +8 -8
  74. package/dist/131/LiquidityPools/limitOrderUpdated.d.ts +8 -8
  75. package/dist/131/LiquidityPools/rangeOrderUpdated.d.cts +8 -8
  76. package/dist/131/LiquidityPools/rangeOrderUpdated.d.ts +8 -8
  77. package/dist/131/Swapping/ccmFailed.d.cts +106 -106
  78. package/dist/131/Swapping/ccmFailed.d.ts +106 -106
  79. package/dist/131/Swapping/swapDepositAddressReady.d.cts +32 -32
  80. package/dist/131/Swapping/swapDepositAddressReady.d.ts +32 -32
  81. package/dist/131/Swapping/swapEgressIgnored.d.cts +18 -18
  82. package/dist/131/Swapping/swapEgressIgnored.d.ts +18 -18
  83. package/dist/131/Swapping/swapEgressScheduled.d.cts +2 -2
  84. package/dist/131/Swapping/swapEgressScheduled.d.ts +2 -2
  85. package/dist/131/Swapping/swapScheduled.d.cts +126 -126
  86. package/dist/131/Swapping/swapScheduled.d.ts +126 -126
  87. package/dist/131/Swapping/withdrawalRequested.d.cts +12 -12
  88. package/dist/131/Swapping/withdrawalRequested.d.ts +12 -12
  89. package/dist/141/Environment/runtimeSafeModeUpdated.d.cts +12 -12
  90. package/dist/141/Environment/runtimeSafeModeUpdated.d.ts +12 -12
  91. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.cts +4 -4
  92. package/dist/141/EthereumIngressEgress/boostFundsAdded.d.ts +4 -4
  93. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
  94. package/dist/141/EthereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
  95. package/dist/141/EthereumIngressEgress/depositBoosted.d.cts +8 -8
  96. package/dist/141/EthereumIngressEgress/depositBoosted.d.ts +8 -8
  97. package/dist/141/EthereumIngressEgress/depositFinalised.d.cts +8 -8
  98. package/dist/141/EthereumIngressEgress/depositFinalised.d.ts +8 -8
  99. package/dist/141/EthereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  100. package/dist/141/EthereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  101. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.cts +2 -2
  102. package/dist/141/EthereumIngressEgress/stoppedBoosting.d.ts +2 -2
  103. package/dist/141/EvmThresholdSigner/failureReportProcessed.d.cts +2 -2
  104. package/dist/141/EvmThresholdSigner/failureReportProcessed.d.ts +2 -2
  105. package/dist/141/EvmThresholdSigner/retryRequested.d.cts +2 -2
  106. package/dist/141/EvmThresholdSigner/retryRequested.d.ts +2 -2
  107. package/dist/141/EvmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
  108. package/dist/141/EvmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
  109. package/dist/141/EvmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
  110. package/dist/141/EvmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
  111. package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
  112. package/dist/141/EvmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
  113. package/dist/141/EvmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
  114. package/dist/141/EvmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
  115. package/dist/141/PolkadotIngressEgress/boostFundsAdded.d.cts +2 -2
  116. package/dist/141/PolkadotIngressEgress/boostFundsAdded.d.ts +2 -2
  117. package/dist/141/PolkadotIngressEgress/depositBoosted.d.cts +4 -4
  118. package/dist/141/PolkadotIngressEgress/depositBoosted.d.ts +4 -4
  119. package/dist/141/PolkadotIngressEgress/depositFinalised.d.cts +4 -4
  120. package/dist/141/PolkadotIngressEgress/depositFinalised.d.ts +4 -4
  121. package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
  122. package/dist/141/PolkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
  123. package/dist/141/Swapping/batchSwapFailed.d.cts +8 -8
  124. package/dist/141/Swapping/batchSwapFailed.d.ts +8 -8
  125. package/dist/141/Swapping/ccmDepositReceived.d.cts +4 -4
  126. package/dist/141/Swapping/ccmDepositReceived.d.ts +4 -4
  127. package/dist/141/Swapping/ccmFailed.d.cts +4 -4
  128. package/dist/141/Swapping/ccmFailed.d.ts +4 -4
  129. package/dist/141/Swapping/maximumSwapAmountSet.d.cts +6 -6
  130. package/dist/141/Swapping/maximumSwapAmountSet.d.ts +6 -6
  131. package/dist/141/Swapping/swapAmountConfiscated.d.cts +12 -12
  132. package/dist/141/Swapping/swapAmountConfiscated.d.ts +12 -12
  133. package/dist/141/Swapping/swapDepositAddressReady.d.cts +18 -18
  134. package/dist/141/Swapping/swapDepositAddressReady.d.ts +18 -18
  135. package/dist/141/Swapping/swapEgressIgnored.d.cts +12 -12
  136. package/dist/141/Swapping/swapEgressIgnored.d.ts +12 -12
  137. package/dist/141/Swapping/swapEgressScheduled.d.cts +8 -8
  138. package/dist/141/Swapping/swapEgressScheduled.d.ts +8 -8
  139. package/dist/141/Swapping/swapExecuted.d.cts +12 -12
  140. package/dist/141/Swapping/swapExecuted.d.ts +12 -12
  141. package/dist/141/Swapping/swapScheduled.d.cts +16 -16
  142. package/dist/141/Swapping/swapScheduled.d.ts +16 -16
  143. package/dist/141/Swapping/withdrawalRequested.d.cts +6 -6
  144. package/dist/141/Swapping/withdrawalRequested.d.ts +6 -6
  145. package/dist/Processor.cjs +14 -1
  146. package/dist/Processor.d.cts +3 -0
  147. package/dist/Processor.d.ts +3 -0
  148. package/dist/Processor.mjs +14 -1
  149. package/dist/types.d.cts +5 -1
  150. package/dist/types.d.ts +5 -1
  151. package/package.json +1 -1
@@ -5,57 +5,57 @@ 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
  }>]>;
32
32
  destinationAddress: z.ZodUnion<[z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Eth">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- __kind: "Eth";
37
36
  value: `0x${string}`;
38
- }, {
39
37
  __kind: "Eth";
38
+ }, {
40
39
  value: string;
40
+ __kind: "Eth";
41
41
  }>, z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Dot">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- __kind: "Dot";
46
45
  value: `0x${string}`;
47
- }, {
48
46
  __kind: "Dot";
47
+ }, {
49
48
  value: string;
49
+ __kind: "Dot";
50
50
  }>, z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"Btc">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- __kind: "Btc";
55
54
  value: `0x${string}`;
56
- }, {
57
55
  __kind: "Btc";
56
+ }, {
58
57
  value: string;
58
+ __kind: "Btc";
59
59
  }>]>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
@@ -94,29 +94,29 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
94
94
  boostFee: z.ZodNumber;
95
95
  channelOpeningFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
96
96
  }, "strip", z.ZodTypeAny, {
97
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
98
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
97
99
  depositAddress: {
98
- __kind: "Eth";
99
100
  value: `0x${string}`;
101
+ __kind: "Eth";
100
102
  } | {
101
- __kind: "Dot";
102
103
  value: `0x${string}`;
104
+ __kind: "Dot";
103
105
  } | {
104
- __kind: "Btc";
105
106
  value: `0x${string}`;
107
+ __kind: "Btc";
106
108
  };
107
109
  channelId: bigint;
108
110
  destinationAddress: {
109
- __kind: "Eth";
110
111
  value: `0x${string}`;
112
+ __kind: "Eth";
111
113
  } | {
112
- __kind: "Dot";
113
114
  value: `0x${string}`;
115
+ __kind: "Dot";
114
116
  } | {
115
- __kind: "Btc";
116
117
  value: `0x${string}`;
118
+ __kind: "Btc";
117
119
  };
118
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
119
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
120
120
  brokerCommissionRate: number;
121
121
  sourceChainExpiryBlock: bigint;
122
122
  boostFee: number;
@@ -127,32 +127,32 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
127
127
  cfParameters: `0x${string}`;
128
128
  } | null | undefined;
129
129
  }, {
130
+ sourceAsset: {
131
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
132
+ };
133
+ destinationAsset: {
134
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
135
+ };
130
136
  depositAddress: {
131
- __kind: "Eth";
132
137
  value: string;
138
+ __kind: "Eth";
133
139
  } | {
134
- __kind: "Dot";
135
140
  value: string;
141
+ __kind: "Dot";
136
142
  } | {
137
- __kind: "Btc";
138
143
  value: string;
144
+ __kind: "Btc";
139
145
  };
140
146
  channelId: string | number;
141
147
  destinationAddress: {
142
- __kind: "Eth";
143
148
  value: string;
149
+ __kind: "Eth";
144
150
  } | {
145
- __kind: "Dot";
146
151
  value: string;
152
+ __kind: "Dot";
147
153
  } | {
148
- __kind: "Btc";
149
154
  value: string;
150
- };
151
- sourceAsset: {
152
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
153
- };
154
- destinationAsset: {
155
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
155
+ __kind: "Btc";
156
156
  };
157
157
  brokerCommissionRate: number;
158
158
  sourceChainExpiryBlock: string | number;
@@ -5,57 +5,57 @@ 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
  }>]>;
32
32
  destinationAddress: z.ZodUnion<[z.ZodObject<{
33
33
  __kind: z.ZodLiteral<"Eth">;
34
34
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
35
35
  }, "strip", z.ZodTypeAny, {
36
- __kind: "Eth";
37
36
  value: `0x${string}`;
38
- }, {
39
37
  __kind: "Eth";
38
+ }, {
40
39
  value: string;
40
+ __kind: "Eth";
41
41
  }>, z.ZodObject<{
42
42
  __kind: z.ZodLiteral<"Dot">;
43
43
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
44
44
  }, "strip", z.ZodTypeAny, {
45
- __kind: "Dot";
46
45
  value: `0x${string}`;
47
- }, {
48
46
  __kind: "Dot";
47
+ }, {
49
48
  value: string;
49
+ __kind: "Dot";
50
50
  }>, z.ZodObject<{
51
51
  __kind: z.ZodLiteral<"Btc">;
52
52
  value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- __kind: "Btc";
55
54
  value: `0x${string}`;
56
- }, {
57
55
  __kind: "Btc";
56
+ }, {
58
57
  value: string;
58
+ __kind: "Btc";
59
59
  }>]>;
60
60
  sourceAsset: z.ZodEffects<z.ZodObject<{
61
61
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "Usdt"]>;
@@ -94,29 +94,29 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
94
94
  boostFee: z.ZodNumber;
95
95
  channelOpeningFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
96
96
  }, "strip", z.ZodTypeAny, {
97
+ sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
98
+ destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
97
99
  depositAddress: {
98
- __kind: "Eth";
99
100
  value: `0x${string}`;
101
+ __kind: "Eth";
100
102
  } | {
101
- __kind: "Dot";
102
103
  value: `0x${string}`;
104
+ __kind: "Dot";
103
105
  } | {
104
- __kind: "Btc";
105
106
  value: `0x${string}`;
107
+ __kind: "Btc";
106
108
  };
107
109
  channelId: bigint;
108
110
  destinationAddress: {
109
- __kind: "Eth";
110
111
  value: `0x${string}`;
112
+ __kind: "Eth";
111
113
  } | {
112
- __kind: "Dot";
113
114
  value: `0x${string}`;
115
+ __kind: "Dot";
114
116
  } | {
115
- __kind: "Btc";
116
117
  value: `0x${string}`;
118
+ __kind: "Btc";
117
119
  };
118
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
119
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
120
120
  brokerCommissionRate: number;
121
121
  sourceChainExpiryBlock: bigint;
122
122
  boostFee: number;
@@ -127,32 +127,32 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
127
127
  cfParameters: `0x${string}`;
128
128
  } | null | undefined;
129
129
  }, {
130
+ sourceAsset: {
131
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
132
+ };
133
+ destinationAsset: {
134
+ __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
135
+ };
130
136
  depositAddress: {
131
- __kind: "Eth";
132
137
  value: string;
138
+ __kind: "Eth";
133
139
  } | {
134
- __kind: "Dot";
135
140
  value: string;
141
+ __kind: "Dot";
136
142
  } | {
137
- __kind: "Btc";
138
143
  value: string;
144
+ __kind: "Btc";
139
145
  };
140
146
  channelId: string | number;
141
147
  destinationAddress: {
142
- __kind: "Eth";
143
148
  value: string;
149
+ __kind: "Eth";
144
150
  } | {
145
- __kind: "Dot";
146
151
  value: string;
152
+ __kind: "Dot";
147
153
  } | {
148
- __kind: "Btc";
149
154
  value: string;
150
- };
151
- sourceAsset: {
152
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
153
- };
154
- destinationAsset: {
155
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
155
+ __kind: "Btc";
156
156
  };
157
157
  brokerCommissionRate: number;
158
158
  sourceChainExpiryBlock: string | number;
@@ -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,9 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ swapId: bigint;
158
159
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
159
160
  amount: bigint;
160
- swapId: bigint;
161
161
  reason: {
162
162
  __kind: "Other";
163
163
  } | {
@@ -165,11 +165,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
165
165
  } | {
166
166
  __kind: "BadOrigin";
167
167
  } | {
168
- __kind: "Module";
169
168
  value: {
170
169
  index: number;
171
170
  error: `0x${string}`;
172
171
  };
172
+ __kind: "Module";
173
173
  } | {
174
174
  __kind: "ConsumerRemaining";
175
175
  } | {
@@ -177,14 +177,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
177
177
  } | {
178
178
  __kind: "TooManyConsumers";
179
179
  } | {
180
- __kind: "Token";
181
180
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
+ __kind: "Token";
182
182
  } | {
183
- __kind: "Arithmetic";
184
183
  value: "Underflow" | "Overflow" | "DivisionByZero";
184
+ __kind: "Arithmetic";
185
185
  } | {
186
- __kind: "Transactional";
187
186
  value: "LimitReached" | "NoLayer";
187
+ __kind: "Transactional";
188
188
  } | {
189
189
  __kind: "Exhausted";
190
190
  } | {
@@ -195,11 +195,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
195
195
  __kind: "RootNotAllowed";
196
196
  };
197
197
  }, {
198
+ swapId: string | number;
198
199
  asset: {
199
200
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
200
201
  };
201
202
  amount: string | number;
202
- swapId: string | number;
203
203
  reason: {
204
204
  __kind: "Other";
205
205
  } | {
@@ -207,11 +207,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
207
207
  } | {
208
208
  __kind: "BadOrigin";
209
209
  } | {
210
- __kind: "Module";
211
210
  value: {
212
211
  index: number;
213
212
  error: string;
214
213
  };
214
+ __kind: "Module";
215
215
  } | {
216
216
  __kind: "ConsumerRemaining";
217
217
  } | {
@@ -219,20 +219,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
219
219
  } | {
220
220
  __kind: "TooManyConsumers";
221
221
  } | {
222
- __kind: "Token";
223
222
  value: {
224
223
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
225
224
  };
225
+ __kind: "Token";
226
226
  } | {
227
- __kind: "Arithmetic";
228
227
  value: {
229
228
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
230
229
  };
230
+ __kind: "Arithmetic";
231
231
  } | {
232
- __kind: "Transactional";
233
232
  value: {
234
233
  __kind: "LimitReached" | "NoLayer";
235
234
  };
235
+ __kind: "Transactional";
236
236
  } | {
237
237
  __kind: "Exhausted";
238
238
  } | {
@@ -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,9 +155,9 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
155
155
  __kind: "RootNotAllowed";
156
156
  }>]>;
157
157
  }, "strip", z.ZodTypeAny, {
158
+ swapId: bigint;
158
159
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
159
160
  amount: bigint;
160
- swapId: bigint;
161
161
  reason: {
162
162
  __kind: "Other";
163
163
  } | {
@@ -165,11 +165,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
165
165
  } | {
166
166
  __kind: "BadOrigin";
167
167
  } | {
168
- __kind: "Module";
169
168
  value: {
170
169
  index: number;
171
170
  error: `0x${string}`;
172
171
  };
172
+ __kind: "Module";
173
173
  } | {
174
174
  __kind: "ConsumerRemaining";
175
175
  } | {
@@ -177,14 +177,14 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
177
177
  } | {
178
178
  __kind: "TooManyConsumers";
179
179
  } | {
180
- __kind: "Token";
181
180
  value: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
181
+ __kind: "Token";
182
182
  } | {
183
- __kind: "Arithmetic";
184
183
  value: "Underflow" | "Overflow" | "DivisionByZero";
184
+ __kind: "Arithmetic";
185
185
  } | {
186
- __kind: "Transactional";
187
186
  value: "LimitReached" | "NoLayer";
187
+ __kind: "Transactional";
188
188
  } | {
189
189
  __kind: "Exhausted";
190
190
  } | {
@@ -195,11 +195,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
195
195
  __kind: "RootNotAllowed";
196
196
  };
197
197
  }, {
198
+ swapId: string | number;
198
199
  asset: {
199
200
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
200
201
  };
201
202
  amount: string | number;
202
- swapId: string | number;
203
203
  reason: {
204
204
  __kind: "Other";
205
205
  } | {
@@ -207,11 +207,11 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
207
207
  } | {
208
208
  __kind: "BadOrigin";
209
209
  } | {
210
- __kind: "Module";
211
210
  value: {
212
211
  index: number;
213
212
  error: string;
214
213
  };
214
+ __kind: "Module";
215
215
  } | {
216
216
  __kind: "ConsumerRemaining";
217
217
  } | {
@@ -219,20 +219,20 @@ declare const swappingSwapEgressIgnored: z.ZodObject<{
219
219
  } | {
220
220
  __kind: "TooManyConsumers";
221
221
  } | {
222
- __kind: "Token";
223
222
  value: {
224
223
  __kind: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
225
224
  };
225
+ __kind: "Token";
226
226
  } | {
227
- __kind: "Arithmetic";
228
227
  value: {
229
228
  __kind: "Underflow" | "Overflow" | "DivisionByZero";
230
229
  };
230
+ __kind: "Arithmetic";
231
231
  } | {
232
- __kind: "Transactional";
233
232
  value: {
234
233
  __kind: "LimitReached" | "NoLayer";
235
234
  };
235
+ __kind: "Transactional";
236
236
  } | {
237
237
  __kind: "Exhausted";
238
238
  } | {
@@ -23,17 +23,17 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
+ swapId: bigint;
26
27
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
27
28
  amount: bigint;
28
- swapId: bigint;
29
29
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
30
30
  fee: bigint;
31
31
  }, {
32
+ swapId: string | number;
32
33
  asset: {
33
34
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
34
35
  };
35
36
  amount: string | number;
36
- swapId: string | number;
37
37
  egressId: [{
38
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
39
39
  }, string | number];
@@ -23,17 +23,17 @@ declare const swappingSwapEgressScheduled: z.ZodObject<{
23
23
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
25
25
  }, "strip", z.ZodTypeAny, {
26
+ swapId: bigint;
26
27
  asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
27
28
  amount: bigint;
28
- swapId: bigint;
29
29
  egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
30
30
  fee: bigint;
31
31
  }, {
32
+ swapId: string | number;
32
33
  asset: {
33
34
  __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "Usdt";
34
35
  };
35
36
  amount: string | number;
36
- swapId: string | number;
37
37
  egressId: [{
38
38
  __kind: "Ethereum" | "Polkadot" | "Bitcoin";
39
39
  }, string | number];