@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
4
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
4
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Eth">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10,7 +10,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
10
10
|
}, {
|
|
11
11
|
__kind: "Eth";
|
|
12
12
|
value: string;
|
|
13
|
-
}>,
|
|
13
|
+
}>, {
|
|
14
|
+
chain: "Ethereum";
|
|
15
|
+
address: `0x${string}`;
|
|
16
|
+
}, {
|
|
17
|
+
__kind: "Eth";
|
|
18
|
+
value: string;
|
|
19
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
14
20
|
__kind: z.ZodLiteral<"Dot">;
|
|
15
21
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
22
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19,7 +25,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
19
25
|
}, {
|
|
20
26
|
__kind: "Dot";
|
|
21
27
|
value: string;
|
|
22
|
-
}>,
|
|
28
|
+
}>, {
|
|
29
|
+
chain: "Polkadot";
|
|
30
|
+
address: string;
|
|
31
|
+
}, {
|
|
32
|
+
__kind: "Dot";
|
|
33
|
+
value: string;
|
|
34
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
23
35
|
__kind: z.ZodLiteral<"Btc">;
|
|
24
36
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
37
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28,7 +40,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
28
40
|
}, {
|
|
29
41
|
__kind: "Btc";
|
|
30
42
|
value: string;
|
|
31
|
-
}>,
|
|
43
|
+
}>, {
|
|
44
|
+
chain: "Bitcoin";
|
|
45
|
+
address: string;
|
|
46
|
+
}, {
|
|
47
|
+
__kind: "Btc";
|
|
48
|
+
value: string;
|
|
49
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
32
50
|
__kind: z.ZodLiteral<"Arb">;
|
|
33
51
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
34
52
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37,7 +55,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
37
55
|
}, {
|
|
38
56
|
__kind: "Arb";
|
|
39
57
|
value: string;
|
|
40
|
-
}>,
|
|
58
|
+
}>, {
|
|
59
|
+
chain: "Arbitrum";
|
|
60
|
+
address: `0x${string}`;
|
|
61
|
+
}, {
|
|
62
|
+
__kind: "Arb";
|
|
63
|
+
value: string;
|
|
64
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
41
65
|
__kind: z.ZodLiteral<"Sol">;
|
|
42
66
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
43
67
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -46,8 +70,14 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
46
70
|
}, {
|
|
47
71
|
__kind: "Sol";
|
|
48
72
|
value: string;
|
|
73
|
+
}>, {
|
|
74
|
+
chain: "Solana";
|
|
75
|
+
address: string;
|
|
76
|
+
}, {
|
|
77
|
+
__kind: "Sol";
|
|
78
|
+
value: string;
|
|
49
79
|
}>]>;
|
|
50
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
80
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
51
81
|
__kind: z.ZodLiteral<"Eth">;
|
|
52
82
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
83
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -56,7 +86,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
56
86
|
}, {
|
|
57
87
|
__kind: "Eth";
|
|
58
88
|
value: string;
|
|
59
|
-
}>,
|
|
89
|
+
}>, {
|
|
90
|
+
chain: "Ethereum";
|
|
91
|
+
address: `0x${string}`;
|
|
92
|
+
}, {
|
|
93
|
+
__kind: "Eth";
|
|
94
|
+
value: string;
|
|
95
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
60
96
|
__kind: z.ZodLiteral<"Dot">;
|
|
61
97
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
62
98
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -65,7 +101,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
65
101
|
}, {
|
|
66
102
|
__kind: "Dot";
|
|
67
103
|
value: string;
|
|
68
|
-
}>,
|
|
104
|
+
}>, {
|
|
105
|
+
chain: "Polkadot";
|
|
106
|
+
address: string;
|
|
107
|
+
}, {
|
|
108
|
+
__kind: "Dot";
|
|
109
|
+
value: string;
|
|
110
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
69
111
|
__kind: z.ZodLiteral<"Btc">;
|
|
70
112
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
71
113
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -74,7 +116,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
74
116
|
}, {
|
|
75
117
|
__kind: "Btc";
|
|
76
118
|
value: string;
|
|
77
|
-
}>,
|
|
119
|
+
}>, {
|
|
120
|
+
chain: "Bitcoin";
|
|
121
|
+
address: string;
|
|
122
|
+
}, {
|
|
123
|
+
__kind: "Btc";
|
|
124
|
+
value: string;
|
|
125
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
78
126
|
__kind: z.ZodLiteral<"Arb">;
|
|
79
127
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
80
128
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -83,7 +131,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
83
131
|
}, {
|
|
84
132
|
__kind: "Arb";
|
|
85
133
|
value: string;
|
|
86
|
-
}>,
|
|
134
|
+
}>, {
|
|
135
|
+
chain: "Arbitrum";
|
|
136
|
+
address: `0x${string}`;
|
|
137
|
+
}, {
|
|
138
|
+
__kind: "Arb";
|
|
139
|
+
value: string;
|
|
140
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
87
141
|
__kind: z.ZodLiteral<"Sol">;
|
|
88
142
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
89
143
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -92,6 +146,12 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
92
146
|
}, {
|
|
93
147
|
__kind: "Sol";
|
|
94
148
|
value: string;
|
|
149
|
+
}>, {
|
|
150
|
+
chain: "Solana";
|
|
151
|
+
address: string;
|
|
152
|
+
}, {
|
|
153
|
+
__kind: "Sol";
|
|
154
|
+
value: string;
|
|
95
155
|
}>]>;
|
|
96
156
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
97
157
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
@@ -362,37 +422,37 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
362
422
|
}>>>;
|
|
363
423
|
}, "strip", z.ZodTypeAny, {
|
|
364
424
|
depositAddress: {
|
|
365
|
-
|
|
366
|
-
|
|
425
|
+
chain: "Ethereum";
|
|
426
|
+
address: `0x${string}`;
|
|
367
427
|
} | {
|
|
368
|
-
|
|
369
|
-
|
|
428
|
+
chain: "Polkadot";
|
|
429
|
+
address: string;
|
|
370
430
|
} | {
|
|
371
|
-
|
|
372
|
-
|
|
431
|
+
chain: "Bitcoin";
|
|
432
|
+
address: string;
|
|
373
433
|
} | {
|
|
374
|
-
|
|
375
|
-
|
|
434
|
+
chain: "Arbitrum";
|
|
435
|
+
address: `0x${string}`;
|
|
376
436
|
} | {
|
|
377
|
-
|
|
378
|
-
|
|
437
|
+
chain: "Solana";
|
|
438
|
+
address: string;
|
|
379
439
|
};
|
|
380
440
|
channelId: bigint;
|
|
381
441
|
destinationAddress: {
|
|
382
|
-
|
|
383
|
-
|
|
442
|
+
chain: "Ethereum";
|
|
443
|
+
address: `0x${string}`;
|
|
384
444
|
} | {
|
|
385
|
-
|
|
386
|
-
|
|
445
|
+
chain: "Polkadot";
|
|
446
|
+
address: string;
|
|
387
447
|
} | {
|
|
388
|
-
|
|
389
|
-
|
|
448
|
+
chain: "Bitcoin";
|
|
449
|
+
address: string;
|
|
390
450
|
} | {
|
|
391
|
-
|
|
392
|
-
|
|
451
|
+
chain: "Arbitrum";
|
|
452
|
+
address: `0x${string}`;
|
|
393
453
|
} | {
|
|
394
|
-
|
|
395
|
-
|
|
454
|
+
chain: "Solana";
|
|
455
|
+
address: string;
|
|
396
456
|
};
|
|
397
457
|
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
398
458
|
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
4
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
4
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodLiteral<"Eth">;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10,7 +10,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
10
10
|
}, {
|
|
11
11
|
__kind: "Eth";
|
|
12
12
|
value: string;
|
|
13
|
-
}>,
|
|
13
|
+
}>, {
|
|
14
|
+
chain: "Ethereum";
|
|
15
|
+
address: `0x${string}`;
|
|
16
|
+
}, {
|
|
17
|
+
__kind: "Eth";
|
|
18
|
+
value: string;
|
|
19
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
14
20
|
__kind: z.ZodLiteral<"Dot">;
|
|
15
21
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
16
22
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19,7 +25,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
19
25
|
}, {
|
|
20
26
|
__kind: "Dot";
|
|
21
27
|
value: string;
|
|
22
|
-
}>,
|
|
28
|
+
}>, {
|
|
29
|
+
chain: "Polkadot";
|
|
30
|
+
address: string;
|
|
31
|
+
}, {
|
|
32
|
+
__kind: "Dot";
|
|
33
|
+
value: string;
|
|
34
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
23
35
|
__kind: z.ZodLiteral<"Btc">;
|
|
24
36
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
25
37
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28,7 +40,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
28
40
|
}, {
|
|
29
41
|
__kind: "Btc";
|
|
30
42
|
value: string;
|
|
31
|
-
}>,
|
|
43
|
+
}>, {
|
|
44
|
+
chain: "Bitcoin";
|
|
45
|
+
address: string;
|
|
46
|
+
}, {
|
|
47
|
+
__kind: "Btc";
|
|
48
|
+
value: string;
|
|
49
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
32
50
|
__kind: z.ZodLiteral<"Arb">;
|
|
33
51
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
34
52
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37,7 +55,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
37
55
|
}, {
|
|
38
56
|
__kind: "Arb";
|
|
39
57
|
value: string;
|
|
40
|
-
}>,
|
|
58
|
+
}>, {
|
|
59
|
+
chain: "Arbitrum";
|
|
60
|
+
address: `0x${string}`;
|
|
61
|
+
}, {
|
|
62
|
+
__kind: "Arb";
|
|
63
|
+
value: string;
|
|
64
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
41
65
|
__kind: z.ZodLiteral<"Sol">;
|
|
42
66
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
43
67
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -46,8 +70,14 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
46
70
|
}, {
|
|
47
71
|
__kind: "Sol";
|
|
48
72
|
value: string;
|
|
73
|
+
}>, {
|
|
74
|
+
chain: "Solana";
|
|
75
|
+
address: string;
|
|
76
|
+
}, {
|
|
77
|
+
__kind: "Sol";
|
|
78
|
+
value: string;
|
|
49
79
|
}>]>;
|
|
50
|
-
destinationAddress: z.ZodUnion<[z.ZodObject<{
|
|
80
|
+
destinationAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
51
81
|
__kind: z.ZodLiteral<"Eth">;
|
|
52
82
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
83
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -56,7 +86,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
56
86
|
}, {
|
|
57
87
|
__kind: "Eth";
|
|
58
88
|
value: string;
|
|
59
|
-
}>,
|
|
89
|
+
}>, {
|
|
90
|
+
chain: "Ethereum";
|
|
91
|
+
address: `0x${string}`;
|
|
92
|
+
}, {
|
|
93
|
+
__kind: "Eth";
|
|
94
|
+
value: string;
|
|
95
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
60
96
|
__kind: z.ZodLiteral<"Dot">;
|
|
61
97
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
62
98
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -65,7 +101,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
65
101
|
}, {
|
|
66
102
|
__kind: "Dot";
|
|
67
103
|
value: string;
|
|
68
|
-
}>,
|
|
104
|
+
}>, {
|
|
105
|
+
chain: "Polkadot";
|
|
106
|
+
address: string;
|
|
107
|
+
}, {
|
|
108
|
+
__kind: "Dot";
|
|
109
|
+
value: string;
|
|
110
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
69
111
|
__kind: z.ZodLiteral<"Btc">;
|
|
70
112
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
71
113
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -74,7 +116,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
74
116
|
}, {
|
|
75
117
|
__kind: "Btc";
|
|
76
118
|
value: string;
|
|
77
|
-
}>,
|
|
119
|
+
}>, {
|
|
120
|
+
chain: "Bitcoin";
|
|
121
|
+
address: string;
|
|
122
|
+
}, {
|
|
123
|
+
__kind: "Btc";
|
|
124
|
+
value: string;
|
|
125
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
78
126
|
__kind: z.ZodLiteral<"Arb">;
|
|
79
127
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
80
128
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -83,7 +131,13 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
83
131
|
}, {
|
|
84
132
|
__kind: "Arb";
|
|
85
133
|
value: string;
|
|
86
|
-
}>,
|
|
134
|
+
}>, {
|
|
135
|
+
chain: "Arbitrum";
|
|
136
|
+
address: `0x${string}`;
|
|
137
|
+
}, {
|
|
138
|
+
__kind: "Arb";
|
|
139
|
+
value: string;
|
|
140
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
87
141
|
__kind: z.ZodLiteral<"Sol">;
|
|
88
142
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
89
143
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -92,6 +146,12 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
92
146
|
}, {
|
|
93
147
|
__kind: "Sol";
|
|
94
148
|
value: string;
|
|
149
|
+
}>, {
|
|
150
|
+
chain: "Solana";
|
|
151
|
+
address: string;
|
|
152
|
+
}, {
|
|
153
|
+
__kind: "Sol";
|
|
154
|
+
value: string;
|
|
95
155
|
}>]>;
|
|
96
156
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
97
157
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc"]>;
|
|
@@ -362,37 +422,37 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
362
422
|
}>>>;
|
|
363
423
|
}, "strip", z.ZodTypeAny, {
|
|
364
424
|
depositAddress: {
|
|
365
|
-
|
|
366
|
-
|
|
425
|
+
chain: "Ethereum";
|
|
426
|
+
address: `0x${string}`;
|
|
367
427
|
} | {
|
|
368
|
-
|
|
369
|
-
|
|
428
|
+
chain: "Polkadot";
|
|
429
|
+
address: string;
|
|
370
430
|
} | {
|
|
371
|
-
|
|
372
|
-
|
|
431
|
+
chain: "Bitcoin";
|
|
432
|
+
address: string;
|
|
373
433
|
} | {
|
|
374
|
-
|
|
375
|
-
|
|
434
|
+
chain: "Arbitrum";
|
|
435
|
+
address: `0x${string}`;
|
|
376
436
|
} | {
|
|
377
|
-
|
|
378
|
-
|
|
437
|
+
chain: "Solana";
|
|
438
|
+
address: string;
|
|
379
439
|
};
|
|
380
440
|
channelId: bigint;
|
|
381
441
|
destinationAddress: {
|
|
382
|
-
|
|
383
|
-
|
|
442
|
+
chain: "Ethereum";
|
|
443
|
+
address: `0x${string}`;
|
|
384
444
|
} | {
|
|
385
|
-
|
|
386
|
-
|
|
445
|
+
chain: "Polkadot";
|
|
446
|
+
address: string;
|
|
387
447
|
} | {
|
|
388
|
-
|
|
389
|
-
|
|
448
|
+
chain: "Bitcoin";
|
|
449
|
+
address: string;
|
|
390
450
|
} | {
|
|
391
|
-
|
|
392
|
-
|
|
451
|
+
chain: "Arbitrum";
|
|
452
|
+
address: `0x${string}`;
|
|
393
453
|
} | {
|
|
394
|
-
|
|
395
|
-
|
|
454
|
+
chain: "Solana";
|
|
455
|
+
address: string;
|
|
396
456
|
};
|
|
397
457
|
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|
|
398
458
|
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc";
|