@chainflip/processor 1.5.1 → 1.5.2
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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/100/common.cjs +15 -6
- package/dist/100/common.d.cts +25 -25
- package/dist/100/common.d.ts +25 -25
- package/dist/100/common.mjs +14 -5
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +15 -15
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +15 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +15 -15
- 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 +19 -19
- package/dist/100/swapping/ccmDepositReceived.d.ts +19 -19
- package/dist/100/swapping/ccmFailed.d.cts +15 -15
- package/dist/100/swapping/ccmFailed.d.ts +15 -15
- package/dist/100/swapping/swapAmountTooLow.d.cts +35 -35
- package/dist/100/swapping/swapAmountTooLow.d.ts +35 -35
- package/dist/100/swapping/swapDepositAddressReady.d.cts +36 -36
- package/dist/100/swapping/swapDepositAddressReady.d.ts +36 -36
- package/dist/100/swapping/swapScheduled.d.cts +37 -37
- package/dist/100/swapping/swapScheduled.d.ts +37 -37
- package/dist/100/swapping/withdrawalRequested.d.cts +15 -15
- package/dist/100/swapping/withdrawalRequested.d.ts +15 -15
- package/dist/102/common.cjs +3 -3
- package/dist/102/common.mjs +2 -2
- package/dist/111/common.cjs +3 -3
- package/dist/111/common.mjs +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/common.cjs +15 -6
- package/dist/120/common.d.cts +10 -10
- package/dist/120/common.d.ts +10 -10
- package/dist/120/common.mjs +14 -5
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +15 -15
- package/dist/120/swapping/ccmFailed.d.cts +15 -15
- package/dist/120/swapping/ccmFailed.d.ts +15 -15
- package/dist/120/swapping/withdrawalRequested.d.cts +15 -15
- package/dist/120/swapping/withdrawalRequested.d.ts +15 -15
- package/dist/131/common.cjs +15 -6
- package/dist/131/common.d.cts +25 -25
- package/dist/131/common.d.ts +25 -25
- package/dist/131/common.mjs +14 -5
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +15 -15
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +15 -15
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +15 -15
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +15 -15
- 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 +35 -35
- package/dist/131/swapping/ccmFailed.d.ts +35 -35
- 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 +48 -48
- package/dist/131/swapping/swapDepositAddressReady.d.ts +48 -48
- 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 +49 -49
- package/dist/131/swapping/swapScheduled.d.ts +49 -49
- package/dist/131/swapping/withdrawalRequested.d.cts +21 -21
- package/dist/131/swapping/withdrawalRequested.d.ts +21 -21
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/common.cjs +19 -7
- package/dist/141/common.d.cts +30 -30
- package/dist/141/common.d.ts +30 -30
- package/dist/141/common.mjs +18 -6
- 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/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +4 -4
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +4 -4
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +18 -18
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +18 -18
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +90 -90
- package/dist/141/swapping/ccmDepositReceived.d.ts +90 -90
- package/dist/141/swapping/ccmFailed.d.cts +126 -126
- package/dist/141/swapping/ccmFailed.d.ts +126 -126
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +64 -64
- package/dist/141/swapping/swapDepositAddressReady.d.ts +64 -64
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +11 -11
- package/dist/141/swapping/swapEgressScheduled.d.ts +11 -11
- package/dist/141/swapping/swapExecuted.d.cts +88 -88
- package/dist/141/swapping/swapExecuted.d.ts +88 -88
- package/dist/141/swapping/swapScheduled.d.cts +150 -150
- package/dist/141/swapping/swapScheduled.d.ts +150 -150
- package/dist/141/swapping/withdrawalRequested.d.cts +36 -36
- package/dist/141/swapping/withdrawalRequested.d.ts +36 -36
- 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 +50 -50
- package/dist/150/assetBalances/refundScheduled.d.ts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.cts +70 -70
- package/dist/150/assetBalances/refundSkipped.d.ts +70 -70
- package/dist/150/common.cjs +25 -8
- package/dist/150/common.d.cts +64 -64
- package/dist/150/common.d.ts +64 -64
- package/dist/150/common.mjs +24 -7
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +24 -24
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +24 -24
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +24 -24
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +24 -24
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- 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/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +104 -104
- package/dist/150/swapping/ccmDepositReceived.d.ts +104 -104
- package/dist/150/swapping/ccmFailed.d.cts +151 -151
- package/dist/150/swapping/ccmFailed.d.ts +151 -151
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +127 -127
- package/dist/150/swapping/swapDepositAddressReady.d.ts +127 -127
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +175 -175
- package/dist/150/swapping/swapScheduled.d.ts +175 -175
- package/dist/150/swapping/withdrawalRequested.d.cts +40 -40
- package/dist/150/swapping/withdrawalRequested.d.ts +40 -40
- 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 +25 -8
- package/dist/160/common.d.cts +88 -88
- package/dist/160/common.d.ts +88 -88
- package/dist/160/common.mjs +24 -7
- package/dist/160/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/160/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- 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 +28 -28
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +28 -28
- 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 +24 -24
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +24 -24
- 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 +56 -56
- package/dist/160/swapping/ccmFailed.d.ts +56 -56
- 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 +66 -66
- package/dist/160/swapping/swapDepositAddressReady.d.ts +66 -66
- 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 +110 -110
- package/dist/160/swapping/swapRequested.d.ts +110 -110
- package/dist/160/swapping/withdrawalRequested.d.cts +30 -30
- package/dist/160/swapping/withdrawalRequested.d.ts +30 -30
- package/dist/Processor.cjs +7 -1
- package/dist/Processor.mjs +7 -1
- package/package.json +1 -1
|
@@ -6,41 +6,41 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
6
6
|
gasSwapId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
7
7
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
9
|
-
__kind: z.ZodLiteral<"Eth">;
|
|
9
|
+
__kind: z.ZodEffects<z.ZodLiteral<"Eth">, "Ethereum", "Eth">;
|
|
10
10
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
__kind: "Ethereum";
|
|
12
13
|
value: `0x${string}`;
|
|
13
|
-
__kind: "Eth";
|
|
14
14
|
}, {
|
|
15
|
-
value: string;
|
|
16
15
|
__kind: "Eth";
|
|
16
|
+
value: string;
|
|
17
17
|
}>, z.ZodObject<{
|
|
18
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
19
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
18
|
+
__kind: z.ZodEffects<z.ZodLiteral<"Dot">, "Polkadot", "Dot">;
|
|
19
|
+
value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
|
|
22
|
-
__kind: "Dot";
|
|
23
|
-
}, {
|
|
21
|
+
__kind: "Polkadot";
|
|
24
22
|
value: string;
|
|
23
|
+
}, {
|
|
25
24
|
__kind: "Dot";
|
|
25
|
+
value: string;
|
|
26
26
|
}>, z.ZodObject<{
|
|
27
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
28
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
|
+
__kind: z.ZodEffects<z.ZodLiteral<"Btc">, "Bitcoin", "Btc">;
|
|
28
|
+
value: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, string, string>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
|
|
31
|
-
__kind: "Btc";
|
|
32
|
-
}, {
|
|
30
|
+
__kind: "Bitcoin";
|
|
33
31
|
value: string;
|
|
32
|
+
}, {
|
|
34
33
|
__kind: "Btc";
|
|
34
|
+
value: string;
|
|
35
35
|
}>, z.ZodObject<{
|
|
36
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
36
|
+
__kind: z.ZodEffects<z.ZodLiteral<"Arb">, "Arbitrum", "Arb">;
|
|
37
37
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
__kind: "Arbitrum";
|
|
39
40
|
value: `0x${string}`;
|
|
40
|
-
__kind: "Arb";
|
|
41
41
|
}, {
|
|
42
|
-
value: string;
|
|
43
42
|
__kind: "Arb";
|
|
43
|
+
value: string;
|
|
44
44
|
}>]>;
|
|
45
45
|
depositMetadata: z.ZodObject<{
|
|
46
46
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -56,67 +56,67 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
56
56
|
__kind: z.ZodLiteral<"Eth">;
|
|
57
57
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
-
value: `0x${string}`;
|
|
60
59
|
__kind: "Eth";
|
|
60
|
+
value: `0x${string}`;
|
|
61
61
|
}, {
|
|
62
|
-
value: string;
|
|
63
62
|
__kind: "Eth";
|
|
63
|
+
value: string;
|
|
64
64
|
}>, z.ZodObject<{
|
|
65
65
|
__kind: z.ZodLiteral<"Dot">;
|
|
66
66
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
value: `0x${string}`;
|
|
69
68
|
__kind: "Dot";
|
|
69
|
+
value: `0x${string}`;
|
|
70
70
|
}, {
|
|
71
|
-
value: string;
|
|
72
71
|
__kind: "Dot";
|
|
72
|
+
value: string;
|
|
73
73
|
}>, z.ZodObject<{
|
|
74
74
|
__kind: z.ZodLiteral<"Btc">;
|
|
75
75
|
value: z.ZodUnion<[z.ZodObject<{
|
|
76
76
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
77
77
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
|
79
|
-
value: `0x${string}`;
|
|
80
79
|
__kind: "P2PKH";
|
|
80
|
+
value: `0x${string}`;
|
|
81
81
|
}, {
|
|
82
|
-
value: string;
|
|
83
82
|
__kind: "P2PKH";
|
|
83
|
+
value: string;
|
|
84
84
|
}>, z.ZodObject<{
|
|
85
85
|
__kind: z.ZodLiteral<"P2SH">;
|
|
86
86
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
value: `0x${string}`;
|
|
89
88
|
__kind: "P2SH";
|
|
89
|
+
value: `0x${string}`;
|
|
90
90
|
}, {
|
|
91
|
-
value: string;
|
|
92
91
|
__kind: "P2SH";
|
|
92
|
+
value: string;
|
|
93
93
|
}>, z.ZodObject<{
|
|
94
94
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
95
95
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
value: `0x${string}`;
|
|
98
97
|
__kind: "P2WPKH";
|
|
98
|
+
value: `0x${string}`;
|
|
99
99
|
}, {
|
|
100
|
-
value: string;
|
|
101
100
|
__kind: "P2WPKH";
|
|
101
|
+
value: string;
|
|
102
102
|
}>, z.ZodObject<{
|
|
103
103
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
104
104
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
value: `0x${string}`;
|
|
107
106
|
__kind: "P2WSH";
|
|
107
|
+
value: `0x${string}`;
|
|
108
108
|
}, {
|
|
109
|
-
value: string;
|
|
110
109
|
__kind: "P2WSH";
|
|
110
|
+
value: string;
|
|
111
111
|
}>, z.ZodObject<{
|
|
112
112
|
__kind: z.ZodLiteral<"Taproot">;
|
|
113
113
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
value: `0x${string}`;
|
|
116
115
|
__kind: "Taproot";
|
|
116
|
+
value: `0x${string}`;
|
|
117
117
|
}, {
|
|
118
|
-
value: string;
|
|
119
118
|
__kind: "Taproot";
|
|
119
|
+
value: string;
|
|
120
120
|
}>, z.ZodObject<{
|
|
121
121
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
122
122
|
version: z.ZodNumber;
|
|
@@ -131,58 +131,58 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
131
131
|
program: string;
|
|
132
132
|
}>]>;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
|
+
__kind: "Btc";
|
|
134
135
|
value: {
|
|
135
|
-
value: `0x${string}`;
|
|
136
136
|
__kind: "P2PKH";
|
|
137
|
-
} | {
|
|
138
137
|
value: `0x${string}`;
|
|
139
|
-
__kind: "P2SH";
|
|
140
138
|
} | {
|
|
139
|
+
__kind: "P2SH";
|
|
141
140
|
value: `0x${string}`;
|
|
142
|
-
__kind: "P2WPKH";
|
|
143
141
|
} | {
|
|
142
|
+
__kind: "P2WPKH";
|
|
144
143
|
value: `0x${string}`;
|
|
145
|
-
__kind: "P2WSH";
|
|
146
144
|
} | {
|
|
145
|
+
__kind: "P2WSH";
|
|
147
146
|
value: `0x${string}`;
|
|
147
|
+
} | {
|
|
148
148
|
__kind: "Taproot";
|
|
149
|
+
value: `0x${string}`;
|
|
149
150
|
} | {
|
|
150
151
|
__kind: "OtherSegwit";
|
|
151
152
|
version: number;
|
|
152
153
|
program: `0x${string}`;
|
|
153
154
|
};
|
|
154
|
-
__kind: "Btc";
|
|
155
155
|
}, {
|
|
156
|
+
__kind: "Btc";
|
|
156
157
|
value: {
|
|
157
|
-
value: string;
|
|
158
158
|
__kind: "P2PKH";
|
|
159
|
-
} | {
|
|
160
159
|
value: string;
|
|
161
|
-
__kind: "P2SH";
|
|
162
160
|
} | {
|
|
161
|
+
__kind: "P2SH";
|
|
163
162
|
value: string;
|
|
164
|
-
__kind: "P2WPKH";
|
|
165
163
|
} | {
|
|
164
|
+
__kind: "P2WPKH";
|
|
166
165
|
value: string;
|
|
167
|
-
__kind: "P2WSH";
|
|
168
166
|
} | {
|
|
167
|
+
__kind: "P2WSH";
|
|
169
168
|
value: string;
|
|
169
|
+
} | {
|
|
170
170
|
__kind: "Taproot";
|
|
171
|
+
value: string;
|
|
171
172
|
} | {
|
|
172
173
|
__kind: "OtherSegwit";
|
|
173
174
|
version: number;
|
|
174
175
|
program: string;
|
|
175
176
|
};
|
|
176
|
-
__kind: "Btc";
|
|
177
177
|
}>, z.ZodObject<{
|
|
178
178
|
__kind: z.ZodLiteral<"Arb">;
|
|
179
179
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
value: `0x${string}`;
|
|
182
181
|
__kind: "Arb";
|
|
182
|
+
value: `0x${string}`;
|
|
183
183
|
}, {
|
|
184
|
-
value: string;
|
|
185
184
|
__kind: "Arb";
|
|
185
|
+
value: string;
|
|
186
186
|
}>]>>>;
|
|
187
187
|
channelMetadata: z.ZodObject<{
|
|
188
188
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -205,36 +205,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
205
205
|
cfParameters: `0x${string}`;
|
|
206
206
|
};
|
|
207
207
|
sourceAddress?: {
|
|
208
|
-
value: `0x${string}`;
|
|
209
208
|
__kind: "Eth";
|
|
210
|
-
} | {
|
|
211
209
|
value: `0x${string}`;
|
|
210
|
+
} | {
|
|
212
211
|
__kind: "Dot";
|
|
212
|
+
value: `0x${string}`;
|
|
213
213
|
} | {
|
|
214
|
+
__kind: "Btc";
|
|
214
215
|
value: {
|
|
215
|
-
value: `0x${string}`;
|
|
216
216
|
__kind: "P2PKH";
|
|
217
|
-
} | {
|
|
218
217
|
value: `0x${string}`;
|
|
219
|
-
__kind: "P2SH";
|
|
220
218
|
} | {
|
|
219
|
+
__kind: "P2SH";
|
|
221
220
|
value: `0x${string}`;
|
|
222
|
-
__kind: "P2WPKH";
|
|
223
221
|
} | {
|
|
222
|
+
__kind: "P2WPKH";
|
|
224
223
|
value: `0x${string}`;
|
|
225
|
-
__kind: "P2WSH";
|
|
226
224
|
} | {
|
|
225
|
+
__kind: "P2WSH";
|
|
227
226
|
value: `0x${string}`;
|
|
227
|
+
} | {
|
|
228
228
|
__kind: "Taproot";
|
|
229
|
+
value: `0x${string}`;
|
|
229
230
|
} | {
|
|
230
231
|
__kind: "OtherSegwit";
|
|
231
232
|
version: number;
|
|
232
233
|
program: `0x${string}`;
|
|
233
234
|
};
|
|
234
|
-
__kind: "Btc";
|
|
235
235
|
} | {
|
|
236
|
-
value: `0x${string}`;
|
|
237
236
|
__kind: "Arb";
|
|
237
|
+
value: `0x${string}`;
|
|
238
238
|
} | null | undefined;
|
|
239
239
|
}, {
|
|
240
240
|
sourceChain: {
|
|
@@ -246,53 +246,53 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
246
246
|
cfParameters: string;
|
|
247
247
|
};
|
|
248
248
|
sourceAddress?: {
|
|
249
|
-
value: string;
|
|
250
249
|
__kind: "Eth";
|
|
251
|
-
} | {
|
|
252
250
|
value: string;
|
|
251
|
+
} | {
|
|
253
252
|
__kind: "Dot";
|
|
253
|
+
value: string;
|
|
254
254
|
} | {
|
|
255
|
+
__kind: "Btc";
|
|
255
256
|
value: {
|
|
256
|
-
value: string;
|
|
257
257
|
__kind: "P2PKH";
|
|
258
|
-
} | {
|
|
259
258
|
value: string;
|
|
260
|
-
__kind: "P2SH";
|
|
261
259
|
} | {
|
|
260
|
+
__kind: "P2SH";
|
|
262
261
|
value: string;
|
|
263
|
-
__kind: "P2WPKH";
|
|
264
262
|
} | {
|
|
263
|
+
__kind: "P2WPKH";
|
|
265
264
|
value: string;
|
|
266
|
-
__kind: "P2WSH";
|
|
267
265
|
} | {
|
|
266
|
+
__kind: "P2WSH";
|
|
268
267
|
value: string;
|
|
268
|
+
} | {
|
|
269
269
|
__kind: "Taproot";
|
|
270
|
+
value: string;
|
|
270
271
|
} | {
|
|
271
272
|
__kind: "OtherSegwit";
|
|
272
273
|
version: number;
|
|
273
274
|
program: string;
|
|
274
275
|
};
|
|
275
|
-
__kind: "Btc";
|
|
276
276
|
} | {
|
|
277
|
-
value: string;
|
|
278
277
|
__kind: "Arb";
|
|
278
|
+
value: string;
|
|
279
279
|
} | null | undefined;
|
|
280
280
|
}>;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
282
|
ccmId: bigint;
|
|
283
283
|
depositAmount: bigint;
|
|
284
284
|
destinationAddress: {
|
|
285
|
+
__kind: "Ethereum";
|
|
285
286
|
value: `0x${string}`;
|
|
286
|
-
__kind: "Eth";
|
|
287
287
|
} | {
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
__kind: "Polkadot";
|
|
289
|
+
value: string;
|
|
290
290
|
} | {
|
|
291
|
-
|
|
292
|
-
|
|
291
|
+
__kind: "Bitcoin";
|
|
292
|
+
value: string;
|
|
293
293
|
} | {
|
|
294
|
+
__kind: "Arbitrum";
|
|
294
295
|
value: `0x${string}`;
|
|
295
|
-
__kind: "Arb";
|
|
296
296
|
};
|
|
297
297
|
depositMetadata: {
|
|
298
298
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum";
|
|
@@ -302,36 +302,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
302
302
|
cfParameters: `0x${string}`;
|
|
303
303
|
};
|
|
304
304
|
sourceAddress?: {
|
|
305
|
-
value: `0x${string}`;
|
|
306
305
|
__kind: "Eth";
|
|
307
|
-
} | {
|
|
308
306
|
value: `0x${string}`;
|
|
307
|
+
} | {
|
|
309
308
|
__kind: "Dot";
|
|
309
|
+
value: `0x${string}`;
|
|
310
310
|
} | {
|
|
311
|
+
__kind: "Btc";
|
|
311
312
|
value: {
|
|
312
|
-
value: `0x${string}`;
|
|
313
313
|
__kind: "P2PKH";
|
|
314
|
-
} | {
|
|
315
314
|
value: `0x${string}`;
|
|
316
|
-
__kind: "P2SH";
|
|
317
315
|
} | {
|
|
316
|
+
__kind: "P2SH";
|
|
318
317
|
value: `0x${string}`;
|
|
319
|
-
__kind: "P2WPKH";
|
|
320
318
|
} | {
|
|
319
|
+
__kind: "P2WPKH";
|
|
321
320
|
value: `0x${string}`;
|
|
322
|
-
__kind: "P2WSH";
|
|
323
321
|
} | {
|
|
322
|
+
__kind: "P2WSH";
|
|
324
323
|
value: `0x${string}`;
|
|
324
|
+
} | {
|
|
325
325
|
__kind: "Taproot";
|
|
326
|
+
value: `0x${string}`;
|
|
326
327
|
} | {
|
|
327
328
|
__kind: "OtherSegwit";
|
|
328
329
|
version: number;
|
|
329
330
|
program: `0x${string}`;
|
|
330
331
|
};
|
|
331
|
-
__kind: "Btc";
|
|
332
332
|
} | {
|
|
333
|
-
value: `0x${string}`;
|
|
334
333
|
__kind: "Arb";
|
|
334
|
+
value: `0x${string}`;
|
|
335
335
|
} | null | undefined;
|
|
336
336
|
};
|
|
337
337
|
principalSwapId?: bigint | null | undefined;
|
|
@@ -340,17 +340,17 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
340
340
|
ccmId: string | number;
|
|
341
341
|
depositAmount: string | number;
|
|
342
342
|
destinationAddress: {
|
|
343
|
-
value: string;
|
|
344
343
|
__kind: "Eth";
|
|
345
|
-
} | {
|
|
346
344
|
value: string;
|
|
347
|
-
__kind: "Dot";
|
|
348
345
|
} | {
|
|
346
|
+
__kind: "Dot";
|
|
349
347
|
value: string;
|
|
350
|
-
__kind: "Btc";
|
|
351
348
|
} | {
|
|
349
|
+
__kind: "Btc";
|
|
352
350
|
value: string;
|
|
351
|
+
} | {
|
|
353
352
|
__kind: "Arb";
|
|
353
|
+
value: string;
|
|
354
354
|
};
|
|
355
355
|
depositMetadata: {
|
|
356
356
|
sourceChain: {
|
|
@@ -362,36 +362,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
362
362
|
cfParameters: string;
|
|
363
363
|
};
|
|
364
364
|
sourceAddress?: {
|
|
365
|
-
value: string;
|
|
366
365
|
__kind: "Eth";
|
|
367
|
-
} | {
|
|
368
366
|
value: string;
|
|
367
|
+
} | {
|
|
369
368
|
__kind: "Dot";
|
|
369
|
+
value: string;
|
|
370
370
|
} | {
|
|
371
|
+
__kind: "Btc";
|
|
371
372
|
value: {
|
|
372
|
-
value: string;
|
|
373
373
|
__kind: "P2PKH";
|
|
374
|
-
} | {
|
|
375
374
|
value: string;
|
|
376
|
-
__kind: "P2SH";
|
|
377
375
|
} | {
|
|
376
|
+
__kind: "P2SH";
|
|
378
377
|
value: string;
|
|
379
|
-
__kind: "P2WPKH";
|
|
380
378
|
} | {
|
|
379
|
+
__kind: "P2WPKH";
|
|
381
380
|
value: string;
|
|
382
|
-
__kind: "P2WSH";
|
|
383
381
|
} | {
|
|
382
|
+
__kind: "P2WSH";
|
|
384
383
|
value: string;
|
|
384
|
+
} | {
|
|
385
385
|
__kind: "Taproot";
|
|
386
|
+
value: string;
|
|
386
387
|
} | {
|
|
387
388
|
__kind: "OtherSegwit";
|
|
388
389
|
version: number;
|
|
389
390
|
program: string;
|
|
390
391
|
};
|
|
391
|
-
__kind: "Btc";
|
|
392
392
|
} | {
|
|
393
|
-
value: string;
|
|
394
393
|
__kind: "Arb";
|
|
394
|
+
value: string;
|
|
395
395
|
} | null | undefined;
|
|
396
396
|
};
|
|
397
397
|
principalSwapId?: string | number | null | undefined;
|