@chainflip/processor 1.5.1 → 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/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- 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 +15 -6
- package/dist/100/common.d.cts +48 -12
- package/dist/100/common.d.ts +48 -12
- package/dist/100/common.mjs +14 -5
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +40 -40
- 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 +27 -9
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +27 -9
- 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 +27 -9
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +27 -9
- package/dist/100/swapping/ccmDepositReceived.d.cts +27 -9
- package/dist/100/swapping/ccmDepositReceived.d.ts +27 -9
- package/dist/100/swapping/ccmFailed.d.cts +27 -9
- package/dist/100/swapping/ccmFailed.d.ts +27 -9
- package/dist/100/swapping/swapAmountTooLow.d.cts +60 -24
- package/dist/100/swapping/swapAmountTooLow.d.ts +60 -24
- package/dist/100/swapping/swapDepositAddressReady.d.cts +54 -18
- package/dist/100/swapping/swapDepositAddressReady.d.ts +54 -18
- package/dist/100/swapping/swapScheduled.d.cts +60 -24
- package/dist/100/swapping/swapScheduled.d.ts +60 -24
- package/dist/100/swapping/withdrawalRequested.d.cts +27 -9
- package/dist/100/swapping/withdrawalRequested.d.ts +27 -9
- 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/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/120/common.cjs +15 -6
- package/dist/120/common.d.cts +21 -3
- package/dist/120/common.d.ts +21 -3
- package/dist/120/common.mjs +14 -5
- 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 +27 -9
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +27 -9
- package/dist/120/swapping/ccmFailed.d.cts +27 -9
- package/dist/120/swapping/ccmFailed.d.ts +27 -9
- package/dist/120/swapping/withdrawalRequested.d.cts +27 -9
- package/dist/120/swapping/withdrawalRequested.d.ts +27 -9
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.cjs +15 -6
- package/dist/131/common.d.cts +48 -12
- package/dist/131/common.d.ts +48 -12
- 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 +27 -9
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +27 -9
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +27 -9
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +27 -9
- package/dist/131/swapping/ccmFailed.d.cts +60 -24
- package/dist/131/swapping/ccmFailed.d.ts +60 -24
- package/dist/131/swapping/swapDepositAddressReady.d.cts +54 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +54 -18
- package/dist/131/swapping/swapScheduled.d.cts +60 -24
- package/dist/131/swapping/swapScheduled.d.ts +60 -24
- package/dist/131/swapping/withdrawalRequested.d.cts +27 -9
- package/dist/131/swapping/withdrawalRequested.d.ts +27 -9
- 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/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 +64 -16
- package/dist/141/common.d.ts +64 -16
- package/dist/141/common.mjs +18 -6
- 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 +36 -12
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +36 -12
- 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 +36 -12
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +36 -12
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- 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/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 +108 -84
- package/dist/141/swapping/ccmDepositReceived.d.ts +108 -84
- package/dist/141/swapping/ccmFailed.d.cts +164 -116
- package/dist/141/swapping/ccmFailed.d.ts +164 -116
- 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 +100 -52
- package/dist/141/swapping/swapDepositAddressReady.d.ts +100 -52
- 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 +188 -140
- package/dist/141/swapping/swapScheduled.d.ts +188 -140
- package/dist/141/swapping/withdrawalRequested.d.cts +54 -30
- package/dist/141/swapping/withdrawalRequested.d.ts +54 -30
- package/dist/150/assetBalances/refundScheduled.d.cts +2 -2
- package/dist/150/assetBalances/refundScheduled.d.ts +2 -2
- package/dist/150/assetBalances/refundSkipped.d.cts +50 -50
- package/dist/150/assetBalances/refundSkipped.d.ts +50 -50
- package/dist/150/common.cjs +25 -8
- package/dist/150/common.d.cts +125 -35
- package/dist/150/common.d.ts +125 -35
- 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 +45 -15
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +45 -15
- 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 +45 -15
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +45 -15
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- 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/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/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +125 -95
- package/dist/150/swapping/ccmDepositReceived.d.ts +125 -95
- package/dist/150/swapping/ccmFailed.d.cts +195 -135
- package/dist/150/swapping/ccmFailed.d.ts +195 -135
- 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 +192 -102
- package/dist/150/swapping/swapDepositAddressReady.d.ts +192 -102
- 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 +219 -159
- package/dist/150/swapping/swapScheduled.d.ts +219 -159
- package/dist/150/swapping/withdrawalRequested.d.cts +61 -31
- package/dist/150/swapping/withdrawalRequested.d.ts +61 -31
- package/dist/160/common.cjs +25 -8
- package/dist/160/common.d.cts +170 -50
- package/dist/160/common.d.ts +170 -50
- 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/liquidityDepositAddressReady.d.cts +45 -15
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +45 -15
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +45 -15
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +45 -15
- 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/ccmFailed.d.cts +100 -40
- package/dist/160/swapping/ccmFailed.d.ts +100 -40
- package/dist/160/swapping/swapDepositAddressReady.d.cts +90 -30
- package/dist/160/swapping/swapDepositAddressReady.d.ts +90 -30
- package/dist/160/swapping/swapRequested.d.cts +165 -75
- package/dist/160/swapping/swapRequested.d.ts +165 -75
- package/dist/160/swapping/withdrawalRequested.d.cts +45 -15
- package/dist/160/swapping/withdrawalRequested.d.ts +45 -15
- package/dist/Processor.cjs +7 -1
- package/dist/Processor.mjs +7 -1
- package/package.json +1 -1
|
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
|
|
|
6
6
|
fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
txHash: `0x${string}`;
|
|
10
9
|
accountId: string;
|
|
10
|
+
txHash: `0x${string}`;
|
|
11
11
|
fundsAdded: bigint;
|
|
12
12
|
totalBalance: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
txHash: string;
|
|
15
14
|
accountId: string;
|
|
15
|
+
txHash: string;
|
|
16
16
|
fundsAdded: string | number;
|
|
17
17
|
totalBalance: string | number;
|
|
18
18
|
}>;
|
|
@@ -6,13 +6,13 @@ declare const fundingFunded: z.ZodObject<{
|
|
|
6
6
|
fundsAdded: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
7
|
totalBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
txHash: `0x${string}`;
|
|
10
9
|
accountId: string;
|
|
10
|
+
txHash: `0x${string}`;
|
|
11
11
|
fundsAdded: bigint;
|
|
12
12
|
totalBalance: bigint;
|
|
13
13
|
}, {
|
|
14
|
-
txHash: string;
|
|
15
14
|
accountId: string;
|
|
15
|
+
txHash: string;
|
|
16
16
|
fundsAdded: string | number;
|
|
17
17
|
totalBalance: string | number;
|
|
18
18
|
}>;
|
|
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
|
|
|
6
6
|
broadcastId: z.ZodNumber;
|
|
7
7
|
expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
accountId: string;
|
|
9
10
|
broadcastId: number;
|
|
10
11
|
amount: bigint;
|
|
11
|
-
accountId: string;
|
|
12
12
|
expiryTime: bigint;
|
|
13
13
|
}, {
|
|
14
|
+
accountId: string;
|
|
14
15
|
broadcastId: number;
|
|
15
16
|
amount: string | number;
|
|
16
|
-
accountId: string;
|
|
17
17
|
expiryTime: string | number;
|
|
18
18
|
}>;
|
|
19
19
|
|
|
@@ -6,14 +6,14 @@ declare const fundingRedemptionRequested: z.ZodObject<{
|
|
|
6
6
|
broadcastId: z.ZodNumber;
|
|
7
7
|
expiryTime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
accountId: string;
|
|
9
10
|
broadcastId: number;
|
|
10
11
|
amount: bigint;
|
|
11
|
-
accountId: string;
|
|
12
12
|
expiryTime: bigint;
|
|
13
13
|
}, {
|
|
14
|
+
accountId: string;
|
|
14
15
|
broadcastId: number;
|
|
15
16
|
amount: string | number;
|
|
16
|
-
accountId: string;
|
|
17
17
|
expiryTime: string | number;
|
|
18
18
|
}>;
|
|
19
19
|
|
|
@@ -11,7 +11,7 @@ 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<{
|
|
14
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"Eth">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20,7 +20,13 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
22
|
__kind: "Eth";
|
|
23
|
-
}>,
|
|
23
|
+
}>, {
|
|
24
|
+
chain: "Ethereum";
|
|
25
|
+
address: `0x${string}`;
|
|
26
|
+
}, {
|
|
27
|
+
value: string;
|
|
28
|
+
__kind: "Eth";
|
|
29
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
24
30
|
__kind: z.ZodLiteral<"Dot">;
|
|
25
31
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
32
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29,7 +35,13 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
29
35
|
}, {
|
|
30
36
|
value: string;
|
|
31
37
|
__kind: "Dot";
|
|
32
|
-
}>,
|
|
38
|
+
}>, {
|
|
39
|
+
chain: "Polkadot";
|
|
40
|
+
address: string;
|
|
41
|
+
}, {
|
|
42
|
+
value: string;
|
|
43
|
+
__kind: "Dot";
|
|
44
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
33
45
|
__kind: z.ZodLiteral<"Btc">;
|
|
34
46
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
47
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38,6 +50,12 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
38
50
|
}, {
|
|
39
51
|
value: string;
|
|
40
52
|
__kind: "Btc";
|
|
53
|
+
}>, {
|
|
54
|
+
chain: "Bitcoin";
|
|
55
|
+
address: string;
|
|
56
|
+
}, {
|
|
57
|
+
value: string;
|
|
58
|
+
__kind: "Btc";
|
|
41
59
|
}>]>;
|
|
42
60
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
43
61
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -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,7 +11,7 @@ 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<{
|
|
14
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodLiteral<"Eth">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20,7 +20,13 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
20
20
|
}, {
|
|
21
21
|
value: string;
|
|
22
22
|
__kind: "Eth";
|
|
23
|
-
}>,
|
|
23
|
+
}>, {
|
|
24
|
+
chain: "Ethereum";
|
|
25
|
+
address: `0x${string}`;
|
|
26
|
+
}, {
|
|
27
|
+
value: string;
|
|
28
|
+
__kind: "Eth";
|
|
29
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
24
30
|
__kind: z.ZodLiteral<"Dot">;
|
|
25
31
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
32
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29,7 +35,13 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
29
35
|
}, {
|
|
30
36
|
value: string;
|
|
31
37
|
__kind: "Dot";
|
|
32
|
-
}>,
|
|
38
|
+
}>, {
|
|
39
|
+
chain: "Polkadot";
|
|
40
|
+
address: string;
|
|
41
|
+
}, {
|
|
42
|
+
value: string;
|
|
43
|
+
__kind: "Dot";
|
|
44
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
33
45
|
__kind: z.ZodLiteral<"Btc">;
|
|
34
46
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
47
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38,6 +50,12 @@ declare const liquidityProviderLiquidityDepositAddressReady: z.ZodObject<{
|
|
|
38
50
|
}, {
|
|
39
51
|
value: string;
|
|
40
52
|
__kind: "Btc";
|
|
53
|
+
}>, {
|
|
54
|
+
chain: "Bitcoin";
|
|
55
|
+
address: string;
|
|
56
|
+
}, {
|
|
57
|
+
value: string;
|
|
58
|
+
__kind: "Btc";
|
|
41
59
|
}>]>;
|
|
42
60
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
43
61
|
depositChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -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,7 +20,7 @@ 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<{
|
|
23
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"Eth">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29,7 +29,13 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
29
29
|
}, {
|
|
30
30
|
value: string;
|
|
31
31
|
__kind: "Eth";
|
|
32
|
-
}>,
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Ethereum";
|
|
34
|
+
address: `0x${string}`;
|
|
35
|
+
}, {
|
|
36
|
+
value: string;
|
|
37
|
+
__kind: "Eth";
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
33
39
|
__kind: z.ZodLiteral<"Dot">;
|
|
34
40
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
41
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38,7 +44,13 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
38
44
|
}, {
|
|
39
45
|
value: string;
|
|
40
46
|
__kind: "Dot";
|
|
41
|
-
}>,
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Polkadot";
|
|
49
|
+
address: string;
|
|
50
|
+
}, {
|
|
51
|
+
value: string;
|
|
52
|
+
__kind: "Dot";
|
|
53
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
42
54
|
__kind: z.ZodLiteral<"Btc">;
|
|
43
55
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
56
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47,20 +59,26 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
47
59
|
}, {
|
|
48
60
|
value: string;
|
|
49
61
|
__kind: "Btc";
|
|
62
|
+
}>, {
|
|
63
|
+
chain: "Bitcoin";
|
|
64
|
+
address: string;
|
|
65
|
+
}, {
|
|
66
|
+
value: string;
|
|
67
|
+
__kind: "Btc";
|
|
50
68
|
}>]>;
|
|
51
69
|
}, "strip", z.ZodTypeAny, {
|
|
52
70
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
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,7 +20,7 @@ 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<{
|
|
23
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"Eth">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29,7 +29,13 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
29
29
|
}, {
|
|
30
30
|
value: string;
|
|
31
31
|
__kind: "Eth";
|
|
32
|
-
}>,
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Ethereum";
|
|
34
|
+
address: `0x${string}`;
|
|
35
|
+
}, {
|
|
36
|
+
value: string;
|
|
37
|
+
__kind: "Eth";
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
33
39
|
__kind: z.ZodLiteral<"Dot">;
|
|
34
40
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
41
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38,7 +44,13 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
38
44
|
}, {
|
|
39
45
|
value: string;
|
|
40
46
|
__kind: "Dot";
|
|
41
|
-
}>,
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Polkadot";
|
|
49
|
+
address: string;
|
|
50
|
+
}, {
|
|
51
|
+
value: string;
|
|
52
|
+
__kind: "Dot";
|
|
53
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
42
54
|
__kind: z.ZodLiteral<"Btc">;
|
|
43
55
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
56
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -47,20 +59,26 @@ declare const liquidityProviderWithdrawalEgressScheduled: z.ZodObject<{
|
|
|
47
59
|
}, {
|
|
48
60
|
value: string;
|
|
49
61
|
__kind: "Btc";
|
|
62
|
+
}>, {
|
|
63
|
+
chain: "Bitcoin";
|
|
64
|
+
address: string;
|
|
65
|
+
}, {
|
|
66
|
+
value: string;
|
|
67
|
+
__kind: "Btc";
|
|
50
68
|
}>]>;
|
|
51
69
|
}, "strip", z.ZodTypeAny, {
|
|
52
70
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
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: {
|
|
@@ -5,7 +5,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
5
5
|
principalSwapId: 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>>>;
|
|
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
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
8
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
9
9
|
__kind: z.ZodLiteral<"Eth">;
|
|
10
10
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14,7 +14,13 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
14
14
|
}, {
|
|
15
15
|
__kind: "Eth";
|
|
16
16
|
value: string;
|
|
17
|
-
}>,
|
|
17
|
+
}>, {
|
|
18
|
+
chain: "Ethereum";
|
|
19
|
+
address: `0x${string}`;
|
|
20
|
+
}, {
|
|
21
|
+
__kind: "Eth";
|
|
22
|
+
value: string;
|
|
23
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
18
24
|
__kind: z.ZodLiteral<"Dot">;
|
|
19
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
20
26
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23,7 +29,13 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
23
29
|
}, {
|
|
24
30
|
__kind: "Dot";
|
|
25
31
|
value: string;
|
|
26
|
-
}>,
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Polkadot";
|
|
34
|
+
address: string;
|
|
35
|
+
}, {
|
|
36
|
+
__kind: "Dot";
|
|
37
|
+
value: string;
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
27
39
|
__kind: z.ZodLiteral<"Btc">;
|
|
28
40
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
41
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -32,6 +44,12 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
32
44
|
}, {
|
|
33
45
|
__kind: "Btc";
|
|
34
46
|
value: string;
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Bitcoin";
|
|
49
|
+
address: string;
|
|
50
|
+
}, {
|
|
51
|
+
__kind: "Btc";
|
|
52
|
+
value: string;
|
|
35
53
|
}>]>;
|
|
36
54
|
depositMetadata: z.ZodObject<{
|
|
37
55
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -258,14 +276,14 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
258
276
|
ccmId: bigint;
|
|
259
277
|
depositAmount: bigint;
|
|
260
278
|
destinationAddress: {
|
|
261
|
-
|
|
262
|
-
|
|
279
|
+
chain: "Ethereum";
|
|
280
|
+
address: `0x${string}`;
|
|
263
281
|
} | {
|
|
264
|
-
|
|
265
|
-
|
|
282
|
+
chain: "Polkadot";
|
|
283
|
+
address: string;
|
|
266
284
|
} | {
|
|
267
|
-
|
|
268
|
-
|
|
285
|
+
chain: "Bitcoin";
|
|
286
|
+
address: string;
|
|
269
287
|
};
|
|
270
288
|
depositMetadata: {
|
|
271
289
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
@@ -5,7 +5,7 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
5
5
|
principalSwapId: 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>>>;
|
|
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
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
8
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
9
9
|
__kind: z.ZodLiteral<"Eth">;
|
|
10
10
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14,7 +14,13 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
14
14
|
}, {
|
|
15
15
|
__kind: "Eth";
|
|
16
16
|
value: string;
|
|
17
|
-
}>,
|
|
17
|
+
}>, {
|
|
18
|
+
chain: "Ethereum";
|
|
19
|
+
address: `0x${string}`;
|
|
20
|
+
}, {
|
|
21
|
+
__kind: "Eth";
|
|
22
|
+
value: string;
|
|
23
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
18
24
|
__kind: z.ZodLiteral<"Dot">;
|
|
19
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
20
26
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23,7 +29,13 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
23
29
|
}, {
|
|
24
30
|
__kind: "Dot";
|
|
25
31
|
value: string;
|
|
26
|
-
}>,
|
|
32
|
+
}>, {
|
|
33
|
+
chain: "Polkadot";
|
|
34
|
+
address: string;
|
|
35
|
+
}, {
|
|
36
|
+
__kind: "Dot";
|
|
37
|
+
value: string;
|
|
38
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
27
39
|
__kind: z.ZodLiteral<"Btc">;
|
|
28
40
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
29
41
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -32,6 +44,12 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
32
44
|
}, {
|
|
33
45
|
__kind: "Btc";
|
|
34
46
|
value: string;
|
|
47
|
+
}>, {
|
|
48
|
+
chain: "Bitcoin";
|
|
49
|
+
address: string;
|
|
50
|
+
}, {
|
|
51
|
+
__kind: "Btc";
|
|
52
|
+
value: string;
|
|
35
53
|
}>]>;
|
|
36
54
|
depositMetadata: z.ZodObject<{
|
|
37
55
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -258,14 +276,14 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
258
276
|
ccmId: bigint;
|
|
259
277
|
depositAmount: bigint;
|
|
260
278
|
destinationAddress: {
|
|
261
|
-
|
|
262
|
-
|
|
279
|
+
chain: "Ethereum";
|
|
280
|
+
address: `0x${string}`;
|
|
263
281
|
} | {
|
|
264
|
-
|
|
265
|
-
|
|
282
|
+
chain: "Polkadot";
|
|
283
|
+
address: string;
|
|
266
284
|
} | {
|
|
267
|
-
|
|
268
|
-
|
|
285
|
+
chain: "Bitcoin";
|
|
286
|
+
address: string;
|
|
269
287
|
};
|
|
270
288
|
depositMetadata: {
|
|
271
289
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
|
|
@@ -10,7 +10,7 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
10
10
|
}>, "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow", {
|
|
11
11
|
__kind: "UnsupportedForTargetChain" | "InsufficientDepositAmount" | "PrincipalSwapAmountTooLow";
|
|
12
12
|
}>;
|
|
13
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
13
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodLiteral<"Eth">;
|
|
15
15
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19,7 +19,13 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
19
19
|
}, {
|
|
20
20
|
__kind: "Eth";
|
|
21
21
|
value: string;
|
|
22
|
-
}>,
|
|
22
|
+
}>, {
|
|
23
|
+
chain: "Ethereum";
|
|
24
|
+
address: `0x${string}`;
|
|
25
|
+
}, {
|
|
26
|
+
__kind: "Eth";
|
|
27
|
+
value: string;
|
|
28
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
23
29
|
__kind: z.ZodLiteral<"Dot">;
|
|
24
30
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
31
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28,7 +34,13 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
28
34
|
}, {
|
|
29
35
|
__kind: "Dot";
|
|
30
36
|
value: string;
|
|
31
|
-
}>,
|
|
37
|
+
}>, {
|
|
38
|
+
chain: "Polkadot";
|
|
39
|
+
address: string;
|
|
40
|
+
}, {
|
|
41
|
+
__kind: "Dot";
|
|
42
|
+
value: string;
|
|
43
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
32
44
|
__kind: z.ZodLiteral<"Btc">;
|
|
33
45
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
34
46
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37,6 +49,12 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
37
49
|
}, {
|
|
38
50
|
__kind: "Btc";
|
|
39
51
|
value: string;
|
|
52
|
+
}>, {
|
|
53
|
+
chain: "Bitcoin";
|
|
54
|
+
address: string;
|
|
55
|
+
}, {
|
|
56
|
+
__kind: "Btc";
|
|
57
|
+
value: string;
|
|
40
58
|
}>]>;
|
|
41
59
|
depositMetadata: z.ZodObject<{
|
|
42
60
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -261,14 +279,14 @@ declare const swappingCcmFailed: z.ZodObject<{
|
|
|
261
279
|
}>;
|
|
262
280
|
}, "strip", z.ZodTypeAny, {
|
|
263
281
|
destinationAddress: {
|
|
264
|
-
|
|
265
|
-
|
|
282
|
+
chain: "Ethereum";
|
|
283
|
+
address: `0x${string}`;
|
|
266
284
|
} | {
|
|
267
|
-
|
|
268
|
-
|
|
285
|
+
chain: "Polkadot";
|
|
286
|
+
address: string;
|
|
269
287
|
} | {
|
|
270
|
-
|
|
271
|
-
|
|
288
|
+
chain: "Bitcoin";
|
|
289
|
+
address: string;
|
|
272
290
|
};
|
|
273
291
|
depositMetadata: {
|
|
274
292
|
sourceChain: "Ethereum" | "Polkadot" | "Bitcoin";
|