@chainflip/processor 1.8.1 → 1.8.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/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- 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 +70 -70
- package/dist/100/swapping/ccmDepositReceived.d.ts +70 -70
- package/dist/100/swapping/ccmFailed.d.cts +70 -70
- package/dist/100/swapping/ccmFailed.d.ts +70 -70
- 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 +37 -37
- package/dist/100/swapping/swapAmountTooLow.d.ts +37 -37
- package/dist/100/swapping/swapDepositAddressReady.d.cts +42 -42
- package/dist/100/swapping/swapDepositAddressReady.d.ts +42 -42
- 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 +109 -109
- package/dist/100/swapping/swapScheduled.d.ts +109 -109
- package/dist/100/swapping/withdrawalRequested.d.cts +12 -12
- package/dist/100/swapping/withdrawalRequested.d.ts +12 -12
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/common.cjs +35 -3
- package/dist/120/common.d.cts +95 -3
- package/dist/120/common.d.ts +95 -3
- package/dist/120/common.mjs +36 -4
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +1 -1
- package/dist/120/polkadotIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/bitcoinIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/common.cjs +19 -3
- package/dist/131/common.d.cts +49 -3
- package/dist/131/common.d.ts +49 -3
- package/dist/131/common.mjs +20 -4
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +1 -1
- package/dist/131/ethereumIngressEgress/depositReceived.mjs +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/141/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/common.cjs +39 -3
- package/dist/141/common.d.cts +141 -3
- package/dist/141/common.d.ts +141 -3
- package/dist/141/common.mjs +40 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- 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/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- 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/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/141/polkadotIngressEgress/depositFinalised.mjs +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 +80 -80
- package/dist/141/swapping/ccmDepositReceived.d.ts +80 -80
- package/dist/141/swapping/ccmFailed.d.cts +100 -100
- package/dist/141/swapping/ccmFailed.d.ts +100 -100
- 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 +50 -50
- package/dist/141/swapping/swapDepositAddressReady.d.ts +50 -50
- 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 +126 -126
- package/dist/141/swapping/swapScheduled.d.ts +126 -126
- package/dist/141/swapping/withdrawalRequested.d.cts +22 -22
- package/dist/141/swapping/withdrawalRequested.d.ts +22 -22
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/common.cjs +66 -3
- package/dist/150/common.d.cts +214 -3
- package/dist/150/common.d.ts +214 -3
- package/dist/150/common.mjs +67 -4
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +3 -3
- package/dist/150/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.mjs +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/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/150/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/common.cjs +35 -3
- package/dist/160/common.d.cts +175 -3
- package/dist/160/common.d.ts +175 -3
- package/dist/160/common.mjs +36 -4
- package/dist/160/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/160/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/160/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- 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 +18 -18
- package/dist/160/swapping/swapDepositAddressReady.d.ts +18 -18
- 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 +14 -14
- package/dist/160/swapping/swapRequested.d.ts +14 -14
- package/dist/160/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/160/swapping/withdrawalRequested.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/arbitrumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +101 -101
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +101 -101
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/common.cjs +27 -3
- package/dist/170/common.d.cts +39 -3
- package/dist/170/common.d.ts +39 -3
- package/dist/170/common.mjs +28 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/ethereumIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/polkadotIngressEgress/depositIgnored.mjs +2 -2
- package/dist/170/reputation/offencePenalty.d.cts +2 -2
- package/dist/170/reputation/offencePenalty.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +1 -1
- package/dist/170/solanaIngressEgress/depositIgnored.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +37 -37
- package/dist/180/arbitrumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/arbitrumIngressEgress/depositFinalised.mjs +2 -2
- 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/depositBoosted.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +403 -53
- package/dist/180/bitcoinIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/bitcoinIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/common.cjs +193 -12
- package/dist/180/common.d.cts +6979 -359
- package/dist/180/common.d.ts +6979 -359
- package/dist/180/common.mjs +195 -14
- package/dist/180/environment/solanaGovCallDispatched.cjs +10 -0
- package/dist/180/environment/solanaGovCallDispatched.d.cts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.d.ts +69 -0
- package/dist/180/environment/solanaGovCallDispatched.mjs +10 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +25 -25
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +25 -25
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +52 -52
- package/dist/180/ethereumIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +21 -21
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +21 -21
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +44 -62
- package/dist/180/polkadotIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/polkadotIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +11 -11
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +11 -11
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositBoosted.mjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.cjs +2 -2
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +37 -62
- package/dist/180/solanaIngressEgress/depositFailed.mjs +4 -4
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +1 -1
- package/dist/180/solanaIngressEgress/depositFinalised.mjs +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +11 -11
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +11 -11
- package/dist/180/swapping/swapDepositAddressReady.cjs +2 -0
- package/dist/180/swapping/swapDepositAddressReady.d.cts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +3 -0
- package/dist/180/swapping/swapDepositAddressReady.mjs +2 -0
- package/dist/180/swapping/swapRequested.d.cts +10 -0
- package/dist/180/swapping/swapRequested.d.ts +10 -0
- package/package.json +1 -1
|
@@ -4,11 +4,11 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
4
4
|
asset: z.ZodEffects<z.ZodObject<{
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
__kind: "Eth" | "
|
|
7
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
8
8
|
}, {
|
|
9
|
-
__kind: "Eth" | "
|
|
10
|
-
}>, "Eth" | "
|
|
11
|
-
__kind: "Eth" | "
|
|
9
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
10
|
+
}>, "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt", {
|
|
11
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
12
12
|
}>;
|
|
13
13
|
direction: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["FromStable", "ToStable"]>;
|
|
@@ -21,17 +21,17 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt";
|
|
25
|
-
direction: "FromStable" | "ToStable";
|
|
26
24
|
amount: bigint;
|
|
25
|
+
asset: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
26
|
+
direction: "FromStable" | "ToStable";
|
|
27
27
|
}, {
|
|
28
|
+
amount: string | number;
|
|
28
29
|
asset: {
|
|
29
|
-
__kind: "Eth" | "
|
|
30
|
+
__kind: "Eth" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Flip" | "Usdc" | "Usdt";
|
|
30
31
|
};
|
|
31
32
|
direction: {
|
|
32
33
|
__kind: "FromStable" | "ToStable";
|
|
33
34
|
};
|
|
34
|
-
amount: string | number;
|
|
35
35
|
}>;
|
|
36
36
|
|
|
37
37
|
export { swappingBatchSwapFailed };
|
|
@@ -9,62 +9,62 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
9
9
|
__kind: z.ZodLiteral<"Eth">;
|
|
10
10
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
__kind: "Eth";
|
|
13
12
|
value: `0x${string}`;
|
|
14
|
-
}, {
|
|
15
13
|
__kind: "Eth";
|
|
14
|
+
}, {
|
|
16
15
|
value: string;
|
|
16
|
+
__kind: "Eth";
|
|
17
17
|
}>, {
|
|
18
18
|
chain: "Ethereum";
|
|
19
19
|
address: `0x${string}`;
|
|
20
20
|
}, {
|
|
21
|
-
__kind: "Eth";
|
|
22
21
|
value: string;
|
|
22
|
+
__kind: "Eth";
|
|
23
23
|
}>, z.ZodEffects<z.ZodObject<{
|
|
24
24
|
__kind: z.ZodLiteral<"Dot">;
|
|
25
25
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
__kind: "Dot";
|
|
28
27
|
value: `0x${string}`;
|
|
29
|
-
}, {
|
|
30
28
|
__kind: "Dot";
|
|
29
|
+
}, {
|
|
31
30
|
value: string;
|
|
31
|
+
__kind: "Dot";
|
|
32
32
|
}>, {
|
|
33
33
|
chain: "Polkadot";
|
|
34
34
|
address: string;
|
|
35
35
|
}, {
|
|
36
|
-
__kind: "Dot";
|
|
37
36
|
value: string;
|
|
37
|
+
__kind: "Dot";
|
|
38
38
|
}>, z.ZodEffects<z.ZodObject<{
|
|
39
39
|
__kind: z.ZodLiteral<"Btc">;
|
|
40
40
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
__kind: "Btc";
|
|
43
42
|
value: `0x${string}`;
|
|
44
|
-
}, {
|
|
45
43
|
__kind: "Btc";
|
|
44
|
+
}, {
|
|
46
45
|
value: string;
|
|
46
|
+
__kind: "Btc";
|
|
47
47
|
}>, {
|
|
48
48
|
chain: "Bitcoin";
|
|
49
49
|
address: string;
|
|
50
50
|
}, {
|
|
51
|
-
__kind: "Btc";
|
|
52
51
|
value: string;
|
|
52
|
+
__kind: "Btc";
|
|
53
53
|
}>, z.ZodEffects<z.ZodObject<{
|
|
54
54
|
__kind: z.ZodLiteral<"Arb">;
|
|
55
55
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
__kind: "Arb";
|
|
58
57
|
value: `0x${string}`;
|
|
59
|
-
}, {
|
|
60
58
|
__kind: "Arb";
|
|
59
|
+
}, {
|
|
61
60
|
value: string;
|
|
61
|
+
__kind: "Arb";
|
|
62
62
|
}>, {
|
|
63
63
|
chain: "Arbitrum";
|
|
64
64
|
address: `0x${string}`;
|
|
65
65
|
}, {
|
|
66
|
-
__kind: "Arb";
|
|
67
66
|
value: string;
|
|
67
|
+
__kind: "Arb";
|
|
68
68
|
}>]>;
|
|
69
69
|
depositMetadata: z.ZodObject<{
|
|
70
70
|
sourceChain: z.ZodEffects<z.ZodObject<{
|
|
@@ -80,67 +80,67 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
80
80
|
__kind: z.ZodLiteral<"Eth">;
|
|
81
81
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
-
__kind: "Eth";
|
|
84
83
|
value: `0x${string}`;
|
|
85
|
-
}, {
|
|
86
84
|
__kind: "Eth";
|
|
85
|
+
}, {
|
|
87
86
|
value: string;
|
|
87
|
+
__kind: "Eth";
|
|
88
88
|
}>, z.ZodObject<{
|
|
89
89
|
__kind: z.ZodLiteral<"Dot">;
|
|
90
90
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
__kind: "Dot";
|
|
93
92
|
value: `0x${string}`;
|
|
94
|
-
}, {
|
|
95
93
|
__kind: "Dot";
|
|
94
|
+
}, {
|
|
96
95
|
value: string;
|
|
96
|
+
__kind: "Dot";
|
|
97
97
|
}>, z.ZodObject<{
|
|
98
98
|
__kind: z.ZodLiteral<"Btc">;
|
|
99
99
|
value: z.ZodUnion<[z.ZodObject<{
|
|
100
100
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
101
101
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
__kind: "P2PKH";
|
|
104
103
|
value: `0x${string}`;
|
|
105
|
-
}, {
|
|
106
104
|
__kind: "P2PKH";
|
|
105
|
+
}, {
|
|
107
106
|
value: string;
|
|
107
|
+
__kind: "P2PKH";
|
|
108
108
|
}>, z.ZodObject<{
|
|
109
109
|
__kind: z.ZodLiteral<"P2SH">;
|
|
110
110
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
|
-
__kind: "P2SH";
|
|
113
112
|
value: `0x${string}`;
|
|
114
|
-
}, {
|
|
115
113
|
__kind: "P2SH";
|
|
114
|
+
}, {
|
|
116
115
|
value: string;
|
|
116
|
+
__kind: "P2SH";
|
|
117
117
|
}>, z.ZodObject<{
|
|
118
118
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
119
119
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
__kind: "P2WPKH";
|
|
122
121
|
value: `0x${string}`;
|
|
123
|
-
}, {
|
|
124
122
|
__kind: "P2WPKH";
|
|
123
|
+
}, {
|
|
125
124
|
value: string;
|
|
125
|
+
__kind: "P2WPKH";
|
|
126
126
|
}>, z.ZodObject<{
|
|
127
127
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
128
128
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
__kind: "P2WSH";
|
|
131
130
|
value: `0x${string}`;
|
|
132
|
-
}, {
|
|
133
131
|
__kind: "P2WSH";
|
|
132
|
+
}, {
|
|
134
133
|
value: string;
|
|
134
|
+
__kind: "P2WSH";
|
|
135
135
|
}>, z.ZodObject<{
|
|
136
136
|
__kind: z.ZodLiteral<"Taproot">;
|
|
137
137
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
__kind: "Taproot";
|
|
140
139
|
value: `0x${string}`;
|
|
141
|
-
}, {
|
|
142
140
|
__kind: "Taproot";
|
|
141
|
+
}, {
|
|
143
142
|
value: string;
|
|
143
|
+
__kind: "Taproot";
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
146
146
|
version: z.ZodNumber;
|
|
@@ -155,58 +155,58 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
155
155
|
program: string;
|
|
156
156
|
}>]>;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
|
-
__kind: "Btc";
|
|
159
158
|
value: {
|
|
160
|
-
__kind: "P2PKH";
|
|
161
159
|
value: `0x${string}`;
|
|
160
|
+
__kind: "P2PKH";
|
|
162
161
|
} | {
|
|
163
|
-
__kind: "P2SH";
|
|
164
162
|
value: `0x${string}`;
|
|
163
|
+
__kind: "P2SH";
|
|
165
164
|
} | {
|
|
166
|
-
__kind: "P2WPKH";
|
|
167
165
|
value: `0x${string}`;
|
|
166
|
+
__kind: "P2WPKH";
|
|
168
167
|
} | {
|
|
169
|
-
__kind: "P2WSH";
|
|
170
168
|
value: `0x${string}`;
|
|
169
|
+
__kind: "P2WSH";
|
|
171
170
|
} | {
|
|
172
|
-
__kind: "Taproot";
|
|
173
171
|
value: `0x${string}`;
|
|
172
|
+
__kind: "Taproot";
|
|
174
173
|
} | {
|
|
175
174
|
__kind: "OtherSegwit";
|
|
176
175
|
version: number;
|
|
177
176
|
program: `0x${string}`;
|
|
178
177
|
};
|
|
179
|
-
}, {
|
|
180
178
|
__kind: "Btc";
|
|
179
|
+
}, {
|
|
181
180
|
value: {
|
|
182
|
-
__kind: "P2PKH";
|
|
183
181
|
value: string;
|
|
182
|
+
__kind: "P2PKH";
|
|
184
183
|
} | {
|
|
185
|
-
__kind: "P2SH";
|
|
186
184
|
value: string;
|
|
185
|
+
__kind: "P2SH";
|
|
187
186
|
} | {
|
|
188
|
-
__kind: "P2WPKH";
|
|
189
187
|
value: string;
|
|
188
|
+
__kind: "P2WPKH";
|
|
190
189
|
} | {
|
|
191
|
-
__kind: "P2WSH";
|
|
192
190
|
value: string;
|
|
191
|
+
__kind: "P2WSH";
|
|
193
192
|
} | {
|
|
194
|
-
__kind: "Taproot";
|
|
195
193
|
value: string;
|
|
194
|
+
__kind: "Taproot";
|
|
196
195
|
} | {
|
|
197
196
|
__kind: "OtherSegwit";
|
|
198
197
|
version: number;
|
|
199
198
|
program: string;
|
|
200
199
|
};
|
|
200
|
+
__kind: "Btc";
|
|
201
201
|
}>, z.ZodObject<{
|
|
202
202
|
__kind: z.ZodLiteral<"Arb">;
|
|
203
203
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
__kind: "Arb";
|
|
206
205
|
value: `0x${string}`;
|
|
207
|
-
}, {
|
|
208
206
|
__kind: "Arb";
|
|
207
|
+
}, {
|
|
209
208
|
value: string;
|
|
209
|
+
__kind: "Arb";
|
|
210
210
|
}>]>>>;
|
|
211
211
|
channelMetadata: z.ZodObject<{
|
|
212
212
|
message: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -229,36 +229,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
229
229
|
cfParameters: `0x${string}`;
|
|
230
230
|
};
|
|
231
231
|
sourceAddress?: {
|
|
232
|
-
__kind: "Eth";
|
|
233
232
|
value: `0x${string}`;
|
|
233
|
+
__kind: "Eth";
|
|
234
234
|
} | {
|
|
235
|
-
__kind: "Dot";
|
|
236
235
|
value: `0x${string}`;
|
|
236
|
+
__kind: "Dot";
|
|
237
237
|
} | {
|
|
238
|
-
__kind: "Btc";
|
|
239
238
|
value: {
|
|
240
|
-
__kind: "P2PKH";
|
|
241
239
|
value: `0x${string}`;
|
|
240
|
+
__kind: "P2PKH";
|
|
242
241
|
} | {
|
|
243
|
-
__kind: "P2SH";
|
|
244
242
|
value: `0x${string}`;
|
|
243
|
+
__kind: "P2SH";
|
|
245
244
|
} | {
|
|
246
|
-
__kind: "P2WPKH";
|
|
247
245
|
value: `0x${string}`;
|
|
246
|
+
__kind: "P2WPKH";
|
|
248
247
|
} | {
|
|
249
|
-
__kind: "P2WSH";
|
|
250
248
|
value: `0x${string}`;
|
|
249
|
+
__kind: "P2WSH";
|
|
251
250
|
} | {
|
|
252
|
-
__kind: "Taproot";
|
|
253
251
|
value: `0x${string}`;
|
|
252
|
+
__kind: "Taproot";
|
|
254
253
|
} | {
|
|
255
254
|
__kind: "OtherSegwit";
|
|
256
255
|
version: number;
|
|
257
256
|
program: `0x${string}`;
|
|
258
257
|
};
|
|
258
|
+
__kind: "Btc";
|
|
259
259
|
} | {
|
|
260
|
-
__kind: "Arb";
|
|
261
260
|
value: `0x${string}`;
|
|
261
|
+
__kind: "Arb";
|
|
262
262
|
} | null | undefined;
|
|
263
263
|
}, {
|
|
264
264
|
sourceChain: {
|
|
@@ -270,36 +270,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
270
270
|
cfParameters: string;
|
|
271
271
|
};
|
|
272
272
|
sourceAddress?: {
|
|
273
|
-
__kind: "Eth";
|
|
274
273
|
value: string;
|
|
274
|
+
__kind: "Eth";
|
|
275
275
|
} | {
|
|
276
|
-
__kind: "Dot";
|
|
277
276
|
value: string;
|
|
277
|
+
__kind: "Dot";
|
|
278
278
|
} | {
|
|
279
|
-
__kind: "Btc";
|
|
280
279
|
value: {
|
|
281
|
-
__kind: "P2PKH";
|
|
282
280
|
value: string;
|
|
281
|
+
__kind: "P2PKH";
|
|
283
282
|
} | {
|
|
284
|
-
__kind: "P2SH";
|
|
285
283
|
value: string;
|
|
284
|
+
__kind: "P2SH";
|
|
286
285
|
} | {
|
|
287
|
-
__kind: "P2WPKH";
|
|
288
286
|
value: string;
|
|
287
|
+
__kind: "P2WPKH";
|
|
289
288
|
} | {
|
|
290
|
-
__kind: "P2WSH";
|
|
291
289
|
value: string;
|
|
290
|
+
__kind: "P2WSH";
|
|
292
291
|
} | {
|
|
293
|
-
__kind: "Taproot";
|
|
294
292
|
value: string;
|
|
293
|
+
__kind: "Taproot";
|
|
295
294
|
} | {
|
|
296
295
|
__kind: "OtherSegwit";
|
|
297
296
|
version: number;
|
|
298
297
|
program: string;
|
|
299
298
|
};
|
|
299
|
+
__kind: "Btc";
|
|
300
300
|
} | {
|
|
301
|
-
__kind: "Arb";
|
|
302
301
|
value: string;
|
|
302
|
+
__kind: "Arb";
|
|
303
303
|
} | null | undefined;
|
|
304
304
|
}>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -326,36 +326,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
326
326
|
cfParameters: `0x${string}`;
|
|
327
327
|
};
|
|
328
328
|
sourceAddress?: {
|
|
329
|
-
__kind: "Eth";
|
|
330
329
|
value: `0x${string}`;
|
|
330
|
+
__kind: "Eth";
|
|
331
331
|
} | {
|
|
332
|
-
__kind: "Dot";
|
|
333
332
|
value: `0x${string}`;
|
|
333
|
+
__kind: "Dot";
|
|
334
334
|
} | {
|
|
335
|
-
__kind: "Btc";
|
|
336
335
|
value: {
|
|
337
|
-
__kind: "P2PKH";
|
|
338
336
|
value: `0x${string}`;
|
|
337
|
+
__kind: "P2PKH";
|
|
339
338
|
} | {
|
|
340
|
-
__kind: "P2SH";
|
|
341
339
|
value: `0x${string}`;
|
|
340
|
+
__kind: "P2SH";
|
|
342
341
|
} | {
|
|
343
|
-
__kind: "P2WPKH";
|
|
344
342
|
value: `0x${string}`;
|
|
343
|
+
__kind: "P2WPKH";
|
|
345
344
|
} | {
|
|
346
|
-
__kind: "P2WSH";
|
|
347
345
|
value: `0x${string}`;
|
|
346
|
+
__kind: "P2WSH";
|
|
348
347
|
} | {
|
|
349
|
-
__kind: "Taproot";
|
|
350
348
|
value: `0x${string}`;
|
|
349
|
+
__kind: "Taproot";
|
|
351
350
|
} | {
|
|
352
351
|
__kind: "OtherSegwit";
|
|
353
352
|
version: number;
|
|
354
353
|
program: `0x${string}`;
|
|
355
354
|
};
|
|
355
|
+
__kind: "Btc";
|
|
356
356
|
} | {
|
|
357
|
-
__kind: "Arb";
|
|
358
357
|
value: `0x${string}`;
|
|
358
|
+
__kind: "Arb";
|
|
359
359
|
} | null | undefined;
|
|
360
360
|
};
|
|
361
361
|
principalSwapId?: bigint | null | undefined;
|
|
@@ -364,17 +364,17 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
364
364
|
ccmId: string | number;
|
|
365
365
|
depositAmount: string | number;
|
|
366
366
|
destinationAddress: {
|
|
367
|
-
__kind: "Eth";
|
|
368
367
|
value: string;
|
|
368
|
+
__kind: "Eth";
|
|
369
369
|
} | {
|
|
370
|
-
__kind: "Dot";
|
|
371
370
|
value: string;
|
|
371
|
+
__kind: "Dot";
|
|
372
372
|
} | {
|
|
373
|
-
__kind: "Btc";
|
|
374
373
|
value: string;
|
|
374
|
+
__kind: "Btc";
|
|
375
375
|
} | {
|
|
376
|
-
__kind: "Arb";
|
|
377
376
|
value: string;
|
|
377
|
+
__kind: "Arb";
|
|
378
378
|
};
|
|
379
379
|
depositMetadata: {
|
|
380
380
|
sourceChain: {
|
|
@@ -386,36 +386,36 @@ declare const swappingCcmDepositReceived: z.ZodObject<{
|
|
|
386
386
|
cfParameters: string;
|
|
387
387
|
};
|
|
388
388
|
sourceAddress?: {
|
|
389
|
-
__kind: "Eth";
|
|
390
389
|
value: string;
|
|
390
|
+
__kind: "Eth";
|
|
391
391
|
} | {
|
|
392
|
-
__kind: "Dot";
|
|
393
392
|
value: string;
|
|
393
|
+
__kind: "Dot";
|
|
394
394
|
} | {
|
|
395
|
-
__kind: "Btc";
|
|
396
395
|
value: {
|
|
397
|
-
__kind: "P2PKH";
|
|
398
396
|
value: string;
|
|
397
|
+
__kind: "P2PKH";
|
|
399
398
|
} | {
|
|
400
|
-
__kind: "P2SH";
|
|
401
399
|
value: string;
|
|
400
|
+
__kind: "P2SH";
|
|
402
401
|
} | {
|
|
403
|
-
__kind: "P2WPKH";
|
|
404
402
|
value: string;
|
|
403
|
+
__kind: "P2WPKH";
|
|
405
404
|
} | {
|
|
406
|
-
__kind: "P2WSH";
|
|
407
405
|
value: string;
|
|
406
|
+
__kind: "P2WSH";
|
|
408
407
|
} | {
|
|
409
|
-
__kind: "Taproot";
|
|
410
408
|
value: string;
|
|
409
|
+
__kind: "Taproot";
|
|
411
410
|
} | {
|
|
412
411
|
__kind: "OtherSegwit";
|
|
413
412
|
version: number;
|
|
414
413
|
program: string;
|
|
415
414
|
};
|
|
415
|
+
__kind: "Btc";
|
|
416
416
|
} | {
|
|
417
|
-
__kind: "Arb";
|
|
418
417
|
value: string;
|
|
418
|
+
__kind: "Arb";
|
|
419
419
|
} | null | undefined;
|
|
420
420
|
};
|
|
421
421
|
principalSwapId?: string | number | null | undefined;
|