@chainflip/processor 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- 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 +18 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
- 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 +14 -14
- package/dist/131/swapping/swapScheduled.d.ts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -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/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.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 +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- 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 +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- 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 +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- 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/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- 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 +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- 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 +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +110 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +110 -313
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +56 -9
- package/dist/180/common.d.cts +1127 -3872
- package/dist/180/common.d.ts +1127 -3872
- package/dist/180/common.mjs +56 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaElections/unknownElection.cjs +13 -0
- package/dist/180/solanaElections/unknownElection.d.cts +47 -0
- package/dist/180/solanaElections/unknownElection.d.ts +47 -0
- package/dist/180/solanaElections/unknownElection.mjs +13 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +9 -421
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +9 -421
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +19 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +107 -0
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +19 -0
- package/dist/180/swapping/affiliateRegistration.cjs +11 -0
- package/dist/180/swapping/affiliateRegistration.d.cts +17 -0
- package/dist/180/swapping/affiliateRegistration.d.ts +17 -0
- package/dist/180/swapping/affiliateRegistration.mjs +11 -0
- package/package.json +1 -1
- package/dist/180/swapping/affiliateRegistrationUpdated.cjs +0 -12
- package/dist/180/swapping/affiliateRegistrationUpdated.d.cts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.d.ts +0 -20
- package/dist/180/swapping/affiliateRegistrationUpdated.mjs +0 -12
|
@@ -676,223 +676,15 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
676
676
|
}>, "many">;
|
|
677
677
|
refundParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
678
678
|
retryDuration: z.ZodNumber;
|
|
679
|
-
refundAddress: z.
|
|
680
|
-
__kind: z.ZodLiteral<"Eth">;
|
|
681
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
682
|
-
}, "strip", z.ZodTypeAny, {
|
|
683
|
-
value: `0x${string}`;
|
|
684
|
-
__kind: "Eth";
|
|
685
|
-
}, {
|
|
686
|
-
value: string;
|
|
687
|
-
__kind: "Eth";
|
|
688
|
-
}>, z.ZodObject<{
|
|
689
|
-
__kind: z.ZodLiteral<"Dot">;
|
|
690
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
691
|
-
}, "strip", z.ZodTypeAny, {
|
|
692
|
-
value: `0x${string}`;
|
|
693
|
-
__kind: "Dot";
|
|
694
|
-
}, {
|
|
695
|
-
value: string;
|
|
696
|
-
__kind: "Dot";
|
|
697
|
-
}>, z.ZodObject<{
|
|
698
|
-
__kind: z.ZodLiteral<"Btc">;
|
|
699
|
-
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
700
|
-
__kind: z.ZodLiteral<"P2PKH">;
|
|
701
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
702
|
-
}, "strip", z.ZodTypeAny, {
|
|
703
|
-
value: `0x${string}`;
|
|
704
|
-
__kind: "P2PKH";
|
|
705
|
-
}, {
|
|
706
|
-
value: string;
|
|
707
|
-
__kind: "P2PKH";
|
|
708
|
-
}>, z.ZodObject<{
|
|
709
|
-
__kind: z.ZodLiteral<"P2SH">;
|
|
710
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
711
|
-
}, "strip", z.ZodTypeAny, {
|
|
712
|
-
value: `0x${string}`;
|
|
713
|
-
__kind: "P2SH";
|
|
714
|
-
}, {
|
|
715
|
-
value: string;
|
|
716
|
-
__kind: "P2SH";
|
|
717
|
-
}>, z.ZodObject<{
|
|
718
|
-
__kind: z.ZodLiteral<"P2WPKH">;
|
|
719
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
720
|
-
}, "strip", z.ZodTypeAny, {
|
|
721
|
-
value: `0x${string}`;
|
|
722
|
-
__kind: "P2WPKH";
|
|
723
|
-
}, {
|
|
724
|
-
value: string;
|
|
725
|
-
__kind: "P2WPKH";
|
|
726
|
-
}>, z.ZodObject<{
|
|
727
|
-
__kind: z.ZodLiteral<"P2WSH">;
|
|
728
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
729
|
-
}, "strip", z.ZodTypeAny, {
|
|
730
|
-
value: `0x${string}`;
|
|
731
|
-
__kind: "P2WSH";
|
|
732
|
-
}, {
|
|
733
|
-
value: string;
|
|
734
|
-
__kind: "P2WSH";
|
|
735
|
-
}>, z.ZodObject<{
|
|
736
|
-
__kind: z.ZodLiteral<"Taproot">;
|
|
737
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
738
|
-
}, "strip", z.ZodTypeAny, {
|
|
739
|
-
value: `0x${string}`;
|
|
740
|
-
__kind: "Taproot";
|
|
741
|
-
}, {
|
|
742
|
-
value: string;
|
|
743
|
-
__kind: "Taproot";
|
|
744
|
-
}>, z.ZodObject<{
|
|
745
|
-
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
746
|
-
version: z.ZodNumber;
|
|
747
|
-
program: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
748
|
-
}, "strip", z.ZodTypeAny, {
|
|
749
|
-
__kind: "OtherSegwit";
|
|
750
|
-
version: number;
|
|
751
|
-
program: `0x${string}`;
|
|
752
|
-
}, {
|
|
753
|
-
__kind: "OtherSegwit";
|
|
754
|
-
version: number;
|
|
755
|
-
program: string;
|
|
756
|
-
}>]>;
|
|
757
|
-
}, "strip", z.ZodTypeAny, {
|
|
758
|
-
value: {
|
|
759
|
-
value: `0x${string}`;
|
|
760
|
-
__kind: "P2PKH";
|
|
761
|
-
} | {
|
|
762
|
-
value: `0x${string}`;
|
|
763
|
-
__kind: "P2SH";
|
|
764
|
-
} | {
|
|
765
|
-
value: `0x${string}`;
|
|
766
|
-
__kind: "P2WPKH";
|
|
767
|
-
} | {
|
|
768
|
-
value: `0x${string}`;
|
|
769
|
-
__kind: "P2WSH";
|
|
770
|
-
} | {
|
|
771
|
-
value: `0x${string}`;
|
|
772
|
-
__kind: "Taproot";
|
|
773
|
-
} | {
|
|
774
|
-
__kind: "OtherSegwit";
|
|
775
|
-
version: number;
|
|
776
|
-
program: `0x${string}`;
|
|
777
|
-
};
|
|
778
|
-
__kind: "Btc";
|
|
779
|
-
}, {
|
|
780
|
-
value: {
|
|
781
|
-
value: string;
|
|
782
|
-
__kind: "P2PKH";
|
|
783
|
-
} | {
|
|
784
|
-
value: string;
|
|
785
|
-
__kind: "P2SH";
|
|
786
|
-
} | {
|
|
787
|
-
value: string;
|
|
788
|
-
__kind: "P2WPKH";
|
|
789
|
-
} | {
|
|
790
|
-
value: string;
|
|
791
|
-
__kind: "P2WSH";
|
|
792
|
-
} | {
|
|
793
|
-
value: string;
|
|
794
|
-
__kind: "Taproot";
|
|
795
|
-
} | {
|
|
796
|
-
__kind: "OtherSegwit";
|
|
797
|
-
version: number;
|
|
798
|
-
program: string;
|
|
799
|
-
};
|
|
800
|
-
__kind: "Btc";
|
|
801
|
-
}>, z.ZodObject<{
|
|
802
|
-
__kind: z.ZodLiteral<"Arb">;
|
|
803
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
804
|
-
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
value: `0x${string}`;
|
|
806
|
-
__kind: "Arb";
|
|
807
|
-
}, {
|
|
808
|
-
value: string;
|
|
809
|
-
__kind: "Arb";
|
|
810
|
-
}>, z.ZodObject<{
|
|
811
|
-
__kind: z.ZodLiteral<"Sol">;
|
|
812
|
-
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
813
|
-
}, "strip", z.ZodTypeAny, {
|
|
814
|
-
value: `0x${string}`;
|
|
815
|
-
__kind: "Sol";
|
|
816
|
-
}, {
|
|
817
|
-
value: string;
|
|
818
|
-
__kind: "Sol";
|
|
819
|
-
}>]>;
|
|
679
|
+
refundAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
820
680
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
821
681
|
}, "strip", z.ZodTypeAny, {
|
|
822
682
|
retryDuration: number;
|
|
823
|
-
refundAddress: {
|
|
824
|
-
value: `0x${string}`;
|
|
825
|
-
__kind: "Eth";
|
|
826
|
-
} | {
|
|
827
|
-
value: `0x${string}`;
|
|
828
|
-
__kind: "Dot";
|
|
829
|
-
} | {
|
|
830
|
-
value: {
|
|
831
|
-
value: `0x${string}`;
|
|
832
|
-
__kind: "P2PKH";
|
|
833
|
-
} | {
|
|
834
|
-
value: `0x${string}`;
|
|
835
|
-
__kind: "P2SH";
|
|
836
|
-
} | {
|
|
837
|
-
value: `0x${string}`;
|
|
838
|
-
__kind: "P2WPKH";
|
|
839
|
-
} | {
|
|
840
|
-
value: `0x${string}`;
|
|
841
|
-
__kind: "P2WSH";
|
|
842
|
-
} | {
|
|
843
|
-
value: `0x${string}`;
|
|
844
|
-
__kind: "Taproot";
|
|
845
|
-
} | {
|
|
846
|
-
__kind: "OtherSegwit";
|
|
847
|
-
version: number;
|
|
848
|
-
program: `0x${string}`;
|
|
849
|
-
};
|
|
850
|
-
__kind: "Btc";
|
|
851
|
-
} | {
|
|
852
|
-
value: `0x${string}`;
|
|
853
|
-
__kind: "Arb";
|
|
854
|
-
} | {
|
|
855
|
-
value: `0x${string}`;
|
|
856
|
-
__kind: "Sol";
|
|
857
|
-
};
|
|
683
|
+
refundAddress: `0x${string}`;
|
|
858
684
|
minPrice: bigint;
|
|
859
685
|
}, {
|
|
860
686
|
retryDuration: number;
|
|
861
|
-
refundAddress:
|
|
862
|
-
value: string;
|
|
863
|
-
__kind: "Eth";
|
|
864
|
-
} | {
|
|
865
|
-
value: string;
|
|
866
|
-
__kind: "Dot";
|
|
867
|
-
} | {
|
|
868
|
-
value: {
|
|
869
|
-
value: string;
|
|
870
|
-
__kind: "P2PKH";
|
|
871
|
-
} | {
|
|
872
|
-
value: string;
|
|
873
|
-
__kind: "P2SH";
|
|
874
|
-
} | {
|
|
875
|
-
value: string;
|
|
876
|
-
__kind: "P2WPKH";
|
|
877
|
-
} | {
|
|
878
|
-
value: string;
|
|
879
|
-
__kind: "P2WSH";
|
|
880
|
-
} | {
|
|
881
|
-
value: string;
|
|
882
|
-
__kind: "Taproot";
|
|
883
|
-
} | {
|
|
884
|
-
__kind: "OtherSegwit";
|
|
885
|
-
version: number;
|
|
886
|
-
program: string;
|
|
887
|
-
};
|
|
888
|
-
__kind: "Btc";
|
|
889
|
-
} | {
|
|
890
|
-
value: string;
|
|
891
|
-
__kind: "Arb";
|
|
892
|
-
} | {
|
|
893
|
-
value: string;
|
|
894
|
-
__kind: "Sol";
|
|
895
|
-
};
|
|
687
|
+
refundAddress: string;
|
|
896
688
|
minPrice: string | number;
|
|
897
689
|
}>>>;
|
|
898
690
|
dcaParams: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -986,41 +778,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
986
778
|
} | null | undefined;
|
|
987
779
|
refundParams?: {
|
|
988
780
|
retryDuration: number;
|
|
989
|
-
refundAddress: {
|
|
990
|
-
value: `0x${string}`;
|
|
991
|
-
__kind: "Eth";
|
|
992
|
-
} | {
|
|
993
|
-
value: `0x${string}`;
|
|
994
|
-
__kind: "Dot";
|
|
995
|
-
} | {
|
|
996
|
-
value: {
|
|
997
|
-
value: `0x${string}`;
|
|
998
|
-
__kind: "P2PKH";
|
|
999
|
-
} | {
|
|
1000
|
-
value: `0x${string}`;
|
|
1001
|
-
__kind: "P2SH";
|
|
1002
|
-
} | {
|
|
1003
|
-
value: `0x${string}`;
|
|
1004
|
-
__kind: "P2WPKH";
|
|
1005
|
-
} | {
|
|
1006
|
-
value: `0x${string}`;
|
|
1007
|
-
__kind: "P2WSH";
|
|
1008
|
-
} | {
|
|
1009
|
-
value: `0x${string}`;
|
|
1010
|
-
__kind: "Taproot";
|
|
1011
|
-
} | {
|
|
1012
|
-
__kind: "OtherSegwit";
|
|
1013
|
-
version: number;
|
|
1014
|
-
program: `0x${string}`;
|
|
1015
|
-
};
|
|
1016
|
-
__kind: "Btc";
|
|
1017
|
-
} | {
|
|
1018
|
-
value: `0x${string}`;
|
|
1019
|
-
__kind: "Arb";
|
|
1020
|
-
} | {
|
|
1021
|
-
value: `0x${string}`;
|
|
1022
|
-
__kind: "Sol";
|
|
1023
|
-
};
|
|
781
|
+
refundAddress: `0x${string}`;
|
|
1024
782
|
minPrice: bigint;
|
|
1025
783
|
} | null | undefined;
|
|
1026
784
|
dcaParams?: {
|
|
@@ -1101,41 +859,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1101
859
|
} | null | undefined;
|
|
1102
860
|
refundParams?: {
|
|
1103
861
|
retryDuration: number;
|
|
1104
|
-
refundAddress:
|
|
1105
|
-
value: string;
|
|
1106
|
-
__kind: "Eth";
|
|
1107
|
-
} | {
|
|
1108
|
-
value: string;
|
|
1109
|
-
__kind: "Dot";
|
|
1110
|
-
} | {
|
|
1111
|
-
value: {
|
|
1112
|
-
value: string;
|
|
1113
|
-
__kind: "P2PKH";
|
|
1114
|
-
} | {
|
|
1115
|
-
value: string;
|
|
1116
|
-
__kind: "P2SH";
|
|
1117
|
-
} | {
|
|
1118
|
-
value: string;
|
|
1119
|
-
__kind: "P2WPKH";
|
|
1120
|
-
} | {
|
|
1121
|
-
value: string;
|
|
1122
|
-
__kind: "P2WSH";
|
|
1123
|
-
} | {
|
|
1124
|
-
value: string;
|
|
1125
|
-
__kind: "Taproot";
|
|
1126
|
-
} | {
|
|
1127
|
-
__kind: "OtherSegwit";
|
|
1128
|
-
version: number;
|
|
1129
|
-
program: string;
|
|
1130
|
-
};
|
|
1131
|
-
__kind: "Btc";
|
|
1132
|
-
} | {
|
|
1133
|
-
value: string;
|
|
1134
|
-
__kind: "Arb";
|
|
1135
|
-
} | {
|
|
1136
|
-
value: string;
|
|
1137
|
-
__kind: "Sol";
|
|
1138
|
-
};
|
|
862
|
+
refundAddress: string;
|
|
1139
863
|
minPrice: string | number;
|
|
1140
864
|
} | null | undefined;
|
|
1141
865
|
dcaParams?: {
|
|
@@ -1225,41 +949,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1225
949
|
} | null | undefined;
|
|
1226
950
|
refundParams?: {
|
|
1227
951
|
retryDuration: number;
|
|
1228
|
-
refundAddress: {
|
|
1229
|
-
value: `0x${string}`;
|
|
1230
|
-
__kind: "Eth";
|
|
1231
|
-
} | {
|
|
1232
|
-
value: `0x${string}`;
|
|
1233
|
-
__kind: "Dot";
|
|
1234
|
-
} | {
|
|
1235
|
-
value: {
|
|
1236
|
-
value: `0x${string}`;
|
|
1237
|
-
__kind: "P2PKH";
|
|
1238
|
-
} | {
|
|
1239
|
-
value: `0x${string}`;
|
|
1240
|
-
__kind: "P2SH";
|
|
1241
|
-
} | {
|
|
1242
|
-
value: `0x${string}`;
|
|
1243
|
-
__kind: "P2WPKH";
|
|
1244
|
-
} | {
|
|
1245
|
-
value: `0x${string}`;
|
|
1246
|
-
__kind: "P2WSH";
|
|
1247
|
-
} | {
|
|
1248
|
-
value: `0x${string}`;
|
|
1249
|
-
__kind: "Taproot";
|
|
1250
|
-
} | {
|
|
1251
|
-
__kind: "OtherSegwit";
|
|
1252
|
-
version: number;
|
|
1253
|
-
program: `0x${string}`;
|
|
1254
|
-
};
|
|
1255
|
-
__kind: "Btc";
|
|
1256
|
-
} | {
|
|
1257
|
-
value: `0x${string}`;
|
|
1258
|
-
__kind: "Arb";
|
|
1259
|
-
} | {
|
|
1260
|
-
value: `0x${string}`;
|
|
1261
|
-
__kind: "Sol";
|
|
1262
|
-
};
|
|
952
|
+
refundAddress: `0x${string}`;
|
|
1263
953
|
minPrice: bigint;
|
|
1264
954
|
} | null | undefined;
|
|
1265
955
|
dcaParams?: {
|
|
@@ -1343,41 +1033,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1343
1033
|
} | null | undefined;
|
|
1344
1034
|
refundParams?: {
|
|
1345
1035
|
retryDuration: number;
|
|
1346
|
-
refundAddress:
|
|
1347
|
-
value: string;
|
|
1348
|
-
__kind: "Eth";
|
|
1349
|
-
} | {
|
|
1350
|
-
value: string;
|
|
1351
|
-
__kind: "Dot";
|
|
1352
|
-
} | {
|
|
1353
|
-
value: {
|
|
1354
|
-
value: string;
|
|
1355
|
-
__kind: "P2PKH";
|
|
1356
|
-
} | {
|
|
1357
|
-
value: string;
|
|
1358
|
-
__kind: "P2SH";
|
|
1359
|
-
} | {
|
|
1360
|
-
value: string;
|
|
1361
|
-
__kind: "P2WPKH";
|
|
1362
|
-
} | {
|
|
1363
|
-
value: string;
|
|
1364
|
-
__kind: "P2WSH";
|
|
1365
|
-
} | {
|
|
1366
|
-
value: string;
|
|
1367
|
-
__kind: "Taproot";
|
|
1368
|
-
} | {
|
|
1369
|
-
__kind: "OtherSegwit";
|
|
1370
|
-
version: number;
|
|
1371
|
-
program: string;
|
|
1372
|
-
};
|
|
1373
|
-
__kind: "Btc";
|
|
1374
|
-
} | {
|
|
1375
|
-
value: string;
|
|
1376
|
-
__kind: "Arb";
|
|
1377
|
-
} | {
|
|
1378
|
-
value: string;
|
|
1379
|
-
__kind: "Sol";
|
|
1380
|
-
};
|
|
1036
|
+
refundAddress: string;
|
|
1381
1037
|
minPrice: string | number;
|
|
1382
1038
|
} | null | undefined;
|
|
1383
1039
|
dcaParams?: {
|
|
@@ -1537,41 +1193,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1537
1193
|
} | null | undefined;
|
|
1538
1194
|
refundParams?: {
|
|
1539
1195
|
retryDuration: number;
|
|
1540
|
-
refundAddress: {
|
|
1541
|
-
value: `0x${string}`;
|
|
1542
|
-
__kind: "Eth";
|
|
1543
|
-
} | {
|
|
1544
|
-
value: `0x${string}`;
|
|
1545
|
-
__kind: "Dot";
|
|
1546
|
-
} | {
|
|
1547
|
-
value: {
|
|
1548
|
-
value: `0x${string}`;
|
|
1549
|
-
__kind: "P2PKH";
|
|
1550
|
-
} | {
|
|
1551
|
-
value: `0x${string}`;
|
|
1552
|
-
__kind: "P2SH";
|
|
1553
|
-
} | {
|
|
1554
|
-
value: `0x${string}`;
|
|
1555
|
-
__kind: "P2WPKH";
|
|
1556
|
-
} | {
|
|
1557
|
-
value: `0x${string}`;
|
|
1558
|
-
__kind: "P2WSH";
|
|
1559
|
-
} | {
|
|
1560
|
-
value: `0x${string}`;
|
|
1561
|
-
__kind: "Taproot";
|
|
1562
|
-
} | {
|
|
1563
|
-
__kind: "OtherSegwit";
|
|
1564
|
-
version: number;
|
|
1565
|
-
program: `0x${string}`;
|
|
1566
|
-
};
|
|
1567
|
-
__kind: "Btc";
|
|
1568
|
-
} | {
|
|
1569
|
-
value: `0x${string}`;
|
|
1570
|
-
__kind: "Arb";
|
|
1571
|
-
} | {
|
|
1572
|
-
value: `0x${string}`;
|
|
1573
|
-
__kind: "Sol";
|
|
1574
|
-
};
|
|
1196
|
+
refundAddress: `0x${string}`;
|
|
1575
1197
|
minPrice: bigint;
|
|
1576
1198
|
} | null | undefined;
|
|
1577
1199
|
dcaParams?: {
|
|
@@ -1733,41 +1355,7 @@ declare const ethereumIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1733
1355
|
} | null | undefined;
|
|
1734
1356
|
refundParams?: {
|
|
1735
1357
|
retryDuration: number;
|
|
1736
|
-
refundAddress:
|
|
1737
|
-
value: string;
|
|
1738
|
-
__kind: "Eth";
|
|
1739
|
-
} | {
|
|
1740
|
-
value: string;
|
|
1741
|
-
__kind: "Dot";
|
|
1742
|
-
} | {
|
|
1743
|
-
value: {
|
|
1744
|
-
value: string;
|
|
1745
|
-
__kind: "P2PKH";
|
|
1746
|
-
} | {
|
|
1747
|
-
value: string;
|
|
1748
|
-
__kind: "P2SH";
|
|
1749
|
-
} | {
|
|
1750
|
-
value: string;
|
|
1751
|
-
__kind: "P2WPKH";
|
|
1752
|
-
} | {
|
|
1753
|
-
value: string;
|
|
1754
|
-
__kind: "P2WSH";
|
|
1755
|
-
} | {
|
|
1756
|
-
value: string;
|
|
1757
|
-
__kind: "Taproot";
|
|
1758
|
-
} | {
|
|
1759
|
-
__kind: "OtherSegwit";
|
|
1760
|
-
version: number;
|
|
1761
|
-
program: string;
|
|
1762
|
-
};
|
|
1763
|
-
__kind: "Btc";
|
|
1764
|
-
} | {
|
|
1765
|
-
value: string;
|
|
1766
|
-
__kind: "Arb";
|
|
1767
|
-
} | {
|
|
1768
|
-
value: string;
|
|
1769
|
-
__kind: "Sol";
|
|
1770
|
-
};
|
|
1358
|
+
refundAddress: string;
|
|
1771
1359
|
minPrice: string | number;
|
|
1772
1360
|
} | null | undefined;
|
|
1773
1361
|
dcaParams?: {
|