@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
@@ -27,8 +27,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
27
27
  signatories: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
28
28
  payload: z.ZodEffects<z.ZodString, `0x${string}`, string>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- requestId: number;
31
30
  ceremonyId: bigint;
31
+ requestId: number;
32
32
  epoch: number;
33
33
  key: {
34
34
  pubKeyX: `0x${string}`;
@@ -37,8 +37,8 @@ declare const evmThresholdSignerThresholdSignatureRequest: z.ZodObject<{
37
37
  signatories: string[];
38
38
  payload: `0x${string}`;
39
39
  }, {
40
- requestId: number;
41
40
  ceremonyId: string | number;
41
+ requestId: number;
42
42
  epoch: number;
43
43
  key: {
44
44
  pubKeyX: string;
@@ -4,11 +4,11 @@ declare const evmThresholdSignerThresholdSignatureSuccess: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerThresholdSignatureSuccess };
@@ -4,11 +4,11 @@ declare const evmThresholdSignerThresholdSignatureSuccess: z.ZodObject<{
4
4
  requestId: z.ZodNumber;
5
5
  ceremonyId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- requestId: number;
8
7
  ceremonyId: bigint;
9
- }, {
10
8
  requestId: number;
9
+ }, {
11
10
  ceremonyId: string | number;
11
+ requestId: number;
12
12
  }>;
13
13
 
14
14
  export { evmThresholdSignerThresholdSignatureSuccess };
@@ -24,13 +24,14 @@ declare const polkadotIngressEgressBoostFundsAdded: z.ZodObject<{
24
24
  }>;
25
25
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  }, "strip", z.ZodTypeAny, {
27
+ amount: bigint;
27
28
  boosterId: string;
28
29
  boostPool: {
29
30
  asset: "Dot";
30
31
  tier: number;
31
32
  };
32
- amount: bigint;
33
33
  }, {
34
+ amount: string | number;
34
35
  boosterId: string;
35
36
  boostPool: {
36
37
  asset: {
@@ -38,7 +39,6 @@ declare const polkadotIngressEgressBoostFundsAdded: z.ZodObject<{
38
39
  };
39
40
  tier: number;
40
41
  };
41
- amount: string | number;
42
42
  }>;
43
43
 
44
44
  export { polkadotIngressEgressBoostFundsAdded };
@@ -24,13 +24,14 @@ declare const polkadotIngressEgressBoostFundsAdded: z.ZodObject<{
24
24
  }>;
25
25
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
26
26
  }, "strip", z.ZodTypeAny, {
27
+ amount: bigint;
27
28
  boosterId: string;
28
29
  boostPool: {
29
30
  asset: "Dot";
30
31
  tier: number;
31
32
  };
32
- amount: bigint;
33
33
  }, {
34
+ amount: string | number;
34
35
  boosterId: string;
35
36
  boostPool: {
36
37
  asset: {
@@ -38,7 +39,6 @@ declare const polkadotIngressEgressBoostFundsAdded: z.ZodObject<{
38
39
  };
39
40
  tier: number;
40
41
  };
41
- amount: string | number;
42
42
  }>;
43
43
 
44
44
  export { polkadotIngressEgressBoostFundsAdded };
@@ -75,10 +75,10 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
75
75
  prewitnessedDepositId: string | number;
76
76
  }>]>;
77
77
  }, "strip", z.ZodTypeAny, {
78
- asset: "Dot";
79
78
  depositAddress: `0x${string}`;
80
79
  channelId: bigint;
81
80
  prewitnessedDepositId: bigint;
81
+ asset: "Dot";
82
82
  amounts: [number, bigint][];
83
83
  ingressFee: bigint;
84
84
  boostFee: bigint;
@@ -101,12 +101,12 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
101
101
  prewitnessedDepositId: bigint;
102
102
  };
103
103
  }, {
104
- asset: {
105
- __kind: "Dot";
106
- };
107
104
  depositAddress: string;
108
105
  channelId: string | number;
109
106
  prewitnessedDepositId: string | number;
107
+ asset: {
108
+ __kind: "Dot";
109
+ };
110
110
  amounts: [number, string | number][];
111
111
  ingressFee: string | number;
112
112
  boostFee: string | number;
@@ -75,10 +75,10 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
75
75
  prewitnessedDepositId: string | number;
76
76
  }>]>;
77
77
  }, "strip", z.ZodTypeAny, {
78
- asset: "Dot";
79
78
  depositAddress: `0x${string}`;
80
79
  channelId: bigint;
81
80
  prewitnessedDepositId: bigint;
81
+ asset: "Dot";
82
82
  amounts: [number, bigint][];
83
83
  ingressFee: bigint;
84
84
  boostFee: bigint;
@@ -101,12 +101,12 @@ declare const polkadotIngressEgressDepositBoosted: z.ZodObject<{
101
101
  prewitnessedDepositId: bigint;
102
102
  };
103
103
  }, {
104
- asset: {
105
- __kind: "Dot";
106
- };
107
104
  depositAddress: string;
108
105
  channelId: string | number;
109
106
  prewitnessedDepositId: string | number;
107
+ asset: {
108
+ __kind: "Dot";
109
+ };
110
110
  amounts: [number, string | number][];
111
111
  ingressFee: string | number;
112
112
  boostFee: string | number;
@@ -73,10 +73,10 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
73
73
  }>]>;
74
74
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- asset: "Dot";
77
76
  amount: bigint;
78
77
  depositAddress: `0x${string}`;
79
78
  channelId: bigint;
79
+ asset: "Dot";
80
80
  ingressFee: bigint;
81
81
  action: {
82
82
  __kind: "Swap";
@@ -97,12 +97,12 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
97
97
  prewitnessedDepositId: bigint;
98
98
  };
99
99
  }, {
100
- asset: {
101
- __kind: "Dot";
102
- };
103
100
  amount: string | number;
104
101
  depositAddress: string;
105
102
  channelId: string | number;
103
+ asset: {
104
+ __kind: "Dot";
105
+ };
106
106
  ingressFee: string | number;
107
107
  action: {
108
108
  __kind: "Swap";
@@ -73,10 +73,10 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
73
73
  }>]>;
74
74
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
75
75
  }, "strip", z.ZodTypeAny, {
76
- asset: "Dot";
77
76
  amount: bigint;
78
77
  depositAddress: `0x${string}`;
79
78
  channelId: bigint;
79
+ asset: "Dot";
80
80
  ingressFee: bigint;
81
81
  action: {
82
82
  __kind: "Swap";
@@ -97,12 +97,12 @@ declare const polkadotIngressEgressDepositFinalised: z.ZodObject<{
97
97
  prewitnessedDepositId: bigint;
98
98
  };
99
99
  }, {
100
- asset: {
101
- __kind: "Dot";
102
- };
103
100
  amount: string | number;
104
101
  depositAddress: string;
105
102
  channelId: string | number;
103
+ asset: {
104
+ __kind: "Dot";
105
+ };
106
106
  ingressFee: string | number;
107
107
  action: {
108
108
  __kind: "Swap";
@@ -14,16 +14,16 @@ declare const polkadotIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
14
14
  amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- asset: "Dot";
18
17
  channelId: bigint;
19
18
  prewitnessedDepositId: bigint;
19
+ asset: "Dot";
20
20
  amountAttempted: bigint;
21
21
  }, {
22
+ channelId: string | number;
23
+ prewitnessedDepositId: string | number;
22
24
  asset: {
23
25
  __kind: "Dot";
24
26
  };
25
- channelId: string | number;
26
- prewitnessedDepositId: string | number;
27
27
  amountAttempted: string | number;
28
28
  }>;
29
29
 
@@ -14,16 +14,16 @@ declare const polkadotIngressEgressInsufficientBoostLiquidity: z.ZodObject<{
14
14
  amountAttempted: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
15
15
  channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- asset: "Dot";
18
17
  channelId: bigint;
19
18
  prewitnessedDepositId: bigint;
19
+ asset: "Dot";
20
20
  amountAttempted: bigint;
21
21
  }, {
22
+ channelId: string | number;
23
+ prewitnessedDepositId: string | number;
22
24
  asset: {
23
25
  __kind: "Dot";
24
26
  };
25
- channelId: string | number;
26
- prewitnessedDepositId: string | number;
27
27
  amountAttempted: string | number;
28
28
  }>;
29
29
 
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
7
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
9
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
10
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
12
12
  }>;
13
13
  direction: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["FromStable", "ToStable"]>;
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
21
21
  }>;
22
22
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
25
- direction: "FromStable" | "ToStable";
26
24
  amount: bigint;
25
+ asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
26
+ direction: "FromStable" | "ToStable";
27
27
  }, {
28
+ amount: string | number;
28
29
  asset: {
29
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
30
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
30
31
  };
31
32
  direction: {
32
33
  __kind: "FromStable" | "ToStable";
33
34
  };
34
- amount: string | number;
35
35
  }>;
36
36
 
37
37
  export { swappingBatchSwapFailed };
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
7
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
9
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
10
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
12
12
  }>;
13
13
  direction: z.ZodEffects<z.ZodObject<{
14
14
  __kind: z.ZodEnum<["FromStable", "ToStable"]>;
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
21
21
  }>;
22
22
  amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
25
- direction: "FromStable" | "ToStable";
26
24
  amount: bigint;
25
+ asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
26
+ direction: "FromStable" | "ToStable";
27
27
  }, {
28
+ amount: string | number;
28
29
  asset: {
29
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
30
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
30
31
  };
31
32
  direction: {
32
33
  __kind: "FromStable" | "ToStable";
33
34
  };
34
- amount: string | number;
35
35
  }>;
36
36
 
37
37
  export { swappingBatchSwapFailed };
@@ -299,8 +299,6 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
299
299
  } | null | undefined;
300
300
  }>;
301
301
  }, "strip", z.ZodTypeAny, {
302
- ccmId: bigint;
303
- depositAmount: bigint;
304
302
  destinationAddress: {
305
303
  __kind: "Eth";
306
304
  value: `0x${string}`;
@@ -356,11 +354,11 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
356
354
  value: `0x${string}`;
357
355
  } | null | undefined;
358
356
  };
357
+ ccmId: bigint;
358
+ depositAmount: bigint;
359
359
  principalSwapId?: bigint | null | undefined;
360
360
  gasSwapId?: bigint | null | undefined;
361
361
  }, {
362
- ccmId: string | number;
363
- depositAmount: string | number;
364
362
  destinationAddress: {
365
363
  __kind: "Eth";
366
364
  value: string;
@@ -418,6 +416,8 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
418
416
  value: string;
419
417
  } | null | undefined;
420
418
  };
419
+ ccmId: string | number;
420
+ depositAmount: string | number;
421
421
  principalSwapId?: string | number | null | undefined;
422
422
  gasSwapId?: string | number | null | undefined;
423
423
  }>;
@@ -299,8 +299,6 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
299
299
  } | null | undefined;
300
300
  }>;
301
301
  }, "strip", z.ZodTypeAny, {
302
- ccmId: bigint;
303
- depositAmount: bigint;
304
302
  destinationAddress: {
305
303
  __kind: "Eth";
306
304
  value: `0x${string}`;
@@ -356,11 +354,11 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
356
354
  value: `0x${string}`;
357
355
  } | null | undefined;
358
356
  };
357
+ ccmId: bigint;
358
+ depositAmount: bigint;
359
359
  principalSwapId?: bigint | null | undefined;
360
360
  gasSwapId?: bigint | null | undefined;
361
361
  }, {
362
- ccmId: string | number;
363
- depositAmount: string | number;
364
362
  destinationAddress: {
365
363
  __kind: "Eth";
366
364
  value: string;
@@ -418,6 +416,8 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
418
416
  value: string;
419
417
  } | null | undefined;
420
418
  };
419
+ ccmId: string | number;
420
+ depositAmount: string | number;
421
421
  principalSwapId?: string | number | null | undefined;
422
422
  gasSwapId?: string | number | null | undefined;
423
423
  }>;
@@ -427,6 +427,7 @@ declare const swappingCcmFailed: z.ZodObject<{
427
427
  txHash: string;
428
428
  }>]>;
429
429
  }, "strip", z.ZodTypeAny, {
430
+ reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
430
431
  destinationAddress: {
431
432
  __kind: "Eth";
432
433
  value: `0x${string}`;
@@ -482,7 +483,6 @@ declare const swappingCcmFailed: z.ZodObject<{
482
483
  value: `0x${string}`;
483
484
  } | null | undefined;
484
485
  };
485
- reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
486
486
  origin: {
487
487
  __kind: "DepositChannel";
488
488
  value: {
@@ -507,6 +507,9 @@ declare const swappingCcmFailed: z.ZodObject<{
507
507
  txHash: `0x${string}`;
508
508
  };
509
509
  }, {
510
+ reason: {
511
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
512
+ };
510
513
  destinationAddress: {
511
514
  __kind: "Eth";
512
515
  value: string;
@@ -564,9 +567,6 @@ declare const swappingCcmFailed: z.ZodObject<{
564
567
  value: string;
565
568
  } | null | undefined;
566
569
  };
567
- reason: {
568
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
569
- };
570
570
  origin: {
571
571
  __kind: "DepositChannel";
572
572
  value: {
@@ -427,6 +427,7 @@ declare const swappingCcmFailed: z.ZodObject<{
427
427
  txHash: string;
428
428
  }>]>;
429
429
  }, "strip", z.ZodTypeAny, {
430
+ reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
430
431
  destinationAddress: {
431
432
  __kind: "Eth";
432
433
  value: `0x${string}`;
@@ -482,7 +483,6 @@ declare const swappingCcmFailed: z.ZodObject<{
482
483
  value: `0x${string}`;
483
484
  } | null | undefined;
484
485
  };
485
- reason: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
486
486
  origin: {
487
487
  __kind: "DepositChannel";
488
488
  value: {
@@ -507,6 +507,9 @@ declare const swappingCcmFailed: z.ZodObject<{
507
507
  txHash: `0x${string}`;
508
508
  };
509
509
  }, {
510
+ reason: {
511
+ __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
512
+ };
510
513
  destinationAddress: {
511
514
  __kind: "Eth";
512
515
  value: string;
@@ -564,9 +567,6 @@ declare const swappingCcmFailed: z.ZodObject<{
564
567
  value: string;
565
568
  } | null | undefined;
566
569
  };
567
- reason: {
568
- __kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount";
569
- };
570
570
  origin: {
571
571
  __kind: "DepositChannel";
572
572
  value: {
@@ -4,19 +4,19 @@ declare const swappingMaximumSwapAmountSet: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
7
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
9
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
10
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
12
12
  }>;
13
13
  amount: 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>>>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
15
+ asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
16
16
  amount?: bigint | null | undefined;
17
17
  }, {
18
18
  asset: {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
19
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
20
20
  };
21
21
  amount?: string | number | null | undefined;
22
22
  }>;
@@ -4,19 +4,19 @@ declare const swappingMaximumSwapAmountSet: z.ZodObject<{
4
4
  asset: z.ZodEffects<z.ZodObject<{
5
5
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
7
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
8
8
  }, {
9
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
11
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
9
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
10
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
11
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
12
12
  }>;
13
13
  amount: 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>>>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
15
+ asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
16
16
  amount?: bigint | null | undefined;
17
17
  }, {
18
18
  asset: {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
19
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
20
20
  };
21
21
  amount?: string | number | null | undefined;
22
22
  }>;
@@ -5,36 +5,36 @@ declare const swappingSwapAmountConfiscated: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
8
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
11
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
13
13
  }>;
14
14
  destinationAsset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
17
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
18
18
  }, {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
20
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
21
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
19
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
20
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
21
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
22
22
  }>;
23
23
  totalAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  confiscatedAmount: 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
26
  swapId: bigint;
27
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
28
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
27
+ sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
28
+ destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
29
29
  totalAmount: bigint;
30
30
  confiscatedAmount: bigint;
31
31
  }, {
32
32
  swapId: string | number;
33
33
  sourceAsset: {
34
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
34
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
35
35
  };
36
36
  destinationAsset: {
37
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
37
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
38
38
  };
39
39
  totalAmount: string | number;
40
40
  confiscatedAmount: string | number;
@@ -5,36 +5,36 @@ declare const swappingSwapAmountConfiscated: z.ZodObject<{
5
5
  sourceAsset: z.ZodEffects<z.ZodObject<{
6
6
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
7
7
  }, "strip", z.ZodTypeAny, {
8
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
8
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
9
9
  }, {
10
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
11
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
12
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
10
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
11
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
12
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
13
13
  }>;
14
14
  destinationAsset: z.ZodEffects<z.ZodObject<{
15
15
  __kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
17
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
18
18
  }, {
19
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
20
- }>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt", {
21
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
19
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
20
+ }>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
21
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
22
22
  }>;
23
23
  totalAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
24
24
  confiscatedAmount: 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
26
  swapId: bigint;
27
- sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
28
- destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
27
+ sourceAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
28
+ destinationAsset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
29
29
  totalAmount: bigint;
30
30
  confiscatedAmount: bigint;
31
31
  }, {
32
32
  swapId: string | number;
33
33
  sourceAsset: {
34
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
34
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
35
35
  };
36
36
  destinationAsset: {
37
- __kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
37
+ __kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
38
38
  };
39
39
  totalAmount: string | number;
40
40
  confiscatedAmount: string | number;