@chainflip/processor 1.5.2 → 1.5.3
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.
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/common.cjs +12 -12
- package/dist/100/common.d.cts +64 -28
- package/dist/100/common.d.ts +64 -28
- package/dist/100/common.mjs +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +39 -21
- package/dist/100/swapping/ccmDepositReceived.d.ts +39 -21
- package/dist/100/swapping/ccmFailed.d.cts +35 -17
- package/dist/100/swapping/ccmFailed.d.ts +35 -17
- package/dist/100/swapping/swapAmountTooLow.d.cts +76 -40
- package/dist/100/swapping/swapAmountTooLow.d.ts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.cts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.ts +76 -40
- package/dist/100/swapping/swapScheduled.d.cts +78 -42
- package/dist/100/swapping/swapScheduled.d.ts +78 -42
- package/dist/100/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/100/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +4 -4
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/common.cjs +12 -12
- package/dist/120/common.d.cts +29 -11
- package/dist/120/common.d.ts +29 -11
- package/dist/120/common.mjs +12 -12
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/120/swapping/ccmFailed.d.cts +35 -17
- package/dist/120/swapping/ccmFailed.d.ts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.cjs +12 -12
- package/dist/131/common.d.cts +64 -28
- package/dist/131/common.d.ts +64 -28
- package/dist/131/common.mjs +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +76 -40
- package/dist/131/swapping/ccmFailed.d.ts +76 -40
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +88 -52
- package/dist/131/swapping/swapDepositAddressReady.d.ts +88 -52
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +90 -54
- package/dist/131/swapping/swapScheduled.d.ts +90 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +41 -23
- package/dist/131/swapping/withdrawalRequested.d.ts +41 -23
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/common.cjs +16 -16
- package/dist/141/common.d.cts +84 -36
- package/dist/141/common.d.ts +84 -36
- package/dist/141/common.mjs +16 -16
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +46 -22
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +46 -22
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +46 -22
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +46 -22
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/swapping/ccmDepositReceived.d.cts +46 -22
- package/dist/141/swapping/ccmDepositReceived.d.ts +46 -22
- package/dist/141/swapping/ccmFailed.d.cts +100 -52
- package/dist/141/swapping/ccmFailed.d.ts +100 -52
- package/dist/141/swapping/swapDepositAddressReady.d.cts +92 -44
- package/dist/141/swapping/swapDepositAddressReady.d.ts +92 -44
- package/dist/141/swapping/swapScheduled.d.cts +100 -52
- package/dist/141/swapping/swapScheduled.d.ts +100 -52
- package/dist/141/swapping/withdrawalRequested.d.cts +46 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +46 -22
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +93 -93
- package/dist/150/assetBalances/refundSkipped.d.ts +93 -93
- package/dist/150/common.cjs +20 -20
- package/dist/150/common.d.cts +164 -74
- package/dist/150/common.d.ts +164 -74
- package/dist/150/common.mjs +20 -20
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +58 -28
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +58 -28
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +58 -28
- package/dist/150/swapping/ccmDepositReceived.d.ts +58 -28
- package/dist/150/swapping/ccmFailed.d.cts +126 -66
- package/dist/150/swapping/ccmFailed.d.ts +126 -66
- package/dist/150/swapping/swapDepositAddressReady.d.cts +184 -94
- package/dist/150/swapping/swapDepositAddressReady.d.ts +184 -94
- package/dist/150/swapping/swapScheduled.d.cts +126 -66
- package/dist/150/swapping/swapScheduled.d.ts +126 -66
- package/dist/150/swapping/withdrawalRequested.d.cts +58 -28
- package/dist/150/swapping/withdrawalRequested.d.ts +58 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.cjs +20 -20
- package/dist/160/common.d.cts +222 -102
- package/dist/160/common.d.ts +222 -102
- package/dist/160/common.mjs +20 -20
- package/dist/160/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +126 -66
- package/dist/160/swapping/ccmFailed.d.ts +126 -66
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +134 -74
- package/dist/160/swapping/swapDepositAddressReady.d.ts +134 -74
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +218 -128
- package/dist/160/swapping/swapRequested.d.ts +218 -128
- package/dist/160/swapping/withdrawalRequested.d.cts +64 -34
- package/dist/160/swapping/withdrawalRequested.d.ts +64 -34
- package/package.json +1 -1
|
@@ -192,6 +192,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
192
192
|
bitcoinVault: boolean;
|
|
193
193
|
}>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
+
__kind: "CodeAmber";
|
|
195
196
|
value: {
|
|
196
197
|
governance: boolean;
|
|
197
198
|
funding: boolean;
|
|
@@ -209,8 +210,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
209
210
|
bitcoinIngressEgress: boolean;
|
|
210
211
|
bitcoinVault: boolean;
|
|
211
212
|
};
|
|
212
|
-
__kind: "CodeAmber";
|
|
213
213
|
}, {
|
|
214
|
+
__kind: "CodeAmber";
|
|
214
215
|
value: {
|
|
215
216
|
governance: boolean;
|
|
216
217
|
funding: boolean;
|
|
@@ -228,7 +229,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
228
229
|
bitcoinIngressEgress: boolean;
|
|
229
230
|
bitcoinVault: boolean;
|
|
230
231
|
};
|
|
231
|
-
__kind: "CodeAmber";
|
|
232
232
|
}>]>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
234
|
funding: {
|
|
@@ -282,6 +282,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
282
282
|
} | {
|
|
283
283
|
__kind: "CodeRed";
|
|
284
284
|
} | {
|
|
285
|
+
__kind: "CodeAmber";
|
|
285
286
|
value: {
|
|
286
287
|
governance: boolean;
|
|
287
288
|
funding: boolean;
|
|
@@ -299,7 +300,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
299
300
|
bitcoinIngressEgress: boolean;
|
|
300
301
|
bitcoinVault: boolean;
|
|
301
302
|
};
|
|
302
|
-
__kind: "CodeAmber";
|
|
303
303
|
};
|
|
304
304
|
}, {
|
|
305
305
|
funding: {
|
|
@@ -353,6 +353,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
353
353
|
} | {
|
|
354
354
|
__kind: "CodeRed";
|
|
355
355
|
} | {
|
|
356
|
+
__kind: "CodeAmber";
|
|
356
357
|
value: {
|
|
357
358
|
governance: boolean;
|
|
358
359
|
funding: boolean;
|
|
@@ -370,10 +371,10 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
370
371
|
bitcoinIngressEgress: boolean;
|
|
371
372
|
bitcoinVault: boolean;
|
|
372
373
|
};
|
|
373
|
-
__kind: "CodeAmber";
|
|
374
374
|
};
|
|
375
375
|
}>;
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
377
|
+
__kind: "CodeAmber";
|
|
377
378
|
value: {
|
|
378
379
|
funding: {
|
|
379
380
|
redeemEnabled: boolean;
|
|
@@ -426,6 +427,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
426
427
|
} | {
|
|
427
428
|
__kind: "CodeRed";
|
|
428
429
|
} | {
|
|
430
|
+
__kind: "CodeAmber";
|
|
429
431
|
value: {
|
|
430
432
|
governance: boolean;
|
|
431
433
|
funding: boolean;
|
|
@@ -443,11 +445,10 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
443
445
|
bitcoinIngressEgress: boolean;
|
|
444
446
|
bitcoinVault: boolean;
|
|
445
447
|
};
|
|
446
|
-
__kind: "CodeAmber";
|
|
447
448
|
};
|
|
448
449
|
};
|
|
449
|
-
__kind: "CodeAmber";
|
|
450
450
|
}, {
|
|
451
|
+
__kind: "CodeAmber";
|
|
451
452
|
value: {
|
|
452
453
|
funding: {
|
|
453
454
|
redeemEnabled: boolean;
|
|
@@ -500,6 +501,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
500
501
|
} | {
|
|
501
502
|
__kind: "CodeRed";
|
|
502
503
|
} | {
|
|
504
|
+
__kind: "CodeAmber";
|
|
503
505
|
value: {
|
|
504
506
|
governance: boolean;
|
|
505
507
|
funding: boolean;
|
|
@@ -517,10 +519,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
517
519
|
bitcoinIngressEgress: boolean;
|
|
518
520
|
bitcoinVault: boolean;
|
|
519
521
|
};
|
|
520
|
-
__kind: "CodeAmber";
|
|
521
522
|
};
|
|
522
523
|
};
|
|
523
|
-
__kind: "CodeAmber";
|
|
524
524
|
}>]>;
|
|
525
525
|
}, "strip", z.ZodTypeAny, {
|
|
526
526
|
safeMode: {
|
|
@@ -528,6 +528,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
528
528
|
} | {
|
|
529
529
|
__kind: "CodeGreen";
|
|
530
530
|
} | {
|
|
531
|
+
__kind: "CodeAmber";
|
|
531
532
|
value: {
|
|
532
533
|
funding: {
|
|
533
534
|
redeemEnabled: boolean;
|
|
@@ -580,6 +581,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
580
581
|
} | {
|
|
581
582
|
__kind: "CodeRed";
|
|
582
583
|
} | {
|
|
584
|
+
__kind: "CodeAmber";
|
|
583
585
|
value: {
|
|
584
586
|
governance: boolean;
|
|
585
587
|
funding: boolean;
|
|
@@ -597,10 +599,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
597
599
|
bitcoinIngressEgress: boolean;
|
|
598
600
|
bitcoinVault: boolean;
|
|
599
601
|
};
|
|
600
|
-
__kind: "CodeAmber";
|
|
601
602
|
};
|
|
602
603
|
};
|
|
603
|
-
__kind: "CodeAmber";
|
|
604
604
|
};
|
|
605
605
|
}, {
|
|
606
606
|
safeMode: {
|
|
@@ -608,6 +608,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
608
608
|
} | {
|
|
609
609
|
__kind: "CodeGreen";
|
|
610
610
|
} | {
|
|
611
|
+
__kind: "CodeAmber";
|
|
611
612
|
value: {
|
|
612
613
|
funding: {
|
|
613
614
|
redeemEnabled: boolean;
|
|
@@ -660,6 +661,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
660
661
|
} | {
|
|
661
662
|
__kind: "CodeRed";
|
|
662
663
|
} | {
|
|
664
|
+
__kind: "CodeAmber";
|
|
663
665
|
value: {
|
|
664
666
|
governance: boolean;
|
|
665
667
|
funding: boolean;
|
|
@@ -677,10 +679,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
677
679
|
bitcoinIngressEgress: boolean;
|
|
678
680
|
bitcoinVault: boolean;
|
|
679
681
|
};
|
|
680
|
-
__kind: "CodeAmber";
|
|
681
682
|
};
|
|
682
683
|
};
|
|
683
|
-
__kind: "CodeAmber";
|
|
684
684
|
};
|
|
685
685
|
}>;
|
|
686
686
|
|
|
@@ -11,30 +11,48 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
11
11
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
12
12
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
13
13
|
}>;
|
|
14
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
15
|
-
__kind: z.
|
|
14
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
15
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
value: `0x${string}`;
|
|
19
|
-
__kind: "
|
|
19
|
+
__kind: "Eth";
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
22
|
__kind: "Eth";
|
|
23
|
-
}>,
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
}>, {
|
|
24
|
+
chain: "Ethereum";
|
|
25
|
+
address: `0x${string}`;
|
|
26
|
+
}, {
|
|
27
|
+
value: string;
|
|
28
|
+
__kind: "Eth";
|
|
29
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
30
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
31
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
value: `0x${string}`;
|
|
34
|
+
__kind: "Dot";
|
|
35
|
+
}, {
|
|
27
36
|
value: string;
|
|
28
|
-
__kind: "
|
|
37
|
+
__kind: "Dot";
|
|
38
|
+
}>, {
|
|
39
|
+
chain: "Polkadot";
|
|
40
|
+
address: string;
|
|
29
41
|
}, {
|
|
30
42
|
value: string;
|
|
31
43
|
__kind: "Dot";
|
|
32
|
-
}>, z.ZodObject<{
|
|
33
|
-
__kind: z.
|
|
34
|
-
value: z.ZodEffects<z.
|
|
44
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
45
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
46
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
value: `0x${string}`;
|
|
49
|
+
__kind: "Btc";
|
|
50
|
+
}, {
|
|
36
51
|
value: string;
|
|
37
|
-
__kind: "
|
|
52
|
+
__kind: "Btc";
|
|
53
|
+
}>, {
|
|
54
|
+
chain: "Bitcoin";
|
|
55
|
+
address: string;
|
|
38
56
|
}, {
|
|
39
57
|
value: string;
|
|
40
58
|
__kind: "Btc";
|
|
@@ -45,14 +63,14 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
45
63
|
accountId: string;
|
|
46
64
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
47
65
|
depositAddress: {
|
|
48
|
-
|
|
49
|
-
|
|
66
|
+
chain: "Ethereum";
|
|
67
|
+
address: `0x${string}`;
|
|
50
68
|
} | {
|
|
51
|
-
|
|
52
|
-
|
|
69
|
+
chain: "Polkadot";
|
|
70
|
+
address: string;
|
|
53
71
|
} | {
|
|
54
|
-
|
|
55
|
-
|
|
72
|
+
chain: "Bitcoin";
|
|
73
|
+
address: string;
|
|
56
74
|
};
|
|
57
75
|
channelId: bigint;
|
|
58
76
|
depositChainExpiryBlock: bigint;
|
|
@@ -11,30 +11,48 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
11
11
|
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
12
12
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
13
13
|
}>;
|
|
14
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
15
|
-
__kind: z.
|
|
14
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
15
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
value: `0x${string}`;
|
|
19
|
-
__kind: "
|
|
19
|
+
__kind: "Eth";
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
22
|
__kind: "Eth";
|
|
23
|
-
}>,
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
}>, {
|
|
24
|
+
chain: "Ethereum";
|
|
25
|
+
address: `0x${string}`;
|
|
26
|
+
}, {
|
|
27
|
+
value: string;
|
|
28
|
+
__kind: "Eth";
|
|
29
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
30
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
31
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
value: `0x${string}`;
|
|
34
|
+
__kind: "Dot";
|
|
35
|
+
}, {
|
|
27
36
|
value: string;
|
|
28
|
-
__kind: "
|
|
37
|
+
__kind: "Dot";
|
|
38
|
+
}>, {
|
|
39
|
+
chain: "Polkadot";
|
|
40
|
+
address: string;
|
|
29
41
|
}, {
|
|
30
42
|
value: string;
|
|
31
43
|
__kind: "Dot";
|
|
32
|
-
}>, z.ZodObject<{
|
|
33
|
-
__kind: z.
|
|
34
|
-
value: z.ZodEffects<z.
|
|
44
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
45
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
46
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
value: `0x${string}`;
|
|
49
|
+
__kind: "Btc";
|
|
50
|
+
}, {
|
|
36
51
|
value: string;
|
|
37
|
-
__kind: "
|
|
52
|
+
__kind: "Btc";
|
|
53
|
+
}>, {
|
|
54
|
+
chain: "Bitcoin";
|
|
55
|
+
address: string;
|
|
38
56
|
}, {
|
|
39
57
|
value: string;
|
|
40
58
|
__kind: "Btc";
|
|
@@ -45,14 +63,14 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
45
63
|
accountId: string;
|
|
46
64
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
47
65
|
depositAddress: {
|
|
48
|
-
|
|
49
|
-
|
|
66
|
+
chain: "Ethereum";
|
|
67
|
+
address: `0x${string}`;
|
|
50
68
|
} | {
|
|
51
|
-
|
|
52
|
-
|
|
69
|
+
chain: "Polkadot";
|
|
70
|
+
address: string;
|
|
53
71
|
} | {
|
|
54
|
-
|
|
55
|
-
|
|
72
|
+
chain: "Bitcoin";
|
|
73
|
+
address: string;
|
|
56
74
|
};
|
|
57
75
|
channelId: bigint;
|
|
58
76
|
depositChainExpiryBlock: bigint;
|
|
@@ -136,7 +136,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
136
136
|
}>]>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
accountId: string;
|
|
139
|
-
chain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
140
139
|
address: {
|
|
141
140
|
value: `0x${string}`;
|
|
142
141
|
__kind: "Eth";
|
|
@@ -166,11 +165,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
166
165
|
};
|
|
167
166
|
__kind: "Btc";
|
|
168
167
|
};
|
|
168
|
+
chain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
169
169
|
}, {
|
|
170
170
|
accountId: string;
|
|
171
|
-
chain: {
|
|
172
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
173
|
-
};
|
|
174
171
|
address: {
|
|
175
172
|
value: string;
|
|
176
173
|
__kind: "Eth";
|
|
@@ -200,6 +197,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
200
197
|
};
|
|
201
198
|
__kind: "Btc";
|
|
202
199
|
};
|
|
200
|
+
chain: {
|
|
201
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
202
|
+
};
|
|
203
203
|
}>;
|
|
204
204
|
|
|
205
205
|
export { liquidityProviderLiquidityRefundAddressRegistered };
|
|
@@ -136,7 +136,6 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
136
136
|
}>]>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
accountId: string;
|
|
139
|
-
chain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
140
139
|
address: {
|
|
141
140
|
value: `0x${string}`;
|
|
142
141
|
__kind: "Eth";
|
|
@@ -166,11 +165,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
166
165
|
};
|
|
167
166
|
__kind: "Btc";
|
|
168
167
|
};
|
|
168
|
+
chain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
169
169
|
}, {
|
|
170
170
|
accountId: string;
|
|
171
|
-
chain: {
|
|
172
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
173
|
-
};
|
|
174
171
|
address: {
|
|
175
172
|
value: string;
|
|
176
173
|
__kind: "Eth";
|
|
@@ -200,6 +197,9 @@ declare const liquidityProviderLiquidityRefundAddressRegistered: z.ZodObject<{
|
|
|
200
197
|
};
|
|
201
198
|
__kind: "Btc";
|
|
202
199
|
};
|
|
200
|
+
chain: {
|
|
201
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
202
|
+
};
|
|
203
203
|
}>;
|
|
204
204
|
|
|
205
205
|
export { liquidityProviderLiquidityRefundAddressRegistered };
|
|
@@ -20,30 +20,48 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
20
20
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
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
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
24
|
-
__kind: z.
|
|
23
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
24
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
value: `0x${string}`;
|
|
28
|
-
__kind: "
|
|
28
|
+
__kind: "Eth";
|
|
29
29
|
}, {
|
|
30
30
|
value: string;
|
|
31
31
|
__kind: "Eth";
|
|
32
|
-
}>,
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Ethereum";
|
|
34
|
+
address: `0x${string}`;
|
|
35
|
+
}, {
|
|
36
|
+
value: string;
|
|
37
|
+
__kind: "Eth";
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
39
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
40
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
value: `0x${string}`;
|
|
43
|
+
__kind: "Dot";
|
|
44
|
+
}, {
|
|
36
45
|
value: string;
|
|
37
|
-
__kind: "
|
|
46
|
+
__kind: "Dot";
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Polkadot";
|
|
49
|
+
address: string;
|
|
38
50
|
}, {
|
|
39
51
|
value: string;
|
|
40
52
|
__kind: "Dot";
|
|
41
|
-
}>, z.ZodObject<{
|
|
42
|
-
__kind: z.
|
|
43
|
-
value: z.ZodEffects<z.
|
|
53
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
54
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
55
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
value: `0x${string}`;
|
|
58
|
+
__kind: "Btc";
|
|
59
|
+
}, {
|
|
45
60
|
value: string;
|
|
46
|
-
__kind: "
|
|
61
|
+
__kind: "Btc";
|
|
62
|
+
}>, {
|
|
63
|
+
chain: "Bitcoin";
|
|
64
|
+
address: string;
|
|
47
65
|
}, {
|
|
48
66
|
value: string;
|
|
49
67
|
__kind: "Btc";
|
|
@@ -53,14 +71,14 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
53
71
|
amount: bigint;
|
|
54
72
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
55
73
|
destinationAddress: {
|
|
56
|
-
|
|
57
|
-
|
|
74
|
+
chain: "Ethereum";
|
|
75
|
+
address: `0x${string}`;
|
|
58
76
|
} | {
|
|
59
|
-
|
|
60
|
-
|
|
77
|
+
chain: "Polkadot";
|
|
78
|
+
address: string;
|
|
61
79
|
} | {
|
|
62
|
-
|
|
63
|
-
|
|
80
|
+
chain: "Bitcoin";
|
|
81
|
+
address: string;
|
|
64
82
|
};
|
|
65
83
|
}, {
|
|
66
84
|
asset: {
|
|
@@ -20,30 +20,48 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
20
20
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
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
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
24
|
-
__kind: z.
|
|
23
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
24
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
value: `0x${string}`;
|
|
28
|
-
__kind: "
|
|
28
|
+
__kind: "Eth";
|
|
29
29
|
}, {
|
|
30
30
|
value: string;
|
|
31
31
|
__kind: "Eth";
|
|
32
|
-
}>,
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Ethereum";
|
|
34
|
+
address: `0x${string}`;
|
|
35
|
+
}, {
|
|
36
|
+
value: string;
|
|
37
|
+
__kind: "Eth";
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
39
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
40
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
value: `0x${string}`;
|
|
43
|
+
__kind: "Dot";
|
|
44
|
+
}, {
|
|
36
45
|
value: string;
|
|
37
|
-
__kind: "
|
|
46
|
+
__kind: "Dot";
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Polkadot";
|
|
49
|
+
address: string;
|
|
38
50
|
}, {
|
|
39
51
|
value: string;
|
|
40
52
|
__kind: "Dot";
|
|
41
|
-
}>, z.ZodObject<{
|
|
42
|
-
__kind: z.
|
|
43
|
-
value: z.ZodEffects<z.
|
|
53
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
54
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
55
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
value: `0x${string}`;
|
|
58
|
+
__kind: "Btc";
|
|
59
|
+
}, {
|
|
45
60
|
value: string;
|
|
46
|
-
__kind: "
|
|
61
|
+
__kind: "Btc";
|
|
62
|
+
}>, {
|
|
63
|
+
chain: "Bitcoin";
|
|
64
|
+
address: string;
|
|
47
65
|
}, {
|
|
48
66
|
value: string;
|
|
49
67
|
__kind: "Btc";
|
|
@@ -53,14 +71,14 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
53
71
|
amount: bigint;
|
|
54
72
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin", bigint];
|
|
55
73
|
destinationAddress: {
|
|
56
|
-
|
|
57
|
-
|
|
74
|
+
chain: "Ethereum";
|
|
75
|
+
address: `0x${string}`;
|
|
58
76
|
} | {
|
|
59
|
-
|
|
60
|
-
|
|
77
|
+
chain: "Polkadot";
|
|
78
|
+
address: string;
|
|
61
79
|
} | {
|
|
62
|
-
|
|
63
|
-
|
|
80
|
+
chain: "Bitcoin";
|
|
81
|
+
address: string;
|
|
64
82
|
};
|
|
65
83
|
}, {
|
|
66
84
|
asset: {
|
|
@@ -22,16 +22,16 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
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
24
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
25
|
-
amount: bigint;
|
|
26
25
|
direction: "FromStable" | "ToStable";
|
|
26
|
+
amount: bigint;
|
|
27
27
|
}, {
|
|
28
28
|
asset: {
|
|
29
29
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
30
30
|
};
|
|
31
|
-
amount: string | number;
|
|
32
31
|
direction: {
|
|
33
32
|
__kind: "FromStable" | "ToStable";
|
|
34
33
|
};
|
|
34
|
+
amount: string | number;
|
|
35
35
|
}>;
|
|
36
36
|
|
|
37
37
|
export { swappingBatchSwapFailed };
|
|
@@ -22,16 +22,16 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
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
24
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
25
|
-
amount: bigint;
|
|
26
25
|
direction: "FromStable" | "ToStable";
|
|
26
|
+
amount: bigint;
|
|
27
27
|
}, {
|
|
28
28
|
asset: {
|
|
29
29
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
30
30
|
};
|
|
31
|
-
amount: string | number;
|
|
32
31
|
direction: {
|
|
33
32
|
__kind: "FromStable" | "ToStable";
|
|
34
33
|
};
|
|
34
|
+
amount: string | number;
|
|
35
35
|
}>;
|
|
36
36
|
|
|
37
37
|
export { swappingBatchSwapFailed };
|