@chainflip/processor 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/common.cjs +12 -12
- package/dist/100/common.d.cts +64 -28
- package/dist/100/common.d.ts +64 -28
- package/dist/100/common.mjs +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/100/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/100/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/100/swapping/ccmDepositReceived.d.cts +39 -21
- package/dist/100/swapping/ccmDepositReceived.d.ts +39 -21
- package/dist/100/swapping/ccmFailed.d.cts +35 -17
- package/dist/100/swapping/ccmFailed.d.ts +35 -17
- package/dist/100/swapping/swapAmountTooLow.d.cts +76 -40
- package/dist/100/swapping/swapAmountTooLow.d.ts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.cts +76 -40
- package/dist/100/swapping/swapDepositAddressReady.d.ts +76 -40
- package/dist/100/swapping/swapScheduled.d.cts +78 -42
- package/dist/100/swapping/swapScheduled.d.ts +78 -42
- package/dist/100/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/100/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/111/liquidityPools/limitOrderUpdated.d.cts +4 -4
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +4 -4
- package/dist/111/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/common.cjs +12 -12
- package/dist/120/common.d.cts +29 -11
- package/dist/120/common.d.ts +29 -11
- package/dist/120/common.mjs +12 -12
- package/dist/120/emissions/backupRewardsDistributed.d.cts +2 -2
- package/dist/120/emissions/backupRewardsDistributed.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/120/swapping/ccmFailed.d.cts +35 -17
- package/dist/120/swapping/ccmFailed.d.ts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.cts +35 -17
- package/dist/120/swapping/withdrawalRequested.d.ts +35 -17
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.cjs +12 -12
- package/dist/131/common.d.cts +64 -28
- package/dist/131/common.d.ts +64 -28
- package/dist/131/common.mjs +12 -12
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +35 -17
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.cts +35 -17
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +35 -17
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/ccmFailed.d.cts +76 -40
- package/dist/131/swapping/ccmFailed.d.ts +76 -40
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +88 -52
- package/dist/131/swapping/swapDepositAddressReady.d.ts +88 -52
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +90 -54
- package/dist/131/swapping/swapScheduled.d.ts +90 -54
- package/dist/131/swapping/withdrawalRequested.d.cts +41 -23
- package/dist/131/swapping/withdrawalRequested.d.ts +41 -23
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/common.cjs +16 -16
- package/dist/141/common.d.cts +84 -36
- package/dist/141/common.d.ts +84 -36
- package/dist/141/common.mjs +16 -16
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +46 -22
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +46 -22
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.cts +46 -22
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +46 -22
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/swapping/ccmDepositReceived.d.cts +46 -22
- package/dist/141/swapping/ccmDepositReceived.d.ts +46 -22
- package/dist/141/swapping/ccmFailed.d.cts +100 -52
- package/dist/141/swapping/ccmFailed.d.ts +100 -52
- package/dist/141/swapping/swapDepositAddressReady.d.cts +92 -44
- package/dist/141/swapping/swapDepositAddressReady.d.ts +92 -44
- package/dist/141/swapping/swapScheduled.d.cts +100 -52
- package/dist/141/swapping/swapScheduled.d.ts +100 -52
- package/dist/141/swapping/withdrawalRequested.d.cts +46 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +46 -22
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +93 -93
- package/dist/150/assetBalances/refundSkipped.d.ts +93 -93
- package/dist/150/common.cjs +20 -20
- package/dist/150/common.d.cts +164 -74
- package/dist/150/common.d.ts +164 -74
- package/dist/150/common.mjs +20 -20
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +58 -28
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +58 -28
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +4 -4
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +4 -4
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/polkadotIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/ccmDepositReceived.d.cts +58 -28
- package/dist/150/swapping/ccmDepositReceived.d.ts +58 -28
- package/dist/150/swapping/ccmFailed.d.cts +126 -66
- package/dist/150/swapping/ccmFailed.d.ts +126 -66
- package/dist/150/swapping/swapDepositAddressReady.d.cts +184 -94
- package/dist/150/swapping/swapDepositAddressReady.d.ts +184 -94
- package/dist/150/swapping/swapScheduled.d.cts +126 -66
- package/dist/150/swapping/swapScheduled.d.ts +126 -66
- package/dist/150/swapping/withdrawalRequested.d.cts +58 -28
- package/dist/150/swapping/withdrawalRequested.d.ts +58 -28
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +14 -14
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +14 -14
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/common.cjs +20 -20
- package/dist/160/common.d.cts +222 -102
- package/dist/160/common.d.ts +222 -102
- package/dist/160/common.mjs +20 -20
- package/dist/160/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/160/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +62 -32
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +58 -28
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +58 -28
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +126 -66
- package/dist/160/swapping/ccmFailed.d.ts +126 -66
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +134 -74
- package/dist/160/swapping/swapDepositAddressReady.d.ts +134 -74
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +218 -128
- package/dist/160/swapping/swapRequested.d.ts +218 -128
- package/dist/160/swapping/withdrawalRequested.d.cts +64 -34
- package/dist/160/swapping/withdrawalRequested.d.ts +64 -34
- package/package.json +1 -1
|
@@ -15,47 +15,47 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
15
15
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
16
16
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "P2PKH";
|
|
19
18
|
value: `0x${string}`;
|
|
20
|
-
}, {
|
|
21
19
|
__kind: "P2PKH";
|
|
20
|
+
}, {
|
|
22
21
|
value: string;
|
|
22
|
+
__kind: "P2PKH";
|
|
23
23
|
}>, z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"P2SH">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
__kind: "P2SH";
|
|
28
27
|
value: `0x${string}`;
|
|
29
|
-
}, {
|
|
30
28
|
__kind: "P2SH";
|
|
29
|
+
}, {
|
|
31
30
|
value: string;
|
|
31
|
+
__kind: "P2SH";
|
|
32
32
|
}>, z.ZodObject<{
|
|
33
33
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
34
34
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
-
__kind: "P2WPKH";
|
|
37
36
|
value: `0x${string}`;
|
|
38
|
-
}, {
|
|
39
37
|
__kind: "P2WPKH";
|
|
38
|
+
}, {
|
|
40
39
|
value: string;
|
|
40
|
+
__kind: "P2WPKH";
|
|
41
41
|
}>, z.ZodObject<{
|
|
42
42
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
43
43
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
__kind: "P2WSH";
|
|
46
45
|
value: `0x${string}`;
|
|
47
|
-
}, {
|
|
48
46
|
__kind: "P2WSH";
|
|
47
|
+
}, {
|
|
49
48
|
value: string;
|
|
49
|
+
__kind: "P2WSH";
|
|
50
50
|
}>, z.ZodObject<{
|
|
51
51
|
__kind: z.ZodLiteral<"Taproot">;
|
|
52
52
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
__kind: "Taproot";
|
|
55
54
|
value: `0x${string}`;
|
|
56
|
-
}, {
|
|
57
55
|
__kind: "Taproot";
|
|
56
|
+
}, {
|
|
58
57
|
value: string;
|
|
58
|
+
__kind: "Taproot";
|
|
59
59
|
}>, z.ZodObject<{
|
|
60
60
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
61
61
|
version: z.ZodNumber;
|
|
@@ -73,20 +73,20 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
73
73
|
asset: "Btc";
|
|
74
74
|
amount: bigint;
|
|
75
75
|
destinationAddress: {
|
|
76
|
-
__kind: "P2PKH";
|
|
77
76
|
value: `0x${string}`;
|
|
77
|
+
__kind: "P2PKH";
|
|
78
78
|
} | {
|
|
79
|
-
__kind: "P2SH";
|
|
80
79
|
value: `0x${string}`;
|
|
80
|
+
__kind: "P2SH";
|
|
81
81
|
} | {
|
|
82
|
-
__kind: "P2WPKH";
|
|
83
82
|
value: `0x${string}`;
|
|
83
|
+
__kind: "P2WPKH";
|
|
84
84
|
} | {
|
|
85
|
-
__kind: "P2WSH";
|
|
86
85
|
value: `0x${string}`;
|
|
86
|
+
__kind: "P2WSH";
|
|
87
87
|
} | {
|
|
88
|
-
__kind: "Taproot";
|
|
89
88
|
value: `0x${string}`;
|
|
89
|
+
__kind: "Taproot";
|
|
90
90
|
} | {
|
|
91
91
|
__kind: "OtherSegwit";
|
|
92
92
|
version: number;
|
|
@@ -98,20 +98,20 @@ declare const bitcoinIngressEgressVaultTransferFailed: z.ZodObject<{
|
|
|
98
98
|
};
|
|
99
99
|
amount: string | number;
|
|
100
100
|
destinationAddress: {
|
|
101
|
-
__kind: "P2PKH";
|
|
102
101
|
value: string;
|
|
102
|
+
__kind: "P2PKH";
|
|
103
103
|
} | {
|
|
104
|
-
__kind: "P2SH";
|
|
105
104
|
value: string;
|
|
105
|
+
__kind: "P2SH";
|
|
106
106
|
} | {
|
|
107
|
-
__kind: "P2WPKH";
|
|
108
107
|
value: string;
|
|
108
|
+
__kind: "P2WPKH";
|
|
109
109
|
} | {
|
|
110
|
-
__kind: "P2WSH";
|
|
111
110
|
value: string;
|
|
111
|
+
__kind: "P2WSH";
|
|
112
112
|
} | {
|
|
113
|
-
__kind: "Taproot";
|
|
114
113
|
value: string;
|
|
114
|
+
__kind: "Taproot";
|
|
115
115
|
} | {
|
|
116
116
|
__kind: "OtherSegwit";
|
|
117
117
|
version: number;
|
package/dist/100/common.cjs
CHANGED
|
@@ -266,18 +266,18 @@ var cfChainsBtcScriptPubkey = _zod.z.union([
|
|
|
266
266
|
_zod.z.object({ __kind: _zod.z.literal("OtherSegwit"), version: _zod.z.number(), program: hexString })
|
|
267
267
|
]);
|
|
268
268
|
var cfChainsAddressEncodedAddress = _zod.z.union([
|
|
269
|
-
_zod.z.object({
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}),
|
|
273
|
-
_zod.z.object({
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}),
|
|
277
|
-
_zod.z.object({
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
})
|
|
269
|
+
_zod.z.object({ __kind: _zod.z.literal("Eth"), value: hexString }).transform(({ value }) => ({
|
|
270
|
+
chain: "Ethereum",
|
|
271
|
+
address: value
|
|
272
|
+
})),
|
|
273
|
+
_zod.z.object({ __kind: _zod.z.literal("Dot"), value: hexString }).transform(({ value }) => ({
|
|
274
|
+
chain: "Polkadot",
|
|
275
|
+
address: ss58.encode({ data: value, ss58Format: 0 })
|
|
276
|
+
})),
|
|
277
|
+
_zod.z.object({ __kind: _zod.z.literal("Btc"), value: hexString }).transform(({ value }) => ({
|
|
278
|
+
chain: "Bitcoin",
|
|
279
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
280
|
+
}))
|
|
281
281
|
]);
|
|
282
282
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
|
|
283
283
|
var cfChainsCcmChannelMetadata = _zod.z.object({
|
package/dist/100/common.d.cts
CHANGED
|
@@ -2522,30 +2522,48 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2522
2522
|
version: number;
|
|
2523
2523
|
program: string;
|
|
2524
2524
|
}>]>;
|
|
2525
|
-
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
2526
|
-
__kind: z.
|
|
2525
|
+
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2526
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2527
2527
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2528
2528
|
}, "strip", z.ZodTypeAny, {
|
|
2529
2529
|
value: `0x${string}`;
|
|
2530
|
-
__kind: "
|
|
2530
|
+
__kind: "Eth";
|
|
2531
2531
|
}, {
|
|
2532
2532
|
value: string;
|
|
2533
2533
|
__kind: "Eth";
|
|
2534
|
-
}>,
|
|
2535
|
-
|
|
2536
|
-
|
|
2534
|
+
}>, {
|
|
2535
|
+
chain: "Ethereum";
|
|
2536
|
+
address: `0x${string}`;
|
|
2537
|
+
}, {
|
|
2538
|
+
value: string;
|
|
2539
|
+
__kind: "Eth";
|
|
2540
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2541
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2542
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2537
2543
|
}, "strip", z.ZodTypeAny, {
|
|
2544
|
+
value: `0x${string}`;
|
|
2545
|
+
__kind: "Dot";
|
|
2546
|
+
}, {
|
|
2538
2547
|
value: string;
|
|
2539
|
-
__kind: "
|
|
2548
|
+
__kind: "Dot";
|
|
2549
|
+
}>, {
|
|
2550
|
+
chain: "Polkadot";
|
|
2551
|
+
address: string;
|
|
2540
2552
|
}, {
|
|
2541
2553
|
value: string;
|
|
2542
2554
|
__kind: "Dot";
|
|
2543
|
-
}>, z.ZodObject<{
|
|
2544
|
-
__kind: z.
|
|
2545
|
-
value: z.ZodEffects<z.
|
|
2555
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2556
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2557
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2546
2558
|
}, "strip", z.ZodTypeAny, {
|
|
2559
|
+
value: `0x${string}`;
|
|
2560
|
+
__kind: "Btc";
|
|
2561
|
+
}, {
|
|
2547
2562
|
value: string;
|
|
2548
|
-
__kind: "
|
|
2563
|
+
__kind: "Btc";
|
|
2564
|
+
}>, {
|
|
2565
|
+
chain: "Bitcoin";
|
|
2566
|
+
address: string;
|
|
2549
2567
|
}, {
|
|
2550
2568
|
value: string;
|
|
2551
2569
|
__kind: "Btc";
|
|
@@ -2574,30 +2592,48 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
2574
2592
|
}>;
|
|
2575
2593
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
2576
2594
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2577
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2578
|
-
__kind: z.
|
|
2595
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2596
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2579
2597
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2580
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2581
2599
|
value: `0x${string}`;
|
|
2582
|
-
__kind: "
|
|
2600
|
+
__kind: "Eth";
|
|
2583
2601
|
}, {
|
|
2584
2602
|
value: string;
|
|
2585
2603
|
__kind: "Eth";
|
|
2586
|
-
}>,
|
|
2587
|
-
|
|
2588
|
-
|
|
2604
|
+
}>, {
|
|
2605
|
+
chain: "Ethereum";
|
|
2606
|
+
address: `0x${string}`;
|
|
2607
|
+
}, {
|
|
2608
|
+
value: string;
|
|
2609
|
+
__kind: "Eth";
|
|
2610
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2611
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2612
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2589
2613
|
}, "strip", z.ZodTypeAny, {
|
|
2614
|
+
value: `0x${string}`;
|
|
2615
|
+
__kind: "Dot";
|
|
2616
|
+
}, {
|
|
2590
2617
|
value: string;
|
|
2591
|
-
__kind: "
|
|
2618
|
+
__kind: "Dot";
|
|
2619
|
+
}>, {
|
|
2620
|
+
chain: "Polkadot";
|
|
2621
|
+
address: string;
|
|
2592
2622
|
}, {
|
|
2593
2623
|
value: string;
|
|
2594
2624
|
__kind: "Dot";
|
|
2595
|
-
}>, z.ZodObject<{
|
|
2596
|
-
__kind: z.
|
|
2597
|
-
value: z.ZodEffects<z.
|
|
2625
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2626
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2627
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2598
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
|
+
value: `0x${string}`;
|
|
2630
|
+
__kind: "Btc";
|
|
2631
|
+
}, {
|
|
2599
2632
|
value: string;
|
|
2600
|
-
__kind: "
|
|
2633
|
+
__kind: "Btc";
|
|
2634
|
+
}>, {
|
|
2635
|
+
chain: "Bitcoin";
|
|
2636
|
+
address: string;
|
|
2601
2637
|
}, {
|
|
2602
2638
|
value: string;
|
|
2603
2639
|
__kind: "Btc";
|
|
@@ -2607,14 +2643,14 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2607
2643
|
}, "strip", z.ZodTypeAny, {
|
|
2608
2644
|
__kind: "DepositChannel";
|
|
2609
2645
|
depositAddress: {
|
|
2610
|
-
|
|
2611
|
-
|
|
2646
|
+
chain: "Ethereum";
|
|
2647
|
+
address: `0x${string}`;
|
|
2612
2648
|
} | {
|
|
2613
|
-
|
|
2614
|
-
|
|
2649
|
+
chain: "Polkadot";
|
|
2650
|
+
address: string;
|
|
2615
2651
|
} | {
|
|
2616
|
-
|
|
2617
|
-
|
|
2652
|
+
chain: "Bitcoin";
|
|
2653
|
+
address: string;
|
|
2618
2654
|
};
|
|
2619
2655
|
channelId: bigint;
|
|
2620
2656
|
depositBlockHeight: bigint;
|
package/dist/100/common.d.ts
CHANGED
|
@@ -2522,30 +2522,48 @@ declare const cfChainsBtcScriptPubkey: z.ZodUnion<[z.ZodObject<{
|
|
|
2522
2522
|
version: number;
|
|
2523
2523
|
program: string;
|
|
2524
2524
|
}>]>;
|
|
2525
|
-
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodObject<{
|
|
2526
|
-
__kind: z.
|
|
2525
|
+
declare const cfChainsAddressEncodedAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2526
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2527
2527
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2528
2528
|
}, "strip", z.ZodTypeAny, {
|
|
2529
2529
|
value: `0x${string}`;
|
|
2530
|
-
__kind: "
|
|
2530
|
+
__kind: "Eth";
|
|
2531
2531
|
}, {
|
|
2532
2532
|
value: string;
|
|
2533
2533
|
__kind: "Eth";
|
|
2534
|
-
}>,
|
|
2535
|
-
|
|
2536
|
-
|
|
2534
|
+
}>, {
|
|
2535
|
+
chain: "Ethereum";
|
|
2536
|
+
address: `0x${string}`;
|
|
2537
|
+
}, {
|
|
2538
|
+
value: string;
|
|
2539
|
+
__kind: "Eth";
|
|
2540
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2541
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2542
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2537
2543
|
}, "strip", z.ZodTypeAny, {
|
|
2544
|
+
value: `0x${string}`;
|
|
2545
|
+
__kind: "Dot";
|
|
2546
|
+
}, {
|
|
2538
2547
|
value: string;
|
|
2539
|
-
__kind: "
|
|
2548
|
+
__kind: "Dot";
|
|
2549
|
+
}>, {
|
|
2550
|
+
chain: "Polkadot";
|
|
2551
|
+
address: string;
|
|
2540
2552
|
}, {
|
|
2541
2553
|
value: string;
|
|
2542
2554
|
__kind: "Dot";
|
|
2543
|
-
}>, z.ZodObject<{
|
|
2544
|
-
__kind: z.
|
|
2545
|
-
value: z.ZodEffects<z.
|
|
2555
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2556
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2557
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2546
2558
|
}, "strip", z.ZodTypeAny, {
|
|
2559
|
+
value: `0x${string}`;
|
|
2560
|
+
__kind: "Btc";
|
|
2561
|
+
}, {
|
|
2547
2562
|
value: string;
|
|
2548
|
-
__kind: "
|
|
2563
|
+
__kind: "Btc";
|
|
2564
|
+
}>, {
|
|
2565
|
+
chain: "Bitcoin";
|
|
2566
|
+
address: string;
|
|
2549
2567
|
}, {
|
|
2550
2568
|
value: string;
|
|
2551
2569
|
__kind: "Btc";
|
|
@@ -2574,30 +2592,48 @@ declare const cfChainsCcmChannelMetadata: z.ZodObject<{
|
|
|
2574
2592
|
}>;
|
|
2575
2593
|
declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
2576
2594
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
2577
|
-
depositAddress: z.ZodUnion<[z.ZodObject<{
|
|
2578
|
-
__kind: z.
|
|
2595
|
+
depositAddress: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
2596
|
+
__kind: z.ZodLiteral<"Eth">;
|
|
2579
2597
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2580
2598
|
}, "strip", z.ZodTypeAny, {
|
|
2581
2599
|
value: `0x${string}`;
|
|
2582
|
-
__kind: "
|
|
2600
|
+
__kind: "Eth";
|
|
2583
2601
|
}, {
|
|
2584
2602
|
value: string;
|
|
2585
2603
|
__kind: "Eth";
|
|
2586
|
-
}>,
|
|
2587
|
-
|
|
2588
|
-
|
|
2604
|
+
}>, {
|
|
2605
|
+
chain: "Ethereum";
|
|
2606
|
+
address: `0x${string}`;
|
|
2607
|
+
}, {
|
|
2608
|
+
value: string;
|
|
2609
|
+
__kind: "Eth";
|
|
2610
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2611
|
+
__kind: z.ZodLiteral<"Dot">;
|
|
2612
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2589
2613
|
}, "strip", z.ZodTypeAny, {
|
|
2614
|
+
value: `0x${string}`;
|
|
2615
|
+
__kind: "Dot";
|
|
2616
|
+
}, {
|
|
2590
2617
|
value: string;
|
|
2591
|
-
__kind: "
|
|
2618
|
+
__kind: "Dot";
|
|
2619
|
+
}>, {
|
|
2620
|
+
chain: "Polkadot";
|
|
2621
|
+
address: string;
|
|
2592
2622
|
}, {
|
|
2593
2623
|
value: string;
|
|
2594
2624
|
__kind: "Dot";
|
|
2595
|
-
}>, z.ZodObject<{
|
|
2596
|
-
__kind: z.
|
|
2597
|
-
value: z.ZodEffects<z.
|
|
2625
|
+
}>, z.ZodEffects<z.ZodObject<{
|
|
2626
|
+
__kind: z.ZodLiteral<"Btc">;
|
|
2627
|
+
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2598
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2629
|
+
value: `0x${string}`;
|
|
2630
|
+
__kind: "Btc";
|
|
2631
|
+
}, {
|
|
2599
2632
|
value: string;
|
|
2600
|
-
__kind: "
|
|
2633
|
+
__kind: "Btc";
|
|
2634
|
+
}>, {
|
|
2635
|
+
chain: "Bitcoin";
|
|
2636
|
+
address: string;
|
|
2601
2637
|
}, {
|
|
2602
2638
|
value: string;
|
|
2603
2639
|
__kind: "Btc";
|
|
@@ -2607,14 +2643,14 @@ declare const cfChainsSwapOrigin: z.ZodUnion<[z.ZodObject<{
|
|
|
2607
2643
|
}, "strip", z.ZodTypeAny, {
|
|
2608
2644
|
__kind: "DepositChannel";
|
|
2609
2645
|
depositAddress: {
|
|
2610
|
-
|
|
2611
|
-
|
|
2646
|
+
chain: "Ethereum";
|
|
2647
|
+
address: `0x${string}`;
|
|
2612
2648
|
} | {
|
|
2613
|
-
|
|
2614
|
-
|
|
2649
|
+
chain: "Polkadot";
|
|
2650
|
+
address: string;
|
|
2615
2651
|
} | {
|
|
2616
|
-
|
|
2617
|
-
|
|
2652
|
+
chain: "Bitcoin";
|
|
2653
|
+
address: string;
|
|
2618
2654
|
};
|
|
2619
2655
|
channelId: bigint;
|
|
2620
2656
|
depositBlockHeight: bigint;
|
package/dist/100/common.mjs
CHANGED
|
@@ -266,18 +266,18 @@ var cfChainsBtcScriptPubkey = z.union([
|
|
|
266
266
|
z.object({ __kind: z.literal("OtherSegwit"), version: z.number(), program: hexString })
|
|
267
267
|
]);
|
|
268
268
|
var cfChainsAddressEncodedAddress = z.union([
|
|
269
|
-
z.object({
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
}),
|
|
273
|
-
z.object({
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}),
|
|
277
|
-
z.object({
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
})
|
|
269
|
+
z.object({ __kind: z.literal("Eth"), value: hexString }).transform(({ value }) => ({
|
|
270
|
+
chain: "Ethereum",
|
|
271
|
+
address: value
|
|
272
|
+
})),
|
|
273
|
+
z.object({ __kind: z.literal("Dot"), value: hexString }).transform(({ value }) => ({
|
|
274
|
+
chain: "Polkadot",
|
|
275
|
+
address: ss58.encode({ data: value, ss58Format: 0 })
|
|
276
|
+
})),
|
|
277
|
+
z.object({ __kind: z.literal("Btc"), value: hexString }).transform(({ value }) => ({
|
|
278
|
+
chain: "Bitcoin",
|
|
279
|
+
address: Buffer.from(value.slice(2), "hex").toString("utf8")
|
|
280
|
+
}))
|
|
281
281
|
]);
|
|
282
282
|
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum(["Eth", "Flip", "Usdc", "Dot", "Btc"]);
|
|
283
283
|
var cfChainsCcmChannelMetadata = z.object({
|
|
@@ -192,6 +192,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
192
192
|
bitcoinVault: boolean;
|
|
193
193
|
}>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
+
__kind: "CodeAmber";
|
|
195
196
|
value: {
|
|
196
197
|
governance: boolean;
|
|
197
198
|
funding: boolean;
|
|
@@ -209,8 +210,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
209
210
|
bitcoinIngressEgress: boolean;
|
|
210
211
|
bitcoinVault: boolean;
|
|
211
212
|
};
|
|
212
|
-
__kind: "CodeAmber";
|
|
213
213
|
}, {
|
|
214
|
+
__kind: "CodeAmber";
|
|
214
215
|
value: {
|
|
215
216
|
governance: boolean;
|
|
216
217
|
funding: boolean;
|
|
@@ -228,7 +229,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
228
229
|
bitcoinIngressEgress: boolean;
|
|
229
230
|
bitcoinVault: boolean;
|
|
230
231
|
};
|
|
231
|
-
__kind: "CodeAmber";
|
|
232
232
|
}>]>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
234
|
funding: {
|
|
@@ -282,6 +282,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
282
282
|
} | {
|
|
283
283
|
__kind: "CodeRed";
|
|
284
284
|
} | {
|
|
285
|
+
__kind: "CodeAmber";
|
|
285
286
|
value: {
|
|
286
287
|
governance: boolean;
|
|
287
288
|
funding: boolean;
|
|
@@ -299,7 +300,6 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
299
300
|
bitcoinIngressEgress: boolean;
|
|
300
301
|
bitcoinVault: boolean;
|
|
301
302
|
};
|
|
302
|
-
__kind: "CodeAmber";
|
|
303
303
|
};
|
|
304
304
|
}, {
|
|
305
305
|
funding: {
|
|
@@ -353,6 +353,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
353
353
|
} | {
|
|
354
354
|
__kind: "CodeRed";
|
|
355
355
|
} | {
|
|
356
|
+
__kind: "CodeAmber";
|
|
356
357
|
value: {
|
|
357
358
|
governance: boolean;
|
|
358
359
|
funding: boolean;
|
|
@@ -370,10 +371,10 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
370
371
|
bitcoinIngressEgress: boolean;
|
|
371
372
|
bitcoinVault: boolean;
|
|
372
373
|
};
|
|
373
|
-
__kind: "CodeAmber";
|
|
374
374
|
};
|
|
375
375
|
}>;
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
377
|
+
__kind: "CodeAmber";
|
|
377
378
|
value: {
|
|
378
379
|
funding: {
|
|
379
380
|
redeemEnabled: boolean;
|
|
@@ -426,6 +427,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
426
427
|
} | {
|
|
427
428
|
__kind: "CodeRed";
|
|
428
429
|
} | {
|
|
430
|
+
__kind: "CodeAmber";
|
|
429
431
|
value: {
|
|
430
432
|
governance: boolean;
|
|
431
433
|
funding: boolean;
|
|
@@ -443,11 +445,10 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
443
445
|
bitcoinIngressEgress: boolean;
|
|
444
446
|
bitcoinVault: boolean;
|
|
445
447
|
};
|
|
446
|
-
__kind: "CodeAmber";
|
|
447
448
|
};
|
|
448
449
|
};
|
|
449
|
-
__kind: "CodeAmber";
|
|
450
450
|
}, {
|
|
451
|
+
__kind: "CodeAmber";
|
|
451
452
|
value: {
|
|
452
453
|
funding: {
|
|
453
454
|
redeemEnabled: boolean;
|
|
@@ -500,6 +501,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
500
501
|
} | {
|
|
501
502
|
__kind: "CodeRed";
|
|
502
503
|
} | {
|
|
504
|
+
__kind: "CodeAmber";
|
|
503
505
|
value: {
|
|
504
506
|
governance: boolean;
|
|
505
507
|
funding: boolean;
|
|
@@ -517,10 +519,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
517
519
|
bitcoinIngressEgress: boolean;
|
|
518
520
|
bitcoinVault: boolean;
|
|
519
521
|
};
|
|
520
|
-
__kind: "CodeAmber";
|
|
521
522
|
};
|
|
522
523
|
};
|
|
523
|
-
__kind: "CodeAmber";
|
|
524
524
|
}>]>;
|
|
525
525
|
}, "strip", z.ZodTypeAny, {
|
|
526
526
|
safeMode: {
|
|
@@ -528,6 +528,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
528
528
|
} | {
|
|
529
529
|
__kind: "CodeGreen";
|
|
530
530
|
} | {
|
|
531
|
+
__kind: "CodeAmber";
|
|
531
532
|
value: {
|
|
532
533
|
funding: {
|
|
533
534
|
redeemEnabled: boolean;
|
|
@@ -580,6 +581,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
580
581
|
} | {
|
|
581
582
|
__kind: "CodeRed";
|
|
582
583
|
} | {
|
|
584
|
+
__kind: "CodeAmber";
|
|
583
585
|
value: {
|
|
584
586
|
governance: boolean;
|
|
585
587
|
funding: boolean;
|
|
@@ -597,10 +599,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
597
599
|
bitcoinIngressEgress: boolean;
|
|
598
600
|
bitcoinVault: boolean;
|
|
599
601
|
};
|
|
600
|
-
__kind: "CodeAmber";
|
|
601
602
|
};
|
|
602
603
|
};
|
|
603
|
-
__kind: "CodeAmber";
|
|
604
604
|
};
|
|
605
605
|
}, {
|
|
606
606
|
safeMode: {
|
|
@@ -608,6 +608,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
608
608
|
} | {
|
|
609
609
|
__kind: "CodeGreen";
|
|
610
610
|
} | {
|
|
611
|
+
__kind: "CodeAmber";
|
|
611
612
|
value: {
|
|
612
613
|
funding: {
|
|
613
614
|
redeemEnabled: boolean;
|
|
@@ -660,6 +661,7 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
660
661
|
} | {
|
|
661
662
|
__kind: "CodeRed";
|
|
662
663
|
} | {
|
|
664
|
+
__kind: "CodeAmber";
|
|
663
665
|
value: {
|
|
664
666
|
governance: boolean;
|
|
665
667
|
funding: boolean;
|
|
@@ -677,10 +679,8 @@ declare const environmentRuntimeSafeModeUpdated: z.ZodObject<{
|
|
|
677
679
|
bitcoinIngressEgress: boolean;
|
|
678
680
|
bitcoinVault: boolean;
|
|
679
681
|
};
|
|
680
|
-
__kind: "CodeAmber";
|
|
681
682
|
};
|
|
682
683
|
};
|
|
683
|
-
__kind: "CodeAmber";
|
|
684
684
|
};
|
|
685
685
|
}>;
|
|
686
686
|
|